.titre {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.texte {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.grosTitre {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
input {
	background-color: #333333;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #000000;
}
select {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #00FF00;
	background-color: #333333;
	border: 1px solid #000000;
	text-transform: uppercase;



}
.petit {
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #00FF33;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
textarea {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #333333;
}
.cadre {
	border: 1px solid #666666;
}
.traitbas {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #666666;
	border-left: none;
	background-color: #333333;


}
