/********************* CSS COMMUN *************************/
body {
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:0px;
}

/************************* PRINCIPAL *******************************/

#conteneur_bandeau {
	width: 100%;
	height: 143px;
	background-image:url(../images/bandeau_bg.gif);
}
 
#conteneur_general {
	width:1000px;
	margin:auto;
	margin-top:-143px;
	padding-bottom:32px;
	clear:both;
}

/******************** BANDEAU ************************/

#bandeau {
	clear:both;
	width:1000px;
	height:178px;
	background:url("../images/bandeau.gif") no-repeat;
}

#nav_haut {
	position:relative;
	top: 25px;
	left: 145px;
	width: 240px;
	text-align:left;
}
#nav_haut a.backhome, #nav_haut a.backhome:hover, #nav_haut a.backhome:visited{
	padding-left:50px;
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	display:block;
	background:url("../images/arrow_nav_haut.gif")  no-repeat 40px 3px ;
}
#nav_haut a.backhome:hover{
	text-decoration:underline;
}
#nav_haut a.homelogo{
position:absolute;
top:15px;
width:440px;
height:80px;
}
#concours_haut {
	position:relative;
	top: 5px;
	left: 678px;
	width: 252px;
	height:102px;
	text-align:left;
	background-image:url("../images/concours.gif") ;
}
#btn_go {
	position:relative;
	top: 64px;
	left: 208px;
}

/********************** MENU GAUCHE *********************************/

#conteneur_menu{
	float:left;
	width:191px;
	background-color:#FCFCFC;
	border: #F1F1F1 1px solid;
	font-family: Arial;
}
.rub1 a{	background:url("../images/rub1.gif") no-repeat ; }
.rub1 a:hover {	background:url("../images/rub1-over.gif") no-repeat ; }
.rub1on a{	background:url("../images/rub1-on.gif") no-repeat ; }

.rub2 a{	background:url("../images/rub2.gif") no-repeat ; }
.rub2 a:hover {	background:url("../images/rub2-over.gif") no-repeat ; }
.rub2on a{	background:url("../images/rub2-on.gif") no-repeat ; }

.rub3 a{	background:url("../images/rub3.gif") no-repeat ; }
.rub3 a:hover {	background:url("../images/rub3-over.gif") no-repeat ; }
.rub3on a{	background:url("../images/rub3-on.gif") no-repeat ; }

.rub4 a {	background:url("../images/rub4.gif") no-repeat ;}
.rub4 a:hover {	background:url("../images/rub4-over.gif") no-repeat ; }
.rub4on a {	background:url("../images/rub4-on.gif") no-repeat ; }

.rub5 a{	background:url("../images/rub5.gif") no-repeat ; }
.rub5 a:hover {	background:url("../images/rub5-over.gif") no-repeat ; }
.rub5on a{	background:url("../images/rub5-on.gif") no-repeat ; }

.rub4, .rub4on {	margin-top:8px;}

ul.niv1 {
	padding:0px;margin:0px;
	list-style: none;
}
ul.niv1 li{
	float : left;
	width: 191px;
}
ul.niv1 li a {
	height : 34px;
	font-size: 14px;
	font-weight : bold;
	text-decoration : none;
	color : #FFFFFF;
	display : block;
	line-height : 35px;
	padding : 0 11px;
	padding-bottom : 3px;
	/*text-transform: uppercase;*/
}
ul.niv1 li a.on {
	padding-left : 20px;
}
ul.niv2 {
	padding:0px;margin:0px;
	list-style: none;
}
ul.niv2 li a {
	height : auto;
	font-size: 11px;
	line-height : 22px;
	padding : 0;
	padding-left: 14px;
	font-weight : bold;
	color : #333333;
	text-decoration : none;
	/*text-transform: uppercase;*/
	background : url(../images/arrow_niv2.gif) no-repeat 0px 4px;
	border-bottom: #D8D8D8 1px solid;
}
ul.niv2 li a:hover {
	background : url(../images/arrow_niv2.gif) no-repeat 0px 4px;
}
ul.niv2 li a.on, ul.niv2 li a.on:hover {
	background : url(../images/arrow_niv2.gif) no-repeat 0px 4px;
	border-bottom: none;
}
ul.niv3 {
	padding:0px;margin:0px;
	list-style: none;
}

ul.niv3 li a {
	height : auto;
	font-size: 11px;
	line-height : 15px;
	padding : 2px 0px 2px 14px;
	font-weight : bold;
	text-decoration : none;
	text-transform: none;
	background : url(../images/arrow_niv3_off.gif) no-repeat 0px 4px;
}
ul.niv3 li a.on, ul.niv3 li a.on:hover, ul.niv3 li a:hover {
	background : url(../images/arrow_niv3_on.gif) no-repeat 0px 4px;
}
ul.niv4 {
	padding:0px;margin:0px;
	list-style: none;
}
ul.niv4 li a {
	height : auto;
	font-size: 10px;
	line-height : 13px;
	padding : 2px 0px 2px 30px;
	font-weight : normal;
	text-decoration : none;
	text-transform: none;
	background : none;
}
ul.niv4 li a.on, ul.niv4 li a.on:hover, ul.niv4 li a:hover {
	background : none;
}

