
body
{
	margin: auto;
	background-color: white;
	margin: 5px;
	font-family: Arial, Times, "Times New Roman", serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
img
{
	border: 0px;
}

#titre
{
	background-color: #CCCCFF;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid black;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	color: black;
}

#sommaire
{
	border: 1px solid black;
	background-color: #CCCCFF;
	vertical-align: top;
	width: 190px;
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#sommaire a
{
	color: #FF0000;
	text-decoration: none;
}
#sommaire a:hover
{
	text-decoration: underline overline;
}

#contenu
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	overflow: auto;
	padding: 5px;
	width: auto; 
	text-align: justify;
	vertical-align: top;
}
#contenu a
{
	color: #0000FF;
	text-decoration: none;
}
#contenu a:hover
{
	text-decoration: underline overline;
}
#contenu table
{
	width: auto;
	margin: auto;
	border-collapse: collapse;
}
#contenu th
{
	background-color: #CCCCFF;
	text-align: center;
	border: 1px solid black;
	color: white;
	font-weight: bolder;
}
#contenu td
{
	border: 1px solid black;
	background-color: white;
	color: black;
}
#contenu .alerte
{
	color: #DD0000;	
}
#contenu .valide
{
	color: #00DD00;	
}
#pied
{
	background-color: #CCCCFF;
	clear: both;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid black;
	text-align: center;
	color: black;
}
