/*
	Mise en forme des balises standard
*/
body{
	background-color:#68e9d7;
	background-image:url(/images/fond-degrade.jpg);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}
*{
	font-family:verdana,sans-serif;
	font-size:10px;
}
h1{
	margin-top:0px;
}
a{
	color:#000000;
}
img{
	border:0;
}

/*
	Mise en forme du conteneur de la page
*/
#page{
	width:100%;
	height:800px;
	background-image:url(/images/fond.jpg);
	background-repeat:no-repeat;
}

/*
	Mise en forme des éléments de la page
*/
#haut{
	width:980px;
}
#haut #logo{
	float:left;
}
#haut #bandeauFlash{
	float:left;
	text-align:right;
	color:#ffffff;
	width:700px;
	height:200px;
}
#haut #bandeauFlash p{
	font-size:12px;
	margin-top:50px;
}
#milieu{
	clear:both;
	color:#0f5556;
	margin-left:70px;
}
#milieu .cellule{
	background-color:#ffffff;
	width:900px;
	overflow:auto;
	margin:0 10px 10px 0;
}
#milieu .gauche{
	float:left;
	width:530px;
}
#milieu .droite{
	float:left;
	width:280px;
	border-left:10px solid #68e9d7;
}
#milieu .droite *{
	margin:0 0 10px 0;
}
#milieu .bas{
	padding:20px;
	min-height:324px;
}
#milieu .haut{
	height:35px;
}
#milieu .separateur{
	clear:both;
}
#milieu .menu{
	list-style-type:none;
	margin:0;
	padding-left:20px;
	width:550px;
}
#milieu .menu li{
	float:left;
}
#milieu .menu li a{
	width:30px;
	line-height:30px;
	white-space:nowrap;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#milieu .menu li a:hover{
	color:#0f5556;
}
#milieu .menu li a#selectionne{
	color:#68e9d7;
}
#milieu .menu .separateur{
	display:inline;
	width:1px;
	height:12px;
	margin:0 10px 0 10px;
	border-left:1px solid #cccccc;
}
#milieu .photoGauche{
	float:left;
	margin-right:5px;
}
#bas{
	margin-left:70px;
	clear:both;
	color:#ffffff;
}
#bas p{
	margin:0 0 5px 0;
}
#bas a{
	color:#ffffff;
	text-decoration:none;
}

/*
	Mise en forme des diapos clickables
*/
.diapos img{
	border:1px solid #000000;
}
.diapos a:hover img,
.diapos a:active img{
	border:1px solid #68e9d7;
}