
@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:294px;}
#left-column {width: 259px;}
#right-column {width: 624px;}
#right-column1 {width: 624px;}

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

.push	{clear: both;
height:62px;
}

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


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

* {margin: 0;}

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

p {padding:0 0 8px 0px;}
#page-title{
  float:left;
  width: 624px;
  height: 35px;
}
  ul.list1{
	padding: 20px 0 0px 20px;
    float:left;
    margin: 0;
    width:120px;
    }
ul.list1 li{
	background: url(../images/charte/dot.jpg) no-repeat top left;
	background-position:0px 5px;
    font-size:11px;
   color:#026FB4;
	text-align:left;
	line-height: 17px;
	padding:0px 0px 0px 15px;
	}
#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: 14px 0 20px 0;}
#right-column{
	float:left;
	margin:14px 0 0px 0px;
	padding:0 0 0 17px;}
  #right-column1{
	float:left;
	margin:14px 0 0 0px;
	padding:0 0 0 17px;}

#plan{
 float: left;
 width:259px;
 height: 246px;
 padding:5px 0 0 0px;
 margin: 0;
}
#actualite{
float: left;
width:233px;
height:80px;
padding:38px 13px 0px 13px;
margin: 0;
}
#contact-info{
  float: left;
  width:246px;
  height: 65px;
  padding: 60px 0 0 13px;
  margin: 0;
}


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

.copyright{
	padding: 17px 0 0; 
	text-align: center;}

.ref{
  width:900px;
  color: #003F6A;
  margin: 0 auto;
  text-align: center;
  padding:10px 0 5px 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;} .right{float: right;}

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

.separator{
	width: 100%;
	height: 1px;
	clear: both;
	padding:0;
	margin:20px 0;
 }
/*-------------- merci ----------------*/
#merci
{
    clear:both;
    width:100%;
	float:left;
	padding-top:100px;
	margin-bottom:10px;

}
    #merci p {
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        color:#026FB4;
        }
    #merci a:link, #merci a:visited{
        color:#004C7D !important;
        text-decoration: none;
        font-weight: bold;
        }
    #merci a:hover, #merci a:active{
        color:#0971AB !important;
        text-decoration: underline;
        font-weight: bold;
        }
/*===========================*/
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */