@charset "utf-8";
/* CSS Document */

img{
	border:none;
}

.clear{
	clear:both;
}

body{
	background-color:#d4d4d4;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-image:url(../img/bg_body.jpg);
}

.gros1{
	font-weight:bold;
	font-size:20px;	
}

.inputbox{
	border:1px solid #668FB0;
	font-size:12px;
	height:17px;
}

.inputbox_error{
	background-color:#E2D3C2;
}

.plus1{
	background-image:url(../img/bg_bt_plus_ho.png);
	width:100px;
	height:28px;
	display:block;
	text-align:center;
	line-height:28px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
}

.plus1:hover{
	background-image:url(../img/bg_bt_plus_ho2.png);
}

a{
	color:#0b679a;
}

.bold_blue{
	font-weight:bold;
	color:#171e55;	
}

h2{
	font-weight:bold;
	color:#171e55;
	font-size:12px;
	margin:0;
	padding:0;
}

h1{
	background-image:url(../img/puce.png);
	background-repeat:no-repeat;
	background-position:left;
	height:23px;
	line-height:23px;
	/*text-indent:37px;*/
	font-size:18px;
	padding-left:30px;
}

h1.h1_acc{
	background-image:url(../img/puce.png);
	background-repeat:no-repeat;
	background-position:left;
	height:23px;
	line-height:23px;
	/*text-indent:30px;*/
	font-size:14px;
	/*padding-left:35px;*/
}


#block_head{
	width:100%;
	height:140px;
	background-image:url(../img/bg_tete.png);
	background-repeat:repeat-x;
}

#tete{
	width:900px;
	margin:0 auto;	
}

#logo{
	width:451px;
	height:74px;
	float:left;
	margin-top:30px;
}

#bt_contact{
	width:94px;
	height:28px;
	float:right;
	margin-top:60px;
}

#navigation{
	width:100%;
	height:49px;
	background-image:url(../img/bg_navigation.png);
	background-repeat:repeat-x;
}
#navigation ul{
	list-style-type:none;
	margin:0;
	padding:0;	
}
#navigation ul li{
	float:left;
	margin:0;
	padding:0;
	/*height:49px;*/
	line-height:49px;
	font-size:14px;
}
#navigation ul li a{
	display:block;
	text-decoration:none;
	color:#383838;
	padding:0px 14px 0px 14px;
}
#navigation ul li a:hover{
	color:#999;
}
#navigation ul li a.selected{
	background-image:url(../img/bg_ul_selected.png);
}

/*#navigation{
	width:100%;
	height:70px;
	margin-top:27px;
}

#navigation ul{
	list-style-type:none;
	margin:0;
	padding:0;	
}

#navigation ul li{
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	height:37px;
	line-height:37px;
	font-size:14px;
}

#navigation ul li.separ{
	width:12px;
	background-image:url(../img/bg_separ_no_selected.png);
	background-repeat:no-repeat;
}
#navigation ul li.separ.selected_left{
	background-image:url(../img/bg_ul_left_selected.png);
}
#navigation ul li.separ.selected_right{
	background-image:url(../img/bg_ul_right_selected.png);
}
#navigation ul li.separ.start{
	background-image:url(../img/bg_separ_start.png);
}
#navigation ul li.separ.end{
	background-image:url(../img/bg_separ_end.png);
}
#navigation ul li.separ.start.selected{
	background-image:url(../img/bg_separ_start_selected.png);
}
#navigation ul li.separ.selected_right.end{
	background-image:url(../img/bg_separ_end_selected.png);
}

#navigation ul li a{
	display:block;
	text-align:center;
	padding:0px 14px 0px 14px;
	background-image:url(../img/bg_ul_no_selected.png);
	text-decoration:none;
}
#navigation ul li a.selected{
	background-image:url(../img/bg_ul_selected.png);
	color:#FFF;
}*/

/*#navigation ul{
	list-style-type:none;
	margin:0;
	padding:0;	
}

#navigation ul li{
	float:left;
	margin:0;
	padding:0;
}

#navigation ul li a{
	padding:0px 13px 0px 13px;
	margin:7px 0px 0px 20px;
	height:55px;
	line-height:55px;
	text-decoration:none;
	font-weight:bold;
	color:inherit;
	display:block;
	color:#333;
}

#navigation ul li a.selected{
	background-image:url(../img/bg_bt_navig.png);
	background-repeat:repeat-x;
	color:#FFF;
}

#navigation ul li a:hover{
	background-image:url(../img/bg_bt_navig_ho.png);
}*/

#corps{
	width:900px;
	margin:0 auto;
	margin-top:12px;
	background-color:#FFF;
	padding:15px;
}

#corps_top{
	/*height:241px;*/
	margin-top:10px;
}

#corps_top_left{
	width:353px;
	height:241px;
	background-image:url(../img/bg_corps_top_left.png);
	background-repeat:no-repeat;
	float:left;
}

#corps_top_left #slogan{
	color:#FFF;
	height:241px;
	overflow:hidden;
	margin-left:5px;
	font-size:14px;
	font-weight:bold;
}

#defil{
	margin-top:241px;
}

#illus{
	float:left;
	width:547px;
	height:241px;
}

#col_g{
	float:left;
	width:610px;
}

#col_d{
	float:right;
	width:260px;
	background-color:#162057;
	background-repeat:repeat-x;
	background-position:top left;
	border:1px solid #999;
	margin-left:5px;
	padding:5px;
	background-image:url(../img/bg_col_d1.png);
	color:#FFF;
}
#col_viadeo{
	float:right;
	width:260px;
}

#col_d .identite{
	width:265px;
	margin-left:-5px;
	height:35px;
	background-image:url(../img/bg_identite.png);
	background-repeat:repeat-x;
	color:#000;
	font-weight:bold;
	padding-top:3px;
	padding-left:5px;
}

.ul2{
	margin:0;
	padding:0;
	margin-left:15px;
}

.ul2 li{
	margin-bottom:7px;
}

#footer{
	height:50px;	
}

.cadre{
	padding:8px;
	float:left;
	width:284px;
	margin-bottom:7px;
	height:220px;
	background-image:url(../img/bg_cadre1.png);
	background-repeat:no-repeat;
	text-align:justify;
}

.cadre2{
	/*background-color:#FFF;
	border:1px solid #999;*/
	float:left;
	width:292px;
	margin-bottom:7px;
	/*height:185px;*/
	height:230px;
}

/*.separ{
	width:286px;
	background-image:url(../img/separ.png);
	background-repeat:no-repeat;
	height:2px;
	margin-top:15px;
}*/

#ariane{
	width:100%;
	height:30px;
	line-height:30px;
}
#ariane a{
	float:left;
}
#ariane .puce_petite{
	float:left;
	width:10px;
	height:10px;
	background-image:url(../img/puce_petite.png);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:6px;
	margin-right:6px;
}

#details-formation{
	border:4px solid #FFF;
	padding:7px;
	background-color:#FFF;
	text-align:justify;
}

#details-formation2{
	border:4px solid #FFF;
	padding:7px;
}

#details-formation .titre1{
	font-weight:bold;	
}

#details-formation ul{
	margin:0;
	padding:0;
	list-style-type:none;
	
}

#details-formation ul li{
	margin-left:20px;
	background-image:url(../img/tick.png);
	background-repeat:no-repeat;
	padding-left:20px;
	font-weight:bold;
	margin-bottom:7px;
}

.li30 li{
	height:30px;	
}

#viadeo{
	
}
#viadeo a{
	width:260px;
	height:195px;
	display:block;
	background-image:url(../img/bg_viadeo.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding-top:115px;
	color:#FFF;
}