body{
	font-family: Verdana;
	color: #5E5E5E;
	font-weight: normal;
	font-size : 11px; 
	padding: 0px;
	margin: 0px
}

a{
	font-family: Verdana;
	color: #222222;
	font-weight: normal;
	text-decoration:none;	
	font-size : 11px; 
}
a:hover {
	font-family: Verdana;
	color: #222222;
	font-weight: normal;
	text-decoration:underline;
	font-size : 11px; 
}

.titre{
	font-family: Verdana;
	color: #5E5E5E;
	font-weight: bold;
	text-decoration:none;	
	font-size : 12px; 
}

.titre:hover{
	font-family: Verdana;
	color: #5E5E5E;
	font-weight: bold;
	text-decoration:none;	
	font-size : 12px; 
}


td {
	font-family: Verdana;
	color: #5E5E5E;
	font-weight: normal;
	font-size : 11px; 
}

input, textarea, select, button {
	color : #222222;
	font-family : Verdana;
	font-size : 11px;
	background-color: #FFFFFF;
	font-weight : normal;
	border-color : #222222;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
}
