@import "contenu.css";


BODY	{

	font-family: Verdana,Helvetica,Arial;

	background-color: #FFFFFF;

	color: #991C66;

}

TABLE	{

	border-width: 0px;

}

TH	{

	font-family: Verdana,Helvetica,Arial;

	font-size : 10px;

}

TD	{

	font-family: Verdana,Helvetica,Arial;

	font-size : 11px;

	color: #991C66;

}

A 	{

	font-family: Verdana,Helvetica,Arial;

	font-size : 11px;

	color: #991C66;

	text-decoration: none;

}


SELECT {

	font-family: Verdana,Helvetica,Arial;

	font-size: 10px;

	color: black;

	background-color: white;

}

INPUT {

	font-family: Verdana,Helvetica,Arial;

	font-size:10px;

}

TEXTAREA {

	font-family: Verdana,Helvetica,Arial;

	font-size:10px;

}


.boutonOK {

	font-family: Verdana,Helvetica,Arial;

	font-size:11px;

	color: white;

	font-weight: bold;

	background-color: #9BBE9E;

	border: 0px;

}


/***** Liens du menu de gauche *****/

.a_menu_gauche1 {

	font-size:10px;

	color: white;

	font-weight: bold;

}

.a_menu_gauche2, .a_menu_gauche2_on {

	font-size:9px;

	color: white;

}

.a_menu_gauche2_on {

	text-decoration: underline;

	font-style: italic;

}


/***** Liens du menu du haut et des rubriques de droite *****/

.a_menu_haut, .a_menu_haut2 {

	color: white;

}

.a_menu_haut2, .a_menu_droit {

	text-decoration: underline;

}


/***** Textes de rubrique et en bas de page *****/

TD.rubrique {

	background-color : white;

	padding-left: 5px;

}

TD.mentions_legales {

	color: white;

}


/***** Cellules des Espaces en haut à droite *****/

TD.espaceon, TD.espaceoff {

	background-color: #86235C;

	border-color: #86235C;

	border: 1px;

	border-style: solid;

}

TD.espaceoff {

	background-color: white;

	border-color: #9BBE9E;

}


.a_espaceoff, .a_espaceon {

	font-size:10px;

	font-weight: bold;

}

.a_espaceon {

	color: white;

	font-style: italic;

}


