A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	text-decoration : none;
	color : #4B0082;
}
A:HOVER {
	text-decoration : underline;
}
A.bouton:ACTIVE, A.bouton:FOCUS, A.bouton:LINK, A.bouton:VISITED {
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	width : 125px;
	height : 17px;
	padding-left : 5px;
	padding-right : 5px;
	text-align : center;
	color : #191970;
	background-color: #E6E6FA;
	border : 2px outset #E6E6FA;
	filter:Alpha(opacity=100, finishopacity=85, style=3);
}
A.bouton:HOVER {
	background-color: #191970;
	border : 2px outset #E6E6FA;
	color : #FFFFFF;
}
.stitch {
	font-size: 10px;
}
/* Le layer principal */
.LayerMain {
	width : 100%;
	margin : 20px 10px 20px 10px;
	background-color : #FFFFFF;
	border : 2px outset #FFFFFF;
}
.LayerContenu {
	margin : 0% 30px 0% 30px;
}
.Titre3 {
	font-size : 13px;
	font-weight : bold;
	margin : 0px 100px 0px 0px;
	color : #D81F90;
}