
body{ 
  background-color: rgb(63,63,63);
  background-image: url(images/bg.gif);
  background-repeat:  repeat-y;
  background-position: center top;
  font-family: Arial;
  color:   black;  
  font-size:13px; 
  overflow-y:scroll;
}

/*a{
	color: red;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
}  */

/*lien dessus*/
/*a:hover{
  color: #777777;      
  font-weight:bold;
}*/


A { color:#5F555F; text-decoration:none; font-family:Arial; font-size:18px; }
A:hover { color:#000000;} 




#main {
margin: 0 auto;
width: 850px;
}

#top 
{
float: left;
height:80px;
width: 900px;


}

#left 
{
float: left;
width: 160px;
}


#middle 
{ 
float: left;
height: 457px;
width: 690px;
font-size: 16px;
}

.comment{
font-size: 11px;
margin-left: 20px;}

.sousmenu {
display: block;
height: 20px;
width: 50px;
font-size: 18px;
color: grey;
text-decoration: none;
cursor: pointer;

}

.vignette{
font-family: Arial;
font-size: 14px;
font-style: italic;
color: rgb(63,63,63);

}  
.lien
{cursor: pointer;}  

.titre{
font-family: Arial;
font-size: 24px;
color: rgb(95,95,95);}

.soustitre{
font-family: Arial;
font-size: 18px;
/**font-weight: bold; **/
color: rgb(95,95,95);} 

.cadre{
border-style:solid;
border-color:#DADADA;
border-width:thin;}

