/*===| I. LAYOUT SIZE |====================================================*/
#container, #header, #top {width: 998px;}
#footer {width: 800px;}
#logo{width:514px; height:70px; float:left;}
#newsletter{float:left; width:301px; height:40px; padding: 25px 0px 0px 183px;}
#top {height:313px;}
#header {height:243px;}
#left-column {width: 182px; padding-left:99px;}
#right-column {width: 580px; padding: 0 34px 0 38px;}

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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body {height: 100%; width: 100%;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}
#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
    float:left;
/*	text-indent: -9999em;*/}
#left-column{
	float:left;}
#right-column{
	float:left;}
.ref {
    clear:both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#666666;
    text-align: center;
    padding:15px 0 5px 0;
    width: 800px;
	}
#footer {
	margin: 0 auto;
	padding: 0;}

/*	--- 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; padding:2px 20px 0 0;} .right{float: right; padding: 3px 0 0 20px;}

.paragraph{
	clear: both;
	display: table;
    width: 100%;
    }

.separator{
	width: 100%;
	height: 1px;
	clear: both;
	padding:0;
    float:left;
	margin:15px 0;
	line-height: 0px;
    font-size:0;
    line-height:0;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #c0c0c0;
    }

/*==================== inc.mdm ======================*/
#actualite{
    height: 208px;
    float:left;
    width: 182px;
}

#mdm-text
{
  height:108px;
  padding-top:49px;
}
#mdm-title
{
  font-size:11px;
  color:#666666 !important;
  font-weight: bold;
}
#actualite p
{
  font-size: 11px;
  color:#585858;
  line-height:13px;
  text-align: justify;
}
#mdmPhoto
{
  float:left;
  border:solid 1px #939393;
  margin: 3px 8px 0px 0;
}
/*================ inc.horaires ==============*/
#horaires {
    height: 81px;
    float:left;
    width: 182px;
    padding-top:60px;
}
#horaires p
{
    font-size: 11px;
    color:#585858;
    line-height:13px;
}

#contact-info{
    height: 95px;
    float:left;
    width: 182px;
    padding-top: 60px;
}
#contact-info p
{
    font-size: 11px;
    color:#585858;
    line-height:13px;
}
#contact-info a:link, #contact-info a:visited
{
    color:#f30909;
    font-size:11px;
    text-decoration: none;
}
#contact-info a:hover, #contact-info a:active
{
    color:#000000;
    font-size:11px;
    text-decoration: underline;
}
#plan
{
  padding:10px 0 20px 30px;
  float: left;
}
/*=================== index =================*/
#title-page
{
  float:left;
  padding: 17px 0 19px 0;
}
.couleur
{
  font-weight: bold;
  color:#ca0000;
}
ul.list1{
	padding: 3px 0 0px 60px;
    float:left;
    margin: 0;
    width:220px;
	}
ul.list1 li{
	background: url(../images/charte/list1-bullet.jpg) no-repeat top left;
	background-position:0px 5px;
    font-size:12px;
	font-weight:bold;
    color:#000000;
	text-align:left;
	line-height: 17px;
	padding:0px 0px 0px 15px;
	}
ul.list2{
	padding: 3px 0 0px 10px;
    float:left;
    margin: 0;
    width:285px;
	}
ul.list2 li{
	background: url(../images/charte/list1-bullet.jpg) no-repeat top left;
	background-position:0px 5px;
    font-size:12px;
	font-weight:bold;
    color:#000000;
	text-align:left;
	line-height: 17px;
	padding:0px 0px 0px 15px;
	}
ul.list3{
	padding: 3px 0 0px 45px;
    float:left;
    margin: 0;
    width:300px;
	}
ul.list3 li{
	background: url(../images/charte/list2-bullet.jpg) no-repeat top left;
	background-position:0px 7px;
    font-size:12px;
	font-weight:normal;
    color:#000000;
	text-align:left;
	line-height: 19px;
	padding:0px 0px 0px 15px;
	}
#description
{
  background: url(../images/charte/bg-text.jpg) no-repeat top left;
  float:left;
  width:560px;
  height:133px;
  padding:8px 10px 8px 10px;
}
/*---------------- gamme --------------*/
#introduction
{
    width:400px;
    height:57px;
    padding:18px 0 0 150px;
    float: left;
    margin-top:50px;
    background: url(../images/charte/bg-gamme.jpg) no-repeat 20% 0%;
}
#introduction p
{
  font-size: 13px;
  font-weight: bold;
}
#introduction a:link, #introduction a:visited
{
    color:#ca0000;
    text-decoration: underline;
}
#introduction a:hover, #introduction a:active
{
    color:#666666;
    text-decoration: none;
}

/*--------------- vehicules -------------*/
.listbox
 {
    float:left;
    width:170px;
    margin-top: 3px;
 }
#recherche-button
{
    float:left;
    width: 36px;
    height: 22px;
    padding-top: 2px;
}
.buttonRecherche
{
    background: url(../images/charte/ok.jpg) no-repeat top left;
    width: 36px;
    height: 22px;
    border: 0;
    float: left;
}

.buttonRechercheOver
{
    background: url(../images/charte/ok-over.jpg) no-repeat top left;
    width: 36px;
    height: 22px;
    border: 0;
    float: left;
    cursor: pointer;
}

.produit-holder
{
    float:left;
    width:573px;
    border:solid 3px #eeeeee;
    padding:2px;
}

.produit-photo
{
  float:left;
  width:150px;
  /*height:150px;*/
  padding:10px 0 10px 0;
  text-align:center;
}
.produit-photo img
{
  border:solid 1px #eeeeee;
}

.produit-title
{
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding:0 0 0 10px;
  border-bottom:solid 1px #cec5c5;
  background: url(../images/charte/list2-bullet.jpg) no-repeat 0% 50%;
}
.subtitle
{
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ca0000;
  padding:0;
  text-transform: uppercase;
    }
.descriptif
{
  font-size: 11px;
  line-height: 13px;
  text-align: justify;
  color:#000000;
}
.produit-detail
{
  float:left;
  font-size:11px;
  width:565px;
  border:solid 1px #ededed;
  padding:5px 0 5px 4px;
}
.dotts
{
  float:left;

  width:263px;
  margin:5px 5px 0 5px;
  height:16px;
  padding:0 2px 0 2px;
  background: #f2f2f2 url(../images/charte/dotts.jpg) repeat-x bottom left;
}
.lable-left
{
  float:left;
  color:#666666;
}
.lable-right
{
  float:right;
  color:#ca0000;
}
#pagination
{
	width:100%;
}
#pagination p
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
#pagination a:link, #pagination a:visited
{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	padding:3px;
}
#pagination a:hover, #pagination a:active
{
	color:#ca0000;
	text-decoration:none;
	padding:3px;
	font-weight:bold;
}
#sel
{
	color:#ca0000;
	font-weight:bold;
	text-decoration:none;
}

/*-------------- merci ----------------*/
#merci
{
    clear:both;
    width:100%;
	float:left;
	padding-top:50px;
	margin-bottom:10px;

}
    #merci p {
        font-weight: bold;
        text-align: center;
        font-size: 13px;
        }
    #merci a:link, #merci a:visited{
        color:#ca0000 !important;
        text-decoration: none;
        font-weight: bold;
        }
    #merci a:hover, #merci a:active{
        color:#000000 !important;
        text-decoration: underline;
        font-weight: bold;
        }




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