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

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

#container, #footer, #header {width: 791px;}
#header {height:271px;}
#left-column {width: 233px;}
#right-column {width: 558px;}

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

.push	{clear: both;}

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


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

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

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

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

/*	--- 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--------------------------------------------------------------------*/
#actualite11{
	background:url(../images/charte/bg_actualites.jpg) no-repeat left top;
	height:162px;
	}
#mail{
	background:url(../images/charte/bg_mail.jpg) no-repeat left top;
	height:65px;
	}
#mail img{
	padding:20px 0px 0px 30px;
	}
#bg_plan{
	background:url(../images/charte/bg_plan11.jpg) no-repeat top left;
	height:159px;
	}
#bg_plan img{
	padding:18px 0px 0px 17px;
	cursor:pointer;
	}
#horaires{
	background:url(../images/charte/bg_horaires.jpg) no-repeat top left;
	height:165px;
	}
#horaires p{
	color:#764c1c; 
	font-size:13px;
	text-align:center;
	font-family:verdana;
	padding:60px 0px 0px 0px;
	}
/*-----------------------------------------------------------------------------------------------------RIGHT COL--------------------------------------------------------------------*/
#right-column p{
	color:#462406;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	line-height:20px;
	}
.subtitle{
	text-align:center!important;
	}
.line{
	text-align:center;
	}
.img{
	padding-top:10px;
	cursor:pointer;
	}
.left{
	padding-left:20px;
	float:left;
	padding-right:10px;
	}
.left1{
	padding-left:10px;
	margin-top:15px;
	float:left;
	}
.right{
	float:right;
	padding-right:30px;
	padding-left:20px;
	cursor:pointer;
	}
.right1{
	float:right;
	padding-right:10px;
	padding-left:20px;
	margin-top:20px;
	cursor:pointer;
	}
.bg_box{	
	background: url(../images/charte/bg_box_01.jpg) no-repeat left top;
	width:539px;
	height:208px;
	margin-left:10px;
	margin-top:10px;
	}
.box1{
	width:538px;
	height:100%;
	background-color:#f8f4e8;
	border:1px solid #eadab2;
	margin-left:10px;
	}
.inbox{
	width:307px;
	height:132px;
	background-color:#fefcf4;
	border:1px solid #eadab2;
	margin-left:30px;
	margin-top:17px;
	margin-bottom:10px;
	}
.inbox p{
	line-height:23px!important;
	}
ul.list{
	list-style:none;
	margin-top:10px;
	}
ul.list li{
	font:normal 13px verdana;
	color:#462406;
	text-align:left;
	background: url(../images/charte/bullet.jpg) no-repeat left 5px;
	padding-left:15px;
	line-height:17px;
	}

.contact_link:link, .contact_link:visited{
	text-decoration:none;
	color:#462406;	
	font-family: verdana;
	font-size:13px;
	font-weight:bold;
	}
.contact_link:hover, .contact_link:active{
	text-decoration:underline;	
	color: #0d5b0f;
	font-family: verdana;
	font-size:13px;
	font-weight:bold;
	}
/*-------------------------------------------------------------------------------------------------------FOOTER-----------------------------------------------------------------*/
.mentions_link:link, .mentions_link:visited{
	text-decoration:none;
	color:#83592a;	
	font-family: verdana;
	font-size:10px;
	font-weight:bold;
	}
.mentions_link:hover, .mentions_link:active{
	text-decoration:underline;	
	color: #83592a;
	font-family: verdana;
	font-size:10px;
	font-weight:bold;
	
	}