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

body {
	background-image:url(../img/fond_contact3.jpg);
	/*Tout d'abord, nous allons faire en sorte que le site occupe toute la hauteur de la fenêtre, 
	même si il n'y a pas assez de contenu pour remplir l'espace :*/
	height: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
}
div#global {
	display:block;
	min-height: 100%;
	width: 850px;
	padding: 0 10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
div#titre {
	width:850px;
	height:200px;
}
div#b
div#bouton {
	width:850px;
	height:60px;
}
div#content {
	background-color:#FFFFFF;
	width:850px;
	border-left:solid;
	border-left-width:2px;
	border-left-color:#000000;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#000000;
}
div#bloc_text {
	width: 800px;
	padding:25px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}
div#colonne {
width:800px;
height:600px;
}
div#formulaire {
	padding-bottom: 50px;
}
div#formulaire_gauche {

	width: 350px;
	height:0px;
	float: left;

	margin:20px;
		margin-right:30px;
	text-align:right;
	line-height:2;
	/* Pour éviter la superposition 
	du pied de page et du formulaire : */
	
}
div#formulaire_d {

	width: 350px;
	height:0px;
	float: left;

	margin:20px;
		margin-right:30px;
	text-align:left;
	line-height:2;
	/* Pour éviter la superposition 
	du pied de page et du formulaire : */
	
}
.formulaire_d p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/

}
.formulaire_d label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.formulaire_d textarea{
width: 250px;
height: 150px;
}
.formulaire_d input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}
height: 1%;
div#formulaire_droit {
	width: 530px;
	height:0px;
	float: Right;
	padding:1px;
	margin:0px;
	line-height:2.5;
	/* Pour éviter la superposition 
	du pied de page et du formulaire : */
	padding-bottom: 50px;
}
div#bloc_text span {

	background: #fff url(../img/titre2.png) left center no-repeat;
	
}
div#footer {
	background-color:#000;
	width: 850px;
	height:25px;
	text-align:center;
	color:#CCCCCC;
	font-size:12px;
	padding-top:5px;
	border-left:solid;
	border-left-width:2px;
	border-left-color:#000000;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#000000;
}
div#signature {
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	text-align:center;
	font-size:9px;
	color:#999999;
}
div#lien{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:11px;
	color:#999999;
}
a:link {
	color:#FFF;
	text-decoration:none;
	font-weight:600;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
.Style1 {
	color: #2963B5;
	font-weight: bold;
	
}
.Style2 {
	color: #bf215a
}
.StyleGras {
font-weight:800;
}