/* CSS Document */



* {
margin: 0;
padding: 0;
}

.spacer{
	display:block;
	clear:both;
	border: none;
	font-size:1px;
	height:0;
	line-height:0;
	}

body {
padding:0;
margin:0;
background:#350326;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:10px;
color:#FFF;
}

#general {
position:relative;
width:1000px;
display:block;
padding:0;
margin:0 auto;
}

#lustre {
background:url(../images/lustre.jpg);
display:block;
width:39px;
height:111px;
position:absolute;
left:-39px;
top:0px;
}

/* Header */

#header {
	background:url(../images/f_header.jpg) repeat-x;
	height:127px;

	}

a#logo {
display:block;
background:url(../images/logo-mon-plus-beau-jour.jpg) no-repeat;
width:391px;
height:127px;
text-indent:-5000px;
float:left;
	}
	
#header ul#menu{
	list-style:none;
	float:right;
	margin-top:72px;
	}
	
#header ul#menu li{
	float:left;
	}
	
#header ul#menu li a{
	display:block;
	height:55px;
	text-indent:-5000px;
	}
	
#header ul#menu li#concept a{
	width:121px;
	background:url(../images/btn_concept.jpg) no-repeat 0 0;
	}
	
#header ul#menu li#concept a:hover{
	background:url(../images/btn_concept.jpg) no-repeat 0 -55px;
	}
	
#header ul#menu li#services a{
	width:111px;
	background:url(../images/btn_services.jpg) no-repeat 0 0;
	}
	
#header ul#menu li#services a:hover{
	background:url(../images/btn_services.jpg) no-repeat 0 -55px;
	}
	
#header ul#menu li#realisations a{
	width:119px;
	background:url(../images/btn_realisations.jpg) no-repeat 0 0;
	}
	
#header ul#menu li#realisations a:hover{
	background:url(../images/btn_realisations.jpg) no-repeat 0 -55px;
	}
	
/* Contenu */

body #contenu {
	padding:20px 0;
	font-size:12px;
	line-height:20px;
	}
	
body #contenu a{
	color:#FFF;
	}
	
body #contenu h1{
	color:#9e7f5a;
	line-height:24px;
	font-weight:normal;
	border-bottom:1px solid #6a4140;
	padding-bottom:5px;
	margin-bottom:10px;
	}
	
body #contenu h2{
	margin-bottom:10px;
	}
	
body #colonne_left {
	display:block;
	width:660px;
	float:left;
	}
	
body #colonne_right {
	display:block;
	width:280px;
	float:left;
	padding:20px;
	margin-left:20px;
	background:#552c49;
	}
	
body #colonne_right a {
	color:#FFF;
	text-decoration:none;
	}
	
body #colonne_right a:hover {
	text-decoration:underline;
	}
	
#photo {
	background:url(../images/photo.jpg);
	width:1000px;
	height:216px;
	margin-bottom:20px;
	}
	
#photo2 {
	background:url(../images/photo2.jpg);
	width:1000px;
	height:216px;
	margin-bottom:20px;
	}
	
#photo3 {
	background:url(../images/photo3.jpg);
	width:1000px;
	height:216px;
	margin-bottom:20px;
	}

#photo4 {
	background:url(../images/photo4.jpg);
	width:1000px;
	height:216px;
	margin-bottom:20px;
	}

p.contact {
	color:#ae99a8;
	font-size:12px;
	line-height:18px;
	}
	
body #contenu p.contact a{
	color:#ae99a8;
	}
	
p.contact a:hover{
	color:#FFF;
	}
	
a.lien_page {
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	border-top:1px solid #6e4a63;
	padding:3px 0;
	margin-top:5px;
	line-height:normal;
	}
	
#badge {
	float:left;
	margin-left:110px;
	padding-top:20px;
	}

/* Footer */

#footer{
color:#826278;
display:block;
padding:0;
margin:0 auto;
margin-top:10px;
text-align:right;
letter-spacing:2px;
}

#footer a{
color:#826278;
text-decoration:none;
}

#footer a:hover{
color:#FFF;
text-decoration:none;
}

#footer a.langue{
font-size:11px;
color:#bc9fb4;
}

#ligne_footer{
	border-bottom:1px solid #6e4a63;
	display:block;
	width:1000px;
	padding-bottom:5px;

}

.colonne_footer{
	margin-top:20px;
display:block;
width:240px;
margin-right:10px;
float:left;
text-align:left;
letter-spacing:1px;
}

.colonne_footer ul{
list-style:none;
}

