@charset "utf-8";
/* CSS Document */
textarea{
overflow:auto;
}
html{
overflow:auto;
}
body, body * {
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


}
body {
	width:100%;
	height:100%;
	background: #343434 url(../img/background.jpg) repeat-x left top ;

}
ul {
	list-style:none;
}
a {
	text-decoration: none;
	color:#86b225;
}
a:hover {
	text-decoration:underline;
}

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {zoom:1;}

/* css templates pages */
#page {
	position:absolute;
	top:0px;
	width:955px;
	height:647px;
	left:50%;
	margin-top:0px;
	margin-left:-484px;

}
/* header */
#header {
	height:144px;
	z-index:2;
}
#header img.logo {
	position:absolute;
	top:35px;
	left:0;
}
#header #menuFlash {
	position:absolute;
	top:115px;
	z-index:2;
}

/* content */
#main {
	height:415px;
	background-color:#FFFFFF;
	padding:29px 20px 20px;
	z-index:1;
}
#page .allFlash {
	padding:0;
	height:465px;
	position:relative;
	top:-10px;
	background:none !important;
}
* html #page .allFlash {
	margin-bottom:-12px;
}
/* html #page .allFlash object {
	height:470px;
}*/
#main #top {
	margin-left:30px;
}
#main #top h1 {
	background:url(../img/sep-titre.png) repeat-x left bottom;
	margin-right:29px;
	height:12px;
	padding:6px 0 10px;
}
#main #top h1 img {
	float:left;
}
#main #content {
	position:relative;
	height:345px;
	width:914px;
	padding-top:25px;
}
#main .scroll {
	overflow:auto;
}



p.contact {
	padding:8px 0 0 10px;
	min-height:25px;
	background-color:#f5f5f5;
	marginp:20px 0 0;
}

.rss{background:url("../img/sep-titre.png") repeat-x scroll left bottom; padding-bottom:15px;}
.pagination{float:right;}
.rss h2{text-transform:uppercase;}
.separator{padding:5px 0;}
.rss {color:#737373;}

/* footer */
#footer {
	clear:both;
	font-family:Arial, Verdana, sans-serif;
	height:29px;
	background-color:#171a15;
	padding-left:12px;
}
#footer ul li {
	display:inline;
	color:#86b225;
	padding-left:8px;
}
#footer ul li a {
	color:#86b225;
	font-size:10px;
	line-height:29px;
	margin-right:8px;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#FFFFFF;
}
#footer a.part {
	float:right;
	color:#86b225;
	margin-top:3px;
	text-decoration:none;
}
#footer a.part img {
	vertical-align:middle;
}

