@charset "utf-8";
body {
	background-color: #000000;
	width: 1008px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/index/index_image_fond.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	text-decoration: none;
}
.Header {
	height: 100px;
	width: 100%;
	float: left;
}
.left_header {
	height: 94px;
	width: 140px;
	float: left;
}
.Header .left_header img {
	width: 140px;
	padding-left: 0px;
}


.Header img {
	padding-top: 6px;
	float: left;
	width: 708px;
	padding-left: 10px;
}
.right_header {
	float: right;
	height: 94px;
	width: 140px;
}
.Header .right_header img {
	width: 140px;
	padding-left: 0px;
}



.BlocMenuGauche {
	float: left;
	width: 140px;
}
.Contenu {
	width: 728px;
	padding-top: 20px;
	float: left;
	padding-bottom: 20px;
}
.Contenu #haut_contenu {
	background-image: url(../images/index/contour_haut_contenu.png);
	width: 708px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 22px;
}
.Contenu  #contenu_page {
	background-image: url(../images/index/contour_corps_contenu.png);
	background-repeat: repeat-y;
	width: 708px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
.Contenu #bas_contenu {
	background-image: url(../images/index/contour_bas_contenu.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 14px;
	clear: both;
	width: 708px;
}


.BlocMenuDroit {
	float: right;
	width: 140px;
}
.Footer {
	clear: both;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 25px;
}
#footer-1 {
	float: left;
	width: 140px;
	padding-left: 64px;
}
#footer-2 {
	float: left;
	width: 600px;
	margin-top: 10px;
}
#footer-3 {
	float: left;
	width: 140px;
	padding-right: 64px;
}
.photo_portrait_entete {
	float: left;
	height: 240px;
	width: 180px;
	background-color: #009999;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.photo_paysage_entete {
	float: left;
	height: 180px;
	width: 240px;
	background-color: #009999;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.photo_portrait_dans_texte {
	float: left;
	height: 240px;
	width: 180px;
	background-color: #009999;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.photo_paysage_dans_texte {
	float: left;
	background-color: #009999;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.photo_dans_texte {
	float: left;
	background-color: #009999;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.lien_texte:link {
	color: #FFFF00;
}
.lien_texte:visited {
	text-decoration: none;
	color: #FFFF00;
	
}
.lien_texte:hover {
	text-decoration: none;
	color: #66CC00;
}
.lien_texte:active {
	text-decoration: none;
	color: #66CC00;
}

}

