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

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

/**
* lien du menu
*/
a.titre_menu:link, 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:#f2d24f;
	height:50px;
	text-decoration: none;
}

a.titre_menu_selected:link, a.titre_menu_selected:visited, a.titre_menu_selected:hover {
	font-family: Tahoma, Verdana;
	font-size:18px;
	font-weight:bold;
	height:50px;
	text-decoration: none;
	color:#f2d24f;
}

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

/* gere l'affichage du texte de lancement de chaque galerie */
.pre_texte{
	font-family: Tahoma, Verdana;
	font-size:14px;
	color:#08144a;
	padding-left:13px;
}

/* texte concernant la description du dessin du mois */
.description{
	font-family: Tahoma, Verdana;
	font-size:12px;
	color:#08144a;
	padding-left:40px;
	padding-right:40px;
	text-align:left;
}

/* gere le titre de chaque galerie en lien */
a.titre:link, a.titre:visited {
	font-family: Tahoma, Verdana;
	font-size:18px;
	font-weight:bold;
	color:#08144a;
	text-decoration: none;
}

/* gere le titre de chaque galerie en lien */
a.titre:hover {
	font-family: Tahoma, Verdana;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
}


/* gere les liens "standards" sur fond jaune */
a:link, a:visited {
	font-family: Tahoma, Verdana;
	font-size:14px;
	color:#08144a;
	text-decoration: none;
	cursor: pointer;
}

/* gere les liens "standards" sur fond jaune */
a:hover {
	font-family: Tahoma, Verdana;
	font-size:14px;
	color:#ffffff;
	text-decoration: none;
	cursor: pointer;
}
