/* CSS Document */

html{
	background:#cccccc;
	padding:5px;
}

body{
	width:788px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	
	background:url(images/bg_body.jpg) center repeat-y;
	
	margin:0 auto;
	padding:0;
}

p{
	text-align:justify;
	margin:5px;
}

a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

a.active{
	background:url(images/fond_titre.jpg);
	padding:3px;
	color:#FFFFFF;
	text-transform:uppercase;
}

a.puce{
	background:url(images/arrow.png) no-repeat;
	padding-left:10px;
}

#puce{
	background:url(images/puce.png) no-repeat left;
	padding-left:20px;
}

div#head{
	margin:0 auto;
	
	background:url(images/head.png) no-repeat center #FFF;
	width:788px;
	height:119px;
}

div#ban{
	height:242px;
	width:766px;
	margin:0 auto;
	text-align:center;
}

div#main{
	/*height:406px;*/
	background:url(images/bg_body.jpg) #cccccc center repeat-y;
}

div#main2{
	/*height:406px;*/
	
	background:url(images/bg_main.jpg) no-repeat top;
	margin:0 auto;
	padding:0;
}

div#main3{
	width:680px;
	margin:0 auto;
	
	padding-top:20px;
}

div#texte{
	height:200px;
	padding-right:10px;
	overflow:hidden;
	overflow:auto;
}

.scroll{
	height:220px;
	overflow:scroll;
	padding: 0px 60px 15px 20px;
	left:0;
	top:0;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
}

.scroll2{
	padding: 0px 10px 15px 10px;
	margin:0 auto;
	
	border-bottom:1px #ac1123 solid;
}

div#texte2{
	height:406px;
	padding-right:10px;
	overflow:hidden;
	overflow:auto;
}

div#images{
	padding-top:10px;
	text-align:center;
}

div#left{
	width:60%;
	float:left;
	border-right:#EFEFEF 1px dotted;
}

div#right{
	width:38%;
	text-align:center;
	padding-left:2px;
	float:right;
}

div#left2{
	width:57%;
	
	float:left;
	border-right:#EFEFEF 1px dotted;
}

div#right2{
	width:40%;
	height:340px;
	padding-left:2px;
	
	float:right;
}

.filet{
	border-bottom:1px #ac1123 solid;
	padding-bottom:5px;
}

a.contact{
	background:url(images/fond_titre.jpg);
	padding:1px;
	color:#FFFFFF;
}

h2.implantation{
	background:url(images/notre_implantation.jpg) no-repeat;
	height:24px;
	padding:0;
	margin:0;
}

h2.titre{
	background:url(images/fond_titre.jpg);
	height:16px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}

h2.titre2{
	
	color:#ac1123;
	border-bottom:1px #ac1123 solid;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	text-transform:uppercase;
}

div#realisations{
	width:240px;
	height:286px;
	
	padding-left:5px;
	
	background:url(images/realisations.jpg) no-repeat;
	
	margin:0 auto;
	padding:0;
}

div#foot1{
	width:680px;
	margin:auto;
	padding:0;
	
}

div#foot_left{
	width:30%;
	float:left;
	
	padding-left:5px;
}

div#foot_right{
	width:60%;
	float:right;
	
	font-size:10px;
	
	padding-left:10px;
}

div#foot{
	height:10px;
}

span.ftp{
	font-weight:bold;
	color:#ff6600;
}

.ftp a{
	color:#ac1123;
	padding:2px;
}

.ftp a:hover{
	background:#ac1123;
	color:#FFFFFF;
}

span.texte{
	font-weight:bold;
	color:#c70000;
}


/*Formulaire*/
form {
	margin:0;
	padding-left:10px;
}

form p {
	margin: 0;
}

form p.double {
	/* Empecher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}

form p.double label {
	float: left;
	width: 100px;
	text-align: left;
	color:#000;
	font-weight: bold;
	font-size:12px;
}

form p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}

form p.double input,
form p.double select,
form p.double textarea {
	width: 200px;
	margin-left: 12px;
	border: solid 1px #CCCCCC;
	padding: 2px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

select{
	border: solid 1px #920001;
}

.txt_cal{
	background:url(img/table.gif) right no-repeat;
	cursor:text;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 200px;
	border: solid 1px #920001;
}

form p.double textarea {
	padding: 2px 0 0 4px;
	width: 200px;
	height: 6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

form p.simple {
	margin-left: 160px;
}

.bouton{
	color:#920001;
	font-size:12px;
	font-weight:bold;
}