/* CSS Document */

/*Style de Liens 1 */
a.style1
{
	color: #94938e ; 
	text-decoration: none ; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a:hover.style1
{ 
	color: #a24b9a ; 
	text-decoration: none ; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/*Style de Liens 2 */
a.style2
{
	color: #FFFFFF ; 
	text-decoration: none ; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#a24b9a ;
}
a:hover.style2
{ 
	color: #FFFFFF ; 
	text-decoration: none ; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#4c354f ;
}

/*Style de Liens 3 */
a.style3
{
	color: #a24b9a ; 
	text-decoration: none ; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#c2abb5 ;
}
a:hover.style3
{ 
	color: #a24b9a ; 
	text-decoration: none ; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#e1b7ff ;
}

/*Balise body */
body {
	margin-left: 0px;
	margin-top: 0px;
}

/*Styles de textes*/
.titre1 {
	color: #4c354f ; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.titre2 {
	color: #4c354f ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.bordure_haut {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1B6FD;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.champs {
	border: 1px solid #000000;
	height: 20px;
}
.td {
	background-image: url(images/ombre_down.gif);
	background-repeat: no-repeat;
}

