/* CSS Document */

.menu
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.menuselect
{
	color:#FF0000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.menuselect2
{
	color:#000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #361c73;
	text-align: center;
}

.titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.chapeau {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; color: #361c73; 
	text-align: justify

}

.chapeau2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold; color: #FFFFFF; 
	text-align: center

}

.normalv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #361c73;
	text-align: justify;
	vertical-align: top;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #361c73;
	text-align: justify;
}

.normalcentretableau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #361c73;
	text-align: center;
}
.normalcentretableaublanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

.copyright {
	color: #800080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

.lien {
	color: #361c73;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.istiabandeau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #361c73;
	text-align: center;
}

a:link {color: #361c73; text-decoration:none;}
a:visited {color: #361c73; text-decoration:none;}
a:hover {color:red; text-decoration:none;}
}

