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

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

#container, #footer, #header {width: 784px;}
#header {height:310px;}
#left-column {width: 199px;}
#right-column {width: 585px;}

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

#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--------------------------------------------------------------------*/
#actualite{
	background:url(../images/charte/bg_actualite.jpg) no-repeat left top;
	width:199px;
	height:185px;
	}
#coordonnes{
	background:url(../images/charte/bg_horaires.jpg) no-repeat left top;
	width:199px;
	height:212px;
	}
#coordonnes p{
	text-align:center;
	color:#FFFFFF;
	font-family:verdana;
	font-size:13px;
	line-height:20px;
	}
#coordonnes img{
	padding-left:80px;
	padding-top:6px;
	}
#diapo{
	width:199px;
	height:171px;

	}
/*-----------------------------------------------------------------------------------------------------RIGHT COL--------------------------------------------------------------------*/
#right-column p{
	color:#cacaca;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}
.subtitle{
	text-align:center;
	padding-top:5px;
	}
.img{
	padding-top:10px;
	cursor:pointer;
	}
.left{
	padding-left:20px;
	float:left;
	}
.right{
	float:right;
	padding-right:20px;
	}
.line{
	padding-top:10px;
	clear:both;
	}
ul.list{
	margin:0px 30px;
	list-style:none;
	margin-top:10px;
	}
ul.list li{
	font:normal 13px verdana;
	color:#cacaca;
	text-align:left;
	margin-top:3px;
	background: url(../images/charte/bullet.jpg) no-repeat left 6px;
	padding-left:25px;
	line-height:20px;
	}
#signs{	
	padding-left:15px;
	padding-top:5px;
	}
#signs img{	
	float:left;
	padding-left:10px;
	cursor:pointer;
	}
#signs2{
	clear:both;
	padding-left:35px;
	padding-top:5px;
	}
#signs2 img{	
	cursor:pointer;
	float:left;
	padding-left:10px;
	}
.contact_link:link, .contact_link:visited{
	text-decoration:none;
	color:#bebeb7;	
	font-family: verdana;
	font-size:13px;
	font-weight:bold;
	}
.contact_link:hover, .contact_link:active{
	text-decoration:underline;	
	color: #eae6ae;
	font-family: verdana;
	font-size:13px;
	font-weight:bold;
	}
/*-------------------------------------------------------------------------------------------------------FOOTER-----------------------------------------------------------------*/
.mentions_link:link, .mentions_link:visited{
	text-decoration:none;
	color:#bebeb7;	
	font-family: verdana;
	font-size:10px;
	font-weight:bold;
	}
.mentions_link:hover, .mentions_link:active{
	text-decoration:underline;	
	color: #eae6ae;
	font-family: verdana;
	font-size:10px;
	font-weight:bold;
	}