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


@font-face { font-family:Digital-7; src:url(police/digital-7.ttf); }
@font-face { font-family:Electrofied; src:url(police/Electrofied.ttf); }
@font-face { font-family:Action Is JL; src:url(police/ACTIONIS.TTF); }

body {
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: normal;
	color: White;
	background: #F90;
	background: url("images/fond site v1.png") top center;
	background-attachment: fixed; /* Le fond restera fixe */
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	text-decoration: none;
	color: #FCEF80;
}
a:visited {
	text-decoration: none;
	color: #FCEF80;
}
a:hover {
	text-decoration: none;
	color: yellow;
}
a:active {
	text-decoration: none;
	color: red;
}
body a {
	text-decoration: none;
}
.valeur {
	color: #16FD0B;
}
.alinea {
	padding-left:40px;
}
/* L'en-tête */

#en_tete {
	width: 760px;
	height: 100px;
	background:none;
	background-image: url("images/Banniere.png");
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#spring {
	margin-top: 8px;
	text-align: center;
	font-size: 40pt;
	font-family: Electrofied;
	color: #2A398B;
}
#compte_a_rebours {
	margin-top: 5px;
	font: 30pt Digital-7;
	text-align: center;
	color: #2A398B;
}
#now {
	margin-bottom: 8px;
	font:30pt Digital-7;
}
/* Le menu */

#menus {
	float: left;
	width: 130px;
	height: auto;
}
#menu {
	background-color: #2A398B;
	border: 2px solid #FCEF80;
	border-style: outer;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image: url("images/motif.png");
	text-align: center;
	font-size: 18px;
}
/* Quelques effets sur les menus */


#menu h3 {
	color: #FCEF80;
	font-family: Action Is JL;
	text-align: center;
	font-size: 40px;
}
#menu a {
	font-size: 25px;
	color: #FCEF80;
	font-family: Action Is JL;
	text-align: center;
	text-decoration: none;
	margin: 0px;
}
#menu a:hover {
	background-color:#2A398B;
	color: yellow;
}
/* facebook / Flyer */

#facebook {
	background-color: #2A398B;
	border: 2px solid #FCEF80;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}
#facebook a {
	text-decoration: none;
	font-size: 14px;
}
#facebook a.flyer {
}
/* Le corps de la page */

#corps {
	margin-left: 150px;
	margin-bottom: 20px;
*/  padding: 20px; /*marge interieure*/
	background-color: #2A398B; /* Une couleur de fond pour le corps */
	background-image: url("images/");
	background-repeat: no-repeat;
	border: 2px solid #FCEF80;
	border-style: outer;
	text-align: center;
}
#corps p {
	padding: 20px;
}
.Titre {
	font-family:"Action Is JL";
	font-size:40px;
	color:#FCEF80;
}
.gauche {
	text-align: left;
	padding: 20px;
}
.flottantgauche {
	float:left;
}
.flottantdroite {
	float:right;
}
.dessous {
	clear: both;
}
.milieu {
	text-align: center;
}
.droite {
	text-align: right;
	padding: 20px;
}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page {
	padding: 4px;
	text-align: center;
	background-color: #2A398B;
	background-repeat: repeat-x;
	border: 2px solid #FCEF80;
	clear: both;
}
.question {
	color: #3F0;
}
.footnote {
	color: #333333;
	font-size: 9px;
}
