/********** Generic styles **********/
* {
	padding: 0;
	margin: 0;
	color: white;
}

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

a:hoover {
	color: #FFFFFF;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
	color: #cb6c70;
	margin-top: 20px;
	margin-bottom: 20px;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
	margin-left: 20px;
}
	
div.clear-both {
	clear: both;
}


/********** Document layout **********/
body {
	text-align: center;
	background: #2a3742 url(../img/body-bg.png) repeat-x top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	
}

div.contenu {
	text-align: left;
	width: 611px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

/****** Entete *****/
div.entete {
	background: transparent url(../img/entete.jpg) no-repeat;
	padding-top: 153px;
}

div.entete h1, div.entete h2 {
	display: none;
}

div.galerie { 
	height: 70px;
}

div.galerie img {
	width: 115px;
	height: 70px;
	float: left;
	margin-right: 8px;
}

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

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

ul.menu li {
	float: left;
}

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

ul.menu a:hover {
	color: #cb6c70;
}

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

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

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

/****** Corps de page *****/
div.corps {
	padding: 10px;
}

div.corps img {
	border: 3px solid #ccc;
}

p {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;
}

img.centre {
	margin: 0 auto;
}

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

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

/****** Pied de page *****/
div.pied-de-page {
	border-top: 1px dotted #606c78;
	padding-top: 10px;
	text-align: center;
	color: #606c78;
	font-size: 0.9em;
}

div.pied-de-page a {
	text-decoration: underline;
}