/* Start of CMSMS style sheet 'site' */
/*#cont_site{
	position:relative;
	overflow:hidden;
	width:706px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}*/

#cont_site{
	position:relative;
	overflow:hidden;
	width:729px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#bt_diagnostic_design{
	position:absolute;
	left:689px;
	top:275px;
	width:40px;
	z-index:20;
}

#ban_top{
	position:relative;
	left:0;
	top:0;
	/*background-image: url(./images/ban_top.jpg);*/
	margin:0;
	padding:0;
	width:706px;
	height:215px;
}

#contact_phone{
	position:absolute;
	top:168px;
	left:30px;
	width:200px;
	text-align:center;
	font-size:15pt;
}

#contact_phone img{
	position:absolute;
}

#contact_phone span{
	margin-left:30px;
}

#ban_bottom{
	position: relative;
	background-image: url(./images/ban_bottom.png);
	width:706px;
	height:25px;
}

#ban_bottom_text{
	position:absolute;
	color:#2764a3;
	font-size:10pt;
	margin-top:-14px;
	padding-right:20px;
	text-align:right;
	width:680px;
}

#corps{
	position:relative;
	background-image: url(./images/suiv_cont.png);
	background-repeat: repeat-y;
	overflow:hidden;
	padding: 5px 10px 5px 10px;
}

#corps_menu{
	position:relative;
	float:left;
	background-image: url(./images/menu_top.png);
	background-repeat: no-repeat;
	background-color:#d2dc95;
	padding:0;
	width:159px;
	margin:10px;
}

#corps_menu_bottom{
	position: relative;
	background-image: url(./images/menu_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:9px;
	width:159px;
}

#bt_etude{
	position: relative;
	margin:10px 7px 0 7px;
}

#corps_page{
	position:relative;
	float:left;
	width:482px;
	/*margin:10px 10px 10px 7px;*/
	margin-top:10px;
	margin-bottom:10px;
	margin-left:7px;
	color:#172965;
	text-align:justify;
	font-size:11pt;
}

#corps_page p{
	text-indent: 30px;
}
#corps_page span{
	text-indent: 0px;
}

#fil_ariane{
	color:#2764a3;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:15px;
}

/* Mozaique des solutions */
ul.solutions_mozaic{
	list-style:none;
	padding:0;
	margin:15px 0 0 -9px;
}
ul.solutions_mozaic li{
	width:150px;
	height:200px;
	float:left;
	text-align:center;
	padding:0;
	margin:5px;
	/*font-size:12pt;*/
	font-size:11pt;
	font-weight:bold;
	color:#0b6eb7;
}
* html ul.solutions_mozaic li{
	margin:0; /* hack pour ie */
}
ul.solutions_mozaic li a{
	color:#0b6eb7;
	text-decoration:none;
	display:block;
}
ul.solutions_mozaic li img{
	margin-bottom:4px;
}



/* MENU ACCORDEON */
#navigation {
	padding: 0;
	list-style: none;
	background-color: #7abf18;
	color: #fff;
	width: 146px;
	font-size:10pt;
	margin:6px;
}
#navigation a, #navigation span {
	display: block;
	padding: 3.5px 10px;
	color: #fff;
	text-decoration: none;
	background: #7abf18 url(./images/menu_item_over.png) left bottom repeat-x;
}
#navigation .toggleSubMenu a, #navigation .toggleSubMenu span {
	/* menu deroulé */
	background-image: url(./images/menu_item_over.png);
}
#navigation .open a, #navigation .open span {
	/* menu enroulé */
	background-image: url(./images/menu_item_over.png);
}
#navigation a:hover { /* #navigation a:focus, #navigation a:active */
	background-image: url(./images/menu_item.png);
	background-position:left bottom;
	background-repeat: repeat-x;
}
#navigation .subMenu {
	background-color: #72A932;
	font-size:10pt;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #666;*/
}
#navigation ul.subMenu a {
	background: none;
	padding: 3px 20px;
}
#navigation ul.subMenu a:hover, .menuactive {
	background-image: url(./images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}
/* End of 'site' */

