/*Feuille de style home de ohe*/

html {font-size: 100%;}

body{
	background-color: white;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

img, img a{
	border: none;
}

.hiddenStructure, .hiddenStructure ul, .hiddenStructure ul li{
display:block ;
background-color:transparent ;
background-image:none ;
border:none ;
width:1px !important;
height:1px !important;
overflow:hidden ;
padding:0 0 0 0 ;
margin:-1px 0 0 -1px ;
list-style:none;
float:none ;
}

#conteneur{
	left: 50%;
	margin-left: -380px;
	width: 760px;
	position: absolute;
	padding: 0;
	background-image: url(../images/home_footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: White;
}

#conteneur #header{
	background-image: url(../images/fond_header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height:135px;
}

#conteneur #header #ohe{
float: left;
padding: 0 0 0 15px;
width: 40%;
}

#conteneur #encartGauche{
	width:185px;
	float: left;
	margin: 0;
	padding: 0 0 0 0;	
}

#conteneur  #encartGauche #listeActu{
	margin: 0;
	padding: 0 3px 0 0;
	font-size: 0.9em;
	width:185px;
	background-image: url(../images/home_encadre.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#conteneur #encartGauche #listeActu .navbottom{
	background-image: url(../images/home_encadre.jpg);
	height:14px;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 185px;
}

#conteneur #encartGauche #listeActu h2{
	margin: 0 0 0 0.7em;
	padding:0.8em 0 0 0;
	color: #0066AC;
	font-weight: bolder;
	font-size:1.3em;
}

#conteneur #encartGauche div ul{
	margin: 0;
	padding: 0 15px 0 5px;
}

#conteneur #encartGauche #listeActu ul li{
	margin: 0.8em 0 0 0;
	padding: 0 0 0 1em;
	font-weight: normal;
	list-style-type: none;
}


#conteneur #encartGauche #listeActu ul li p{
	margin: 0 0.5px 0.5em 0 !important;
	padding:0 0 0 0 !important;
}

#conteneur #encartGauche #listeActu ul li a{
	color: #0066AC;
	text-decoration: none;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}

#conteneur #encartGauche #listeActu ul li a:hover{
	color: #DB001D;
	text-decoration: none;
}

#conteneur #encartGauche #listeActu ul li a.actif{
	color: #DB001D;
	text-decoration: none;
}


#conteneur #encartGauche #Agences{
	margin: 0.7em 0 0 0;
	padding: 0 3px 0 0;
	font-size: 0.9em;
	width:185px;
	background-image: url(../images/home_encadre.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#conteneur #encartGauche #Agences .navbottom{
	background-image: url(../images/home_encadre.jpg);
	height:14px;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 185px;
}

#conteneur #encartGauche #Agences h2{
	margin: 0 0 0 0.7em;
	padding:0.8em 0 0 0;
	color: #0066AC;
	font-weight: bolder;
	font-size:1.3em;
}

#conteneur #encartGauche #Agences img{
	border:none;
	margin: 0 0 0 0.7em;
	padding:0.8em 0 0 0;
}

#conteneur #encartGauche #Agences a img{
	border:none;
}

#contenu{
	width:560px;
	margin: 0;
	padding: 0;
	float: right;
}

#contenu #lesdeux {

	margin:20px 0 0 0;
	clear: both;
	padding: 5px 0 0 0;
	border-top:0.2em solid #00254D;

}

#contenu #lesdeux a{
	font-size: 1em;
	color: #2C444E;
	margin:0;
	text-decoration: none;
}

#contenu #lesdeux a:hover{
	color: #3E5965;
}



#footer{
clear: both;
height: 15px;
padding: 20px 0 3px 0;
margin:0;
}

#footer ul{
padding: 0;
margin:0;
float: right;
font-size:0.7em;
}

#footer ul li{
color:white;
list-style-type: none;
display:inline;
padding: 0;
margin:0 3px 0 3px;
}

#footer ul li a{
color:white;
text-decoration: none;
padding: 0;
margin:0;
}

#footer ul li a:hover{
color:white;
text-decoration: underline;
}






