@charset "utf-8";
/* CSS Document */

#table_principale {
	background-color:#7bce48;
	border: 1px solid #000;
	background-image:url(../images/background_vert.jpg);
	background-repeat:no-repeat;
}

/*
	lien du menu
*/
a.titre_menu:link {
	font-family: Tahoma, Verdana;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	height:50px;
	text-align:left;
	text-decoration: none;
}
a.titre_menu:visited {
	font-family: Tahoma, Verdana;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	height:50px;
	text-align:left;
	text-decoration: none;
}
a.titre_menu:hover {
	font-family: Tahoma, Verdana;
	font-size:18px;
	font-weight:bold;
	color:#7bce49;
	height:50px;
	text-decoration: none;
}

/**
* texte sur le fond jaune
*/
.texte_standard {
	font-family: Tahoma, Verdana;
	font-size:14px;
	color:#08144a;
	text-align:justify;
	padding-left:40px;
	padding-right:40px;
}
