/* GENERAL*/
BODY  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 11px;
	background-color : #FDFAE4;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	margin-left : 0px;
}

TD  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-size : 11px;
}

TD.main  {
	background-color : #FDFAE4;
	border-right : 1px solid Black;
	border-left : 1px solid Black;
	padding-top : 0px;
	}

TD.menu  {
	color : #FDFAE4;
	background-color : #991F52;
	border-right : 1px solid Black;
	border-left : 1px solid Black;
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
	text-align : center;
	height : 25px;
}

TD.box  {
	background-color : #FFFFFF;
	border-right : 1px dashed Silver;
	border-left : 1px dashed Silver;
	border-top : 1px dashed Silver;
	border-bottom : 1px dashed Silver;
	padding : 10px;
	}

TD.right  {
	width : 150 px;
	background-image : url(../img/bg_right.gif);
	background-repeat : no-repeat;
	background-color : #FFFFFF;
}

TD.left  {
	width : 150 px;
	background-image : url(../img/bg_left.gif);
	background-repeat : no-repeat;
	background-color : #FFFFFF;
}


/* TEXTE*/
.TEXT  {
	text-align : justify;
	padding : 20px;
}

/* TITRE  1er NIVEAU*/
.H1  {
	color : #666666;
	font-size : 14px;
	font-weight : bold;
}

/* TITRE 2eme NIVEAU*/
.H2  {
	color : #999999;
	font-size : 12px;
	font-weight : bold;
}

/* LIEN*/
A  {
	color : #DF1067;
	text-decoration : none;
	font-weight : normal;
}

A:hover  {
	color : #999999;
	text-decoration : none;
	font-weight : normal;
}

A.menu  {
	color : #FDFAE4;
	text-decoration : none;
	font-weight : normal;
}

A.menu:hover  {
	color : #CCCCCC;
	text-decoration : none;
	font-weight : normal;
}

A.small  {
	color : #cccccc;
	text-decoration : none;
	font-size : 10px;
}

A.small:hover  {
	color : #999999;
	text-decoration : none;
	font-size : 10px;
}

/* COPYRIGHT OU TEXTE COMMENTAIRE*/
.small  {
	font-size : 9px;
}

.red  {
	color : #981E52;
	text-decoration : none;
	font-weight : bold;
}

/* BULLET POUR LES LISTES*/
LI  {
	list-style-image : url(../img/bullet.gif);
}

HR  {
	color : Silver;
	border-style : dashed;
	height : 1;
}


