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

	html
	{
	height:100%;
	}

	body {
	margin: 0px;
	padding: 0px;
	background : #f3d693;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #6b5846;
	background-image:url(img/fond.jpg);
	background-position:center center;
	background-repeat:none;
	}
	
	img {
	border:0;
	}
	
	#intro {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-215px;
	margin-left:-465px;
	width:930px;
	height:575px;
	text-align:center;
	}
	
	#structure {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-285px;
	margin-left:-465px;
	width:930px;
	height:584px;
	text-align:center;
	}
	
	#logotype {
	height:78px;
	}
	
	#bienvenue {
	width:923px;
	height:308px;
	background:url(img/fd_intro.png);
	padding:7px 0 0 7px;
	}
	
	#bienvenue_img {
	position:relative;
	width:915px;
	height:293px;
	padding-top:7px;
	background:#FFF;
	}

	#page {
	width:900px;
	height:434px;
	padding:15px;
	background:url(img/fd_structure.png) no-repeat;
	}
	
	#contenu {	
	width:900px;
	height:425px;
	background-color:#eaeae4;
	text-align:left;
	}
	
	#illustration {
	width:880px;
	height:310px;
	padding:40px 0 0 20px;
	}
	
	#contact {
	width:900px;
	height:392px;
	padding:40px 0 0 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #fbf6e9;
	}
	
	#contact p {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:400px;
	color: #6b5846;
	}
	
	#contact .colonne {
	float:left;
	width:400px;
	margin-left:30px;
	}
	
	#contact #carte {
	width:370px;
	height:290px;
	padding:15px;
	background:url(img/fd_carte.png);
	}
	
	#contact #carte p {
	background:url(img/fd_gps.png) no-repeat;
	margin-top:24px;
	}
	
	#contact .contact {
	float:left;
	width:200px;
	}
	
	#contact .gps {
	float:left;
	width:130px;
	height:70px;
	padding:6px 0 0 70px;
	background:url(img/gps.png) no-repeat;
	}
	
	#contact .wrap {
	clear:both;
	height:20px;
	}
	
	#menu {
	width:930px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:30px;
	}
	
	.tiret {
	padding-left:6px;
	padding-right:6px;
	}
	
	#vignettes {
	width:900px;
	height:73px;	
	margin-top:0px;
	border-top:9px #FFF solid;
	background: url(img/trame.jpg) no-repeat right #eaeae4;
	}
	
	#vignettes img {
	float:left;
	}
	
	.vignette {
	float:left;
	margin-right:3px;
	}
	
/* Gestion Typographies */

	H1 {
	margin:0 0 5px 0;
	font-weight:normal;
	font-style:italic;
	font-size:20px;
	}
	
	.blanc {
	color:#f1e3d9;
	}
	
	.blancpur {
	color:#FFF;
	}
	
	.beige {
	color:#513629;
	padding:5px 0 5px 0;
	line-height:13px;
	}
	
	.valeur {
	color:#f1e3d9;
	padding-left:10px;
	margin-left:-10px;
	border-left:1px solid #dbbeae;
	}
	
	.valeurpur {
	width:260px;
	color:#eee;
	padding-left:10px;
	margin-left:-10px;
	border-left:1px solid #bbb;
	}
	
	P {
	margin:0;
	width:270px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	}
	
/* Gestion Hyperliens */

	a:link, a:visited {
	color: #6b5846;
	text-decoration:none;
	}
	
	a:hover {
	border-bottom:1px dotted #6b5846;
	}
	
	a.image:link, a.image:visited {
	border: 0px;
	}
	
	img a:link, img a:visited, img a:hover {
	border:0px;
	}

