/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
	background-color: #8d1d1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}

h1 {
	visibility: hidden;
	font-size: 0em;	
}

h2 {
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 5px;
	background-position: 0px 7px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #8D1D1D;
}

a {
	color: #8d1d1d;
	text-decoration: underline;	

}

a:hover {
	color: #333333;
	text-decoration: underline;	

}


#gauche {
	float: left;
	width: 201px;
	position: relative;	
}
#gauche li {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 18px;
	text-align: center;
}
#gauche li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
}

#gauche li a:hover {
	
	
	color: #DAA1A1;
	text-decoration: none;
}


#gauche ul {
	list-style-image: none;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 18px;
	margin-top: 34px;
	
}
#gauche #adresse {
	background-image: url(images/vierge.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 18px;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 137px;
	font-size: 0.9em;
}
#gauche #adresse img {
	margin-top: 10px;
}

#bas {
	text-align: center;
}
.lien_presentation_netcom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration:none
}
.lien_presentation_netcom:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:  #CCCCCC;
	text-decoration:none
}

