@charset "utf-8";
/* CSS Document */

body
{
width: 810px;
margin: 0 auto 0 auto;
/* Pour centrer notre page */
margin-top:20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
margin-bottom: 20px;    /* Idem pour le bas du navigateur */
background-image: url(../images/trait.jpg);
background-repeat: repeat-x;
margin: auto;

   
   
}

#general{
border:0px;
padding: 0px;
position:relative;
width:810px;
height:763px;
margin-top: 0px;
margin-left:auto;
margin-right:auto;
background-image: url(../images/fondcontenu.png);
background-repeat: repeat-y;
background-position: center top;
margin-top:20px;
margin-bottom: 60px;

}
p {
border:0px;
padding: 0px;
line-height: 1.0;
letter-spacing:0.1px;
word-spacing:0.2px;
}
.txtbloc1{
	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 595px;
	top:18px;			
	width: 180px;
	font-size: 12px;	
	font-family: "Arial", Verdana, serif;
}

.txtbloc2{

	color:#606060;
	font-size: 12px;
	font-family: "Arial", Verdana, serif;
				
}

.txtbloc3{
	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	color:#606060;
	left : 15px;
	top:480px;			
	width: 265px;
	font-size: 12px;	
	font-family: "Arial", Verdana, serif;
	line-height:14px;
	text-align:justify;
}

.txtbloc4{
	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	color:#606060;
	left : 16px;
	top:626px;
	width: 265px;
	font-size: 12px;
	font-family: "Arial", Verdana, serif;
	line-height:14px;
	text-align: center;
	height: 80px;
}


.imgfille{

	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 75px;
	top:335px;			
}

.copyright{
    font-size: 10px;	
	font-family: "Arial", Verdana, serif;			
	
}


a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   color: #676666;
}
a:focus /* Quand le visiteur sélectionne le lien */
{
   background-color: #666666;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color: #999999;
}
a /* Lien normal */
{   
   color: #666666;   
}
