/* Feuille de style audantrek */
/* -------------------------- */



/* Généralités */
/* ----------- */

.Titre {
	font-weight: bold;
	color: #4165B2;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


.SousTitre {
	font-weight: bold;
	color: #4165B2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.texteGras {
	font-weight: bold;
	color: #4165B2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.texte {
	color: #4165B2;
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}




/* Liens */
/* ----- */

a.menu {
	text-decoration: none;
	color: #1567B1;
	font-style: italic;
	font-weight: bold;
}
a.menu:hover
{
	text-decoration: underline;
	color: #1567B1;
	font-style: italic;
	font-weight: bold;
} 

a.sousmenu {
	text-decoration: none;
	color: #1567B1;
	font-style: italic;
	font-weight: bold;
	font-size : 12px;
}
a.sousmenu:hover
{
	text-decoration: underline;
	color: #1567B1;
	font-style: italic;
	font-weight: bold;
	font-size : 12px;
} 


a.lien {
	color: #1567B1;
	font-weight: bold;
}
a.lien:hover
{
	color: #1567B1;
	font-weight: bold;
} 



/* Colonne de droite */
/* ----------------- */

.dTitre {
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.dTexte {
	color: #000000;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* cette boite permet d'encadrer le tableau de droite et le menu de gauche*/
.boiteDroite {
	padding: 1px;
	width: 125px;
	height:600px;
	border-left: 1px solid #4165B2;
}

/* cette boite permet d'encadrer le tableau de droite et le menu de gauche*/
.boiteMenu {
	padding: 1px;
	width: 125px;
	height:600px;
	border-right: 1px solid #4165B2;
}

