body, td { 
scrollbar-face-color : #CCD8F2;
scrollbar-shadow-color : #B9C5E2;
scrollbar-3dlight-color : #97A2BE;
scrollbar-darkshadow-color : #97A2BE;
scrollbar-track-color : #E9EDF5;
scrollbar-arrow-color : #022F68;
scrollbar-highlight-color : #E4E6ED;
}
.texte {font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003366;
	}

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

.textehaut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003366;
	font-weight: bold;
}
.titrerouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FF3300;
	font-weight: bold;
}
.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}
.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}
.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0033FF;
	font-weight: bold;
	text-decoration: none;
}
.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}
.fleche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0033FF;
	font-weight: bold;
}
.lien:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
.lien:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
.lien:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.lien:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
.titrerougeptit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3300;
	font-weight: normal;
	font-style: italic;
}
input.bouton {
border:2px outset blue;
font-weight:bold;
cursor:pointer;
}
input.bouton:hover {
background-color:white;
color:blue ;
}
input.bouton:active {
border:2px inset blue;
background-color:blue;
color:white;
} 

input.contact {
	border:1px solid #071A3B;
	font-weight:bold;
	cursor:pointer;
	background-color:#EDF1FC;
}
input.contact:hover {
	background-color:#FFFFFF;
	border-color:#FF3300;
	color:#012B65;
}
textarea.com {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}