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

/* --- DEBUG BLOCK -------------------------
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
 -----------------------------------------*/
  
/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 900px;}
#header {height:191px;}
#left-column {width: 246px;}
#right-column {width: 624px;}

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

.push	{clear: both;}

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


/* ===| 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;}

p{padding: 0 0 17px 0px;}
  ul.list1{
padding: 3px 0 5px 48px;
float:left;
margin: 0;
width:180px;
}
ul.list1 li{
background: url(../images/charte/star.jpg) no-repeat top left;
background-position:0px 3px;
font-size:11px;
color:#000000;
text-align:left;
padding:0px 20px 4px 20px;
}
  ul.list2{
padding: 3px 0 5px 0px;
float:left;
margin: 0;
width:290px;
}
ul.list2 li{
background: url(../images/charte/star.jpg) no-repeat top left;
background-position:0px 3px;
font-size:11px;
color:#000000;
text-align:left;
padding:0px 20px 4px 20px;
}
ul.list3{
padding: 3px 0 5px 0px;
float:left;
margin: 0;
width:290px;
}
ul.list3 li{
background: url(../images/charte/star-w.jpg) no-repeat top left;
background-position:0px 3px;
font-size:11px;
color:#000000;
text-align:left;
padding:0px 20px 4px 20px;
}
  ul.list4{
padding: 3px 0 5px 48px;
float:left;
margin: 0;
width:180px;
}
ul.list4 li{
background: url(../images/charte/star.jpg) no-repeat top left;
background-position:0px 3px;
font-size:11px;
color:#000000;
text-align:left;
padding:0px 20px 4px 20px;
}
#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: 0px 0 0 0;}
#right-column{
	float:left;	
	margin:0px 0 0 0px;
    display:inline;
   padding:12px 0px 0px 15px;
}
#content-top{
  width:611px;
  height:194px;
  float:left;
  padding-right:13px;
}
#content-top1{
  width:611px;
  float:left;
  padding-right:13px;
 }
#content-top2{
  width:611px;
  float:left;
  padding-right:13px;
}
#diapo{
  width:100px;
  height:100px;
  float:left;
  margin-left:30px;
  border:1px #606060 solid;
}

#page-title{
  width:624px;
  height:49px;
  float:left;
  padding:0px;
  margin:0 0 0px 0;
  }
 #promo {
   width:246px;
   height:277px;
   float:left;
 }
#actualite{
  width:218px;
  height:96px;
  float: left;
  padding:40px 14px 0 14px
}
#footer {
	margin: 0 auto;
	padding: 15px 0 0 0;}

 #contact-info{
   width:624px;
   float:left;
   margin-bottom:14px;
 }
/*	--- 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;}

img.thumb{
	border:1px #606060 solid;
	padding: 2px;
	margin:0px;}

.paragraph{
    /*clear: both;
	display: table;*/
    float:left;
	width: 100%;}
.separator{
   width:497px;
   height:1px;
   float:right;
   }
 .box-info{
   width:194px;
   height:84px;
   float:left;
   padding:8px 0 0 10px;
   margin: 0 6px 10px 0;
 }
 .box-info p{
   margin:0;
   padding:0;
 }
 .ref{
     font-family: Verdana, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
    text-align:justify;
    line-height:16px;
    width:900px;
    margin:0 auto;
    text-align: center;
    color:#E9E9E9;
 }


  /*-------------- merci ----------------*/
#merci
{
    clear:both;
    width:100%;
	float:left;
	padding-top:80px;
	margin-bottom:10px;

}
    #merci p {
        font-weight: bold;
        text-align: center;
        font-size: 11px;
        color:#000000;;
        }
    #merci a:link, #merci a:visited{
        color:#767676 !important;
        text-decoration: none;
        font-weight: bold;
        }
    #merci a:hover, #merci a:active{
        color:#DF2006 !important;
        text-decoration: underline;
        font-weight: bold;
        }
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */
