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

/*	--- 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{
	margin:0 auto;
	}
#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--------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------RIGHT COL--------------------------------------------------------------------*/
#container_01{
	background: url(../images/charte/bg_header.jpg) no-repeat top center;
	}
#right-column p{
	color:#000000;
	margin-left:30px;
	}
.subtitle{
	text-align:center;
	}
#diaporama{
	width:500px;
	height:370px;
	background-color:#999999;
	margin-left:110px;
	margin-top:20px;
	}
.img{
	cursor:pointer;
	}
.left{
	padding-left:50px;
	padding-right:30px;
	padding-top:10px;
	float:left;
	}
.right{
	float:right;
	padding-right:30px;
	padding-left:10px;
	}
.right1{
	float:right;
	padding-right:30px;
	}
.right2{
	float:right;
	padding-left:10px;
	}
.line{
	padding-top:10px;
	padding-left:30px;
	padding-bottom:5px;
	}
.special_text{
	color:#b10109!important;
	font-weight:bold;
	}
.special_text1{
	color:#FFFFFF;
	font-weight:bold;
	}
.special_text2{
  padding-left:0;
	font-weight:bold;
	}
ul.list{
	margin:0px 50px;
	list-style:none;
	margin-top:20px;
	}
ul.list li{
	font:normal 13px verdana;
	color:#000000;
	text-align:justify;
	margin-top:3px;
	background: url(../images/charte/bullet.jpg) no-repeat left 6px;
	padding-left:25px;
	line-height:20px;
	}
.separator{
	clear:both;
	}
.contact_link:link, .contact_link:visited{
	text-decoration:none;
	color:#b10109;	
	font-weight:bold;
	}
.contact_link:hover, .contact_link:active{
	text-decoration:none;
	color:#0099FF;
	font-weight:bold;
	}
.inForm{
	border:1px solid #000000;
	color:#FFFFFF;
	padding-left:0px;
	width:75px;
	background-color:#CD000F;
	}
.inFormOver{
	border:1px solid #000000;
	color:#000000;
	padding-left:0px;
	width:75px;
	background-color:#CD000F;
	}
/*-------------------------------------------------------------------------------------------------------FOOTER-----------------------------------------------------------------*/
.mentions_link:link, .mentions_link:visited{
	text-decoration:none;
	color:#c3c3c3;	
	font-family: verdana;
	font-size:10px;
	font-weight:bold;
	}
.mentions_link:hover, .mentions_link:active{
	text-decoration:underline;	
	color: #c3c3c3;
	font-family: verdana;
	font-size:10px;
	font-weight:bold;
	}
#footer_box{
	height:54px;
	}