/* comun form */
#content form {
	margin:0 31px;
	color:#737373;
}
form div.text input, form div.groupText input, form div textarea {
	border:1px solid #6a6a5d;
	color:#737373;
}
form label {
	font-size:10px;
	color:#737373;
}
form input#submit {
	float:left;
	border:0;
	text-indent:-1000px;
	width:182px;
	height:27px;
	cursor:pointer;
	background:transparent url(../img/bt-send.png) no-repeat;
}
form input#submit:hover {
	background:transparent url(../img/bt-send-on.png) no-repeat;
}
* html form input#submit {
	font-size:0;
	color:#86b225;
}
*+ html form input#submit {
	font-size:0;
	color:#86b225;
}
form input#reset {
	position:relative;
	top:5px;
	background:transparent url(../img/arrows-bt-reset.png) no-repeat center left;
	border:0;
	color:#86b225;
	font-weight:bold;
	padding-left:18px;
	text-decoration:underline;
	float:right;
	cursor:pointer;
}
form input#reset:hover {
	text-decoration:none;
}
#content form div.buttons {
	height:27px;
	position:absolute;
	bottom:-4px;
	width:415px;
}
form div.bloc1 {
	float:left;
	width:440px;
}
form div.bloc2 {
	float:right;
	width:412px;
	top: -7px;
}
form fieldset legend {
	display:inline;
}
form fieldset legend span {
	position:relative;
	left:-26px;
	display:block;
	color:#737373;
	font-weight:bold;
	background:url(../img/bullet-green.png) no-repeat left top;
	padding-left:26px;
	margin-bottom:10px;
	line-height:13px;
}
/* css Plan du site */
.siteMap #main #top h1 {
	height:23px;
	padding-bottom:17px;
	margin-bottom:26px;
}
.siteMap #main #content {
	margin:0 30px;
	padding:0;
	width:auto;
}
.siteMap dl, .siteMap ul.list2 {
	width:856px;
	color:#737373;
}
.siteMap dl dt {
	float:left;
	line-height:33px;
	margin:0 15px 6px 0;
	padding-right:14px;
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
* html .siteMap dl dt {
	padding-right:5px;
}
*+ html .siteMap dl dt {
	padding-right:5px;
}
.siteMap dl dd, .siteMap ul.list2 li {
	min-height:33px;
	line-height:32px;
	background-color:#f5f5f5;
	margin-bottom:6px;
}
* html .siteMap dl dd {
	height:33px;
	padding-left:9px;
}
*+ html .siteMap dl dd {
	padding-left:9px;
}
.siteMap dl dd ul li {
	display:inline;
}
.siteMap dl dd a, .siteMap ul.list2 li a {
	color:#737373;
	font-size:10px;
	padding:0 5px;
}
.siteMap dl dd a:hover, .siteMap ul.list2 li a:hover {
	color:#86B225;
	text-decoration:none;
}
.siteMap ul.list2 li {
	padding-left:14px;
}
.error {margin-bottom:5px !important;padding:5px;border:1px solid red;color:red !important;font-size:11px !important;font-weight:normal !important;}

#content .bloc1q p {
	width:340px;
	color:#737373;
	font-weight:bold;
	margin-bottom:20px;
}
#content .bloc1q {
	float:left;
	width:440px;
}

/************ OVERRIDE 30 mars 2011 **************/

.accroche {
	font-family:verdana;
	font-size:18px;
	color:white;
	position:absolute;
	margin:72px 0px 0px 230px;	
}

.colLeft {
	float:left;	
	width:200px;
	color:white;
	font-weight:bold;
}

.colLeft-img1 {
	background:url('../img/images-verandas-demande-etude-1.jpg') no-repeat left top ;
	margin-bottom:21px;
	height:125px;
	padding-left:7px;
	padding-top:3px;
	font-size:10px;
}

.colLeft-img2 {
	background:url('../img/images-verandas-demande-etude-2.jpg') no-repeat left top ;
	margin-bottom:21px;
	height:125px;
	padding-left:7px;
	padding-top:3px;
	font-size:10px;
}

.colLeft-img3 {
	background:url('../img/images-verandas-demande-etude-3.jpg') no-repeat left top ;
	height:125px;
	padding-left:7px;
	padding-top:3px;
	font-size:10px;
}

.colRight {
	float:left;	
}

.demande-etude {
	color:#737373;	
}

.focus {
	color:#aaa;
	font-size:10px;
	padding:5px;
}

.formulaire-demande-etude div {
	margin-bottom:5px;
}

.formulaire-left label {
	display:block;
	width:90px;
	float:left;
}

.formulaire-left input {
	width:250px;	
}

.title-demande-etude {
	font-size:18px;
	font-weight:bold;
	color:#86B225;
	border-bottom:dotted 1px;
}

.sub-title-demande {
	margin-bottom:10px;	
}

.sous-titre-form-demande {
	font-size:11px;
	font-weight:bold;	
}

.formulaire-left {
	float:left;
	width:410px;
}

.formulaire-right {
	float:left;
	width:;
}

.phrase-formulaire-demande {
	margin-top:38px;
	font-size:10px;
	color:#737373;	
}
