html, body {
background-image : url('papier.jpg'); /* image de fond */
}


table {
border-style:outset; 
border-width:2px;
cellspacing=:1px; 
border-color:#0000FF;
background-color:#00FFFF;
float:center;

}

td { 
border-style:outset; 
border-width:1px;
cellspacing=:2px; 
border-color:#C0C0C0;
background-color:#C0c0c0;
float:center;



}
.none
border-style:none;

}
.normal {
border-style:outset; 
border-width:1px;

cellspacing=:1px;  
border-color:none; 
background-color:#C0C0C0;


}


.gauche {
border-style:solid; 
border-width:1px; 
border-color:0000FF; 
background-color:silver;
width:100px;

float:left;
}

.droite {
border-style:solid; 
border-width:1px; 
border-color:blue;
background-color:silver;
width:100%;

float:left;
}

.none {
border-style:none;
}


a.bouton:link{
width:100px; 
height:20px; 
text-decoration:none; 
color:white;
text-align:center; 
font-weight:bold; 
background-color:#000080;
padding:5px}

a.bouton:visited{
border-style:insert;
width:100px; 
height:20px;
text-decoration:none; 
color:white; 
text-align:center;
font-weight:bold;
background-color:#000080;
padding:5px}

a.bouton:hover{
border-style:insert;
width:100px; 
height:20px; 
text-decoration:none;
color:white; 
text-align:center; 
font-weight:bold; 
background-color:#0000FF;
background-image:url(aqua.jpg);
padding:5px}

.bouton{text-align:center;padding:4px;}







p, ul {
font-size : 100%;
font-family :  Arial, Helvectica, Geneva, sans-serif;
color : black;
background-color : none;
}
li, td {
font-size : 90%;
font-family :  Arial, Helvectica, Geneva, sans-serif;
color : black;
background-color : none;
}

h1 {
font-size : 200%;
font-family : Verdana, Arial, Helvectica, Geneva, sans-serif;
color : blue;
txt-align: center;
}
h2 {
font-size : 150%;
font-family : verdana, Arial, Helvectica, Geneva, sans-serif;
color : red;
padding-left:15px;
}
a:link {color:blue; text-decoration:underline;}
a:visited  {color:blue; text-decoration:underline;}
a:hover  {color:red; text-decoration:none;}
