/* see http://www.oswt.co.uk/xhtml_css_layouts/ for more compatible templates*/ 
html, body { 
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
}
/* fixe centré à 1000px */

#container{
	width: 1000px;
	margin: 0; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#wrapper{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../img/fond_wrapper.gif) repeat-y;
}
#wrapper2{}
#content{
	margin: 0;
	margin-bottom: 10px;
	margin-left: 205px;
	margin-right: 205px;
	padding-left: 5px;
	padding-right: 5px;
}
#navigation{
	float:left;
	width: 200px;
	margin-left:-1000px;	
}
#extra{
	float:left;
	width:200px;
	height: 500px;
	margin-left: -200px;
	background: #D8E9EF url(../img/logo_blanc_bis.gif) no-repeat;
	background-position:right bottom;
}
#footer{
	clear:left;
	width: 100%;
	height: 0px;
}

/*inBox styles */
#header{
      margin: 0;
	  	padding: 0;
	  	width: 1000px;
	}
	#header #titre{
		  margin: 0;
	  	padding: 0;
	  	height: 117px;
	  	background: url(../img/en-tete.jpg) no-repeat;
		}
		#header #titre h1{
			display: none;
		}
		#header #titre h2{
      display: none;		
    }
	#header #menu_container{
		height: 22px;
		color: white;
		padding: 0;
		padding-left: 20px;
		font-size: 14px;
		font-weight: bold;
		background: url(../img/BG_menu.gif) repeat-x;
	}
	#header #bandeau{
		  margin: 0;
	  	padding: 0;
	  	height: 122px;
	  	background: url(../img/ban.jpg) no-repeat;
	  	border-bottom: 1px solid black;
	}
	#header #path{		
		padding-top: 2px;
		padding-left: 10px;	
		padding-right: 10px;
		border-top: 1px solid #666666;
		min-height: 20px;
		background: #eeeeee;
	}

#navigation{
  padding: 5px;
}     
#navigation h3{
	font-family: Times;
  font-size: 14px;
  color: #50a6c3;
  text-transform: uppercase;
  /*border-bottom: 1px dotted black;*/
  background: white url(../img/black_dot.gif) repeat-x;
	background-position:left bottom;
  padding: 0;
  padding-bottom: 3px;
  margin: 0;
  margin-top: 10px;
}	
#navigation li, #navigation ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: Verdana;
  font-size: 11px;
}
#navigation li{
	color: #000000;
}

#navigation li .puce{
	color: #f29400;
}

#navigation li a{
	color: black;
}

#content{
  /*padding: 5px;*/
}
#content h3{
  font-family: Times;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  /*border-bottom: 1px dotted #f29400;*/
  background: white url(../img/orange_dot.gif) repeat-x;
	background-position:left bottom;
  padding: 0;
  padding-bottom: 3px;
}

#content h4{
  font-family: Times;
  font-size: 14px;
  font-weight: bold;
  color: #50a6c3;
}

#content{
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
}


#extra h3{
	font-family: Times;
  font-size: 14px;
  color: #50a6c3;
  background: #D8E9EF url(../img/black_dot-on-blue.gif) repeat-x;
	background-position:left bottom;
  padding: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
}	
#extra li, #extra ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: Verdana;
  font-size: 11px;
}

#extra li{
  padding-left: 5px;
  padding-right: 5px;
}

#extra li.logo{
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

#extra li.logo img{
  border: 0;
}

#extra li .puce{
	color: #f29400;
}

a{
  color: #f29400;
  text-decoration: none;
}



#extra{}
