
@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

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

#container, #footer, #header {width: 954px;}
#header {height:330px;}
#left-column {width: 686px;}
#right-column {width: 268px;}

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


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


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

* {margin: 0;}

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

#wrap-container {
	height: 800px;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin: 0px 0 0 0;}

#right-column{
	float:left;
	margin:0px 0 0 0px;
	padding:0px 0px 0 0;}

#right-column p{
  margin:0;
  padding:0 5px 0 0;
}

 #contact-info, #promo {height: 125px;}
 #actualite{
   width:252px;
   float:left;
   height:295px;
   padding: 8px 7px 0 7px;
 }
#man{
  width:196px;
  height: 334px;
  float: left;
}
.space{
  width:100%;
  float:left;
  clear: both;
 margin: 0 0 3px 0;
}

#bottom-content{
 width:912px;
 height: 87px;
 float: left;
 clear: left;
 padding:10px 0 0 39px;
}
.inf1{
  width:216px;
  float: left;
}
.inf1 img{
  margin-right:10px;
  clear:left ;
}
.inf-img-container{
  height:68px; float:left;
}

#partners{
  width:953px;
  height: 32px;
  float: left;
}
#footer {
	margin: 0 auto;
	padding: 0;}
.copyright{
	padding: 0px 0 0 0;
	text-align: center;}
.ref{
  width:954px;
  padding: 5px 0 0 0;
  margin:0 auto;
	text-align: center;
}

#newsletter{
  width:300px;
  float: left;
  margin: 0px  0 0 0;
}
#newsletter-header{
  width:300px;
  height:59px;
  float: left;
  margin:0;padding:0;
}
#info{
  width:250px;
  float:left;
  border: 1px #629700 solid;
  padding:5px;
  margin:20px 0 20px 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; margin: 5px 5px 0 0;} .right{float: right; margin: 5px 0 0 5px;}

a.thumb:link,
a.thumb:visited{
	border:	0px;
	padding:	0px;
	margin:	0px 0;
	width: auto;
	display:	block;}
	
img.thumb{
  padding: 0px;
	}

.paragraph{
	clear: both;
	display: table;
  width: 100%;}
.paragraph1{
	float:left;
	width: 463px;
  padding: 15px 25px 0 0px;}
.paragraph2{
	float:left;
	width: 463px;
}
.separator{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin:0px 0;
  line-height: 0px;}
  /*-------------- merci ----------------*/
#merci
{
    clear:both;
    width:100%;
	padding-top:50px;
  text-align: center;
}
    #merci p {
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        color:#020202;
        }
    #merci a:link, #merci a:visited{
        color:#96BF0D !important;
        text-decoration: none;
        font-weight: bold;
        }
    #merci a:hover, #merci a:active{
        color:#000000!important;
        text-decoration: underline;
        font-weight: bold;
        }
/*===========================*/

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */
