body {
background-color:#009933;;
}

h1{
font-size:large;
}
h2{
font-size:medium;
}
h3{
font-size:medium;
}
h4{
font-size:medium;
}
h5{
font-size:small;
}


a { 
color:#FFFF99;
text-decoration:none;
}

a:hover{
color:#FFFFBB;
text-decoration:underline;
}

a.vert {
color:	#00BB00;
text-decoration:none;
font-weight:bold;
}
a:hover.vert {
color:	#007700;
text-decoration:none;
font-weight:bold;
}
a.noir {
color:	#000000;
text-decoration:underline;
font-weight:bold;
}
a:hover.noir {
color:	#666666;
text-decoration:underline;
font-weight:bold;
}

table{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:xx-small;
color:#FFFFFF;
}

.entete{
font-size:medium;
}
.entete2{
font-size:x-small;
font-weight:bold;
color:#FFFFBB;
}
.plus{
color:#FFFFBB;
}
/* mise en forme des formulaires et input */


input.submit{
font-size:xx-small;
text-transform:uppercase;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#006600;
background-color:#ffff99;
border-style:solid;
border-width:1;
border-color:#000000;
}
input.submittop{
font-size:xx-small;
text-transform:uppercase;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
background-color:#D3E2D5;
border-style:solid;
border-width:1;
border-color:#B9B9B9;
}
.inputtext{
font-size:x-small;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
background-color:#FFFFBB;
width:350px;
border-style:solid;
border-width:1;
border-color:#000000;
}

.tdtest{
border-top-style:solid;
border-top-width:1;
border-top-color:#EBD854;
border-bottom-style:solid;
border-bottom-width:1;
border-bottom-color:#000000;
border-left-color:#EBD854;
border-left-width:1;
border-left-style:solid;
border-right-color:#000000;
border-right-width:1;
border-right-style:solid;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:xx-small;

}

.tdselect{
border-top-style:solid;
border-top-width:1;
border-top-color:#0099FF;
border-bottom-style:solid;
border-bottom-width:1;
border-bottom-color:#0099FF;
border-left-color:#0099FF;
border-left-width:1;
border-left-style:solid;
border-right-color:#0099FF;
border-right-width:1;
border-right-style:solid;
background-color:#AEDFFF;

text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#0099FF;
font-weight:bold;
font-size:xx-small;
}


.petitselect{
font-size:xx-small;
}
.petitinput{
font-size:xx-small;
}
