@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);
/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width: 743px;}
#header {height:174px;}
#left-column {width: 267px;}
#right-column {width: 476px;}
/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/#wrap-footer, #footer, .push {height: 114px;}
.push	{clear: both;}
/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/#wrap-container {	margin: 0 auto -114px;}
/* ===| 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;
	background:url(../images/charte/container-bg.gif) right repeat-y;}

#header {
/*	text-indent: -9999em;*/
}
#left-column{
	float:left;
	margin: 0;
}
#right-column{
	float:left;	
	margin:0;
}
#actualite{
	background-image:url(../images/charte/bg-actualites.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:267px;
	height:171px;
}
#contact-info{
	background-image:url(../images/charte/bg-info.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:11px;
	width:267px;
	height:185px;
}
#footer {
	margin: 0 auto;
	padding: 0;
}
/*	--- 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{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin:15px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 0px;
}
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */
.color_b{
	color:#7f1311;
}
.color_b1{
	color:#000;
}
.txt_pos{
	padding: 10px 22px 0 22px;
	clear:left;
}
ul.list{
	float:left;
}
.list li{
	list-style-type:none;
	background-image:url(../images/charte/pointer.gif);
	background-position: 3px 5px;
	background-repeat:no-repeat;
	line-height:22px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}
.right{
  padding-top: 15px;
}
