a {
	font-size : 11px;
	font-family : Verdana,Arial, helvetica, sans-serif;
	text-decoration : none;
	font-weight: bold;
	color: #ffffff;
}
a:hover{
	font-size : 11px;
	font-family : Verdana,Arial, helvetica, sans-serif;
	text-decoration : underline;
	font-weight: bold;
	color: #ffffff;
}

.sous-titre{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana,Arial;
}

.contenu{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana,Arial;
}

.contenu1{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana,Arial;
}

.contenu2{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana,Arial;
}

.contenu3{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana,Arial;
}

.contenu4{
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
}

.erreur{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	background-color: #FFFFFF;
}

.tdbleu{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #8080FF;
	font-family: Arial;
}

.tdbleu2{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	background-color: #8080FF;
	font-family: Arial;
}

.tdblanc{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	background-color: #D481DF;
	font-family: Arial;
}

.tdblanc2{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #D481DF;
	font-family: Arial;
}

select{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

input{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	border:1;
}

input2{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	border:4;
}

textarea{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

.radio{
	background-color: #1D1600;
	color: #ffffff;
	font-weight: bold;
	
}