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

#table_principale {
	background-color:#5fa0f1;
	border: 1px solid #000000;
	background-image:url(../images/background_bleu.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:#5fa0f1;
	height:50px;
	text-decoration: none;
}

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

/**
* texte sur le fond bleu
*/
.texte_standard {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	padding-left: 40px;
	padding-right: 40px;
	font-weight: 500;
	line-height: 16px;
}

.titre {
	font-family: Tahoma, Verdana;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

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

/* 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:#FFFFFF;
	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:#08144a;
	text-decoration: none;
	cursor: pointer;
}


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

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

/* texte concernant les descriptions */
.description{
	font-family: Tahoma, Verdana;
	font-size:12px;
	color:#FFFFFF;
}