@charset "utf-8";
/* CSS Document */



body {
	width: 780px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: normal;
	color: Yellow;
	background: #000;
	background-attachment: fixed; /* Le fond restera fixe */
	/*background-image:url(images/fond.png);*/
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 20px;
	font-family: Times New Roman, sans-serif;
}

a {
color:black;
}

a:link .lien {
	text-decoration: none;
	color: #FCEF80;
}
a:visited .lien {
	text-decoration: none;
	color: #FCEF80;
}
a:hover .lien {
	text-decoration: none;
	color: yellow;
}
a:active .lien {
	text-decoration: none;
	color: red;
}
body a {
	text-decoration: none;
}
.valeur {
	color: #16FD0B;
}

/* L'en-tête */

#en_tete {
	width: 780px;
	height: 100px;
	background:none;
	margin-bottom: 10px; /*20px*/
}

/* Le menu */

#menus {
	float: left;
	width: 150px;
	height: auto;
	text-align: center;
}
#menu {
	/*background-color: #000;
	border: 2px solid #FF0;
	border-style: outer;*/
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 18px;
}
/* Quelques effets sur les menus */


#menu h3 {
	color: #FCEF80;
	font-family: Times New Roman;
	font-size: 40px;
}
#menu a {
	font-size: 25px;
	color: #FCEF80;
	font-family: Cartoon;/*Times New Roman;*/
	text-decoration: none;
	margin: 0px;
}
#menu a img {
	text-align: center;
	border: none;
}
#menu a:hover {
	color: yellow;
}
/* facebook / Flyer */

#facebook {
	/*background-color: #000;
	border: 2px solid #FF0;
	border-style: outer;
	padding: 10px;*/
	text-align: center;
	margin-bottom: 20px;
}
#facebook a {
	text-decoration: none;
	font-size: 20px;
}
#facebook a.flyer {
}

#compte_a_rebours {
	margin-top: 5px;
	font-size: 20pt;
	text-align: center;
	color: yellow;
}

/* Le corps de la page */

#corps {
	margin-left: 170px;
	margin-bottom: 20px;
    padding: 20px; /*marge interieure*/
	background-color: #000; /* Une couleur de fond pour le corps */
	background-repeat: no-repeat;
	/*border: 2px solid #FF0;
	border-style: outer;*/
	text-align: center;
}
#corps p {
	text-indent: 40px;
	text-align: justify;
	padding: 20px;
}
.Titre {
	font-family: "Times New Roman", Times, serif;
	font-size:40px;
	color:#FCEF80;
}
.gauche {
	text-align: left;
	padding: 20px;
}
.droite {
	text-align: right;
	padding: 20px;
}
.flottantgauche {
	float:left;
}
.flottantdroite {
	float:right;
}
.dessous {
	clear: both;
}
.milieu {
	text-align: center;
}

.lettrine:first-letter
{
font-size:2em;
font-weight:bolder;
float:left;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page {
	padding: 4px;
	background-color: #000;
	background-repeat: repeat-x;
	border: 2px solid #FF0;
	clear: both;
}

.footnote {
	color: #333333;
	font-size: 12px;
}

.accueil {
width:60%;
text-align:center;
}