body {
	background-image: url(fondcool.jpg);
	}
	
h2 {
	color: red;
}

img {
	border: none;
}

.space{
	padding-left: 20px;
	padding-right: 20px;
}	

.print{
	text-align: center;
}

.bout{
	text-align: center;
	font-size: 1.5em;
}

.liste {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	}
	
.gros {
	text-align: center;
	color: blue;
	font-size: 2em;
	font-weight: bold;
	}
	
.labe {
	font-size: 1.3em;
	color: black;
	font-weight: bold;
}
	
.normal {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	}

.droit {
	position: absolute;
	top: 15px;
	right: 20px;
	}
li {
	position: relative;
	left: 33%;
	list-style-position: outside;
	font-size: 1.7em;
	font-weight: bold;
	}
	
a:link {
	color: purple;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: purple;
}

.centre {
	font-size: 1.5em;
	text-align: center;
}
	
.bas {
	position: center;
	text-align: center;
	font-size: 1.5em;
}
	
.cadre {
	text-align: center;
	border: 3px groove blue;
	padding-bottom: 15px;
	margin: 15px;
}

.encadre {
	text-align: center;
	font-size: 1em;
	border: 2px groove blue;
	padding-bottom: 15px;
	margin: 15px;
	padding: 15px;
}

label {
	font-size: 1.5em;
	font-weight: bold;
}

input, textarea
{
   font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
}

input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   background-color: #FFFF99;
}

fieldset
{
   margin-bottom: 20px; /* Une marge pour séparer les fieldset */
   background-color: #FFFFCC;
}

table
{
	background-color: #CCC495;
	border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
	color: black;
}

td
{
   border: 1px solid black;
   text-align: center;
   font-weight: bold;
   padding: 5px;
}

th
{
	background-color: #7EC28D;
   border: 1px solid black;
   padding: 5px;
}

.paire {
	background-color: #deb887;
}
.impaire {
	background_color: #ccc945;
}

.warning{
	color: red;
	text-decoration: blink;
	font-weight: bold;
	}