@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:800px;
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: 20px;

}
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{
	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 270px;
	top:306px;
	width:536px;
	height:115px;
	color:#606060;
	font-size: 12px;
	font-family: "Arial", Verdana, serif;
	text-align: justify;
	line-height:14px;
}
.lien1{
	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 685px;
	top:450px;
	font-size: 12px;
	font-family: "Arial", Verdana, serif;
	overflow: visible;
	
}
.txtbloc3{
	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 25px;
	top:635px;
	width:220px;
	color:#606060;
	font-size: 10px;
	font-family: "Arial", Verdana, serif;
	text-align: justify;
	line-height:11px;
	height: 75px;
}
.lien2{
    border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 165px;
	top:710px;
	font-size: 10px;	
	font-family: "Arial", Verdana, serif;			
	
}
.txtbloc4{
	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 294px;
	top:635px;
	width:220px;
	color:#606060;
	font-size: 10px;
	font-family: "Arial", Verdana, serif;
	text-align: justify;
	line-height:11px;
	height: 74px;
}
.lien3{
    border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 435px;
	top:710px;
	font-size: 10px;	
	font-family: "Arial", Verdana, serif;			
	
}
.txtbloc5{
	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 562px;
	top:635px;			
	width:220px;
	color:#606060;
	font-size: 10px;	
	font-family: "Arial", Verdana, serif;
	text-align: justify; 
	line-height:11px;
}
.lien4{
    border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 703px;
	top:710px;
	font-size: 10px;	
	font-family: "Arial", Verdana, serif;			
	
}

.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;   
}
