/* CSS Document */
form{
	padding:0px;
	margin:0px;
}
p{
	padding:0px;
	margin:0px;

	color:#818181;
}
input{
	border:1px solid #999999;
	padding:1px;
	margin:0px;
	font-size:12px;
	color:#3a3a3a;
}
textarea{
	border:1px solid #999999;
	font-size:12px;
	color:#3a3a3a;
}

a{
	color:#f09c20;
}
a:hover{
	color:#f09c20;
}

.bleu{
	color:#3795c9;
}
.orange{
	color:#f09c20;
}

body{
	background-image:url(../images/templates/background_site.jpg);
	background-repeat:repeat;
}

div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
.lien_orange{
	color:#f09c20;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
}
.lien_orange:hover{
	color:#f09c20;
	font-weight:normal;
	text-decoration:underline;
	font-size:14px;
}
.lien_bleu{
	color:#3795c9;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
}
.lien_bleu:hover{
	color:#3795c9;
	font-weight:normal;
	text-decoration:underline;
	font-size:14px;
}
.lien_blanc{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.lien_blanc:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.lien_texte_actu{
	font-size:12px;
	color:#3a3a3a;
	text-decoration:none;
}
.lien_texte_actu:hover{
	font-size:12px;
	color:#3a3a3a;
	text-decoration:underline;
}
.lien_blanc2{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}
.lien_blanc2:hover{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}


div#site_cadre{
	width:900px;
	margin:auto;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid black;
}
div#site_cadre_petit{
	width:890px;
	margin:auto;
}
div#logo_site{
	width:890px;
	background-image:url(../images/templates/logo_sans_slogan2.jpg);
	background-repeat:no-repeat;
	height:102px;
}
div#logo_site h1{
	padding:0px;
	margin:0px;
	color:#999999;
	font-size:11px;
	font-weight:normal;
	position:relative;
	top:65px;
	left:18px;
	width:650px;
}

div#menu_top_site{
	width:890px;
	
}
div#content_site{
	width:890px;
	margin-top:20px;
	
}
div#bloc_central{
	width:672px;
	float:left;
}
div#paragraphe_1{
	background-image:url(../images/templates/fond_etudiant.jpg);
	background-repeat:no-repeat;
	padding-left:25px;

}
div#paragraphe_1 h2{
	margin:0px;
	padding:0px;
	text-align:right;
	color:#f09c20;
	font-size:25px;
	font-weight:bold;
	margin-top:10px;
}
div#paragraphe_1 h3{
	padding:0px;
	margin:0px;
	color:#f09c20;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	margin-top:5px;

}
span.texte_intro{
color:#818181;
font-size:13px;
font-weight:bold;
padding-top:15px;
line-height:16px;
}

div.texte_normal{
	font-size:13px;
	font-weight:normal;
	color:#818181;
	margin-top:10px;
	line-height:16px;
	
}
span.texte_normal{
	font-size:12px;
	font-weight:normal;
	color:#818181;

}


div#paragraphe_2{
	background-image:url(../images/templates/fond_employeur.jpg);
	background-repeat:no-repeat;
	background-position:100% 0%;
}
div#paragraphe_2 h2{
	margin:0px;
	padding:0px;
	text-align:left;
	color:#3795c9;
	font-size:25px;
	font-weight:bold;
	margin-top:10px;
}
div#paragraphe_2 h3{
	padding:0px;
	margin:0px;
	color:#3795c9;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;

}
div#menu_droit{
	width:200px;
	float:right;
	
}
div#separateur{
	clear:both;
	height:5px;
}

hr.separateur_news{
	font-size:0px;
	background-color:#208cb3;
	color:#208cb3;
	height: 1px;
	border: 0;
	font-size:0px;	
	margin-top:3px;
	margin-bottom:10px;
}

div.separateur_menu{
	height:5px;
	line-height:5px;
	font-size:0px;
}

