body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	text-align: center;
}
#MenuHaut{
	background-color: #1b6ca1;
}
#navigationHaut {
list-style: none ;
margin: 0 ;
padding: 0 ;
}
#navigationHaut li {
display: inline ;
margin-right: 1px ;
color: #fff ;
background-image: url(../image/menu_gauche.jpg) no-repeat;
}
#navigationHaut li a {
color: #fff ;
font: 1.5em "Trebuchet MS",Arial,sans-serif ;
line-height: 1em ;
padding: 4px 20px ;
text-align: center ;
text-decoration: none ;
}
#navigationHaut li a:hover, #nav li a:focus, #nav li a:active {
background-image: url(../image/menu_gauche1.jpg) no-repeat;
text-decoration: underline ;
}
		
	
#MenuGauche {
	background-color: #013759;
}
#navigationGauche {
	width: 150px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	}
#navigationGauche li {
background-image: url(../image/menu_gauche.jpg) no-repeat;
	}

	#navigationGauche li a {
	display: block ;
	background:  url(../image/menu_gauche.jpg) left top no-repeat ;
	color: #fff ;
	font: 1.2em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px 0 ;
	text-align: center ;
	text-decoration: none;
	}
#navigationGauche li a:hover, #navigation li a:focus, #navigation li a:active {
	background:  url(../image/menu_gauche1.jpg) left top no-repeat ;
	text-decoration: underline;
	}
	#footer{
		background-image: url(../image/footer.jpg);
		color: white;
	}
	
#Ligne{
	background-color: #1b6ca1;
}

div#galerie
{
	width: 500px ;
	background: #eed ;
	border: 1px solid #dcb ;
	padding: 15px ;
	margin: 15px 30px ;
	text-align: center ;
	font: 0.9em Georgia, serif ;
}

ul#galerie_mini
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#galerie_mini li
{
	float: left ;
}

ul#galerie_mini li a img
{
	margin: 2px 1px ;
	border: 1px solid #dcb ;
}

dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
	font: italic 2.5em/1.5em Georgia, serif ;
	color: #dcb ;
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 1px solid #dcb ;
}









