/*CSS type par ProoXi.fr*/
 
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahome, Arial, Helvetica, Nimbus Sans L, Sans serif;
	font-size: 11px; 
	color: black;
	background: url(images/fd.jpg) center no-repeat fixed;
}

a {
	color: #999999;
}

a:hover {
	text-decoration: none;
}


ul#sMenu
{
	margin: 0 10px 0 5px;
	padding: 0;
	list-style-type: none;
	
}

ul#sMenu li
{
	
}

ul#sMenu li a
{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #b68c6a;
	border-bottom: 1px dashed #999999;
	font-weight: bold;
	text-decoration: none;
}

ul#sMenu li a:hover
{
	color: #ffffff;
	background: #b68c6a;
}

ul#sMenu li a#sMenuHover
{
	color: #ffffff;
	background: #b68c6a;
}

#page {
	position: absolute;
	width: 860px;
	background: white;
	top: 30px;
	left: 50%;
	margin: 0 0 0 -430px;
}

#header {  
	position: relative;
	height: 289px;
	margin: 0;
	padding: 0;
	border-top: 5px solid white;
	background: url(images/headbg.gif) bottom left repeat-x;
}

/*Lien sur le titre h1 bon pour google et autre*/
#header h1 a {
    background: url(images/logo.gif) no-repeat;
    position: absolute;
	top: 0;
	left: 0;
    height: 34px;
	width: 437px;
	margin: 0;
	padding: 0;
	text-indent: -5000px; 
	display: block;
}

/*Début du positionnement du menu*/
#menutop {
		
}

ul#menutop {   
    position: absolute;
	border: 2px solid #d3a27a;
	width: 856px;
	height: 20px;
	top: 75px;
	left: 0;
	margin: 0px 0 0 0;
	padding: 0;
	background: #d3a27a; 
	list-style-type: none ;
}

#menutop li {
	float: left ;
	text-align: center ;
}

#menutop li a {
	width: 120px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	background: #d3a27a;
	text-decoration: none;
	border-right: 1px solid #d3a27a;
	border-left: 1px solid #d3a27a;
	border-bottom: 1px solid #d3a27a;
}

#menutop li a:hover {
    border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
/*Fin du positionnement du menu si menu CSS*/

/*Div milieu dans laquelle on place un tableau dont la position reste à déterminer en fonction du contenu et des visuelles*/
#milieu {
	position: relative;
	margin: 20px 0 10px 0;
	padding: 0;
}

/*Propriété d'un tableau dont le code est valide*/
table {
	width: 100%;
	border: 0 none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

tr {  
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
	margin: 0;
	padding: 0px;
}

p {
	text-align: justify;
	margin: 0 0 5px 0;
	padding: 0;
}


/*Les h2 sont à adapter en fonction de leur style background-image, liens ou les deux*/
h2 { 
	width: 100%;
	text-align: left;
	color: #b28967;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	margin: 0 0 15px 0;
	padding: 0;
}

#footer {
	background: #d3a27a;
	position: relative;
	padding: 0;
	margin: 0px 0 0 0;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: white;
	
}

a.copyright {
    color: #ffffff;
	text-decoration: none;
}

a.copyright:hover {
    text-decoration: underline;
}
	
ul#lang_switch   {
	position: absolute; 
	top:0;
	left: 813px;
	margin: 0;
	padding: 0;
}

ul#lang_switch li {
	float: left;
	list-style-type: none;
}

ul#lang_switch li a {
	display: block;
	width: 16px;
	height: 11px;
	color : black;
}

ul#lang_switch li a.fr {
	background: url(images/fr.gif);
	margin-right: 5px;
}

ul#lang_switch li a.en {
	background: url(images/en.gif);
}


#menu-container
{
	position: absolute;
	width: 	860px;
	height: 400px;
	top: 80px;
	z-index: 100;
}