@import url("reset.css");

/********** UTILS **********/
/*
	FONT SIZE (em)
		10px: 62.5%
		11px: 69% (68.75)
		12px: 75%
		16px: 100%
	
	PNG > IE6 (info: le chemin de l'image se fait part rapport à la page et non la css)
		background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/image.png')
	
	INSTRUCTION CONDITIONNELLE
	<!--[if IE 7]><style type="text/css">#div{}</style><![endif]-->
	
	FAMILLES DE POLICES
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", Norasi, serif;
	
*/
/* COMMON
/*------------------------------------------------------------------------------------------------------------------------------------*/

body{
	color:#525252;
	font-size:75%;	/* 1em = 12px */
	background:#4a382a url(../img/common/bg_body.png) top left repeat-x;
}

a{
	color:#525252;
}

#flashcontent{
	width:800px;
	margin:0 auto;
}

.vAlignM{
	vertical-align:middle;
}

.txtHidden span, .commonH1 span{
	position:absolute;
	left:-9999em;
}

.commonH1{
	height:38px;
	margin-bottom:18px;
	background-position:top left;
	background-repeat:no-repeat;
}

.lastElem{
	margin-bottom:0 !important;
}

/* Float */

.imgFloatRight, .imgFloatLeft{
	overflow:hidden;
	height:1%;
}

.imgFloatRight .image{
	display:block;
	float:right;
	margin-left:15px;
}

.imgFloatLeft .image{
	display:block;
	float:left;
	margin-right:15px;
}

.imgFloatLeft h1{
	background-position:410px top;
}

/* BorderedContent */

.borderedContent{
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:20px;
}

.borderedContent .shadow{
	border-width:1px;
	border-style:solid;
	border-color:#f7f7f7 #c9c9c9 #c9c9c9 #f7f7f7;
}

.borderedContent .border{
	padding:15px;
	background-color:#ebe9e8;
	border:1px solid #fff;
}

.borderedContent h2, .borderedContent .titreLevel2, h2.std, .pageHome #zoom h3{
	color:#387f10;
	font-size:1.2em;
	padding-bottom:5px;
	margin-bottom:10px;
	letter-spacing:-0.5px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-image:url(../img/common/border_titre.png);
}

.borderedContent .imgFloatLeft h2, .borderedContent .imgFloatLeft .titreLevel2{
	background-position:415px bottom;
}

.borderedContent p{
	margin-bottom:15px;
}

.borderedContent .last{
	margin-bottom:0;
}

.borderedContent ul{
	margin-bottom:20px;
}

.borderedContent ul ul{
	padding-left:25px;
	margin:12px 0;
}

.borderedContent li{
	margin-bottom:3px;
}

.slideShow{
	margin-bottom:15px;
	text-align:left;
}

/* HEADER
/*------------------------------------------------------------------------------------------------------------------------------------*/

#header{
	margin-bottom:4px;
	background:url(../img/common/bg_header.jpg) center top no-repeat;
}

#header .content{
	width:980px;
	margin:0 auto;
	position:relative;
}

#header .logo{
	height:89px;
}

#header .logo img{
	display:block;
}

#header #particuliers{
	position:absolute;
	right:0px;
	bottom:-2px;
}

/* MENU
/*------------------------------------------------------------------------------------------------------------------------------------*/

#menu{
	height:38px;
}

#menu li{
	float:left;
	display:block;
	position:relative;
}

#menu a{
	display:block;
	width:140px;
	height:38px;
	outline:0;
}

#menu a:hover, #menu .hover a{
	background-position:left -34px;
}

#menu a.active{
	background-position:left -68px;
}

#menu a span{
	position:absolute;
	left:-9999em;
}

#menu .acc{
	background:#523413 url(../img/common/btn_accueil.png) top left no-repeat;
}

#menu .pres{
	background:#523413 url(../img/common/btn_presentation.png) top left no-repeat;
}

#menu .met{
	background:#523413 url(../img/common/btn_metiers.png) top left no-repeat;
}

#menu .serv{
	background:#523413 url(../img/common/btn_services.png) top left no-repeat;
}

#menu .gar{
	background:#523413 url(../img/common/btn_garantie.png) top left no-repeat;
}

#menu .reas{
	background:#523413 url(../img/common/btn_realisations.png) top left no-repeat;
}

#menu .contact{
	background:#523413 url(../img/common/btn_contact.png) top left no-repeat;
}

/********** SOUS MENU **********/

#menu ul{
	width:140px;
	height:auto;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
}

#menu ul li{
	float:left;
	width:140px;
	background:#dbb897 url(../img/common/bg_ss_menu.png) top left repeat-y;
}

#menu ul li a{
	height:auto;
	padding:10px 5px;
	width:130px;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	letter-spacing:-0.5px;
	text-decoration:none;
	border-bottom:1px solid #d8b98e;
	border-top:1px solid #725e4d;
}

#menu ul li a:hover{
	background:url(../img/common/bg_ss_menu_hover.png) top left repeat-y;
}

#menu ul li .first{
	border-top:none;
}

#menu ul li .last{
	border-bottom:none;
}

/* CONTENT
/*------------------------------------------------------------------------------------------------------------------------------------*/

#content{
	width:980px;
	padding:0 5px;
	margin:0 auto;
	background:url(../img/common/bg_content.png) top left repeat-y;
}

#inner{
	padding:18px 15px 15px;
	border-top:1px solid #e5e5e5;
}

/* FOOTER
/*------------------------------------------------------------------------------------------------------------------------------------*/

#footer{
	color:#a9a5a5;
	padding:5px 0;
	font-size:0.75em;
	text-align:center;
	background-color:#291f1d;
}

#footer a{
	color:#a9a5a5;
}

#contentSh{
	height:4px;
	overflow:hidden;
	width:990px;
	margin:0 auto;
	background:url(../img/common/bg_footer.png) left top no-repeat;
}

/* Gallery */
.gallery{
	margin:12px 0 10px 0;
	height:90px;
}
.gallery LI{
	width:120px;
	height:100px;
	float:left;
	border:solid 1px #BBB;
	padding:5px;
	margin:0 6px 6px 0;
}
.realisation{
	clear:both;
	padding:0 0 40px 0;
}
.realisation .content{
	width:450px; float:left;
}
.realisation .galleryCtn{
	width:440px; float:left; margin:0 0 0 10px;
}
.realisation .galleryCtn UL{
	padding:0 0 0 20px;
}
.realisation .clear{
	clear:both;
}
.realisation H2{
	background-position:bottom left;
	margin:10px 0 0 0;
}
.realisation H3{
	margin:20px 0 0 0;
	border-bottom:solid 1px #CCC;
	padding:0 0 4px 0’;
}
.realisation P{
	margin:3px 0 5px 0;
	text-align:justify;
}