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

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

#container, #footer, #header {width: 808px;}
#left-column, #menu-vertical, #actualite, #adresse, #plan, #logos, #horaires, #digitalage {width: 254px;}
#right-column, #menu2 {width: 554px;}
#contenu{width: 505px;}


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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body {height: 100%; width: 100%; background: #ffffff;}
br {line-height: 5px;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/charte/bg-container.gif) center top repeat-y #fff;
}

#container {
	background: url(../images/charte/bg-container.gif) center top repeat-y;
	margin:0 auto;
}

#header {height:170px;}

/*********** RIGHT ***************/

#left-column, #menu-vertical, #actualite, #adresse, #plan, #logos {float: left; margin: 0px;}

#menu-vertical {height: 224px;}

#actualite{height: 196px; background: url(../images/charte/bg-actualites.gif) left top no-repeat;}
#adresse {background: url(../images/charte/bg-adresse.gif) left top ;}
#plan {height: 65px;}
#logos{height: 128px;}
#horaires {text-align: center; height: 40px;}

/*********** LEFT ***************/

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

/*********** FOOTER ***************/

#footer {
	background: url(../images/charte/bg-footer.gif) center top no-repeat;
	margin: 0 auto;
	padding: 0px;}

#menu2 {
	height: 52px;
	float: left;
	text-align: center;
}

#digitalage{
	float:left;
	height: 56px;
	text-align: center;
}

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

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

img {border: 0;}
.thumb-right{border: 1px solid #FF7600; float: right; margin-left: 10px;}
.thumb-left{border: 1px solid #FF7600; float: left; margin-right: 10px;}
.thumb{border: 1px solid #FF7600;}


/*	--- 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;}
#contenu .no-padding {padding: 0px;}
#contenu .no-margin {margin: 0;}


.clear{
  width: 100%;
	height: 20px;
	clear: both;
	padding:0;
	margin: 0;
	line-height: 0px;
}

.separateur-orange{
	width: 100%;
	height: 15px;
	clear: both;
	padding:0;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #FF7600;
	line-height: 0px;}
.separateur-bleu{
	width: 100%;
	height: 15px;
	clear: both;
	padding:0;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #9A94D1;
	line-height: 0px;}