/* CSS Document - Jean-VIVANT.net*/
/*<![CDATA[*/

html {
font-size: 100%;
}
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.80em;
margin: 0;
background-image: url("images/fond_body.jpg"); 
background-repeat: repeat; 
}
p {
margin-left: 40px;
margin-right: 40px;
color: rgb(80,80,80);
text-align: justify;
}
#conteneur {
position: relative;
margin: auto;
padding: 0;
width:950px;
background-color:rgb(132,132,132);
background-image: url("images/.jpg"); 
background-repeat: no-repeat; 
background-position: 0% 0%;
}
#pied {
height: 50px;
background-image: url("images/pied2.jpg");
}
a:hover /* Quand le visiteur pointe sur le lien goldenrod*/
{   font-size: 100%;
text-decoration: underline;
   color: #666666;
   background-color:#FFCC66;
}
a /* Lien normal gris*/
{ font-style: normal;
font-size: 100%;
text-decoration: underline;
color: #666666;
}
a:visited /* Lien visité sienna = #A0522D*/
{  
font-style: normal;
font-size: 100%;
text-decoration: underline;
color: #999966;
}
.centrer {
text-align: center;
}
.reduit{  
font-size: 70%;
color: #333333;
}
.droite{
float: right;
font-size: 70%;
color: #333333;
}

/*]]>*/
