﻿body {
	width: 980px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 110px;
	margin-bottom: 20px;
	background-color: #CCCCFF;
}
#entete {
   top: 60px;
   height: 75px;
   #background-image: url("./banner2.jpg"); /* Le fond est l'image "titre.jpg" */
   background-repeat: no-repeat; /* Le fond ne se répète pas */
   background-position: top center; /* Le fond est aligné en haut à droite */
   background-attachment: float; /* Le fond est fixé */
   }
.titre {
	position:absolute;
	top:15px;
	width:940px;
	text-align:center;
	color: #FFFFFF;
	font-size: 2.2em;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
}

#positionmenu {
	position: absolute;
	top: 150px;
	width: 980px;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCFF;
	margin: 5px;
	width: auto;
	display: inline;
	padding: 5px;
}

.menu a {
	color: #000000;
}

.menu:hover {
	
	background-color: #009900;
}
#container{
	margin-top: 50px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
}

.paragraphe {
	clear: both;
	padding-top: 0px;

}
.textecentre {
	text-align:center;
	line-height:normal;
}
.textedroite {
	text-align:right;
	line-height:normal;
}

.legende{
		color: #000000;
		text-align:center;
}
.h1 {
	font-size:30px;
	color: #000000;
	margin: 0px 0px 30px 20px;		
	}
h2 {
	color: #000000;
	margin: 0px 0px 0px 20px;		
	}
h3 {
	color: #000000;
	margin: 0px 0px 0px 30px;		
	}
p, a, ul, td {
	color: #000000;
}
	
th {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
	}
	
.col2 {
	width: 800px;
		}

a img {
	border:none;
	}
#pied_de_page
{
	padding: 5px;
	margin-bottom: 20px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background-color: #000066;
	border: 2px solid white;
	position: relative;
	top: 20px;
}
.creditsphotos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: right;
}
.imageflottante
{
   margin-right:10 px;
   padding-right: 25px;
   padding-bottom: 10px;
   float: left;
}
