/* CSS Document */
html, body {
	 height: 100%;
     margin: 0px; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
	 background:url(../images/bg/body_bg.gif);
	 background-repeat:repeat-x;
	 background-color:#252424;
}

#wraper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding-bottom:2px;
}
	 
#conteneur_page {
	position: relative;
	padding:0px 3px 0px 3px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	background-color:#FFFFFF;
	height: auto;
	border-left:2px solid #ae8181;
	border-right:2px solid #ae8181;
	border-bottom:2px solid #ae8181;	
}
	 
#boite_contenu_top {
	width:984px;
}
   
#boite_horizontale{
	width: 984px;
	_margin-top: 1px;
	_margin-bottom: 0px;
	_padding-bottom:0px;
}
  
#fond_menu_accueil {
	background:url(../images/bg/bg_top_accueil.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

#fond_menu_accueil2 {
	background:url(../images/bg/bg_top_accueil_fr.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
   
#boite_contenu_centre {
	width:984px;
	position:relative;
	margin-left: 0px;
	margin-right: 1px;
	padding:0px;
	padding-bottom:0px;
	padding-top:0px;
	border-style:solid;
	border-color:#ae8181;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-left: none;
	border-right: none;
	_height: 293px;
}
   
.menu {
	margin: 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:2px;
	border-color:#FFFFFF;
	float:left;
	border-left-width: 0px;
	border-bottom: 2px;
}
   
.spacer {
  clear: both;
}

#boite_txt_acc {
	width: 650px;
	background-image:url(../images/bg/degbox.gif);
	background-repeat:repeat-x;
    background-color: #ffffff;
	float:left;
	text-align:center;
	margin: 0px;
	margin-left: 1px;
	_margin-left: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-color: #ae8181;    
}
   
#contenu_texte {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	margin-top:30px;
}
   
#boite_image {
	vertical-align:top;
	float:right;
	width: 300px;
}
  
/*#separateur{
	width:2px;
	height:285px;
	float:left;
	background-color:#dad3bc;
}*/
   
.lnklg {
     font-size: 11px;
     font-weight: bold;
     color: #ffffff;
     text-decoration: none;
}
