@charset "utf-8";
/* CSS Document */

body{
	background-image:url(fond_landing.jpg);
	background-repeat:repeat-x;
	background-color:#076896;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:4px;
}

#header{
	background-image:url(header_landing.jpg);
	width:1009px;
	height:242px;
	margin:auto;
}

#blanc{
	position:relative;
	background-color:#ffffff;
	width:1009px;
	height:360px;
	margin:auto;
	background:url(fond_ombre.jpg);
}
#contenu{
	
	position:relative;
	height:300px;
	margin-left:15px;
	padding-top:10px;
}

#contenu_gauche{
	position:relative;
	width:469px;
	float:left;
}

#contenu_droit{
	position:relative;
	width:435px;
	float:left;
}

#titre{
	float:left;
	margin-left:3px;
	position:relative;
}
.bleu_clair{
	color:#9BBEEC;
	font-size:25px;
	font-weight:bolder;
	margin:0;
	padding:0;
	position:relative;
}

.bleu_fonce{
	color:#4F78AE;
	font-size:25px;
	font-weight:bolder;
	margin:0;
	padding:0;
	position:relative;
}
	

#formulaire{
	width:496px;
	height:279px;
	position:relative;
	margin-left:11px;
}


#formulaire_gauche{
	position:relative;
	background-image:url(bordure_gauche_formulaire.jpg);
	width:18px;
	height:278px;
	float:left;
	
}

#formulaire_centre{
	position:relative;
	background-image:url(fond_formulaire.jpg);
	width:462px;
	height:279px;
	float:left;
}

#titre_formulaire{
	background:url(titre_formulaire.jpg);
	position:relative;
	width:459px;
	height:106px;
	margin-left:3px;
	margin-top:13px;
}




#formulaire_droit{
	position:relative;
	background-image:url(bordure_droite_formulaire.jpg);
	width:16px;
	height:278px;
	float:left;
}

#standardiste{
	position:relative;
	background-image:url(standardiste.gif);
	background-repeat:no-repeat;
	width:375px;
	height:131px;
	top:170px;
	-top:-28px;
	left:90px;
	-left:75px; 
}

#partie_bas{
	position:relative;
	-top:-25px;
}

#encart{
	width:890px;
	height:22px;
	position:relative;
	background-color:#4f78ae;
	top:15px;
	-top:10px;
	margin:auto;
	margin-top:

}

#texte_encart{
	position:relative;
	top:2px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;

}

#partenaires{
	position:relative;
	width:888px;
	height:64px;
	top:15px;
	background-image:url(partenaires.jpg);
	margin:auto;
}



#champs-form{
	height:100px;
	position:relative;
	width:475px;
	margin-top:3px;
}

#champs-form form input.txtBoxNom{
	background-color:#FFFFFF;
	border:2px solid #000000;
	color:#000000;
	float:left;
	font-family:helvetica;
	font-size:20px;
	font-weight:bold;
	height:27px;
	margin-bottom:20px;
	width:220px;
	margin-left:3px;
	
	
}
#champs-form form input.txtBoxTel{
	background-color:#FFFFFF;
	border:2px solid #000000;
	color:#000000;
	float:left;
	font-family:helvetica;
	font-size:20px;
	font-weight:bold;
	height:27px;
	margin-bottom:20px;
	margin-left:10px;
	width:220px;

}
#champs-form form input.txtBoxMail{
	background-color:#FFFFFF;
	border:2px solid #000000;
	color:#000000;
	float:left;
	font-family:helvetica;
	font-size:20px;
	font-weight:bold;
	height:27px;
	margin-bottom:20px;
	margin-left:3px;
	width:366px;
}

#champs-form form input.bouton_envoyer {
	position:relative;
	width:78px;
	height:33px;
	border:none;
	cursor:pointer;
	margin:auto;
	background:url(btn_ok.jpg);
	margin:auto auto auto 10px;
}

#footer_formulaire{
	background:url(footer_formulaire.jpg);
	width:459px;
	height:24px;
	position:relative;
	margin-left:3px;
}

#texte-centre {
	position:relative;
	float:left;
	width:435px;
	font-size:12px;
	padding-left: 5px;
	padding-right: 5px;
	color:#0d5480;
	text-align:justify;
}

#footer{
	position:relative;
	width:980px;
	height:44px;
	margin-left:11px;
}
#gauche_footer{
	background:url(gauche_footer.jpg);
	background-repeat:no-repeat;
	width:6px;
	height:44px;
	position:relative;
	float:left;
	
}
#fond_footer{
	background:url(fond_footer.jpg);
	width:969px;
	height:44px;
	position:relative;
	float:left;
}
#droite_footer{
	background:url(droite_footer.jpg);
	width:5px;
	height:44px;
	position:relative;
	float:left;
}


.colonne_gras {
    color: #FFFFFF;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-right: 30px;
    margin-top: 6px;
    text-decoration: none;
}