BODY {
	scrollbar-face-color: #E9E9E9;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #C6177C;
	background-color :#ffffff;
	margin-bottom : 20px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

/*LIEN ORIGINAL*/
A {
	color : #4D4D4D;
	text-decoration: underline;
}
A:hover{
	color : #C6177C;
	text-decoration: underline;
}
/*IDEE BALLADE*/
.lien_ballade {
	color : #4D4D4D;
	font-size :11px;
	font-family : Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.lien_ballade:hover {
	color : #C6177C;
	font-size :11px;
	font-family : Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

/*utilisé pour les tirets du menu en bas*/
.tiret_blanc {
	color : #ffffff;
	font-size :9px;
	font-family : arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*utilisé pour les tirets du menu en haut*/
.tiret_noir {
	color : #400025;
	font-size :9px;
	font-family : arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*utilisé pour le menu d'en bas*/
.menu1 {
	color : #FFFFFF;
	font-size :11px;
	font-family : Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.menu1:hover {
	color : #400025;
	font-size :11px;
	font-family : Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
/*utilisé pour le menu d'en haut*/
.menu2{
	color : #400025;
	font-size :11px;
	font-family : Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.menu2:hover{
	color : #FFFFFF;
	font-size :11px;
	font-family : Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/*utilisé pour les liens de la home page
et du menu de gauche*/
.lien_home{
	color : #C6177C;
	font-size :10px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: none;
}
.lien_home:hover{
	color : #C6177C;
	font-size :10px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: underline;
}

/* TITRE DES RUBRQUES  */
.titre_vert{
	color : #A5D70D;
	font-size :20px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : no;
	text-decoration: none;
}


/*utilisé pour les texte*/
.texte{
	color : #4d4d4d;
	font-size :11px;
	font-family : Verdana, Helvetica, sans-serif;
	text-decoration: none;
}


/*****************************/
.champ{
	BORDER-BOTTOM : #363636 1px solid;
	BORDER-LEFT : #363636 1px solid;
	BORDER-RIGHT : #363636 1px solid;
	BORDER-TOP : #363636 1px solid;
	FONT-SIZE: 100%;
	font-family : Verdana, Helvetica, sans-serif;
	COLOR : #4d4d4d;
}
/***********************  formulaire du bandeau de gauche*/

.bouton{
	BORDER-BOTTOM : #7d7d7d 1px solid;
	BORDER-LEFT : #7d7d7d 1px solid;
	BORDER-RIGHT : #7d7d7d 1px solid;
	BORDER-TOP : #7d7d7d 1px solid;
	FONT-SIZE: 100%;
	font-family : Verdana, Helvetica, sans-serif;
	COLOR : #C6177C;
	background: #f2f2f2;
	cursor:hand;
}
