
@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:239px;}
#left-column {width: 200px;}
#right-column {width: 784px;}

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

.push	{clear: both;}

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


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

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin: 1px 0 0 0;}
#right-column p{
	color:#000000;
	padding-right:20px;
	padding-left:30px;
	padding-top:10px;
}

#actualite, #contact-info, #promo {height: 125px;}

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

.copyright{
	padding-top:5px;
	color:#d7d6d6;
	font-weight:bold;
	font-size:10px;
	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)
*/	.left{float: left;} .right{float: right;}

.thumb{
	display: block;
	margin:1px 5px;}
	
.thumb img{
	border-style:solid;
	border-width: 5px;
	border-color: inherit;
	padding: 5px;
	margin: 0}

.paragraph{
	clear: both;
	display: table;}

.separator{
	clear: both;
	}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */
/*-------------------------------------------------------------------------------------------------MODIFICATION-------------------------------------------------------------------------------------------*/
#bg_actualites{
	background:url(../images/charte/bg_actualites.jpg) no-repeat top left;
	width:322px;
	height:96px;
	float:left;
	}
.line-right{
	float:left;
	padding-top:15px;
	}
.line{
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	}
ul.list{
	margin:0px 50px;
	list-style:none;
	margin-top:10px;
	}
ul.list li{
	font:normal 13px verdana;
	color:#000000;
	text-align:left;
	margin-top:3px;
	background: url(../images/charte/bullet.jpg) no-repeat left 4px;
	padding-left:25px;
	line-height:20px;
	}
.subtitle{
	text-align:center;
	padding-top:13px;
	}
.contact_link:link, .contact_link:visited{
	text-decoration:none;
	color:#666666;	
	font-family: verdana;
	font-size:13px;
	}
.contact_link:hover, .contact_link:active{
	text-decoration:underline;	
	color: #000000;
	font-family: verdana;
	font-size:13px;
	}
.mentions_link:link, .mentions_link:visited{
	text-decoration:none;
	color:#FFFFFF;	
	font-family: verdana;
	font-size:10px;
	}
.mentions_link:hover, .mentions_link:active{
	text-decoration:underline;	
	color: #eaecea;
	font-family: verdana;
	font-size:10px;
	}