<!--
font.menu{color:#FFFFFF;}

a.menu{color:#FFFFFF;text-decoration:none;}
a.menu:hover{color:#FFFFFF;text-decoration:none;}

a.lien1{text-decoration:none;}
a.lien1:hover{
	text-decoration:none;
	background-color:#FBC110;
}

a.lien2{text-decoration:none;}
a.lien2:hover{
	text-decoration:underline;
	background-color:#FBC110;
}

a.lien3{text-decoration:underline;}
a.lien3:hover{text-decoration:underline;}

body {
     font-size : 10pt;
     font-family : Arial;
    scrollbar-face-color: #00428C;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #000000; 
    scrollbar-darkshadow-color: #000000; 
    scrollbar-track-color: #FBC110;
    scrollbar-arrow-color: #FFFFFF
}
td
{
font-size:10pt;
font-family:Arial
}
textarea{
	font-size:11pt;
	font-family:Arial
}
.petit
{
font-size : 8pt; font-family :Arial}
.menu_g
{
color:#FFFFFF;
text-decoration:none;
font-size:18pt;
font-family:Times new roman
}
.grand
{
color:#000000;
text-decoration:none;
font-size:18pt;
font-family:Arial
}
.moyen
{
color:#000000;
text-decoration:none;
font-size:14pt;
font-family:Arial
}
.recer
{
color:#000000;
text-decoration:none;
font-size:16pt;
font-family:Times new roman
}
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #e6a50e));
	background:-moz-linear-gradient(top, #44c767 5%, #e6a50e 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #e6a50e 100%);
	background:-o-linear-gradient(top, #44c767 5%, #e6a50e 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #e6a50e 100%);
	background:linear-gradient(to bottom, #44c767 5%, #e6a50e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#e6a50e',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:14px;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:0px 0px 0px #33b020;
}

.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e6a50e), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #e6a50e 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #e6a50e 5%, #44c767 100%);
	background:-o-linear-gradient(top, #e6a50e 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #e6a50e 5%, #44c767 100%);
	background:linear-gradient(to bottom, #e6a50e 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6a50e', endColorstr='#44c767',GradientType=0);
	background-color:#e6a50e;
}
.myButton:active {
	position:relative;
	top:1px;
}
.ChampsSaisie{
	font-size:12pt;
	background-color:#FBC110;
	color:Black;
}
.ChampsSaisieTextarea{
	font-size:10pt;
	background-color:#FBC110;
	color:Black;
}
<!-- Ne sert pas encore -->
.h3{
	text-decoration: underline;
}
-->
