/* --------------------- Balises générales de la page ------------------------------------------- */

body {
	color: #FFFFFF;
	background-color: #000000;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------------------------- */


/* --------------------- Bandeau supérieur contenant le titre général --------------------------- */

#bandeau {
	background-image: url(styles/images/bandeau.jpg);
	height: 150px;
	width: 100%;
	background-repeat: repeat-x;
}

#bandeau h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 150px;
	text-align: right;
	padding-top: 100px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 2.5em;
}

/* ---------------------------------------------------------------------------------------------- */


/* --------------------- Menu général ----------------------------------------------------------- */

#menu {
	z-index: 2;
	position: absolute;
	width: 100%;
}

#menu li {
	width: 25%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	font-size: 0.8em;
	height: 2em;
	line-height: 1.6em;
	margin-right: -1px;
}
#menu a:link {
	background-color: #000000;
	border: 1px solid white;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:visited {
	background-color: #000000;
	border: 1px solid white;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:active {
	background-color: #000000;
	border: 1px solid white;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	background-color: #999999;
}

/* ---------------------------------------------------------------------------------------------- */


/* --------------------- Actualités  ----------------------------------------------------------- */

#actua {
	background-color: #CCCCCC;
	color: #333333;
	margin: 50px;
}
#actua h2{
	text-align: center;
}

/* ---------------------------------------------------------------------------------------------- */


/* --------------------- Contenu  --------------------------------------------------------------- */

#contenu h1 {
	text-align: center;
}
#contenu p {
	font-size: 0.9em;
}
#contenu {
	padding: 20px;
	margin-top: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contenu li {
	font-size: 0.9em;
	list-style-image: url(images/puce.GIF);
}
#contenu a:link {
	color: #A85400;
	text-decoration: none;
}
#contenu a:hover {
	background: #999999;
	font-weight: bold;
}
#contenu a:visited {
	color: #A85400;
	text-decoration: none;
}
.paraimage {
	text-align: center;
}
.imagegauche {
	margin-right: 10px;
	float: left;
}

.imagedroite {
	margin-left: 10px;
	float: right;
}
.imagecentre {
	margin-left: 10px;
	text-align: center;
}

.photo {
	padding: 10px;
	text-align:center;
	width: 50%;
}
.miniaff {
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.annee {
	width: 40%;
	text-align:right;
}
img {
border:0;
}input {
	background-color: #FFCC99;
}

.image {
	text-align:center;
}

.imagecentre {
	text-align:center;
	height:650px;	
}
.retour {
text-align:center;
}

a.lien_ext:after {
content: "\0000a0[\2197]";
}

/* ---------------------------------------------------------------------------------------------- */
h6 {
	font-size: 1.5em;
	text-align: center;
}
.legende {
	width: 8em;
}
.bouton {
	height: 4em;
	text-align:center;
}

.avert {
	color:#FF0000;
	text-align:center;
}
