/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 950px;}
#header {height:259px;}
#left-column {width: 240px;}
#right-column {width: 710px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 80px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/	#wrap-container {	margin: 0 auto -80px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html {height: 100%; width: 100%;}
body {width: 100%; text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}
a:focus{
  outline: none;
}


#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
/*	text-indent: -9999em;*/}


/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers, 
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

img {border: 0;}

/*	--- Important! ----------------------------------
	Use class "left" or "right" on the html elements 
	you want to float (on the thumbs, for example)
*/	.left{float: left;} .right{float: right;}


/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}


/*--------------------------left-column----------------*/
#left-column{
	float:left;
}
#actualite{
  width:211px;
  height:114px;
  padding: 45px 15px 0 14px;
}
#actualite img{
  float:right;
  border: 1px solid #1B6C00;
  margin-left:8px;
  margin-top:2px;
}

#info{
  width:211px;
  height:261px;
  padding: 76px 15px 0 14px;
}
#newsletter{
  width:211px;
  height:76px;
  padding: 32px 15px 0 14px;
}

#right-column{
	float:left;
}



#footer {
	margin: 0 auto;
	padding: 0;
    text-align: center;

}

.ref{
  width:950px;
  clear:both;
  background-color: #081E00;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color: #ffffff;
  text-align: center;
}


.title{
  width: 710px;
  height:48px;
}

.paragraph{
  clear:both;
  width: 671px;
  padding:0px 20px 0 19px;
}

.border-right{
  background-color: #ffffff;
  padding:1px;
  margin-left:16px;
  float: right;
}
.border-left{
  background-color: #ffffff;
  padding:1px;
  margin-right:16px;
  float:left;
}
.border-right img, .border-left img{
   border: 1px solid #000000;
}
.line{
  clear:both;
  height:17px;
  margin-bottom:12px;
  line-height: 0px;
}

ul.list1{
    list-style: none;
    display:inline;
    float:left;
	}
ul.list1 li{
	background: url(../images/charte/bullet.jpg) no-repeat top left;
    background-position:0px 5px;
	text-align:left;
    line-height: 16px;
    padding-left:16px;
    color:#ffffff;
}
.box{
  width: 651px;
  height:144px;
  padding:10px;
  margin-bottom:15px;
}
/*---------------------vehicules-motos------------------*/
.title1{
  width: 710px;
  height:48px;
}
.left-combo{
 color: #E0C600;
 font-weight: bold;
}
.separator{
  clear:both;
  height:20px;
  line-height: 0px;
}
.prod{
  display:inline;
  float:left;
  height:140px;
  width:305px;
  padding:10px 10px;
  margin: 0 5px 15px 5px;

}
.top{
  width:305px;
  height:15px;
  padding-bottom:5px;
}
.middle{
  width:305px;
  height:86px;
  padding-bottom:10px;
}
.middle p{
  padding-bottom:5px;
}
.middle img {
  float:right;
  border:1px solid #ffffff;
  margin-left:8px;
}

.border1{
  background-color: #ffffff;
  border-right:1px solid #000000;
  border-left:1px solid #000000;
  float:left;
  text-align: center;
}
.border2{
  background-color: #DAC200;
  border-right:1px solid #000000;
  border-left:1px solid #000000;
  float:left;
  text-align: center;
}
.details{
  padding-top:10px;
}

.details p{
  padding-bottom:6px;
  text-align: left;
}
#pagination{
  clear:both;
  text-align: center;
}



/* ---| THE END |------------------------- */