
body
	{
		background-color:#09c6fe;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		margin: 0 auto ;
		padding: 0 auto ;
	}

.global
	{
		background: url("fond.jpg") no-repeat;
		width: 1000px;
		height:650px;
		margin: auto;
	}



/***************************************/

#titre
	{
	background: url("galerie.png") no-repeat;
	width: 505px;
	height:71px;
	}

.contenu
	{
	width: 980px;
	height:560px;
	overflow:none;
	}

.gal 
	{
	width: 450px;
	height: 450px;
	padding-top:200px;
	padding-left:300px;
	}



/* barre du menu */

/* menu */
.menu{
	top:-23px;
	position:relative;
	text-align:center;
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:white;
	}

.menu a{
	text-decoration:none;
	color:white;
	}

.menu a:hover{
	color:red;
	}
c{
color:red;
}


/* phrase en bas de page */

.phrase {
	position:relative;
	text-align:center;
	z-index:2;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:white;
	}

.phrase a{
	text-decoration:none;
	color:red;
	}

.phrase a:hover{
	color:#FF6600;
	}

