/* CSS Document */

body {background-color:#003300; font-weight: lighter; font-family:"Comic sans MS", arial, Tahoma, Verdana, sans-serif,"Times New Roman";color:yellow;}


table {
border-style:none;
width:100%;
}

td {
border-style:none;
width:33%;
padding: 10px;
}

.cadre {
border-style:solid;
border-width:1px;
border-color:yellow;
}

.case {
border-style:solid;
border-width:1px;
width: 7% ;
border-color:yellow;
}

img {border: 4px solid gold;}

p {text-align:center; font-size:150% ; font-weight: lighter;}

span 
.jaune {  color: yellow;}
.vert {  color:lime;}

H1{text-align:center;font-size:250% ;color:yellow;}

H2 {text-align:center;font-size:150% ; color:yellow;}

H3 {text-align:center;font-size:150% ;  color:lime ;}

H4 {text-align:left;font-size:100% ;  font-weight: lighter; font-family: arial, Tahoma, Verdana, sans-serif,"Times New Roman";color:yellow;}

a:link {
font-size:100%;
color:white;
background-color:transparent;
text-decoration:underline;
}
a:visited {
font-size:100%;
color:#FF6600;
background-color:transparent;
text-decoration:underline;
}
a:hover {
font-size:100%;
color:red;
background-color:transparent;
text-decoration:underline;
}


a.bouton:link{
width:150px; 
height:30px; 
text-decoration:none; 
color:yellow;
text-align:center; 
font-weight:bold; 
background-color:turquoise;
padding:5px}

a.bouton:visited{
width:150px; 
height:30px;
text-decoration:none; 
color:yellow; 
text-align:center;
font-weight:bold;
background-color:green;
padding:5px}

a.bouton:hover{
width:150px; 
height:30px; 
text-decoration:none;
color:yellow; 
text-align:center; 
font-weight:bold; 
background-color:lime;
padding:5px}

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





