
/* Structures principales ************************************************************************************************************** */
body
{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #00279E;
	font-size: 12px;
	font-family: Verdana,Arial,FreeSans;
	color: #000000;
	text-align: justify;
}
.entete
{
	/*height: 123px;                    Vieille version
	margin-left: 20px;
	background-image: url("logos/logo_petit.png");
	background-repeat: no-repeat;
	line-height: 115px;
	padding-left: 140px;
	color: rgb(220,25,0);*/
	
	position: relative;
	/*left: -160px;*/
	top: -24px;
	margin-bottom: -80px;
	height: 200px;
	background-position: 0px -106px;
	background-repeat: no-repeat;
	line-height: 130px;
/*	padding-left: 312px;*/
	color: rgb(220,52,0);        /*R1*/
	overflow: visible;
}
.pied
{
	padding-top: 40px;
	padding-bottom: 5px;
	font-size: 9px;
	text-align: center;
	color: #ffffff;      /*R1*/
}
.animation
{
	position: relative;
	height: 625px;
}
.bandeau
{
	position: relative;
	/*left: -10px;*/
	top: 29px;
	margin-right: -200px;
	overflow: visible;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
img
{
	border-width: 0;
	vertical-align: middle;
}

/* Corps principaux ******************************************************************************************************************** */
p
{
	font-size: 12px
}
.corps
{
	text-indent: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.enigme
{
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
.enigme_citation
{
	padding-left: 0;
	padding-right: 0;
	color: rgb(0,0,0);           /*Noir*/
}
q
{
	padding-left: 40px;
	padding-right: 40px;
	color: rgb(220,52,0);       /*R1*/
}
ul, ol
{
	padding-left: 40px;
	padding-right: 40px;
}
h1
{
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 20px;
	text-align: center;
}
h2
{
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: center;
	/*font-style: italic;*/
}
h3
{
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
	font-style: italic;
}

/* Corps secondaires ******************************************************************************************************************* */
acronym
{ 
	font-weight: bold;
	cursor: help;
}
.strong
{
	font-weight: bold;
}
.texteanimation
{
	padding-top: 36px;
	text-align: center;
	color: rgb(220,52,0);         /*R1*/
}

/* Tablaux ***************************************************************************************************************************** */
table{
	background-color: #3399FF;
	-moz-border-radius : 10px 10px; 
}
.tableanimation
{
	background-color: rgb(255,255,255);            /*Blanc*/
}
.accueil
{
	width: 1024px;
}
.listeimpaire
{
	width: 450px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius : 10px 10px;
	background-color: rgb(255,210,145);             /*R3*/
}
.listepaire
{
	width: 450px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius : 10px 10px;
	background-color: rgb(255,255,255);         /*Blanc*/
}
.liste_photo
{
	width: 120px;
	text-align: right;
	font-weight: bold;
	padding-left: 40px;
	padding-right: 40px;
}
.liste_texteimpair
{
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
}
.liste_textepair
{
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
.sponsors
{
	width: 800px;
	margin-top: 20px;
	text-align: justify;
}
.sponsors_logo
{
	width: 150px;
	padding-left: 40px;
	padding-right: 40px;
}
.fichier
{
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fichier_image
{
	width: 60px;
	padding-left: 40px;
	padding-right: 40px;
}
.questionimpaire
{
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius : 10px 10px;
	background-color: rgb(255,210,145);           /*R3*/
}
.questionpaire
{
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius : 10px 10px;
	background-color: rgb(255,255,255);           /*Blanc*/
}
.evenement
{
	width: 800px;
}
.evenement_droite
{
	width: 400px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.evenement_gauche
{
	width: 400px;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.evenement_centre
{
	width: 800px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}
.evenement_image
{
	width: 230px;
	text-align: right;
	padding-bottom: 12px;
	padding-right: 20px;
}
.evenement_presentation
{
	padding-left: 40px;
	padding-right: 80px;
}
.tableauenigme
{
	border-collapse: collapse;
}
.tableenigme
{
	border: 1px solid black;
	text-align: center;
}

/* Listes ****************************************************************************************************************************** */
ul{
	list-style-type: disc;
}

/* Menus ******************************************************************************************************************************* */
.menuanimation
{
	position: relative;
	font-size: 14px;
}
.bandeaumenu
{
	line-height: 30px;
	margin: 0px;
	text-align: center;
	color: rgb(0,0,0);                      /*Noir*/
	background-color: #9FA1A4;          /*R1*/
}

/* Liens ******************************************************************************************************************************* */
a:link, a:visited
{
	text-decoration: none;
	color: #ffffff;
}
a:active, a:hover
{
	text-decoration: underline;
}
a.menu:link, a.menu:visited
{
	position: relative;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a.menu:active, a.menu:hover
{
	position: relative;
	text-decoration: none;
	color : #ffffff;
	font-weight: bold;
	background-color: #00279E;
}
a.menuanimation:active, a.menuanimation:hover
{
	text-decoration: none;
	color : #ffffff;                    /*R1*/
}


/* Désactivés ************************************************************************************************************************** */
/*
.banniere
{
	width: 100%;
	border: 0;
}
.alignright
{
	text-align: right;
}	
.tabledesc
{
	text-align: center;
	border: 1px solid #000000;
}
/*th{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.strongleft
{
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	color: #000000;
}
.tdtop
{
	vertical-align: top;
}
.navigation
{
	font-weight: bold;
	text-align: left;
	color: #000000;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
input
{
	font-size: 12px;
}

.code
{
	font-family: "Courier New", Courier, monospace;
}
.sitetitle 
{
	font-family: Arial;
	color:#000000; 
	font-size: 18px;
	width: 60%;
}
.utilitaire 
{
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
*/

