
@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

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

#container, #footer, #header {width: 796px;}
#header {height:260px;}
#left-column {width: 221px;}
#right-column {width: 575px;}

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

.push	{clear: both;}

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


/* ===| 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;}

p{
	padding: 5px 20px 5px 10px;
 }

#wrap-container {
	min-height: 100%;
	width:100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;
	display: table;}
#header {}
#left-column{
	float:left;
	}
#right-column{
	float:left;
	}
/*#actualite, #contact-info, #promo {height: 125px;}*/

#footer {
	margin: 0 auto;
	padding: 0;}

.copyright{
	padding: 10px 5px 0; 
	text-align:right;}

/*	--- 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)
*/
.paragraph{
	clear: both;
	display: table;
	}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */
/*----------------------------------------------------------------------------------------------| MY CSS |----------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------LEFT COL--------------------------------------------------------------------*/
#horaires{
	background:url(../images/charte/bg_horaires.jpg) no-repeat left top;
	width:221px;
	height:275px;
	}
#horaires p{
	color:black;
	font-size:11px;
	text-align:left;
	padding-left:83px;
	padding-top:5px;
	font-family:verdana;
	}
#coordonnes{
	background:url(../images/charte/bg_coordone.jpg) no-repeat left top;
	width:221px;
	height:229px;
	}
#coordonnes p{
	text-align:left;
	padding-top:55px;
	padding-left:30px;
	color:#000000;
	font-family:verdana;
	line-height:20px;
	}
#coordonnes img{
	cursor:pointer;
	padding-left:13px;
	padding-top:3px;
	padding-right:10px;
	border:none;
	float:left;
	}
#bg_plan{
	background:url(../images/charte/bg_plan.jpg) no-repeat left top;
	width:221px;
	height:190px;
	}
#bg_plan img{
	border:none;
	padding:25px 0 0 10px;
	}
#car{
	width:221px;
	height:219px;
	}
  #bg-mdm{
	background:url(../images/charte/bg-mdm.jpg) no-repeat left top;
	width:539px;
	height:83px;
  margin-left:19px;
	}
   .bg-models{
	background:url(../images/charte/bg-models.jpg) no-repeat left top;
	width:561px;
	height:225px;

	}
/*-------------------------------------------------------------------------------------RIGHT COL--------------------------------------------------------------------*/
.square{
 padding:10px 0px 10px 10px;
 float:left;
 }
.clear{
	clear:both;
	}
.img{
	cursor:pointer;
	padding-top:5px;
	}
.left{
	float:left;
	padding-left:10px;
	padding-right:10px;
	}
.right{
	float:right;
	padding-right:17px;
	padding-left:10px;
	}
.separator{
	clear:both;
	}
ul.list{
	list-style:none;
	margin-top:10px;
	margin-left:10px;
	}
ul.list li{
	font:normal 11px verdana;
	color:#000000;
	text-align:left;
	margin-top:10px;
	background: url(../images/charte/bullet.jpg) no-repeat left 1px;
	padding-left:15px;
	}
ul.list_page{
	list-style:none;
	margin-top:10px;
	margin-left:10px;
	}
ul.list_page li{
	font:normal 11px verdana;
	color:#000000;
	text-align:left;
	margin-top:3px;
	background: url(../images/charte/bullet_01.jpg) no-repeat left 4px;
	padding-left:15px;
	}
.contact_link:link, .contact_link:visited{
	font:11px verdana;
	text-decoration:none;
	color:#717171;
	}
.contact_link:hover, .contact_link:active{
	font:11px verdana;
	text-decoration:underline;
	color:#e00024;
	}
.speacial_line{
	float:right;
	}
.composite_pic{
	float:right;
	padding-right:17px;
	}
.subtitle{
	padding-left:35px;
	}
.recherche{
	border:2px solid #ebebeb;
	color:#717171;
	background-color:#DFDFDF;
	margin-top:5px;
	font-weight:bold;
	cursor:pointer;
	}
.rechercheover{
	border:2px solid #ebebeb;
	color:#e00024;
	background-color:#DFDFDF;
	margin-top:5px;
	font-weight:bold;
	cursor:pointer;
	}
.line_right{
	float:right;
	padding-left:4px;
	padding-top:8px;
	}
.line_left{
	float:left;
	}
/*-------------------------------------------------------------------------------------------------------FOOTER-----------------------------------------------------------------*/
.mentions_link:link, .mentions_link:visited{
	text-decoration:none;
	color:#010101;	}
.mentions_link:hover, .mentions_link:active{	text-decoration:underline;	color: #e00024;}