﻿body {
	margin: 0;
	padding: 0;
	
	font-family: Arial, sans-serif;
}
#conteneur {
	width:1240px;
	left:50%;
	margin-left:-620px;
	position:absolute;
	background: white url('fond.jpg') 0 0 no-repeat;
	height: 1342px;

	}
div#content {
	width:423px;
	background-image:url(fond_texte.png);
	background-position:top left;
	background-repeat:repeat-y;
	height:363px;
	position:absolute;
	left: 0px;
	top: 152px;
	overflow: auto;
	color: #FFFFFF;
	padding: 5px;
	z-index: 200;
}
div#menu {
	margin-top: 3em;
	padding: 0.5em;
	text-align: center;
}
.accueil {
	color:#FFFFFF;
	}
.accueil a {
	color:#FFFFFF;
	text-decoration:underline;
	}
.accueil a:hover {
	text-decoration:none;
	color:#FFFF00;
	}
div.galerie
{
	
	position: relative;
	
	color: black;
	background-image:url(carteIMAGO.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width: 600px;
	height:800px;
	margin-left: 320px;
	top: 257px;
}

#galerie_mini
{
	width: 600px;
	height: 800px;
	display: block;
	position: relative;
	/*float: left;*/
	z-index: 10;
	margin: 0;
	padding: 0;
}

/*#galerie_mini li
{
	position:absolute;
	color: #CCFF66;
	list-style-type: none;
	text-align: center;
}
*/
#galerie_mini a 
{
	text-decoration: none;
}

#galerie_mini a:hover
{
	position: absolute;
	display:block;
	padding: 0;
	text-decoration:none;
	list-style-type:none;
}
#galerie_mini a span{
	visibility:hidden;
	list-style-type:none;
	position:absolute;
	left: 0px;
	top: 0px;
	
	}
#galerie_mini a:hover span {
	visibility:visible;
	list-style-type:none;
	position: absolute;
}
#photo1 {
	display:block;
	left: 318px;
	top:17px;
	height: 128px;
	width: 128px;
	/*background:url(picto_zoom.png) no-repeat 0 0;*/
	position: absolute;
}
#photo1:hover {
	background:url(site.png) no-repeat 0 -128px;
}
#photo2 {
	display:block;
	left: 447px;
	top:17px;
	height: 128px;
	width: 128px;
	/*background:url(picto_zoom.png) no-repeat 0 0;*/
	position: absolute;
}
#photo2:hover {
	background:url(courrier.png) no-repeat 0 -128px;
}
#photo3 {
	display:block;
	left: 446px;
	top:245px;
	height: 509px;
	width: 106px;
	/*background:url(picto_zoom.png) no-repeat 0 0;*/
	position: absolute;
}
#photo2:hover {
	/*background:url(poteau.png) no-repeat 0 -509px;*/
}
#photo4 {
	display:block;
	left: 14px;
	top:533px;
	height: 214px;
	width: 288px;
	/*background:url(picto_zoom.png) no-repeat 0 0;*/
	position: absolute;
}
#photo4:hover {
	/*background:url(poteau.png) no-repeat 0 -214px;*/
}
#photo5 {
	display:block;
	left: 12px;
	top:12px;
	height: 139px;
	width: 298px;
	/*background:url(picto_zoom.png) no-repeat 0 0;*/
	position: absolute;
}
#photo5:hover {
	/*background:url(poteau.png) no-repeat 0 -139px;*/
}
#photo6 {
	display:block;
	left: 314px;
	top:590px;
	height: 120px;
	width: 120px;
	/*background:url(picto_zoom.png) no-repeat 0 0;*/
	position: absolute;
}
#photo7 {
	display:block;
	left: 442px;
	top:161px;
	height: 69px;
	width: 118px;
	/*background:url(picto_zoom.png) no-repeat 0 0;*/
	position: absolute;
}
#titre_page {
	font-weight:bold;
	font-size:11px;
	margin-bottom:5px;
	border-bottom:1px solid #fff;
	}
#news {
	margin:0;
	padding:0;
	}
#news li {
	list-style:none;
	margin-top:5px;
	margin-bottom:10px;
	font-weight:bold;
	color:#CCFF66;
	}
#news li a, .news_texte a, #texte_presentation a {
	color:#CCFF66;
	text-decoration:underline;
	}
#news li a:hover, .news_texte a:hover, #texte_presentation a:hover {
	text-decoration:none;
	}
.news_texte {
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	text-align:justify;
	color:#FFCC33;
	}
#texte_presentation {
	text-align:justify;
	color:#FFFFFF;
	}
