@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303b46;
	background-color: #262f38;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	list-style-image: url(images/puce-fleche.png);
	margin: 0px;
}
#prix {
	background-image: url(images/encart-prix.png);
	background-repeat: no-repeat;
	height: 211px;
	width: 300px;
	margin-top: 55px;
}


h1{
	font-family: 'Cuprum', sans-serif;	
	font-size: 2em;
	color: #ff4b23;
	
}
h2 {
	font-size: 1.8em;
	color: #303B46;
	font-family: 'Cuprum', sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #FFF;
	display:inline;
}
.prix_prix {
	font-size: 37px;
	font-family: 'Cuprum', sans-serif;
	color: #FFF;
	display:inline;
}
.prix_europe {
	font-family: 'Cuprum', sans-serif;
	font-size: 15px;
	color: #FFF;
}
.prix_europe_prix {
	font-family: 'Cuprum', sans-serif;
	font-size: 19px;
	color: #FFF;
}
.prix_pct {
	font-family: 'Cuprum', sans-serif;
	font-size: 50px;
	color: #FFF;
}


.prix_phrase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}

.legende {
	font-size: 0.8em;
}



#contenu {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
#page {
	width: 1056px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/fond_centre.png);
	background-repeat: repeat-y;
	min-height:650px;
}

#footer {
	background-color:#FFF;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	height: 150px;
	background-image: url(images/fond_bas.png);
	background-repeat: repeat-x;
	background-position: top;
}
#haut {
	background-color: #303B46;
	height: 118px;
}
#menu {
	background-image: url(images/fond_menu_haut.png);
	background-repeat: repeat-x;
	height: 144px;
}
.petit {
	font-size: 0.5em;
}

#corps {
	min-height:350px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#occasion {
	background-color: #CDCFD1;
	height: 226px;
	width: 670px;
	margin-top: 10px;
}

img{
 border:0px;	
}

.champ, input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #96C11F;
	border-right-color: #96C11F;
	border-bottom-color: #96C11F;
	border-left-color: #96C11F;
	font-size: 12px;
	padding: 1px;
	margin: 1px;
}
.ombre { 
	 border: 2px solid #fff; 
    -moz-box-shadow: 0px 0px 5px #aaa;  
    -webkit-box-shadow: 0px 0px 5px #aaa;  
    box-shadow: 0px 0px 5px #555;  
	margin: 10px;
	margin-top: 0px;
	/*border-radius: 7px 7px 0 7px; 
	overflow:hidden;*/
}  
.sans_ombre  { 
	 border: none; 
    -moz-box-shadow:none; 
    -webkit-box-shadow: none;  
    box-shadow:none;  
	/*border-radius: 7px 7px 0 7px; 
	overflow:hidden;*/
}  	
a:link {
	color: #262F38;
	text-decoration: none;
}
a:hover {
	color: #FF6641;
	text-decoration: underline;
}
a:active {
	color: #FF6641;
	text-decoration: underline;
}
a:visited {
	color: #262F38;
	text-decoration: none;
}
a.blanc:link {
	color: #FFF;
	text-decoration: none;
}
a.blanc:hover {
	color: #FFF;
	text-decoration: underline;
}
a.blanc:active {
	color: #8D8D8D;
	text-decoration: underline;
}
a.blanc:visited {
	color: #FFF;
	text-decoration: none;
}

a.neutre:link {
	color: #727578;
	text-decoration: none;
}
a.neutre:hover {
	color: #727578;
	text-decoration: underline;
}
a.neutre:active {
	color: #FCB040;
	text-decoration: underline;
}
a.neutre:visited {
	color: #727578;
	text-decoration: none;
}

li {
	margin-left: -25px;
}

.tableau:Hover {
	color: #FFF;
	background-Color :#8bb110;
}
.bleu {
	color: #303B46;
}