hr.separateur_paragraphe{
	color: #d6d2cf;
	background-color: #d6d2cf;
	height: 1px;
	border: 0;
	font-size:0px;
	margin-top:10px;
	margin-bottom:10px;
}


div#entete_actu{
	background-image:url(../images/templates/arrondi_haut_actualite.jpg);
	height:33px;
	background-repeat:no-repeat;
	width:200px;
}
div#content_actu{
	background-image:url(../images/templates/fond_newsletter_1px.jpg);
	background-repeat:repeat-y;
	width:180px;
	padding-right:10px;
	padding-left:10px;
	font-size:12px;

}
div#entete_actu h2{
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	line-height:25px;
	font-size:18px;
	font-weight:normal;
	padding-left:15px;
}
div#footer_actu{
	background-image:url(../images/templates/arrondi_bas_actualite.jpg);
	height:18px;
	background-repeat:no-repeat;
	width:200px;
}

div#entete_newsletter{
	background-image:url(../images/templates/arrondi_haut_newsletter.jpg);
	height:33px;
	background-repeat:no-repeat;
	width:200px;
}
div#entete_newsletter h2{
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	line-height:25px;
	font-size:18px;
	font-weight:normal;
	padding-left:15px;
}
div#content_newsletter{
	background-image:url(../images/templates/fond_newsletter_1px.jpg);
	background-repeat:repeat-y;
	width:180px;
	padding-right:10px;
	padding-left:10px;
	
}
div#footer_newsletter{
	background-image:url(../images/templates/arrondi_bas_newsletter.jpg);
	height:18px;
	background-repeat:no-repeat;
	width:200px;
}

div#bloc_bas{
	width:100%;
}

div#bloc_emploi{
	width:409px;
	float:left;
}
div#bloc_batiformation{
	width:200px;
	float:left;
	margin-left:35px;
}

div#entete_emploi{
	background-image:url(../images/templates/arrondi_haut_offre_emploi.jpg);
	width:409px;
	height:33px;
	background-repeat:no-repeat;
}
div#entete_emploi h2{
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	line-height:25px;
	font-size:18px;
	font-weight:normal;
	padding-left:15px;	
}

div#content_emploi{
	background-image:url(../images/templates/fond_emploi_1px.jpg);
	width:409px;
	background-repeat:repeat-y;
}
div#footer_emploi{
	background-image:url(../images/templates/arrondi_bas_offre_emploi.jpg);
	height:18px;
	background-repeat:no-repeat;
	width:409px;
}
div#bloc_batiformation{
	background-image:url(../images/templates/fond_batiformation.jpg);
	width:175px;
	height:143px;
	padding-left:15px;
	padding-right:10px;		
}
div#bloc_batiformation h2{
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	line-height:25px;
	font-size:18px;
	font-weight:normal;

}
span.content_bloc_batiformation{
	color:#FFFFFF;
	margin-top:15px;
	display:block;
}

div#footer{
	width:890px;
	background-image:url(../images/templates/fond_footer2.jpg);
	height:25px;
	line-height:25px;
	background-repeat:no-repeat;
}
.liste_ville{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.date{
	color:#f09c20;
	font-size:12px;
	display:block;
}
.cellule_noire{
border:1px solid #f09c20;
border-collapse:collapse;
}

.ft12{
	color:#3795c9;
}
/* conteneur centrail en page hors index */
div#paragraphe_simple h2{
	margin:0px;
	padding:0px;
	color:#f09c20;
	font-size:25px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:25px;
}
div#paragraphe_simple h3{
	padding:0px;
	margin:0px;
	color:#f09c20;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
}
div#paragraphe_simple{
	font-size:13px;
	font-weight:normal;
	color:#818181;
	
	line-height:16px;
}
.h2_bleu{
	margin:0px;
	padding:0px;
	color:#3795c9;
	font-size:25px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:25px;
}
.h4_bleu{
	padding:0px;
	margin:0px;
	color:#3795c9;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
}
