/* CSS Document */

* {margin:0; padding:0;}
:focus {outline:none;}
body {
	position:relative;
	background:#5b5f60 url(images/fond_body.jpg) 0 150px repeat-x;
	font:.8em Arial, Helvetica, sans-serif;
	line-height:1.2em;
	color:#494e4f;
	}
.text_rouge {font-weight:bold; color:red;}
.gris {color:#494e4f;}
.separateur {clear:both;visibility:hidden;}
#container {margin: 0 auto;width: 783px;}
#header {
	float:left;
	width:778px;
	height:150px;
}
#header2 {
	float:left;
	width:778px;
	height:170px;
	background-color:#fff;
}
#header2 img, #header2 a {float:left;}
/*  navigation
------------------------------------------------------------------------------
*/
#navigation {
	position:relative;
	top:0;
	left:240px;
	padding-left:24px;
	width:514px;
	height:150px;
	background:#fff url(images/fond_navigation.jpg) left bottom no-repeat;
}
#navigation a {color:#494e4f;}
#navigation li {
	display: block;
	float:left;
	margin-left:1px;
	font-size: 1.2em;
	text-align: center;
}
#navigation li a {
	display: block;
	float:left;
	height:25px;
	padding:110px 15px 0 15px;
	text-align: center;
	text-decoration: none;
}
#navigation li a:hover {color:red; border-bottom:#494e4f solid 3px;}
#navigation li a.over, #navigation li a.over:hover {
	display: block;
	float:left;
	color:red;
	border-bottom:#494e4f solid 3px;
}
/*  col_gauche
------------------------------------------------------------------------------
*/
#col_gauche {float:left;width:240px;}
#sous_menu { padding:30px 0 0 0;}
#sous_menu a {color:#fff; padding:10px 0 10px 30px; background:url(images/puce_rouge.gif) 12px 15px no-repeat;}
#sous_menu li {
	display: block;
	float:left;
	font-size: 1.2em;
	width:240px;
	background:url(images/filet_sous_menu.jpg) bottom no-repeat;
}
#sous_menu li a {
	display: block;
	float:left;
	text-decoration: none;
}
#sous_menu li a:hover {color:#aaa;}
#sous_menu li a.visit, #navigation li a.visit:hover {color:#aaa; background:url(images/puce_jaune.gif) 12px 15px no-repeat;}
.liste_ref {text-align:right; color:#ccc; padding: 71px 30px 0 0;}

/*  col_droite
------------------------------------------------------------------------------
*/
#col_droite {
	float:left;
	width:538px;
	background:#fff url(images/fond_col_droite.jpg) top left no-repeat;
}
.bloc_info {float:left;padding:32px 30px 0 36px; margin-bottom:20px;}
.bloc_info h1 {margin-bottom:25px; font-size:180%;}
.bloc_info p {margin-bottom:20px;}
.bloc_info img {float:left;margin:0 2px 2px 0;}
.bloc_adresse {
	float:left;
	width:538px;
	height:83px;
	padding-bottom:10px;
	background:#fff url(images/fond_bloc_adresse.jpg) top left no-repeat;
}
.bloc_adresse p {padding:20px 30px 0 36px;}
#vehicule {
	position:relative;
	vertical-align:bottom;
	margin-top:-270px;
	left:490px;
	width:265px;
	height:160px;
	background:url(images/DSC05385.png) top left no-repeat;
}
#vehicule {behavior: url(iepngfix.htc)}
/*  footer
------------------------------------------------------------------------------
*/
#col_trois {
	float:left;
	width:500px;
	padding:84px 25px 0 0;
}
#col_trois img {margin-top:15px;}
a.lien {text-decoration:none;font-weight:bold; color:red;}
a.lien:hover {text-decoration:underline;color:#494e4f;}
a.lien_gris {text-decoration:none;font-weight:bold; color:#494e4f;}
a.lien_gris:hover {text-decoration:underline;color:red;}
/*  footer
------------------------------------------------------------------------------
*/
#footer {
	clear:both;
	height:50px;
	padding-top: 5px;
	padding-left:240px;
	margin-right:5px;
	}
#footer a:link, #footer a:visited {color: #ccc; text-decoration:none;}
#footer a:hover {color: #fff; text-decoration:underline;}
#footer p#footer_nav {float: left; font-size:80%;}
#footer p#copyright {float:right; width:300px; color:#909593; font-size:80%; text-align:right;}
/*
#footer .mentions {clear:both; font-size:80%; color:#909593;padding-top: 8px;}
.mentions {float:right; padding-right:6px;}
*/
/* 
-------------------- contact / formulaire -----------------------
*/

#formulaire {}
.champText {background:#dfdfdf;border: solid 1px #ccc;margin:0;}
.button {
	background: #000;
	border: #000 solid 1px;
	padding: 1px 8px;
	color: #fff;
	font-size:11px;
}