
@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/
#container0{
	width:998px;
	margin:0px auto;
}

#container, #footer, #header {width: 780px;}
#header {height:230px;}
#left-column {width: 212px;}
#right-column {width: 535px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 107px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/	#wrap-container {	margin: 0 auto -107px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html {height: 100%; width: 100%;}
body {width: 100%;}
body {text-align: center;}

p{	padding: 0px;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
    background: url(../images/charte/header.jpg) top center no-repeat;
    text-align: center;}
#left-column{
	float:left;
	margin: 0px;}
#right-column{
	float:left;	
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 13px;}
/*.ref {
	position: absolute;
	top: -10000px;
	}
*/
.ref {
	width: 780px;
	margin: 0 auto;
	text-align:center;
	color: #ffffff;
	font-family:Arial;
	font-size:11px;
}
	
#actualite{
	width:212px;
	height:222px;
} 
#contact-info{
	width:212px;
	height:183px;
} 
#info-text{
	padding-top:106px;
	padding-left:25px;
}
#plan{
	width:212px;
	height:183px;
} 
#plan-img{
	padding-top:100px;
	padding-left:20px;
} 

#footer {
	margin: 0 auto;
	padding: 0px;}

.copyright{
	padding: 0px 20px 0px 0px;
	text-align: right;}

/*	--- 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:0px 0px 0px 5px;}

.thumb img{
	padding: 5px 1px 20px 5px;
	margin: 0px;}

.thumb1{
	display: block;
	margin:0px 5px 0px 0px;}

.thumb1 img{
	padding: 5px 5px 20px 0px;
	margin: 0px;
}
	
.thumb2{
	display: block;
	margin:0px 0px 0px 5px;}

.thumb2 img{
	padding: 5px 50px 0px 5px;
	margin: 0px;
}
.paragraph{
	clear: both;
}

.separator{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin:15px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 0px;}

#title{
	padding-top:3px;
	padding-bottom:10px;
}
.line{
	padding-bottom:15px;
	clear:both;
}
.line1{
	padding-top:15px;
	padding-bottom:15px;
	clear:both;
}

ul.list{
	 padding:5px 0px 0px 5px;
	 list-style:none;
	 float:left;
	 width:360px;
	}
		ul.list li{
			color:#ffffff;
			font-family:Arial;
			font-size:12px;
			font-weight:normal;
			text-align:justify;
			margin-top:0px;
			background: url(../images/charte/icon-list.jpg) no-repeat left 7px;
			padding-left:15px;
			line-height:16px;
			}
ul.list1{
	 padding:15px 0px 15px 40px;
	 list-style:none;
	 float:left;
	 width:130px;
	}
		ul.list1 li{
			color:#ffffff;
			font-family:Arial;
			font-size:12px;
			font-weight:normal;
			text-align:justify;
			margin-top:0px;
			background: url(../images/charte/icon-list.jpg) no-repeat left 7px;
			padding-left:15px;
			line-height:16px;
			}
ul.list2{
	 padding:5px 0px 0px 5px;
	 list-style:none;
	 float:left;
	 width:365px;
	}
		ul.list2 li{
			color:#ffffff;
			font-family:Arial;
			font-size:12px;
			font-weight:normal;
			text-align:justify;
			margin-top:0px;
			background: url(../images/charte/icon-list.jpg) no-repeat left 7px;
			padding-left:15px;
			line-height:16px;
			}
ul.list3{
	 padding:5px 0px 0px 20px;
	 list-style:none;
	 float:left;
	 width:160px;
	}
		ul.list3 li{
			color:#ffffff;
			font-family:Arial;
			font-size:12px;
			font-weight:normal;
			text-align:justify;
			margin-top:0px;
			background: url(../images/charte/icon-list.jpg) no-repeat left 7px;
			padding-left:15px;
			line-height:16px;
			}

.text-page{
	padding-top:25px;
}
.text-transform{
	text-transform:uppercase;
	font-size:13px;
}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */