/* CSS POUR MENU */
#divmenu {
	float: right;
	width: 25%;
}
#divcontenu {
	float: left;
	width: 73%;
}
#divcontenucomplet {
	width: 100%;
}
/* CSS Pour prés du menu */
#divmenuentete {
	font-size:14px;
	margin: 0px;
	padding: 3px;
	background-color:#B5C7D6;
	font-weight:bold;
	text-align:center;
}
.lstrubrique {
	padding-top:5px;
	padding-bottom:5px;
	font-size: 10px;
	border-bottom: 1px solid #B5C7D6;
	text-align:left;
	background-color:#F2F2F2;
}
.lstrubrique a {
	color: #000000;
	text-decoration: none;
}
.lstrubrique a:hover {
	color: #0066FF;
	text-decoration: underline;
}

/* CSS POUR CONTENU */
#divcontenu img {
	border:none;
}

/* CSS Pour prés des services */
.div_service {
	margin-bottom:15px;
}
.div_service_titre {
	/*font-size:14px;
	font-weight:bold;
	margin: 0px;
	padding: 3px;
	background-color:#B5C7D6;*/
	font-size: 12px;
	color:#1e4389;
	background-image:url(../../images/fond_titre.jpg);
	background-repeat:repeat-x;
	height:29px;
	border:1px solid #7e899b;
	vertical-align:middle;
	text-align:center;
}
.div_service_contenu {
	border: 1px solid Silver;
	padding: 3px;
	background-color:#ffffff;
	color:#1e4389;
}
.div_service_societe {
	margin: 0px;
	padding:2px;
	text-align:right;
	font-size:10px;
}
.div_service_slogan {
	background-color:#e7edf1;
	padding:5px;
	margin-bottom:10px;
}
.div_service_image_zero {
	text-align:center;
}
.div_service_resume_zero {
	text-align:center;
}
.div_service_image_un {
	float:left;
	text-align:center;
	width:35%;
}
.div_service_resume_un {
	float:right;
	text-align:justify;
	width:62%;
	padding-top:10px;
}
.div_service_image_deux {
	float:right;
	text-align:center;
	width:35%;
}
.div_service_resume_deux {
	float:left;
	text-align:justify;
	width:62%;
	padding-top:10px;
}
.div_service_image_trois {
	text-align:center;
}
.div_service_resume_trois {
	text-align:center;
}
.div_service_detail {
	margin-top:5px;
	padding:5px;
	text-align:justify;
	background-color:#F2F2F2;
	color:#1e4389;
}
.div_service_infos {
	background-color:#e7edf1;
	padding:5px;
	margin-top:5px;
	text-align:center;
}
.divmenuimage {
	width:53px;
	float:left;
	
}
.div_service_detailimage {
	float:left;
	margin-right:5px;
}

.divmenucontainer {
	margin:5px;
	padding-right:5px;
	margin-bottom:15px;
}
.divmenulogo {
	position:absolute;
	margin-top:-5px;
}
.divmenucontenu {
	width:170px;
}
.divmenucontenu table {
	margin-right:0px;
	margin-left:5px;
	width:100%;
	color:#0a265a;
	font-size:12px;
	font-family:arial;
}
.divmenucontenu td.divmenufondhaut {
	height:7px;
	background-image:url(../../module_services/images/haut_calque.gif);
}
.divmenucontenu td.divmenufondbas {
	height:7px;
	background-image:url(../../module_services/images/bas_calque.gif);
}
.divmenucontenu td.divmenufondcentre {
	background-image:url(../../module_services/images/fond_calque.gif);
	background-repeat:repeat-y;
	height:30px;
	vertical-align:middle;
	padding-left:50px;
	text-align:center;
	border-right:1px solid #c0c5c6;
	cursor:pointer;
}
/*.divmenuservicetitre {
	padding-left:50px;
	text-align:center;
}*/
.divmenuservicecontenu {
	background-image:url(../../module_services/images/fond_calque.gif);
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0px;
	font-size:11px;
	border-right:1px solid #c0c5c6;
}
.divmenuservicecontenu hr {
	border:0px;
	color:#0a265a;
	background-color:#0a265a;
	height:2px;
	margin-top:10px !important; margin-top:4px;
	margin-bottom:10px !important; margin-bottom:4px;
}
