@import "css/reset.css"; /* Imports the reset.css */
@import "css/header.css"; /* Imports the reset.css */
@import "css/footer.css"; 

* { margin:0; padding:0; }

@font-face {
	font-family: 'MyriadProBoldSemiExtended';
	src: url('css/fonts/myriadpro-boldsemiext-webfont.eot');
	src: local('☺'), url('css/fonts/myriadpro-boldsemiext-webfont.woff') format('woff'), url('css/fonts/myriadpro-boldsemiext-webfont.ttf') format('truetype'), url('css/fonts/myriadpro-boldsemiext-webfont.svg#webfont2SDEedCA') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProRegular';
	src: url('myriadpro-regular-webfont.eot');
	src: local('☺'), url('myriadpro-regular-webfont.woff') format('woff'), url('myriadpro-regular-webfont.ttf') format('truetype'), url('myriadpro-regular-webfont.svg#webfontRbqsTHZy') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	min-width:100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #6b6b6b;
	text-align:left;
	min-height:100%;
	/*background: url(css/img/bg_bottom.jpg) bottom repeat-x #f5f5f5;*/
	background-color:#f5f5f5;
}

p {
	line-height: 20px;
	padding-bottom: 10px;
/*	margin-bottom: 20px;
*/}

label {
/*	font-weight: bold;*/

}

h1 {
	margin-bottom: 5px;
	color: #004b95;
	font-size: 20px;
	text-transform: uppercase;
	font-family: MyriadProBoldSemiExtended, Arial, Helvetica, sans-serif;
}
h2 {
	margin-bottom: 5px;
	color: #004b95;
	font-size: 18px;
	text-transform: uppercase;
	font-family: MyriadProBoldSemiExtended, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h3 {
	margin-bottom: 5px;
	color: #004b95;
	font-size: 13px;
	text-transform: uppercase;
	font-family: MyriadProBoldSemiExtended, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 20px;
}

h4 {
	margin-bottom: 5px;
	color: #004b95;
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
}


hr {
	width: 100%;
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	border: 0;
}

a {
	color: #004b95;
	text-decoration: none;
}

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


/*ul {
	list-style-type: circle;
	list-style: inside;
}
li {
padding: 5px 10px 0 0;
}
*/
img {
	border: none;
}


#nav {
	background:#FF0000;
}


#main{

}

#content {
	/*margin: 20px 0 40px -470px;*/
	margin: 0 auto 0 auto;
	width: 960px;
	height:auto;	
}

#centre {
	width: 100%;
	overflow: hidden;
}

#navigation {
	float: left;
	width: 220px;
}

#principal {
	float: left;
	width: 470px;
	padding: 0 20px 40px 20px;
}

#principal2 {
	float: left;
	width: 690px;
	padding: 0 20px 40px 20px;
}


#principal ul, #principal2  ul {
	list-style: outside disc;
	margin-left: 60px;
}
#principal li, #principal2 li {
	color:  #6b6b6b;
	padding: 5px;
	line-height: 20px;
}


#secondaire {
	width: 220px;
	float:right;
}

#secondaire ul {
	list-style: outside disc;
	margin-left: 20px;
}
#secondaire li {
	padding: 5px;
	line-height: 20px;
}

.blocYo {
	padding: 10px;
	background: #FFFFFF;
	border: solid 1px #DDDDDD;
	margin-bottom: 20px;
}

.bloc-media {
	padding: 10px;
	background: #FFFFFF;
	border: solid 1px #DDDDDD;
	margin: 0 10px 15px 0;
	width:200px;
	float:left;
}

.bloc-media.dernier {
	margin: 0 0 15px 0;
}

.blocAuto {
	background:#FFFFFF;
	border: solid 1px #DDD;
	padding: 10px;
	display:block;
}

#principal2 .blocAuto li {
	color: #004b95;
}
.clear {
	clear:both;
}


#toto {
	margin: 0 auto 0 auto;
	display:block;
	width: 960px;
	background-color:#333333;
	height: 350px;
}

.bloc {
	float: left;
	width: 300px;
	padding: 10px 20px 20px 0;
}

.blocVehicule {
	float: left;
	width: 470px;
}

.blocVehicule a {
	color: #6b6b6b;
}

.blocVehicules{
	float: left;
	width: 450px;
	height: 60px;
	padding:10px;
	overflow:hidden;
	background-position: top;
	background-repeat: no-repeat;
	border: solid 1px #DDDDDD;
}

.blocVehicules:hover{
	background-position: bottom;
	color: #6b6b6b;
}


