*{
	margin:0;
	padding:0;
}

.float_right {
	float:right;
}

.float_left {
	float:left;
}

.clear_both {
	clear:both;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../gifs/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d4d9df;
}

img {
	border: 0px;
}

p {
	font-size: 0.7em;;
	text-align: justify;
	color: #404040;
}

p.right {
	text-align: right;
}

.fakeUl {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

.fakeLi {
	margin:0.1em 0 !important;
	background:url(../gifs/puce_li.gif) no-repeat 0 8px !important;
	padding-left:15px;	
}

a {
	color: #cb3222;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

#container {
	width:901px;
	margin:0 auto;
	position:relative;
	padding-top:207px;
	background:#ffffff;
	
}

#content {
	background:#ffffff;
	width:100%;
	background-image: url(../gifs/bg_content.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	
}



/********************************************************************* Header
*/
#header {
	height:207px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#baseline {
	height: 30px;
	width: 100%;
	clear: both;
	background-image: url(../gifs/bg_baseline.jpg);
	background-repeat: no-repeat;
}

#logo {
	width: 243px;
	height:177px;
	background-image: url(../gifs/bg_logo.jpg);
	background-repeat: no-repeat;
	position: relative;
}

a.btn_logo {
	display: block;
	width: 243px;
	height: 107px;
	background-image: url(../gifs/logo.jpg);
	background-repeat: no-repeat;
}

a.btn_contact {
	color: #cb3222;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	top: 110px;
	left: 10px;
	position: absolute;
}
a.btn_contact:hover {
text-decoration: underline;
}

span.logo_tel {
	font-size: 26px;
}

#diaporama {
	width:482px;
	height:125px;
	background-image: url(../gifs/bg_diapo.jpg);
	background-repeat: no-repeat;
}

#slogan {
	width: 482px;
	height: 52px;
	background-image: url(../gifs/bg_slogan.jpg);
	background-repeat: no-repeat;
}

#slogan p {
	font-size: 18px;
	color: #3064ca;
	text-align: center;
	letter-spacing: 2px;
}

span.slogan_2 {
	color: #5a647b;
	font-size: 17px;
}

#encart_coord {
	width: 156px;
	height: 142px;
	background-image: url(../gifs/bg_coordonnees.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-top: 35px;
}

#encart_coord p {
	font-size: 13px;
	color: #000000;
	text-align: right;	
	letter-spacing: 1px;
	line-height: 18px;
}

span.titre_coord {
	font-size: 15px;
	font-weight: bold;
}


/********************************************************************* Colonne gauche
*/
#colonne_gauche {
	width: 243px;
	height: 500px;
	background-color: #FFFFFF;
	background-image: url(../gifs/bg_colonne_gauche.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#navigation {
	list-style: none;
}

#navigation a {
	display: block;
	width: 203px;
	height: 27px;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 40px;
	padding-top: 7px;
	font-weight: normal;
}

#navigation a:hover {
	background-image: url(../gifs/menu_over.jpg)!important;
	background-repeat: no-repeat;
}

#colonne_gauche #navigation #menu_select {
	background-image: url(../gifs/menu_over.jpg)!important;
	background-repeat: no-repeat;
}

#navigation a.menu01 {
	background-image: url(../gifs/menu01.jpg);
	background-repeat: no-repeat;
}
#navigation a.menu02 {
	background-image: url(../gifs/menu02.jpg);
	background-repeat: no-repeat;
}
#navigation a.menu03 {
	background-image: url(../gifs/menu03.jpg);
	background-repeat: no-repeat;
}
#navigation a.menu04 {
	background-image: url(../gifs/menu04.jpg);
	background-repeat: no-repeat;
}
#navigation a.menu05 {
	background-image: url(../gifs/menu05.jpg);
	background-repeat: no-repeat;
}
#navigation a.menu06 {
	background-image: url(../gifs/menu06.jpg);
	background-repeat: no-repeat;
}
#navigation a.menu07 {
	background-image: url(../gifs/menu07.jpg);
	background-repeat: no-repeat;
}
#navigation a.menu08 {
	background-image: url(../gifs/menu08.jpg);
	background-repeat: no-repeat;
}
#navigation a.menu09 {
	background-image: url(../gifs/menu09.jpg);
	background-repeat: no-repeat;
}

#newsletter a {
	float: left;
	display: block;
	width: 183px;
	height: 38px;
	background-image: url(../gifs/btn_newsletter.jpg);
	background-repeat: no-repeat;
	color: #7999b7;
	font-size: 12px;
	text-decoration: none;
	padding-left: 60px;
	font-weight: normal;
}
#newsletter a:hover {
	color: #204ebb;
	text-decoration: none;
}

#encart_liens_plus {
	width: 183px;
	height: 47px;
	background-image: url(../gifs/bg_liens_plus.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
}

#encart_liens_plus a {
	display: block;
	color: #7999b7;
	font-size: 12px;
	text-decoration: none;
	margin-top: 4px;
	font-weight: normal;
}
#encart_liens_plus a:hover {
	color: #204ebb;
	text-decoration: none;
}




/********************************************************************* Colonne centre
*/
#colonne_centre {
	width:633px;
	height: 500px;
	padding-left: 5px;
	padding-right: 20px;
	background-color: #FFFFFF;
	padding-top: 25px;
	background-image: url(../gifs/bg_colonne_centre.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
html>body #colonne_centre {
	height: auto;
	min-height: 500px;
} 

#colonne_centre p {
	line-height: 17px;
	padding-bottom: 5px;
}

h1 {
	color: #2a57c0;
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 20px;
}

