/*
 *Nuancier web
 *
 *Rouge : 5d1212
 *Vert  : 11681f
 *Bleu  : 253e71
*/

* { margin:0;padding:0; }

html { font-size:100%; }

body {
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	background:url(../images/bk_page.jpg) repeat-x;
	font-size:0.9em;
	min-height:100%;
}

a {
	text-decoration:none;
	color:#000;
}

a:hover { color:#444; }

a img { border:0px; }

input[type=text]:hover { border:1px solid #11681f; }
textarea:hover { border:1px solid #11681f; }

h1 {
	color:#253e71;
	font-size:1.6em;
	line-height:1.8em;
}

h3 {
	color:#11681f;
}

p {
	font-size:0.9em;
	line-height:1.2em;
}

.red { color:#5d1212; } .green { color:#11681f; } .blue { color:#253e71; } .grey { color:#555555; font-size:0.9em; }

.bk_hor {
	position:absolute;width:1030px;height:100%;min-height:840px;;
	left:50%;margin-left:-515px;
	background-image:url(../images/back_conteneur.png);
	background-repeat:repeat-y;
	background-position:top right;
}

.conteneur {
	position:absolute;width:1030px;
	left:50%;margin-left:-515px;
}

	.house {
		position:absolute;width:570px;height:290px;
		top:545px;margin-left:-200px;
		z-index:-1;
	}

	.bann { height:140px; }
	.bann .ga { float:left; width:60px; height:140px; }
	.bann .montage { float:left; width:450px; height:140px; }
	.bann .logo { float:left; text-align:center; padding-top:13px; margin-left:285px; font-weight:bold; }
	.bann .fourth { float:left; height:100%; width:100px; }
	
	.left_content { width:710px;float:left; }
		.left { float:left; width:60px; padding-top:50px; }
		.middle { float:left; width:648px; }
			.middle .ariane { height:34px; }
			
				.content .encours { float:left; width:200px; padding:20px; height:350px; }
					.encours .tab { width:170px; height:100%; margin:auto; text-align:right; }
					.encours img { border:1px solid black; }
					
				.content .center { float:left; width:400px; }
					.center .texte { padding:15px; padding-right:0px; text-align:justify; }
					.center .texte img { border:1px solid black; }
					.center .footer { line-height:normal; text-align:center; font-size:0.9em; padding-left:70px; }
			
	.menu { float:left; width:159px; margin:0; padding:0; border-top:3px solid black; background-image:url(../images/bk_fourth.jpg); background-repeat:repeat-y;}
	
	.contact { float:left; width:140px; padding-top:50px; font-size:12px; padding-left:18px; line-height:20px }
	.contact a:hover { color:#3db050}

