
body
{
	margin: 2.5%;
	text-align: center;
	font-size: large;
	font-family: Cambria, Georgia, Arial, Times;
}

.body_, .body_connexion, .body_erreur, .body_logement
{
	background-color: #F0F8FA;
}

.body_accueil
{
	background-color: #FDF9F0;
}

.body_association
{
	background-color: #FCF1F1;
}

.body_actions
{
	background-color: #F3E7E6;
}

.body_ressources
{
	background-color: #F8FAF1;
}

img
{
	border: 0px;
}

.contenu_generique table
{
	margin-top: 26px;
	margin-left: 304px;
	border-collapse: collapse;
	border-width: 3px;
	border-style: solid;
}

.contenu_generique td, .actions td
{
	width : 10%;
	padding : 20px;
}

.titre
{
	color: #FFFFFF;
	font-weight: bold;
	font-size : x-large;
	border: none;
}

.contenu
{
	text-align: justify;
}

.contenu_generique .titre, .contenu_generique .titre a
{
	padding: 5px;
/*	text-decoration: none; */
	color: #FFFFFF;
}

.contenu_generique .auteur
{
	padding: 5px;
	padding-bottom: 0px;
	text-align: left;
}

.contenu_generique .date
{
	padding: 5px;
	padding-bottom: 0px;
	text-align: right;
}

.articles .titre input, .ressources .titre input, .fichiers .titre input
{
	width: 50%;
}

.contenu textarea
{
	width: 100%;
}

.personnes .contenu
{
	padding: 10px;
}


.personnes .contenu a
{
	color: #000000;
	font-weight: normal;
	font-size : medium;
}

.erreur_inscription
{
	color : #FF0000;
}

.succes_inscription
{
	color : #00AA00;
}