body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
}
p { 
	font-size:0.85em;
	color:#6d6e71;
	text-align:justify;
}
div#global_mid {
	width:975px;
	margin:0 auto;
}
/* HEADER ----------------------------------------------------------------------------------------------- */
div#header {
	background-image:url(../images/layout/header_bg.jpg);
	background-repeat:no-repeat;
	color: #fff;
	height: 120px;
	padding: 0 90px;
}
div#header_left {
	float:left;
}
div#header_right {
	height:120px;
	float:right;
	width:711px;
}
div#header_right_top {
	height:88px;
	text-align:right;
	font-size:0.95em;
}
div#header_right_top p {
	font-size:0.8em;
	color:#645a53;
	padding-top:7px;
	text-align:right;
}
div#header_right_top a {
	color:#857a76;
	text-decoration:none;
}
div#header_right_top a:hover {
	color:#e0dcd9;
}
/* FIN HEADER ----------------------------------------------------------------------------------------------- */

/* MENU HORIZ ----------------------------------------------------------------------------------------------- */
div#menu_horiz {
	height:32px;
	list-style:none;
	background:url(../images/common/menu_horiz_bg.gif) repeat-x;
	position:relative;
	margin:0;
	padding:0;
}
div#menu_horiz ul {
	list-style-type:none;
}
#menu_horiz span {
	display:none;
	position:absolute;
}
#menu_horiz a {
	display:inline;
	text-indent:-5000%;
	position:absolute;
	outline:none;
}
#menu_horiz a:hover {
	background-position:left bottom;
}
#menu_horiz a:hover span {
	display:block;
}
#menu_horiz .news {
	width:97px;
	height:32px;
	background:url(../images/layout/menu_horiz_news.gif) no-repeat;
	left:0;
	top:0;
}
#menu_horiz .atouts {
	width:104px;
	height:32px;
	background:url(../images/layout/menu_horiz_atouts.gif) no-repeat;
	left:97px;
	top:0;
}
#menu_horiz .escaliers {
	width:125px;
	height:32px;
	background:url(../images/layout/menu_horiz_escaliers.gif) no-repeat;
	left:201px;
	top:0;
}
#menu_horiz .agences {
	width:117px;
	height:32px;
	background:url(../images/layout/menu_horiz_agences.gif) no-repeat;
	left:326px;
	top:0;
}
#menu_horiz .pdf {
	width:137px;
	height:32px;
	background:url(../images/layout/menu_horiz_catalogue.gif) no-repeat;
	left:443px;
	top:0;
}
#menu_horiz .devis {
	width:131px;
	height:32px;
	background:url(../images/layout/menu_horiz_devis.gif) no-repeat;
	left:580px;
	top:0;
}
/* FIN MENU HORIZ ----------------------------------------------------------------------------------------------- */

div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 60px;
	overflow: auto;
}

div#content {
	float: left;
	width: 530px;
}
div#sidebar {
	float: right;
	width: 200px;
}
/* AGENCES ----------------------------------------------------------------------------------------------- */
div#agences {
	color:#e0dcd9;
	font-family:Verdana, Geneva, sans-serif;
	width:975px;
	margin:auto;
	float:left;
	padding-top:15px;
}
div#agences h2 {
	float:left;
	margin:0 40px 0 0;
	font-size:1.4em;
	text-transform:uppercase;
}
div#agences small {
	font-size:0.7em;
	margin-top:10px;
}
div#agences .first {
	float:left;
	margin-right:22px;
}
div#agences div h3 {
	color:#e0dcd9;
	font-size:1.1em;
	text-transform:uppercase;
}
div#agences div p {
	font-size:0.7em;
	color:#e0dcd9;
}
div#agences div a {
	color:#e0dcd9;
}
/* FIN AGENCES ----------------------------------------------------------------------------------------------- */

div#footer {
	position: absolute;
	bottom: 0;
	width: 975px;
	height:26px;
	line-height:26px;
	background:url(../images/layout/footer_bg.png) no-repeat;
	padding-bottom:10px;
	text-align:right
}
div#footer p {
	padding-right:10px;
	color:#e0dcd9;
	font-size:0.8em;
	text-align:right;
}
div#footer a {
	color:#e0dcd9;
	text-decoration:none;
}
/* Class pour HR "clear-both"*/
.sep {
	display:block;
	clear:both;
	height:1px;
	_margin:-7px 0;
	color:#FFF;
	background-color:#FFF;
	border:0;
	margin:0;
	padding:0;
}
/* Fin Class pour HR "clear-both"*/
.pink {
	color:#af6da6;
}
.red {
	color:#943541;
}
.brown {
	color:#5D484A;
}
.beige {
	color:#fff;
}
.mini {
	font-size:0.7em;
}
.minime {
	font-size:0.5em;
}
.social {
	height:45px;
	background-image:url(../images/layout/social.png);
	background-repeat:no-repeat;
	padding-top:45px;
	padding-left:10px;
}
/* fix pour ie et les pngs cliquables */
.social a {
	position:relative;
}
