/* CSS */

* {
	margin:0;
	padding:0;
	font-family:verdana,sans-serif;
	text-decoration:none;
	list-style-type:none;
	}

h1 {
	color:#fff;
	}

h2 {
	padding-left:10px;
	font-size:18px;
	color:#FFF;
	}

p {
	margin-top:15px;
	font-size:12px;
	}

#menu a {
	color:#FFF;
	}

.lien {
	color:#E19F09;
	}

h3 {
	font-size: 12px;
	font-weight: normal;
	margin:15px 0 0 5px;
	}

#conteneur {
	margin:auto;
	width:900px;
	}
	
body {
	background-color:#F6F6F6;
	}

#entete {
	width:900px;
	height:155px;
	background-image:url(images/entete.jpg);
	}

#text_entete {
	padding:20px 0 0 50px;
	}

#effet {
	position: absolute;
	z-index: 5;
	background-color: transparent;
	background-image: url(images/dh.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	display: block;
	width:650px;
	height: 34px;
	float: left;
	}

#menu {
	margin:39px 0 0 115px;
	}

.bouton {
	float:left;
	background-image:url(images/bouton.png);
	width:156px;
	height:27px;
	text-align:center;
	margin-left:10px;
	padding-top:9px;
	}

#on_cl {
	background-image:url(images/bouton_on.png);
	width:156px;
	height:27px;
	}

#corps {
	background-image:url(images/corps.png);
	background-repeat:repeat-y;
	min-height:500px;
}

#texte {
	padding:30px 0 0 90px;
	margin-right:25px;
	float:left;
	width:510px;
	}

.titre {
	width:298px;
	height:26px;
	background-image:url(images/h2.png);
	}

.centre_p {
	margin:15px 0 25px 10px;
	}

#titre_p {
	width:155px;
	height:26px;
	background-image:url(images/h2p.png);
	margin-bottom:20px;
	}

#sidebar {
	height:440px;
	float:left;
	margin-top:30px;
	padding-left:25px;
	border-left:1px solid #E6A208;
	}

#cvpdf{
	padding-top:20px;
}

#cvpdf a{
	font-size:14px;
	font-weight:bold;
	color:#E19F3E;
}

#pos_s {
	margin-left:10px;
	}


#pied {
	width:900px;
	height:54px;
	background-image:url(images/pied.jpg);
	}

.txt_pied {
	padding:25px 0 0 60px;
	margin-top:-4px;
	color:#e7E7E7;
	font-size:12px;
	font-weight:bold;
	
	}
	
#mentions {
	margin-left:30px;
	color:#FAB100;
	}

.cb {
	clear:both;
	}

/* CSS Formulaire */

fieldset {
	border: none;
	}

.calage {
	float:left; 
	width:150px; 
	font-size:12px;
	color:#3C3C3C;
	}

.civ {
	font-size:12px;
	}

#contact {
	width:500px;
	margin:30px 35px 0 90px;
	float:left;
	}

#formulaire {
	margin:20px 0 0 10px;
	}

#comment {
	font-size:12px;
	}

#btenvoi{
	margin-left:80px;
	padding:1px 3px;
	background-color:#536070;
	border-color:#536070;
	color:#fefefe;
	font-size: 14px;
	}

.calagetxtform{
	padding-left:152px;
	}

.verifenvoie {
	color:#ff3333;
	}

#captcha{
        width:150px;
        height:40px;
        }

