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

#container, #footer, #header, .ref {width: 813px;}
#header {height:282px;}
#left-column {width: 224px;}
#right-column {width: 563px; padding:0 8px 0 18px;}

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

.push	{clear: both;}

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


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html {height: 100%; width: 100%;}
body {width:100%; text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

#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:0;}
#right-column{
	float:left;	
	margin:0px;}


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

.ref
{
  font-size: 11px;
  color:#2655aa;
  line-height: 15px;
}

/*	--- 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;}
    .left1{float: left; padding-right:5px; padding-bottom:2px;}

.paragraph{
	clear: both;
	display: table;
	width: 100%;}

.separator{
	width: 100%;
	height: 21px;
	clear: both;
	padding:0;
	margin:0;
	line-height: 0px;}
/*=============== inc mdm ===============*/
#actualite{
    float:left;
    width:203px;
    height:206px;
    padding:23px 4px 0 17px;
}
/*=============== inc info ===============*/
#contact-info{
    float:left;
    width:206px;
    height:94px;
    padding:86px 0 0 18px;
}
#contact
{
    padding-left:30px;
    width:100px;
    height:10px;
    padding-bottom:8px;
    padding-top:2px;
}


/*=============== inc plan acces ===============*/
#plan-acces{
    float:left;
    width:217px;
    height:123px;
    padding:6px 0 0 7px;
}
/*================ index =============*/
#title-page
{
    float:left;
    padding-bottom: 12px;
}

#bg-photos
{
    width:100%;
    padding-top:33px;
}
.icon
{
    width:35px;
    height:15px;
    padding-right:3px;
}
.bg-cell
{
    width:140px;
    padding-left:3px;
    height:19px;
    background: #e3e8ef;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color:#858585;
}
#pres-contact
{
    float:left;
    padding:0px 0 0 364px;
    margin-top:8px;
}
/*============== metier =============*/
.bg-color
{
    background: #5e8fe9;
    padding:1px 2px;
    color:#ffffff;
    font-size:13px;
}
ul.list1{
	padding: 0px 0 0px 35px;
    float:left;
    margin: 0;
    width:530px;
	}
ul.list1 li{
	background: url(../images/charte/list-bullet.jpg) no-repeat top left;
	background-position:0px 7px;
    font-size:12px;
	text-align:justify;
    color:#666666;
	line-height: 19px;
	padding:0px 0px 0px 15px;
	}
/*=================== merci =================*/
#merci
{
    width:100%;
    padding-top:130px;
    background: url(../images/charte/bg-merci.jpg) no-repeat top center;
}





/* ---| THE END |------------------------- */