/***** BODY *****/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	margin: 20px;
}

/***** Liens hypertextes *****/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#galerie a:hover {
	color: #D2D5D4;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 20px;
}
#header a:hover, #footer a:hover {
	color: #D2D5D4;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/**********************/
/***** Page index *****/
/**********************/

/***** Titre interne *****/
#titre {
	font-size: 48px;
}
#index #titre {
	margin-top: 150px;
	text-align: center;
}
#header #titre {
	margin-top: 25px;
	margin-bottom: 25px;
}

/***** Galerie miniatures *****/
#mini {
	margin-top: 150px;
	float: right;
}
#mini li {
	display: inline;
}

/***** Menu *****/
#index #menu  {
	margin-top: 100px;
	clear: both;
	float: right;
}
#index #menu li {
	display: inline;
	margin-left: 40px;
}

/************************/
/***** Page galerie *****/
/************************/

/***** Galerie *****/
#galerie {
	height: 500px;
	background-color: #333333;
	padding: 10px;
}

#liste-galeries {
	float: left;
	width: 20%;
	height: 100%;
	font-size: 10px;
}

#liste-galeries li {
	margin-bottom: 10px;;
}

#flash {
	float: right;
	width: 80%;
	height: 100%;
}

#player {
	width: 100%;
	height: 100%;
}

/***** Footer *****/
#footer {
	clear: both;
	margin: 20px;
}

#footer .left {
	float: left;
	width: 33%;
}
#footer .right {
	float: right;
}

#footer .center {
	float: left;
	width: 33%;
	text-align: center;
	
}

