/* CSS Document */

body { 
color:#FFFFFF;
background-image:url(images/carre.jpg);
background-repeat:repeat; 
background-color:#202020;
font-family:Verdana, Helvetica, sans-serif;
font-size:12px;
}

a:link { 
color:#ffffff;
text-decoration:underline;
 }

a:hover {
color:#ff0000;
}

a:visited {
color:#ffffff;
text-decoration:underline;
}

a:focus
{
outline:0;
} 

.cadregeneral {
width: 900px;
height:600px;
margin:0;
padding:0;
border:solid 0px;
border-color:#ffffff;
}


.bordure {
border-bottom-color:#678520;
border-bottom-style:solid;
border-bottom-width:4px;
border-left-color:#678520;
border-left-style:solid;
border-left-width:4px;
border-right-color:#678520;
border-right-style:solid;
border-right-width:4px;
border-top-color:#678520;
border-top-style:solid;
border-top-width:4px;
}

.rouge {
color:#CC0000;
font-family:"Verdana";
font-size:14px;
font-weight:bold;
}

.rougefin {
color:#CC0000;
font-family:"Verdana";
font-size:14px;
}

.copyright {
color:#ffffff;
font-family:"Verdana";
font-size:12px;
}

.titresgras
{font-weight:bold;
}