/********** Generic styles **********/
* {
	padding: 0;
	margin: 0;
	color: #363f49;
}

a {
	text-decoration: none;
	color: inherit;
	* color: expression(this.parentNode.currentStyle.color);
}

a:hoover {
	color: #FFFFFF;
}

a img {
	border: none;
}

h1, h2 {
	margin-bottom: 10px;
	color: #9ac1ea;
}

div.clear-both {
	clear: both;
}


/********** Document layout **********/
body {
	text-align: center;
	background: #663399 url(../img/body-bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
}

div.contenu {
	text-align: left;
	width: 785px;
	margin: 0 auto;
	background-color: white;
	margin-top: 30px;
	margin-bottom: 30px;
}

/****** Entete *****/
div.entete {
	background: white url(../img/entete.jpg) no-repeat;
	border: 5px solid white; 
	padding-top: 210px;
}

div.galerie { 
	border-bottom: 5px solid white;
	height: 75px;
}

div.galerie img {
	width: 125px;
	height: 75px;
	float: left;
	margin-right: 5px;
}

div.galerie img.last {
	margin-right: 0px;
}

ul.menu {
	list-style-type: none;
	height: 30px;
	width: 775px;
	line-height: 10px;
	overflow: hidden;
}

ul.menu li {
	float: left;
}

ul.menu a {
	display: block;
	padding: 10px 7px 10px 7px;
	margin-right: 5px;
	font-weight: bold;
}

ul.menu a:hover {
	text-decoration: underline;
}

ul.sous-menu {
	display: none;
	position: absolute;
	list-style-type: none;
	line-height: 10px;
	width: 200px;
}

ul.sous-menu li {
	float: none;
	margin-top: 1px;
}

ul.sous-menu a {
	background-color: #ecf2f7;
}

ul.sous-menu a:hover {
	background-color: #bfcdd8;
}

ul.menu li:hover > ul.sous-menu {
	display: block;
}

ul.menu li:hover > a {
	background-color: #bfcdd8;
}


/****** Corps de page *****/
div.corps {
	padding: 30px;
	background-color:#CCCCCC
}

div.paragraphe {
	clear: both;
	margin-bottom: 40px;
	text-align: justify;
}

div.paragraphe img.image-droite {
	clear: right;
	float: right;
	margin: 0 0 20px 20px;
}

div.paragraphe img.image-gauche {
	clear: left;
	float: left;
	margin: 0 20px 20px 0;
}

/****** Pied de page *****/
div.pied-de-page {
	text-align: center;
	color: #bac9d9;
}