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

}
#piedpage{
border:0px;
padding: 0px;
display: block;
position: absolute;
width:800px;
height:47px;
top:1120px;
left:5px;

}
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;
	color:#606060;
	font-size: 12px;
	font-family: "Arial", Verdana, serif;
	line-height:14px;
	text-align:justify;
	width:410px;
	top:313px;
	left:360px;
}

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

.txtbloc4{	
	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	width:210px;
	top:725px;
	left:550px;
}

.imgalligator{

	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	width:321px;
	top:680px;
	left:120px;
}

.titre{
border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	width:464px;
	top:415px;
	left:40px;
}

.centrale{
	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	width:178px;
	top:400px;
	left:580px;
}

.titre2{
border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	width:464px;
	top:790px;
	left:40px;
}

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

.centrale2{
	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	width:278px;
	top:861px;
	left:496px;
}

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