/*
	Mise en forme des balises standard
*/
body{
	margin:0;
	text-align:center;
	background-image:url(/images/fond.jpg);
	background-repeat:repeat;
}
*{
	font-size:14px;
	font-family:georgia,times;/*verdana, arial;*/
	color:#000;
}
a{
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1,
h1 *{
	font-size:18px;
}
h2,
h2 *{
	font-size:14px;
	margin-bottom:0px;
}
p{
	margin-top:8px;
}
b{
	color:#3e67a3;
}

/*
	Conteneur de la page 
*/
#page{
	width:990px;
	margin:0 auto 0 auto;
}

/*
	Mise en forme du haut de page
*/
#haut{
	margin:auto;
	font-size:0;
	text-align:center;
	background-image:url(/images/fond-haut.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:98px;
	width:800px;
}
#haut img{
	margin-bottom:30px;
}

/*
	Mise en forme du menu
*/
#menu{
	position:absolute;
	margin:30px -20px;
	_margin:30px -90px;
}
#menu ul{
	margin:0;
	list-style:none;
}
#menu li{
	text-align:left;
	background-image:url("/images/bouton.gif");
	height:30px;
	width:150px;
	margin-bottom:10px;
}
#menu a:hover{
	text-decoration:none;
	background-image:url("/images/bouton-hover.gif");
}
#menu a{
	display:block;
	padding:5px 0 0 10px;
	height:25px;
	_height:30px;
	width:140px;
	_width:150px;
	font-style:italic;
}

/*
	Mise en forme de la partie centrale de la page
*/
#milieu{
	margin:auto;
	padding:30px 50px 0px 80px;
	text-align:left;
	background-image:url("/images/fond-milieu.gif");
	_height:420px;
	width:670px;
	_height:450px;
	_width:800px;
	min-height:420px;
	overflow:auto;
	_overflow:normal;
}
#milieu .encadre{
	border:1px solid #3e67a3;
}
#milieu .gauche{
	float:left;
	margin-right:20px;
}
#milieu .droite{
	float:right;
	margin-left:20px;
	margin-left:20px;
}

/*
	Mise en forme du bas de page
*/
#bas{
	margin-bottom:5px;
	padding-top:1px;
	_padding-top:10px;
	height:35px;
	_width:800px;
	background-image:url("/images/fond-bas.gif");
	background-repeat:no-repeat;
	background-position:top;
}

#ircf{
	color:#000;
	font-size:12px;
	font-weight:normal;
}

/* Mise en forme de la vidéo */
#video{
	/*margin:0 auto 0 auto;
	width:502px;*/
	text-align:center;
	FLVPlayer_Progressive:center;
}
