@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);
@import url(forms.css);
@import url(mdm.css);

/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header, #sous-header {width: 796px;}
#left-column, #estimation, #recherche, #actualite, #fav, #logos, #calc, #flash {width: 232px;}
#right-column {width: 557px;}
#contenu{width: 536px;}


/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/
#wrap-footer, #footer, .push {height: 52px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/
#wrap-container {	margin: 0 auto -52px auto;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html, body {height: 100%; width: 100%; background: #ffffff;}
ul, li{
	list-style-type: none;
	margin: 0;
	padding: 0;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/charte/bg-wrap-container.gif) left top repeat-x #fff;
}

#container {
	background: url(../images/charte/bg-container.gif) center top repeat-y;
	margin:0 auto;
}

#header {height:293px;}
#sous-header {
	height: 28px;
	background: url(../images/charte/bg-sous-header.gif) center top no-repeat;
}

/*********** RIGHT ***************/

#left-column {float:left;}
#estimation, #recherche, #actualite, #fav, #logos, #calcul, #flash{float: right; margin: 0px;}
#recherche {height: 192px; background: url(../images/charte/bg-recherche.jpg) right top no-repeat;}
#estimation {height: 50px;}


#actualite{height: 155px; background: url(../images/charte/bg-mdm.jpg) right top no-repeat;}
#fav{height: 36px;}
#logos{height: 105px;}
#calcul{height: 111px;}
#flash{height: 160px;}

/*********** LEFT ***************/

#right-column {float:left;}
#contenu {margin: 0 auto;}

/*********** FOOTER ***************/

#footer {
	background: url(../images/charte/bg-footer.gif) center top no-repeat;
	margin: 0 auto;
	padding: 0px;}

#footer br{
  line-height: 0.5em;
}

#menu2 {
  width: 524px;
	height: 52px;
	float: right;
}

#digitalage{
	float:right;
	width: 200px;
	height: 52px;
}

/*	--- 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 #000; float: right; margin-left: 10px;}
.thumb-left{border: 1px solid #000; float: left; margin-right: 10px;}
.thumb{border: 1px solid #000;}


/*	--- 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;}

.clear{
  clear: both;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
}


.separateur-rouge{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #C51232;
	line-height: 0px;}
.separateur-gris{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #929397;
	line-height: 0px;}
