@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7b1b89;
	font-weight: bold;
}
a  {
	color:#7b1b89;   
	text-decoration:none;  
}
	  
a:hover  {
   color:#606060;
   text-decoration:underline;  
}
ul#menu_horizontal li { 
display : inline;
padding : 0px; /* Pour espacer les boutons entre eux 0 0.7em*/
}
ul#menu_horizontal {
list-style-type : none; /* Car sinon les puces se placent n'importe où */
}
.texte {
	color: #7B1B89;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titre {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7B1B89;
	font-weight: bold;
}
.texte-logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.adresse {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.active { 
	color: white; 
	text-decoration:underline;
}
hr
{
   width: 100%;
   color: #7B1B89;
   height: 1px;
}

#footer {
	position: absolute;
	top: 490px;
	left: 50%;
	width: 1000px;
	margin-left: -500px;	
}

