body {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*Scroll Bar*/
scrollbar-face-color: #CCCCCC; scrollbar-highlight-color: #CCCCCC; scrollbar-shadow-color: #CCCCCC; scrollbar-3dlight-color: #CCCCCC; scrollbar-arrow-color: #317A8D; scrollbar-track-color: #317A8D; scrollbar-darkshadow-color: #CCCCCC;


}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration : underline;
	font-weight: bold;
}
input,textarea,select,button {
    
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
	color:#003366;
	}	
	
a:link {
	color: #3366CC;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #3366CC;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #3366CC;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #3366CC;
	background-color: transparent;
	text-decoration: underline;
}