/* CSS Document */
	
body {
	margin: 0;
	padding: 0;
	background-color: #1f4d7f;
	
}
	
#page {
	position: relative;
	margin: auto;
	width: 990px;
	background-color: #fff;

   	
}

/*-------------------------
/* entete
/**/
#entete {
	background-repeat: no-repeat;
	background-image: url(/images/entete-2010.gif);
	height: 302px;
	width: 990px;
}

#logo {
	position: absolute;
	top: 64px;
	left: 45px;
}

#logo img {
	border: 0;
}


/*-------------------------
/* menu 
/**/

#menu {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #faa919;
	height: 32px;
	padding-top: 8px;
	text-align: center;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}


/*-------------------------
/* principal
/**/
#principal {
	
	background-repeat: repeat-y;
	background-image: url(/images/fond-principal.gif);
	border-bottom: 10px solid #ff0000;
}




/*-------------------------
/* liens-rapides
/**/
#liens-rapides {
	padding-top: 20px;
	width: 190px;
	float: left;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(/images/fond-liens-rapides.gif);
	/*border: 1px solid red;*/
}

#liens-rapides img {
	border: 0;
	margin-bottom: 15px;
}

/*-------------------------
/* contenu
/**/

.album-photos #contenu {
	width: 750px;

}


#contenu {
	position: relative;
	float: left;
	width: 512px;
	padding-left: 50px;

}


/*-------------------------
/* fil
/**/
#fil {

	position: absolute;
	top: 0;
	left: 50px;
}


/*-------------------------
/* activites-pour-tous
/**/
#activites-pour-tous {
	float: right;
	width: 220px;
	
	text-align: center;
}

#activites-pour-tous img {
	margin-bottom: 20px;
}



/*--------------------------------------------------------------------
/* ALBUM PHOTOS
/**/

.photo_album {
	width: 200px;
	height: 230px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	
}

.albumDroite {
	width: 200px;
	padding-right: 20px;
	padding-left: 20px;
	height : 235px;
	float: right;
	text-align: center;
}

.albumGauche {
	width: 200px;
	padding-right: 20px;
	padding-left: 20px;
	height : 235px;
	float: left;
	text-align: center;
}
