@charset "utf-8";
/* CSS Document */
html{color:#000;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
a, a:hover, a:visited {text-decoration: none; color:#000000;}
/*END OF YUI RESET*/
strong{	font-weight:bold;}

#site
{
	width:982px;
	background-image:url(images/fond.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#bandeau
{
	padding-left:176px;
	padding-top:22px;
}

#menu
{
	background-color:#e1e1e1;
	height:24px;
	margin-left:176px;
	margin-right:26px;
}

#menu ul  
{
    
	vertical-align:bottom;
    list-style-type:none;
    display:block;
    padding:0;
	margin:0;
}

#menu ul li 
{
    float:right;
}

#menu a 
{
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:10px;
	background-image:url(images/cf-automobiles_06.png);
	background-repeat:repeat-x;
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
	display:inline;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #47659B;
	margin-right:1px;
	width:77px;
}

#menu a:hover
{
	background-image:url(images/cf-automobiles_05.png);
}

#menu a.deux_ligne
{
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:10px;
	background-image:url(images/cf-automobiles_06.png);
	background-repeat:repeat-x;
	padding-top:2px;
	text-align:center;
	display:inline;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #47659B;
	line-height:9px;
}

#menu a.deux_ligne:hover
{
	background-image:url(images/cf-automobiles_05.png);
}

#footer
{
	background-color:#d0d0d0;
	color:#464646;
	font-size:10px;
	padding:8px;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;	
}

a.savoir_plus
{
	text-align:center;
	font-style:italic;
	color:#000000;
	background-color:#d0d0d0;
	padding:5px;
}

a.savoir_plus:hover
{
	text-align:center;
	font-style:italic;
	color:#d0d0d0;
	background-color:#000000;
	padding:5px;
}

input.submit
{
	width:70px;
	border:none;
	color:#000000;
	background-color:#d0d0d0;
	padding:3px;
	cursor:pointer;
}

input.submit:hover
{
	width:70px;
	border:none;
	color:#d0d0d0;
	background-color:#000000;
	padding:3px;
}


input.go
{
	width:auto;
	border:none;
	background:none;
}



select.normal
{
	width:185px;
}

select.moyen
{
	width:100px;
}

select.petit
{
	width:70px;
}

input.moyen
{
width:100px;
}

input.contact
{
width:300px;
}

textarea.contact
{
width:300px;
height:150px;
}

hr
{
	border:none;
	height:1px;
	background-color:#980004;

}