/******** Feuille de styles du menu ************/

html{
	background-color:#7490aa;
	background-position: center center;
} /*	#d79458   #eee8aa  #f7d78b    */
	
	*{margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:small; }
	
	body{
	background-color: #009999;
	color:#FFFFFF;
	width:950px;
	margin:10px auto;
	height: 450px;
}

	#titregalerie{
	font-size: medium;
	padding-left: 130px;
	padding-right: 10px;
	padding-top: 70px;
	text-align: justify;
	font-weight: bold;	
}
#description{
	font-size: small;
	padding-left: 130px;
	padding-right: 10px;
	text-align: justify;	
}


	
.liens_gal {
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: xx-small;
	float: right;
	padding-right: 10px;
}

#description_gal{
	font-size: small;
	padding-left: 150px;
	padding-right: 10px;
	text-align: justify;	
	
}
#fond_bandeau{
	
	background-repeat: no-repeat;	
}


.lienpied {
	list-style-type:none;
	text-decoration:underline;
	color: #009999;
	font-size:100%;
}

#pied{
	font-size:80%;
	text-align:center;
	background-color:#020202;
	color:#009999;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
	
