@charset "utf-8";
/* CSS Document */
#accueil-bottom a{
	color: #FFFFFF;	
	text-decoration:none;
}
#accueil-bottom a:hover{
	text-decoration:underline;
}
#menu .menu-gene a.selected{
	display:block;
	width:154px;
	height:17px;
	padding-left:10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #ffffff;
	background-color:#440f0f;
	background-image: url(../images/puce-menu-over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .menu-gene a{
	display:block;
	width:154px;
	height:17px;
	padding-left:10px;
	background-image: url(../images/puce-menu-out.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	font-weight: bold;
	color: #440f0f;
	text-decoration:none;
}
#menu .menu-gene a:hover{
	color: #ffffff;
	background-color:#440f0f;
	background-image: url(../images/puce-menu-over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .menu-sub a.selected{
display:block;
	width:195px;
	font-style: italic;	
	font-weight:bold;
	text-decoration:underline;
	color: #440f0f;	
}
#menu .menu-sub a{
	display:block;
	width:195px;
	font-style: italic;	
	text-decoration:none;
	color: #440f0f;	
}
#menu .menu-sub a:hover{
	font-weight:bold;
	text-decoration:underline;
}
.appellation-div a{
	display:block;
	margin-left:100px;
	margin-top:15px;
	padding-left:8px;
	background-image: url(../images/puce-apellation.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.appellation-div a:hover{
	text-decoration:none;
}
.boite-outils li a{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
.boite-outils li a:hover{
	text-decoration:none;
}
#centre-telechargement li a{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
#centre-telechargement li a:hover{
	text-decoration:none;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
