body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0;
	background-color: White;
}


#header {
	height: 120px;
	background-image:url(img/tete.jpg);
}
#conteneur {
	position: absolute;
	width: 750px;
	margin: 0 auto;
	background-color: White;
}
#centre {
	background-color: White;
	margin-left: 210px;
	margin-right: 40px;
	height: 550px;
}
#gauche {
	position: absolute;
	left: 0;
	width: 210px;
	height: 550px;
	padding-top: 70px;
	
	background-image:url(img/gauche.jpg);
	background-repeat: no-repeat;


	
}
	
#droite {
	background-color: White;
	position: absolute;
	right: 0;
	width: 40px;
	height: 550px;
	background-image: url(img/droite.jpg);
	background-repeat: no-repeat;
}
#pied {
	height: 60px;
	background-image: url(img/pied.jpg);
	font: xx-small Trebuchet MS;
	text-align: center;
	color: gray;
	padding-left : 40px;
}

img {	border: 0;}

.menugauche {
	list-style-type: none;
	margin: 0;
	padding-right: 5px;
	text-align: right;
}
.menugauche li {
margin-bottom: 0px;
}



.menugauche a {
	margin: 0;
	color: #8B0000;
	text-decoration: none;
	text-align: right;
}


.menugauche a:hover {
	color: Silver;
	text-decoration: none;
	text-align: right;
}

a{
	color: #8B0000;	
	text-decoration: none;
} 
a:hover{
	color: Gray;
	text-decoration: none;
}

p {margin: 0 0 10px 0;}

h2 {
	color: Silver;
	font-family: sans-serif;
	line-height: 120%;
	text-align: left;
}


h3 {
	color: Silver;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	text-align: left;
}

h4{
	color: Silver;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	text-align: left;
}
	 
h5 {
	color: Gray;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-left: 0px;
	text-align: left;
}

h6 {
	color: Gray;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

div#galerie
{
	width: 500px;
	background: #ffffff;
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: gray;
}

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 2px ;
	border: 0px solid #000000 ;
}

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

dl#photo dt
{
	font: normal smaller/1.5em  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 0px solid #000000 ;
}
		
