/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
	text-decoration: none;
	list-style: none;
}

body {
	background: #ffffff;
}
#ombreGauche, #ombreDroite {
	background: none;
}

#bandeau #accessibilite, #bandeau #rech, #animation h1 a, #menu, div#menuGauche  {
	display: none;
}


#bandeau {
	overflow: hidden;
	clear: both;
}




/************************************/
/*      logo + animtation flash     */
/************************************/
#animation {
	overflow: hidden;
	clear: both;
}
#animation #flash {
	display: none;
}
#animation h1 {
	position: relative;
}
#animation h1 a {
	display: block;
}
#animation h1 span {
	color: #000;
}




/************************************/
/*         contenu de la page       */
/************************************/

#contenu {
	overflow: hidden;
	clear: both;
	height: 100%;
}


/********************************/
/*             PAGE             */
/********************************/
div#page {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	float: none;
	width: 100%;
}





/************************************/
/*         pied de la page          */
/************************************/

#pied {
	margin: 0 10px 0 0;
	border-bottom: solid 1px #000;
	overflow: hidden;
	clear: both;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pied #sponsors {
	display: block;
	font-size: 0.8em;
	padding: 10px;
}
#pied #logos, #pied ul {
	display: none;
}