.blocVehiculeVente {
	float: left;
	width: 470px;
}

.blocVehiculesVente{
	float: left;
	width: 141px;
	height: 150px;
	margin:0 20px 20px 0;
	overflow:hidden;
	background-position: top;
	background-repeat: no-repeat;
	border: solid 1px #DDDDDD;
}
.blocVehiculesVente.last{
	margin:0 0px 20px 0;
}
.blocVehiculesVente:hover{
	background-color:#FFF;
}

.blocVehiculesVente div.image_vente{ 
	background-color:#999;
	height:80px;
	width:120px;
	margin:10px;
	overflow:hidden;
}

.blocVehiculesVente p{
	padding:0 10px;
	font-size:11px;
	line-height:14px;
}
.retour{
	float:right; 
	line-height:20px; 
	padding:0 0 0 20px; 
	background-image:url('./css/img/bg_menu.png'); 
	background-position:left top; 
	background-repeat:no-repeat;
}
.retour:hover{
	background-position:left bottom; 
}

.bloc2 {
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
	font-family:Verdana;
	font-size: 12px;
	padding: 10px;
	float: left;
	width: 220px;
	margin: 0 0 10px 10px;
}

.bloc960{
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
	font-family:Verdana;
	width:920px;
	padding: 20px;
	
}

#menuLeft {
	font-family:Verdana;
	font-size: 12px;
}

#menuLeft li {
	margin:15px 5px 15px 5px ;
	background-image:url(./css/img/bg_menu.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	line-height: 20px;
}

#menuLeft li.active, 
#menuLeft li:hover {
	background-position: 100% 100%;
}
#menuLeft li.active a{
	color:#E53138;
}
#menuLeft li li.active a{
	color:#E53138;
}

#menuLeft li.double.active, 
#menuLeft li.double:hover {
	background-position: 100% 155%;
	
}

/*sous menu */
#menuLeft li li {
	margin:6px 0px 6px 20px ;
	background-image:url(./css/img/bg_menu.jpg);
}

#menuLeft li.active-sm.DEUX 	{	background-position: 100% 1400%;}
#menuLeft li.active-sm.TROIS 	{	background-position: 100% -250%;}
#menuLeft li.active-sm.QUATRE 	{	background-position: 100% -115%;}
#menuLeft li.active-sm.CINQ		{	background-position: 100% -75%;}

#menuLeft li.active-sm a {
	color:#E53138;
}
#menuLeft li.active-sm li a {
	color:#004B95;
}
#menuLeft li.active-sm.sous-menu{
	background-position:right top;
}
#menuLeft li.active-sm.sous-menu a {
	color:#004B95;
}
#menuLeft li.active-sm.sous-menu li.active a{
	color:#E53138;
}
#menuLeft li.active-sm li:hover a{
	color:#E53138;
}
/* ***** */


.BlocMetier{
	float: left;
	width: 288px;
	height:102px;
	overflow:hidden;
	background-position:top;
	background-repeat:no-repeat;
	margin: 20px 0 0 20px;
}
.BlocMetier:hover{
	background-position:bottom;

}
.BlocIndex{
	float: left;
	width: 286px;
	height:150px;
	overflow:hidden;
	background-position:top;
	background-repeat:no-repeat;
	border: solid 1px #DDDDDD
}
.BlocIndex:hover{
	background-position:bottom;
}
.BlocIndex.actu:hover{
	background-position:bottom;
}

.BlocIndex.petit {
	height:90px;
}

.BlocIndex.petit.large {
	width: 605px;
}

/*.Bloc-Bando{
	margin: 20px 0 0 530px;
	
}
.Bloc-Bando ul {
	margin: 5px 0 10px 0px; 
}
.Bloc-Bando li {
	margin: 3px 0 3px 20px; 
	font-size:11px;
	font-weight:bold;
	color:#888;
}

.Bloc-Bando span {
	font-size:11px;
	font-style:italic;
}*/

.plan a{
	color:#6B6B6B;
}
.plan a:hover{
	color: #e53138;
	text-decoration: none;
}

.categorie{
 color:#6B6B6B;
}

.categorie:hover{
 color:#E53138;
}

.diaporama-actu{
	padding: 2px 10px 10px 12px;
	vertical-align:top;
}
.diaporama-actu li{
	height:40px;
	float:left;
	vertical-align:top;
	list-style-type:none;
	width:240px;
	overflow:hidden;
	position:absolute;
	line-height:18px;
}
.diaporama-actu li a{
	margin:0;
	padding:0;
}
iframe{
	margin: 0 0 50px 0;
}
