@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat;
	z-index:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:14px;
	width:100%;
	overflow-x:hidden;
	overflow-y:auto; 
}

*, ul, li{
	margin:0px;
	padding:0px;
}

#sitemap{
	padding-left:40px;
	padding-top:20px;
}
#sitemap a{
	color:#FF9900;
}
#sitemap a:visited{
	color:#CC9933;
}
#sitemap ul{
	padding-left:20px;
	padding-bottom:5px;
	
}
#sitemap li{
	padding-left:20px;
	padding-bottom:5px;
}

p {
	padding-bottom:10px;
}
h2 {
	margin-top:10px;
	margin-bottom:10px;
}

a .lightbox{
    border:none;
}
img{
	border:0;
}
#texte {
	position:relative;
	width:440px;
	float:left;
}
#texte a{
	color:#FF9900;
}

#texte a:visited{
	color:#CC9933;
}

#imgbox{
	text-align:center;
	position:relative;
	width:440px;
	float:right;
}
#degrade{
	position:absolute;
	top:0px;
	width:100%;
	background-image:url(images/degrade.png);
	height:290px;
	background-repeat:repeat-x;
	z-index:10;
}

#decoration{
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-598px;
	z-index:20;
	background-image:url(images/decoration.png);
	background-repeat:no-repeat;
	width:1196px;
	height:598px;
	overflow:hidden;
}

#wrapper{
	width:963px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:30;
}

#header{
	background-image:url(images/header.png);
	width:963px;
	height:271px;
	background-repeat:no-repeat;
	margin-top:17px;
	position:relative;
}

#menu{
	position:relative;
	top:15px;
	left:250px;

}
#menu a{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#444444;
}

#menu ul{
	list-style:none;
}
#menu li{
	display:inline;
	padding-left:25px;
	padding-right:25px;
	border-right:1px #444444 dashed;
}
#menu .dernierli{
	border:none;
}

#body{
	position:relative;
	top:20px;
	width:964px;
	min-height:380px;
}

#top{
	text-align:justify;
	position:relative;
	top:0px;
	height:19px;
	width:964px;
	background-image:url(images/top.png);
}

#content{
	background-image:url(images/mid.png);
	width:884px;
	min-height:337px;
	position:relative;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:20px;
}

#derp{
	background-image:url(images/mid.png);
	text-align:center;
}

#derp a{
	color:#FF9900;
}

#derp a:visited{
	color:#CC9933;
}

#bot{
	position:relative;
	text-align:center;
	bottom:0px;
	height:24px;
	width:964px;
	background-image:url(images/bot.png);
}

#bot a{
	color:#FF9900;
}

#bot a:visited{
	color:#CC9933;
}

#devisform{
	width:500px;
	margin:auto;
	padding:10px;
	background-color:#FFFAB9;
	border-left:1px solid #FF6F48; /* couleur du cadre */
	border-right:1px solid #FF6F48;
	border-bottom:1px solid #FF6F48;
	border-top:1px solid #FF6F48;
}

.pictures{
	margin:auto;
	text-align:center;
}

.petittext{
text-align:center;
}
.petittext2{
text-align:left;
}

input.text, textarea {
	width:300px;
	color:#333;
	padding:3px;
}

h1{
	color:#f79722;
	font-size:20px;
	font-weight:bold;
	padding-left:55px;
	background-image:url(images/icone.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	height:40px;
	margin-bottom:10px;
}

h2{
	color:#f79722;
	font-size:20px;
	font-weight:bold;
	padding-left:55px;
	background-repeat:no-repeat;
	background-position:center left;
	height:40px;
}

#footer{
	position:relative;
	color:#FFFFFF;
	top:20px;
	text-align:center;
}

#slogan{
	position:relative;
	top:30px;
	left:274px;
	font-size:20px;
	font-weight:bold;
}

#devis {
	position:absolute;
	width:128px;
	height:128px;
	top:150px;
	left:860px;
	background-image:url(images/devis-gratuit.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
}