@media screen {
    BODY {
		Background-Color: #CC9900;
	}
}

@media print {
    BODY {
	Background-Color: transparent;
}
} 

@media all {
	BODY {
		font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
		font-size: 80%;
		padding: 0;
		margin-left: 5px;
		z-index: 1;	/* Arrière-plan */
	}
}

html {
	font-size: 100%;
}
/* Début des sélecteurs destinés à éviter les frames */

#site {
	position :relative;
}

#gauche {
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: auto;
}

.bord_droit {
	border-right-color: gray;
	border-right-style: double;
	border-right-width: medium;
}

.bord_gauche {
	border-left-color: gray;
	border-left-style: double;
	border-left-width: thick;
}

/* Image d'en tête */
#vignette {
	top: 20px;
	left: 20px;
	height: 185px;
	width: 200px;
	background-color: #CC9900;
	padding-left: 10px;
	padding-top: 10px;
	z-index: 3; /* Premier plan */
}

/* Menu sur la partie gauche de la page */
#menu {
	width: 200px;
	height: auto;
	right: auto;
	bottom: 100px;
	left: 0;
	background-color: #CC9900;
	z-index: 4; /* Premier plan */
	font-size: 80%;
	font: menu;
}

.menugauche {
	list-style-type: square;
	margin-left: 40px;
	padding: 0;
}

/* Spécifités du menu */

li {
   margin-bottom: 5px;
}

/* Date de modification */
#date {
	font-size: 80%;
	z-index: 3; /* Premier plan */
}

/* Pied de page */
#footer {
	position: fixed;
	width: 100%;
	height: 105px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #CC9900;
	z-index: 3; /* Premier plan */
}

/* En-tête de la page */
#header {
	width: auto;
	height: auto;
	bottom: auto;
	text-align: center;
	padding-left: 10px;
	margin-bottom: 5px;
	background-color: #CC9900;
	z-index: 3; /* Premier plan */
}

/* Titre de la page dans le 'header' */
.titre_page {
	font-size: 160%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	z-index: 3; /* Premier plan */
}

/* Contenu de la page */
#page {
	position: absolute;
	left: 200px;
	width: auto;
	min-width: 600px;
	height: auto;
	padding-left: 5%;
	padding-right: 10%;
	padding-bottom: 110px;
	padding-top: 0px;
	text-align: justify;
	margin-top: 10px;
	z-index: 2; /* Plan intermédiaire */
}
/* Fin des sélecteurs destinés à éviter les frames */

/* Autres sélecteurs de mise en forme */
h1 {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin-bottom: 0px;
	background-color: #B87A3D;
	z-index: 4; /* Premier plan */
}

h2 {
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	margin-bottom: 0px;
	z-index: 4; /* Premier plan */
}

h3 {
	text-align: left;
	margin-bottom: 0px;
	z-index: 4; /* Premier plan */
}

caption {
	background-color: #D59A20;
	font-size: 100%;
	text-align: left;
}

/* Les tableaux */
/* Cellule titre */
th {
	font-size: 120%;
	background-color: #B87A3D;
	text-align: center;
	vertical-align: middle;
	border: #B87A3D;
}

td  {
	text-align: justify;
}

.titre_table {
	background-color: #D59A20;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
}

.sous-titre_table {
	background-color: #D59A20;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

.titre_colonne {
	background-color: #D59A20;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
}

.exemples {
	font-style: italic;
}
.ligne {
	background-color: #E6AC00;
}

.message {
	margin-left: 60px;	
	width: 80%;
	border: thick;
	border-color: #A0522D;
	background: #EEE8AA;
}

.logo {
	vertical-align: middle;
	text-align: center;
	width: 42px;
	height: 50px;
}

.legal {
	text-align: justify;
	font-size: 70%;
	width: 45%;
}

.presentation {
	text-align: justify;
	font-size: 80%;
}

A:link {
	color: #0000FF;
	font-style: normal;
	text-decoration: none;
}

A:visited {
	color: #800000;
	text-decoration: none;
}

A:active {
	color: #6495ED;
	text-decoration: none;
}

A:hover {
	font-style: italic;
	color: #0000FF;
	text-decoration: underline overline;
}

.luigi {
	background-color: #FFFF66;
}
	 
.globule {
	background-color: #CCFFFF;
}

.ferrailleur {
	background-color: #CCFF99;
}

.gagnant {
	background-color: #FF9933;
}

.perdant1 {
	background-color: #00CCFF;
}

.perdant2 {
	background-color: #33CC33;
}
