
body {
	font-size: 1em;
	font-weight: normal;
	font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
	padding: 0;
	margin: 0;
	background: url(bg.png) repeat-x scroll 0% 0% #4b4b4b;
}

body {
  background: url(accueil.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
  background-color: #4b4b4b;
}



img {
	border: none;
}


div#wrapper {
	position: relative;
	margin: auto;
	width: 1100px;
}




/* -------------------------- */

div#entete {
	margin: auto;
	position: relative;
	overflow: clip;
	height: 125px;
	background-color: transparent;
}

div#logo {
	float: left;
	overflow: clip;
	width: 200px;
	height: 65px;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-left: 25px;
	padding-top: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

div#texte {
	margin-top: 0px;
	margin-left: 200px;
	text-align: center;
	padding-top: 20px;
	
}

div#nav_lang {
	text-align: center;
	margin-top: 15px;
	background-color: rgba(0,0,0,0.6);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px;
}

div#nav_lang a {
	margin-right: 20px;
}

#entete h1 {
	font-weight: bold;
	color: #EEEEEE;
	font-size: 32pt;
	margin: 0;
}

#entete h2 {
	font-weight: bold;
	color: #EEEEEE;
	font-size: 23pt;
	margin: 0;
}





/* -------------------------- */


#col_gauche {
	float: left;
	overflow: clip;
	width: 200px;
	padding-left: 25px;
}



/* menu navigation vertical*/
#menu_nav_vt {
	background-color: rgba(0,0,0,0.8);
	margin-top: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 7px 15px 10px 15px;
 }
 

#menu_nav_vt li
{
	list-style: none;
  background: url(separation.png) no-repeat scroll left bottom transparent;
  margin: 13px 0px 0px;
	padding: 0px 0px 10px;
}

#menu_nav_vt li.dernier
{
	background: none;
  
}


#menu_nav_vt a {
	font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
  font-size: 1.5em;
  text-decoration: none;
  color: #d18d2b;
  display: block;
  padding-left: 10px;
  padding: 3px 7px;
}



#menu_nav_vt a {
  width: 130px;
}

#menu_nav_vt a.active {
	color: #d19641;
}


#menu_nav_vt a:hover {
  color: #eeeeee;
}

#menu_nav_vt a.active:hover {
  color: #aaaaaa;
}





/* ------------------ centre -------------- */


div#centre {
	margin-top: 15px;
	margin-left: 280px;
	padding: 5px 30px 30px 30px;
	background-color: rgba(40,40,40, 0.9);
	min-height: 500px;
	color: #DDDDDD;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div#centre.accueil {
	display: none;
}

#centre h1 {
	color: #d18d2b;
	font-size: 1.6em;
	margin-bottom: 20px;
	font-variant: small-caps;
	
}

#centre h2 {
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
	color: #d18d2b;
	font-size: 1.2em;
}


#centre h3 {
}

#centre a {
	color: #FFFFFF;
}



#footer {
	font-size: 0.7em;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	
}


#footer a {
	text-decoration: none;
  color: #666666;
  font-weight: bold;
}



