/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 802px;}
#header {height:233px;}
#left-column {width: 276px;}
#right-column {width: 520px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 46px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/	#wrap-container { margin: 0 auto -46px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html, body {height: 100%; width: 100%;}
body {text-align: right;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

p{	padding: 0px;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
/*	text-indent: -9999em;*/}

#menu1
{
	width:276px; 
	height:199px;
	float:left;
}
#left-column{
	float:left;
}
#right-column{
	float:left;
	padding:0px;
}

#corner-bottom
{
	float:left;
	width: 802px;
	height:100%;
	min-height:767px !important;
}

/*------------| inc.contact |-------------*/
#contact-info{
    width:276px;
    height: 155px;
    float:left;
	padding:0px;
}
    #contact-info p
    {
		width:210px;
      	text-align: center;
      	padding:33px 0px 0 55px;;
    }
/*------------| inc.promo --- PLAN|-------------*/
#promo {
    width:276px;
    height:133px;
    float:left;
	display:table;
	padding:0;
	margin:0;
}
	#promo img
	{
		margin:13px 0 0px 20px;
	}

/*------------| inc.footer |-------------*/
#footer {
	margin: 0 auto;
	padding: 0;}

.copyright{
	padding: 2px 0 0; 
	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:5px 2px;
	cursor:pointer;
}
	
.thumb img{
	padding:3px 5px;
}
/*=================================| index |======================================*/
.paragraph{
	clear: both;
	display: table;
  margin-top: 5px;}

.separator{
	width: 500px;
	height: 1px !important;
	clear: both;
	padding:0 !important;
  margin: 5px auto;
	font-size:1px;
}
.couleur
{
color:#ec7b20;
font-weight:bold ;
}
#par1
{
width:500px;
border:solid 1px #eaf2de;
height: 130px;
display: table;
margin: 10px auto;
}
#par1-in
{
width:498px;
border:solid 1px #ffffff;
background-color: #eaf2de;
height: 128px;
display: table;
margin: 0px auto;
}
/*==========================| MDM |=================================*/

#actualite{
    height:149px;
    width:276px;
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: justify !important;
    line-height: 12px;
    color:#232222;
}

#actualite .mdm-contenu
{
  height:92px;
  padding:23px 0 0 23px;
  float:left;
}

#actualite .mdm-contenu p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: justify !important;
    line-height: 12px;
    color:#232222;
	padding:0px 17px 0px 103px;
}

#mdm-image
{
	width:98px;
	height:85px;
	float:left;
}

#mdm-detail
{
	float:right;
	width:58px;
	height:16px;
	padding-right:20px;
}


/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}

.ref {
		position: absolute;
		top: -10000px;
	}
/* ---| THE END |------------------------- */