h2 {
	color: #2459c4;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
	background-image: url(../gifs/puce_h2.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 18px;
}

#encart_experience {
	width: 613px;
	padding: 10px;
	border-top: 1px dashed #c0c0c0;
	border-bottom: 1px dashed #c0c0c0;
	margin-bottom: 20px;
}

#encart_experience p {
	font-size: 14px;
	color: #cb3222;
	text-align: center;
	line-height: normal;
}

span.txt_big {
	font-size: 26px;
}

#encart_index {
	width: 633px;
	height: 188px;
	background-image: url(../gifs/bg_encart_index.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#encart_index a {
	font-size: 16px;
	font-weight: bold;
	color: #2459c4;
	text-decoration: none;
	background-image: url(../gifs/puce_h2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
#encart_index a:hover {
	text-decoration: none;
	color: #cb3222;
}
#encart_index p {
	font-size: 11px;
	color: #000000;
	line-height: normal;
	padding-top: 8px;
}

#encart01 {
	width: 155px;
	height: 95px;
	padding-top: 5px;
	padding-left: 10px;
}


#encart02 {
	width: 155px;
	height: 65px;
	padding-top: 10px;
	padding-left: 10px;
	clear: left;
}
#encart02 p{
	text-align: left;
}

#encart03 {
	width: 170px;
	padding-top: 5px;
	padding-right: 25px;
}
#encart03 p{
	text-align: right;
}

.img_d {
	float: right;
	padding-left: 15px;
}
.img_g {
	float: right;
	padding-right: 15px;
}

.vignette {
	float: left;
	margin: 20px;
	_margin: 15px;
	width: 165px;
}

.vignette p {
	text-align: center;
}




/********************************************************************* Footer
*/
#footer {
	height:100px; /* à modifier*/
	background-image: url(../gifs/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #d4dadf;
}

#footer p.footer_coord {
	text-align: center;
	font-size: 12px;
	color: #5d6068;
	padding-top: 25px;
	padding-bottom: 15px;
}

#footer p {
	text-align: center;
	color: #232324;
	font-size: 12px;
	line-height: 18px;
}

#footer a {
	color: #232324;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}





/********************************************************************* Forumaire Contact
*/

#coordonnees {
	margin-top: 20px;
	width: 190px;
	padding: 10px;
}

#coordonnees a {
	float: left;
	font-size: 12px;
}

span.tel {
	font-size: 14px;
	font-weight: bold;
}

#google_map {
	margin-top: 20px;
}

#formulaire_1 {
	margin-top: 20px;
	font-size: 12px;
	width: 420px;
	float: left;
}

#formulaire_1 .divGenerateurRequired {
	color: #404040;
	font-size: 12px;
}

#formulaire_1 input {
	border: 0;
	color: #000000;
	border: solid 1px #9ea0a2;
	width: 230px;
	height: 20px;
}

#formulaire_1 textarea {
	border: 0;
	color: #000000;
	border: solid 1px #9ea0a2;
	width: 230px;
	height: 100px;
}

#formulaire_1 .submit {
	margin-left: 130px!important;
}

#formulaire_1 .submit input {
	background-color: #cb3222;
	color: #ffffff;
	height: 25px;
	margin-left: 0px;
	border: 0;
	border: solid 1px #d61136;
}

#formulaire_1 label {
	color: #404040;
	font-size: 12px;
	width: 130px;
}

#colonne_centre #formulaire_1 p {
	margin-bottom: 0px;
}






/********************************************************************* Forumaire devis
*/


#formulaire_2 {
	margin-top: 20px;
	font-size: 12px;
	width: 630px;
	float: left;
}

#formulaire_2 .divGenerateurRequired {
	color: #404040;
	font-size: 12px;
}

#formulaire_2 input {
	border: 0;
	color: #000000;
	border: solid 1px #9ea0a2;
	width: 230px;
	height: 20px;
}

#formulaire_2 textarea {
	border: 0;
	color: #000000;
	border: solid 1px #9ea0a2;
	width: 230px;
	height: 100px;
}

#formulaire_2 .submit {
	margin-left: 200px!important;
}

#formulaire_2 .submit input {
	background-color: #cb3222;
	color: #ffffff;
	height: 25px;
	margin-left: 0px;
	border: 0;
	border: solid 1px #d61136;
}

#formulaire_2 ul li input {
	height: 12px;
	width:12px;
	margin-left: 0px;
	border: 0;
}

#formulaire_2 label {
	color: #404040;
	font-size: 12px;
	width: 200px;
}

div.valide {
	background-color: #9ea0a2!important;
	color: #FFFFFF!important;
}

#colonne_centre #formulaire_2 p {
	margin-bottom: 0px;
}

#formulaire_2 h2 {
	margin-top: 20px;
	border-bottom: 1px dashed #98b6f3;
}



ul.ul_404 {
	padding-left: 15px;
	font-size: 12px;
	color: #404040;
}


/********************************************************************* Loupe
*/

#txt_loupe {
	font-size: 11px;
	text-align: right;
	color: #404040;
	padding-top: 10px;
	padding-bottom: 5px;
	position: absolute;
	top: 207px;
	right: 85px;
	z-index:100;
}
#loupe {
	font-size: 11px;
	text-align: right;
	color: #404040;
	padding-top: 10px;
	padding-bottom: 5px;
	position: absolute;
	top: 207px;
	right: 10px;
	z-index: 10;
}

#loupe a {
	font-size: 11px;
	color: #404040;
	text-decoration: none;
}

#loupe a:hover {
	text-decoration: none;
	color: #404040;
}


/********************************************************************* CSS associé aux box d'inscription à la newsletter
*/
#newsletter_iframe {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image: url(../gifs/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}