@CHARSET "UTF-8";

body
{	/* Définition du background */
	background-color: #d1eeff;
}

#corps /*Design du corps du site*/
{
	background-color: #ffffff;
	margin: 0px;
	margin-left: 215px;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 87%;
	font-family: Arial, Serif;
	text-align: justify;
	min-height: 480px;
}

#corps_admin /*Design du corps du site*/
{
	background-color: #ffffff;
	margin: 0px;
	margin-left: 0px;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 87%;
	font-family: Arial, Serif;
	text-align: justify;
	min-height: 480px;
}

/*Design du titre (sans image de fond)*/
h1 
{	
/*	border: 3px solid rgb(97,134,169);
	background-color: rgb(209,238,255);
	background-position: center; */
	font-size: 140%;
	text-align: center;
	color: rgb(59,183,255);
	font-family: Arial,"Comics sans MS", Serif;
}

/*Design du sous-titre ( avec image de fond)*/
h2 
{
	background-color: rgb(209,238,255);
	background-image: url("../images/Bandeau_Titre2.png");
	background-position: right;
	background-repeat: no-repeat;
	color: rgb(59,183,255);
	font-size: 110%;
	font-family: Arial,"Comics sans MS", Serif;
	font-style: italic;
}

h3
{
	background-color: rgb(59,183,255);
	width: 60%;
	color: rgb(255,255,255);
	font-weight: bold;
	font-family: Arial,"Comics sans MS", Serif;
	margin: 0px;
	margin-top: 10px;
}

/*Paragraphe*/
#corps p 
{
	line-height: 120%;
	margin: 20px;
}

/*.centre
{
	text-align: center;
}*/

.barres_defilement {
	border : 3px solid #D1EEFF;
	height:285px;
	overflow:auto;
	padding-right:8px;
	padding-left:8px;
	width:auto;
}

.centre
{
	text-align: center;
}
/*On centre ce qui est écrit dans les tableaux*/
#centre table 
{
	margin:auto;
}

#souligne
{	
	text-decoration: underline;
}

.message
{
	background-color:#FFE6E6;
	border:2px solid red;
	color:red;
	font-weight:bold;
	padding:10px 30px;
}

.good_message
{
	background-color:#E6FFE6;
	border:2px solid green;
	color:green;
	font-weight:bold;
	padding:10px 30px;
}

.italique
{
	font-style: italic;
}
/*Design pour les liens à partir des images*/
a img 
{
	border:none;
}
/*Design pour les images dans le corps du texte*/
corps img 
{
	margin: 20px;
}

table
{
	text-align:left;
}

.table_statistiques {
	border:3px outset #6186A9;
	border-collapse:collapse;
	float:left;
	margin-left:2%;
	margin-right:2%;
}

.table_statistiques caption{
	color:#3BB7FF;
	font-family:Arial,"Comics sans MS",Serif;
	font-size:110%;
	font-style:italic;
	margin:3px;
	text-align:center;
}

.table_statistiques td{
	border:1px solid;
	font-family:Bold Arial,Helvetica,sans-serif;
	font-size:90%;
	font-size-adjust:none;
	text-align:center;
}

/* mention légale de bas de page */
#mention 
{
	clear:both;
	width: auto;
	height: 40px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #999999;
	background-repeat: repeat-x;
	background-image: url(../images/Bandeau_Bas_Repetition.png);
	padding-right: 10px;
	font-family: Arial,Serif;
	color: #000000;
	font-size: 80%;
	text-align: center;
}
