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

.logo{
	border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 265px;
	top:300px;			
	width:271px;
	height:73px;
	
}


.map_accueil{

    border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 10px;
	top:415px;			
	width:150px;
	height:73px;
	text-align:center;
	}
	
.map_presentation{

    border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 170px;
	top:415px;			
	width:150px;
	height:73px;
	text-align:center;
	}
	
.map_produits{
    border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 330px;
	top:415px;			
	width:150px;
	height:73px;
	text-align:center;
	}
	
.map_revendeurs{
    border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 490px;
	top:415px;			
	width:150px;
	height:73px;
	text-align:center;
	}
	
.map_contact{
    border:0px;
	padding: 0px;
	display: block;
	position: absolute;
	left : 650px;
	top:415px;			
	width:150px;
	height:73px;
	text-align:center;
	}
	
.copyright{
    font-size: 10px;	
	font-family: "Arial", Verdana, serif;			
	
}
	
#piedpage{
border:0px;
padding: 0px;
display: block;
position: absolute;
top:563px;
left : 5px;

}

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