a:link 
{ 
text-decoration:underline; 
font-weight:normal; 
color:#0033cc; 
}

a:visited 
{ 
text-decoration:underline; 
font-weight:normal;
color:#660099; 
}

a:hover 
{ 
text-decoration:none; 
font-weight:normal;
font-style:italic; 
background-color:#FFFF00; 
}

a:active 
{
text-decoration:none; 
font-weight:bold; 
background-color:#CCFFFF; 
}

body  
{
background-color:#ffff99;
font-family : "Arial", Verdana;
font-size : 16px;
}

.table
{
border-color:#003366
}

.title
{
background-color:#003366;
font-size: 80px;
color: #ffff99;
line-height: 100px;
font-family: "URW Chancery L","comic sans ms",Verdana;
text-align: center;
}


.title3
{
font-size: 20px;
color: #ffff99;
line-height: 50px;
font-family: "URW Chancery L","comic sans ms",Verdana;
text-align: center;
}

.title4
{
font-size: 18px;
color: #003366;
font-weight: bold
line-height: 30px;
font-family: "Arial",Verdana;
text-align: left;
text-decoration:underline;
}

.text
{
font-weight: bold;
font-size: 16px;
color: #003366;
line-height: 21px;
font-family: "Arial",Verdana;
}

.sub
{
font-size: 21px;
color: #E60013;
line-height: 42px;
font-family: "Arial","comic sans ms",Verdana;
text-align: center;
white-space:nowrap;
}

.bouton
{
font-family:"Arial";
font-size:11px;
text-align:center;
width:100%;
background-color:#ffff99;
border:3px;
}

.bouton a
{
color:#333333;
}

.bouton a:hover
{
text-decoration:none;
}

