@import url(typo.css);
@import url(skin.css);
@import url(forms.css);
@import url(menu.css);

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

#header,#container, #footer,.ref {width: 813px;}
#header {height:222px;}
#left-column, #contact-info, #promo {width: 238px;}
#right-column {width: 559px;}

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

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


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

* {margin: 0px; padding: 0px;}

/*----- Background ------*/
html {height: 100%; width: 100%; background-color:#000134 ;}
body {height: 100%; width: 100%; background-color:#000134 ; text-align: center;}


#contenu1 {height: 100%; width: 100%;}
#contenu1 {background: url(../images/charte/bg-contenu1.gif) left top repeat-y}

#wrap-container {
   background: url(../images/charte/bg-wrapcontainer.jpg) center top repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#wrap-container1{
    background:url(../images/charte/bg-wrapcontainer1.jpg) center top no-repeat;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}


#container {
	background:url(../images/charte/bg-container.jpg) left top repeat-y;
	margin:0 auto;
	text-align: left;

}

/*----- Content ------*/

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


#menu1{
  width:221px;

  margin: 0px;
  padding: 0px;
}
#actualite{
  background: url(../images/charte/bg-actualites.gif) top right no-repeat;
  height: 150px;
  width: 213px;float:right;
}

#actualite-int{padding: 0px;clear:both;}

#info{ height: 122px; background: url(../images/charte/bg-info.gif) right top no-repeat;}
#info-int{padding: 20px 7px 0px 10px;}

#promo { height: 128px; background:url(../images/charte/bg-promo.jpg) left top no-repeat;}
#promo-int{}

#content{
  background:url(../images/charte/bg-content.jpg) left 36px no-repeat;
  float: left;
}
#title{
	float: left;
	margin-bottom: 25px;
  width: 570px;
}
/*----- Footer ------*/

#wrap-footer{ background: url(../images/charte/bg-wrapfooter.jpg) left top repeat-x #000134;}
#footer {
	background: url(../images/charte/bg-footer.gif) left top no-repeat;
	margin: 0 auto;
	padding: 0;
}

#copyright{
	clear: both;
	float:left;
  width:180px;
  text-align: left;
  padding-top: 10px;
}

/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers,
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

.ref { margin: 0px auto; padding: 10px 0px; font-size: 12px;color:#fff;height:15px; }

br{ height: 10px; line-height: 10px;}

a:focus{ outline: none;}

ul, li {list-style-type: none; list-style-position: outside; }

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;}
.center, .center p{text-align: center;}
.no-padding, .no-padding p{padding: 0px;}
.no-margin, .no-margin p{margin: 0px;}

.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.paragraph{
	clear: both;
	margin-bottom: 25px;
}

/* ===| IV. NAVIGATION |===============================================*/

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