/****************** GENERAL CENTRE **************************/

#conteneur_page {
	float:left;
	width:556px;
	padding-left:21px;
	padding-right:21px;
	padding-bottom: 4px;
}

#content_page{
	width:100%;
	border-bottom: #BFBFBF 1px solid;
	margin-bottom:10px;
}
html>body #content_page{
	float:left;
}

/****************** ARTICLE CENTRE ******************************/

#content_page_list{
	padding-bottom: 20px;
}

#content_page_header{
	float:left;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	width:100%;
}
#content_page_header p a{
	font-weight:normal;
	font-size:10px;
	color:#666666;
	text-decoration: none;
}
#content_page_header p a.on {
	font-weight: bold;
}
.picto_option{
	float:right;
	padding:0px 0px 0px 0px;
}
#content_page_list h1{
	margin-top:0px;
	padding-bottom: 10px;
	font-size:16px;
	color:#5B5B5B;
	font-weight: bold;
	border-bottom: #BFBFBF 1px solid;
}
.content_page_bloc{
	padding-bottom: 10px;
	border-bottom: #BFBFBF 1px solid;
}
.h1_pink{
	color:#CC99CC;
}
#content_page_list h2{
	margin-top: 20px;
	padding: 0px 0px 8px 0px;
	font-size:12px; color:#701170;
	font-weight: bold;
	background: url(../images/h2_bottom.gif) bottom;
}
#content_page p{
	padding:0px;margin:0px;
	font-size:11px;
	color:#646464;
}
#content_page_list p a {
	font-weight:bold;
	color:#666666;
	text-decoration: underline;
}
#bloc_footer{
	margin-top:15px;
	line-height: 20px;
	padding-top:15px;
	border-top: 1px solid #BFBFBF;
}
#bloc_footer p img{	float:left;
	padding-right: 20px;
}
#title_bloc_footer {
	float:left;
	padding-right: 20px;
}
#bloc_footer p {
	line-height: 20px;
}
#bloc_footer p a {
	padding-right: 50px;
	font-size: 10px;
	color: #668CB3;
	line-height: 20px;
	font-weight:normal;
	text-decoration: none;
}
#bloc_footer.bloc_footer_nuage p a {
	padding-right: 0px;
}
#content_page .lettresAZ a.on{font-size:12px;font-weight:bold;text-decoration:underline;}
#content_page .lettresAZ a {font-weight:normal;text-decoration:none;}
#content_page .lettresAZ a:hover{text-decoration:underline;}
/****************** HOME CENTRE ******************************/

#content_page.content_page_home{
border-bottom:0px;
margin-bottom:0px;
}
#content_page_home_header{
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom: #BFBFBF 1px solid;
}
#content_page_home_header h1{
	width:100%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #660066;
	font-weight: bold;
	border-bottom: #BFBFBF 1px solid;
}
#content_page_home_header p{
	width:100%;
	padding: 10px 0px 15px 0px;
	margin: 0px;
}
#content_page_home_header b{
	font-size: 12px;
}
#content_page_home_header a{
	color:#4E7AA7;
	text-decoration: none;
	padding-left: 10px;
	background: url(../images/arrow_header_home.gif) left no-repeat;
}
#content_page_home_header a:hover{
	text-decoration: underline;
}
#bloc_metier_home{
	float:left;
	margin-top:15px;
	width:100%;
	height:202px;
	background: url(../images/illustr_home_metiers.jpg) no-repeat;
}
#form_home{
	position: relative;
	top:55px;
	left:30px;
	width:150px;
	height:100px;
}
#form_home form select{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	height:12px;
	margin:0px 0px 4px 0px;
	width:200px;
	height:17px;
}
#btn_ok_home {
	position:relative;
	top: 172px;
	left: 193px;
}
#form_home select{
	width:200px;
	height:17px;
	font-size: 12px;
	margin-bottom: 5px; 
}
#bloc_formation_home {
	float:left;
	margin-top:15px;
	width:267px;
	height:112px;
	background: url(../images/illustr_home_formations.jpg) no-repeat;
}
.bloc_separate{
	padding-right:22px;
}
#bloc_ecole_home {
	float:left;
	margin-top:15px;
	width:267px;
	height:112px;
	background: url(../images/illustr_home_ecoles.jpg) no-repeat;
}
#bloc_ecole_home p, #bloc_formation_home p {
	margin: 35px 0px 0px 15px;
	font-size: 9px;
	width:150px;
	height:20px;
}
#bloc_ecole_home p a, #bloc_formation_home p a{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	font-weight:bold;
	background: url(../images/arrow_list_home.gif) left no-repeat;
}
#bloc_ecole_home p a:hover, #bloc_formation_home p a:hover{
	text-decoration: underline;
}
.line_separate{
	float:left;
	height:15px;
	width:100%;
	border-bottom: #BFBFBF 1px solid;
}
#bloc_pub_home {
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
}

/******************** COLONNE DROITE  ************************/

#colonne_droite {
	float:left;
	/*margin-top:-129px;*/
	width:206px;
}
#bloc_rech {
	height:70px;
	background: url(../images/bg_bloc_droite_top2.gif) top no-repeat;
	font-size:9px;
	color:#4E7AA7;
}
#bloc_rech form input {
	width:130px;
}
#form_rech form {
	margin:0px;
	padding:20px 5px 0px 5px;
}
#form_rech form a {
	float:right;
	display:block;
	width:40px;
	height:25px;
	padding-right:10px;
	background: url(../images/btn_ok.gif) no-repeat;	
}
#form_rech {
	padding:0px;
	padding-left:5px;
	padding-top:10px;
	margin:0px;
}

#bloc_met {	
	padding-left:3px;
	padding-top:50px;
	padding-bottom: 10px;
	background: url(../images/bg_bloc_droite_met.gif) top no-repeat;
}
#colonne_droite ul.blocd {
	margin:0px;
	padding-top:10px;
	padding-left:5px;
	list-style: none;
}
#colonne_droite ul {
	list-style: none;
}
#colonne_droite ul li  {
	margin:0px;padding:0px;
	padding-left:15px;
	padding-bottom: 5px;
	background: url(../images/arrow_bloc_droite.gif) 2px 2px no-repeat;
}
#colonne_droite ul li a {
	margin:0px;padding:0px;
	display:block;
	font-size:9px;
	line-height:12px;
	color:#4E7AA7;
	text-decoration: none;
	margin:0px;padding:0px;
}
#bloc_lien {
	padding-left:0px;
	padding-right:5px;
	padding-top:25px;
	padding-bottom: 15px;
	background: url(../images/bg_bloc_droite_lien.gif) top no-repeat;
}
.bloc_pub{
	width:100%;
	text-align: center;
	padding-top:2px;
	padding-bottom:5px;
	background: url(../images/bg_bloc_droite_pub.gif) top no-repeat;
}
.bloc_pub_2{
	padding-top:10px;
	background: url(../images/bg_bloc_droite_pub2.gif) top no-repeat;
}


/******************** FOOTER ************************/

#footer{
	position:relative;
	clear:both;
	height:105px;
	background-image:url(../images/footer_bg.gif);
}
#footer_content{
	position:relative;
	margin:auto;
	width:900px;
	text-align:right;
	padding:70px 75px 10px 0px;
	background:url(../images/footer.gif) right top no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
}
#footer_content a.homelogo{
position:absolute;
top:15px;
right:75px;
width:220px;
height:50px;
}
#footer_content a{
	color:#FFF;
	text-decoration:none;
}
#footer_content a:hover{
	text-decoration:underline;
}

hr{
	float:left;
	height:1px;
	line-height:1px;
	line-height:1px;
	width:100%;
	border: none;
	margin-top:10px;
	background:transparent url(../images/h2_bottom.gif) repeat scroll center bottom;
}


.haut_page{
	float:right;
	clear:both;
}
.haut_page a {
	display:block;
	width:82px;
	height:16px;
	text-decoration: none;
	background: url(../images/btn_haut.gif) no-repeat;
}
.haut_page a:hover {
	text-decoration: none;
} 

#content_page_list ul li {color:#646464;
font-size:11px;
margin:0px;
padding:0px;
}

/*************************************************************/
/****************    SEND FRIEND    **************************/
#send_friend{position:absolute;left:240px;;top:270px;
width:363px; height:241px;
padding:40px 20px 0px 25px;
background-image:url("../images/send_friend_fullbg2.gif");
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#636363;
display:none;
}
#send_friend .contact_align { float:left; overflow:visible; border: 0px solid #000000; margin: 0px;	padding: 0px;margin-bottom:12px;}
#send_friend label {float: left; 	clear:right;	text-align: left; 	font-size: 12px;	color: #666;		padding: 0px 0px 0px 0px;	height: 20px;} 
#send_friend .contact_tbox {float:right;	width:240px;	font-family:Verdana, Arial, Helvetica, sans-serif;	text-align:left;	font-size: 12px;	right:0px;	top:0px;	background-color:#CCC;	border: 1px solid #FFF;	color:#FFF;}
.send_friend_comment{font-size:9px;font-weight:normal;}
#send_friend_comment {position:absolute;bottom:45px;left:150px;width:230px;}
html>body #send_friend_comment{bottom:33px;}
#send_friend_close {position:absolute;top:10px;right:20px;}
#send_friend_submit {position:absolute;bottom:10px;right:20px;}
 /****************  FIN SEND FRIEND **************************/
/*************************************************************/