body{
	margin-left : 0;
	margin-top : 0;
	margin-bottom: 0;
	margin-right : 0;
	background-color: #F5F5F5;;
}
a{
	text-decoration : none;
}
.tableau-general{
	width : 100%;
}
.cadre-gauche-page{
	border-right : thin solid Navy;
	vertical-align : top;
	text-align : right;
	width : 1%;
	background-color : #F5F5F5;
	padding-left: 5px;
}
.cadre-droite-page{
	border-bottom : thin solid Navy;
	vertical-align : top;
	text-align : center;
	background-color: White;
}
.menu{
	background-color : #F0F8FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #696969;
	border-left : thin solid Navy;
}

.copyright{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : center;
}

.lienmenu{
	text-decoration : none;
	color: Navy;
}
.lienmenu-desactive{
	text-decoration : none;
	color: Navy;
	font-weight : bold;
}
/* accueil ----------------------------------------*/
.titrefedeacc{
	background-color : White;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
}
.texte-present-fede{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : center;
	color: Black;
	border : thin solid Silver;
	background-color : #FFFFF0;
	width: 80%;
	padding: 4px;
}
.actu-cadre-accueil{
	border : none;
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : italic;
}
.actu-texte-accueil{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color: Black;
}
.actu-titre-accueil{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-align : center;
	color: Red;
}
/* --------------------------------------------------- */
.asso-titre{
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
	color: Navy;
}
.asso-sous-titre{
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}
.texte-standard{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.barrebleue{
	color: Navy;
	background-color: Navy;
}
.asso-cadre-titre{
	/* border : thin solid Navy; */
}
.asso-cadre-info-gauche{
	border : thin dotted Silver;
	border-right : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	vertical-align : top;
	width: 20%;
}
.asso-cadre-info-droite{
	border : thin dotted Silver;
	border-left : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.lieninfo{
	text-decoration : none;
}
/* classes pour la boite login -----------------------------*/
.login-boite{
	background-color : White;
	border : thin solid Gray;
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
}
.login-boutton{
	font-family : "Courier New", Courier, monospace;	
	font-size : 12px;
}
.acces-refuse{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: Red;
	font-weight: bold;
	text-align : center;
	border : thin solid Red;
}
/* actualité --------------------------------------------------- */
.actu-date{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
}
.actu-titre{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	border-bottom : thin solid Red;
	color: #606060;
}
.actu-texte{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: Black;
}
