/* 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(/images/style/fond_wrapper.gif) repeat-y;
}
#wrapper2{}
#content{
	margin: 0;
	margin-bottom: 10px;
	margin-left: 205px;
	margin-right: 205px;
	padding-left: 5px;
	padding-right: 5px;
  padding-top: 20px;
}
#navigation{
	float:left;
	width: 200px;
	margin-left:-1000px;
}
#extra{
	float:left;
	width:200px;
	height: 500px;
	margin-left: -200px;
	background: #D8E9EF url(/images/style/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;
	  	background: url(/images/style/en-tete.jpg) no-repeat;
	}
	#header #titre{
		  margin: 0;
	  	padding: 0;
	  	height: 117px;          
	  	
		}
    #header #titre #home{
      display: block;
      height: 114px;
      width: 998px;
    }
		#header #titre h1{
			display: none;
		}
		#header #titre h2{
      display: none;
    }
  #header #search{
    float: right;
    margin-top: 85px;
    margin-right: 10px;
    height: 25px;
    }
    #header #search #query{
      border: 1px solid gray;
    }
    #header #search #search_submit{
      border: none;
      width: 20px;
      background: url(/images/manage/search.png);
    }

	#header #menu_container{
		height: 20px;
		color: white;
		padding: 0;
		padding-top: 2px;
    padding-left: 20px;
		font-size: 14px;
		font-weight: bold;
		background-color: black;
    background: url(/images/style/BG_menu.gif) repeat-x;
    }
    #header #menu_container #ref{
      float: left;
    }
    #header #menu_container #path{
      width: 750px;
    
      }
      #header #menu_container #path a{
        color: white;
        text-decoration: none;
      }
      #header #menu_container #path #root_container{
        margin-left: 5px;
        float: left;
      }
    #header #menu_container #lang{
      float: right;
      margin-right: 20px;
    }
	#header #bandeau{
		  margin: 0;
	  	padding: 0;
	  	height: 122px;
	  	background: url(/images/style/ban.jpg) no-repeat;
	  	border-bottom: 1px solid black;
	}

#navigation{
  padding: 5px;
}

#content h3{
  font-family: Times;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  /*text-transform: uppercase;*/
  /*border-bottom: 1px dotted #f29400;*/
  background: url(/images/style/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 h5{
  font-family: Times;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  color: black;
}

#content{
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
}


#extra h3{
	font-family: Times;
  font-size: 14px;
  color: #50a6c3;
  background: #D8E9EF url(/images/style/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;
}

#extra{}

a img,:link img,:visited img{border: none;}
a{
  color: #f29400;
  text-decoration: none;
}
a:hover{text-decoration: underline;}
input{}

img.puce{
	margin-right: 5px;
}

.pager{
  margin: 10px;
}

.map{list-style-type: none;}

.search_results{}

.description{
  margin: 0;
  padding: 2px;
  }

  .description p{
    margin: 0;
    padding: 2px;
  }

.note_container{
  height: 35px;
  text-align: right;
  }

  .note_container .note{
    float: right;
    margin: 3px;
    padding: 2px;
    width: 170px;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid gray;
    background: #E2DFFF;
  }

.odd{
  background: #eeeeee;
  border: 1px solid #cccccc;
  border-left: none;
  border-right: none;
}

.paire{
  background: #ffffff;
  border: 1px solid #cccccc;
  border-left: none;
  border-right: none;
}

div.member{
  margin-top: 30px;
  margin-left: 30px;
  font-size: 12px;
}
