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

body {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

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(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: 14.1%;
	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;
}

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


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

#contenu h1 {
	text-align: center;
	font-size: 2.8em;
}

#contenu h2 {
	text-align: center;
	font-size: 1.8em;
}

#contenu h5 {
	text-align: center;
	font-size: 1.2em;
}

#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: #EDDB5D;
	text-decoration: none;
}
#contenu a:hover {
	background: #999999;
	font-weight: bold;
}
#contenu a:visited {
	color: #EDDB5D;
	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;
}

.present {
	background-color: #666666;
	padding: 0.1em;
}

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

table {
text-align:center}

.centre {
text-align:center;
}

/* --------------------- Actualités  ----------------------------------------------------------- */
#actua {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	border-radius: 15px; 
	background-color: #CCCCCC;
	color: #333333;
	margin: 50px;
	padding: 20px;
	font-size: 0.9em;
}
#listeactua h2{
	text-align: center;
	color: #FFFFFF;
	margin: 50px;
}

#actua h4 {
	font-size: 1.5em;
}

#actua a:link {
	color: #666666;	
}

#actua a:visited {
	color: #666666;	
}

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


/* --------------------------------------- scene ------------------------------------------------------- */
#menu2 {
	width:800px;
	margin-left:auto;
	margin-right:auto
}

#scene {
	width:800px;
	margin-left:auto;
	margin-right:auto
}
	

