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

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

#container, #footer, #header, .ref {width: 748px;}
#header {height:270px;}
#left-column, #motto, #contact-info, #plan, #sigle {width: 194px;}
#right-column {width: 520px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/

.push	{clear: both; background: blue; height: 0px;}

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


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

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

/*----- Background ------*/
html, body {height: 100%; width: 100%;}
body {text-align: center; background: url(../images/charte/bg-body.jpg) left top repeat-x #202020;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/charte/bg-wrapcontainer.jpg) center top no-repeat;
}
#container {
	background: url(../images/charte/bg-container.gif) left top repeat-y;
	margin:0 auto;
}
#header{
  background: silver;
}


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

#left-column{ float: left; margin: 0px; padding: 30px 0px 0px 0px;}
#right-column{ float: left; margin: 0px; padding: 0px;}
#right-column {
  min-height: 500px;
	height: auto !important;
	height: 100%; }

#actualite{ height: 175px; background: url(../images/charte/bg-actualites.jpg) left top no-repeat;}
#actualite-int{padding: 40px 7px 0px 10px;}

#info{ height: 169px; background: url(../images/charte/bg-coordonees.jpg) left top no-repeat;}
#info-int{padding: 70px 15px 0px 0px;}
#info-int p{
  color: #fff;
  line-height: 12px;
}

#plan { height: 161px;}

#content{ width: 537px; margin: 0 auto;padding-left:15px;}
#title{
	height: 28px;
  width: 530px;
	margin-bottom: 25px;
  margin-top: 30px;
}
/*----- Footer ------*/

#wrap-footer{ background: url(../images/charte/bg-wrapfooter.jpg) left top repeat-x #470508;}
#footer {
	background: url(../images/charte/bg-footer.jpg) center top no-repeat;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
  width: 748px;
	height: 79px;
}

#copyright{
  float:right;
  color: #fff !important;
  width: 305px;

}
#copyright a:link, #menu li a:visited{
	text-decoration: none;
	color: #FF8F94;
  font-size: 11px;
}
#copyright a:hover, #menu li a:active{
	color: #FFF;
	text-decoration: none;
  font-size: 11px;
}

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

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;
  display: table;
}

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

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