@charset "utf-8";

body{
	background-color:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}

ul,li{
	padding:0px;
	margin-left:10px;
	margin-right:10px;
}
ul li{
	line-height:1.5em;
}
ul li:first-letter{
	text-transform:uppercase;
}

#header{
	width:100%;
	height:141px;
	background-image:url(images/vitrerie-paris.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#lightboxed img{
	float:left;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:976px;
	min-height:100px;
	padding-left:4px;
}

#haut{
	background-image:url(images/haut.jpg);
	width:976px;
	height:44px;
}

#content{
	background-image:url(images/fond.jpg);
	width:974px;
	min-height:500px;
}

#menu{
	float:left;
	width:250px;
}

#menu ul{
	list-style:none;
	background-image:url(images/separation.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:30px;
	margin-left:0px;
}

#menu ul li{
	margin-bottom:10px;
	font-size:14px;
	padding-left:30px;
	background-image:url(images/menu.jpg);
	margin-left:0;
	height:22px;
}

#menu ul li.active{
	background-position:left bottom;
}

#content-principal{
	width:650px;
	float:right;
	margin-right:50px;
	margin-top:-40px;
}

#bas{
	background-image:url(images/bas.jpg);
	width:974px;
	height:6px;
}

#footer{
	text-align:center;
	color:#a21213;
	font-size:10px;
}
#footer a{
	color:#a21213;
	text-decoration:none;
}
#footer #contact{
	font-size:12px;
}


.center{
	text-align:center;
}

h1{
	font-size:25px;
	color:#9d0000;
	border-bottom:1px solid #97979B;
	padding-bottom:5px;
	font-weight:normal;
}
h2{
	font-weight:100;
}

span.img{
	float:left;
	margin-right:15px;
}

span.imgdroite{
	float:right;
	margin-left:10px;
}


/******************************************************Contact****************************************************************/



/*************************  Forms ************************/
fieldset{border:0;}
ul.form{list-style:none;padding:0;margin:0 auto;width:350px;border:0;}
ul.form li{border-bottom:1px dashed #464e5f;padding:6px 0;height:35px;}
.form_head{height:20px;width:400px;color:#aaa;text-align:center;border-bottom:0 !important;}
ul.form li label{display:block;float:left;width:160px;}
.required{display:block;font-size:10px;color:#5b6170;width:160px;float:left;/*clear:left;*/}
ul.form li input, ul.form li select, ul.form li textarea{width:180px;background-color:#ccc;border:2px solid #ccc;padding-left:3px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;}
ul.form li.submit{text-align:right;border:0;}
ul.form li.submit input{
border:0 none;
cursor:pointer;
display:block;
height:34px;
width:110px;
overflow:hidden;
float:right;}
#comment{width:400px;background-color:#ccc;border:2px solid #ccc;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;}
ul.form li textarea{height:90px;width:340px;}
ul.form li.comment .required, ul.form li.comment label{width:120px;}
li.comments{height:130px !important;}
.valid{border:2px solid green !important;}
.invalid{border:2px solid #800 !important;}
