

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ececec;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TD.cell1 {
	background-color: #f26956;
	color: white;
}
TD.cell2 {
	background-color: #bc546f;
	color: white;	
}
TD.cell3 {
	background-color: #f5e08d;

}
TR.ligne1 {
	background-color: #fcddd7;
}
TR.ligne2 {
	background-color: #efd7dd;
}
TR.ligne3 {
	background-color: #fef3f1;
}
TR.ligne4 {
	background-color: #f5e7ea;
}
INPUT.bouton {
	background-color: #bc546f;
	font-weight: bold;
	color: white;
	border-color: #bc546f #bc546f #bc546f #bc546f;
	border-left-color: #bc546f;
	outline-color: #bc546f;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	padding-left: 6px;
	padding-right: 6px;
}
.spip_bouton
{
	background-color: #bc546f;
	font-weight: bold;
	color: white;
}
.formulaire_spip label {
   font-weight: bold;
}
/* LIEN */

A {
	font-size: 12px;
	color: #bc546f;
	text-decoration: none;
}
A:HOVER {
	font-size: 12px;
	color: #bc546f;
	text-decoration: underline;
}
A.lienviolet {
	font-size:18px;
	color: #bc546f;
	text-decoration: none;
}
A.lienviolet:HOVER {
	font-size: 18px;
	color: #bc546f;
	text-decoration: underline;
}
A.lienblanc {
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
A.lienblanc:HOVER {
	font-size: 12px;
	color: #e7e7e7;
	text-decoration: none;
	font-weight: bold;	
}
A.lienmarron {
	font-size: 14px;
	color: #562b0c;
	text-decoration: none;
}
A.lienmarron:HOVER {
	font-size: 14px;
	color: #562b0c;
	text-decoration: none;
}
/* MISE EN PAGE */

.titre
 {
	font-size: 26px;
	color: #7B8082;
}

.soustitre
 {
	font-size: 14px;
	color: #3D3D3D;
	font-weight: bold;
}

.titre_maj
 {
	font-size: 16px;
	color: #f76c5c;
	font-weight: bold;
	text-transform: uppercase;
}

.libelle
 {
	text-align: right;
	font-weight: bold;
	color: #bc546f;
}


.texte
 {
	text-align: justify;
}

.petit_texte p.spip{
	font-size: 10px;
	font-weight: normal;
	color: #2C2C2C;
		text-align: justify;
}
.descriptif p.spip{
	font-size: 11px;
	font-weight: normal;
	color: #2C2C2C;
}
.spip_documents{
	font-size : 70%;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}

.spip_documents_left{
	float: left;
	margin-right: 15px; 
	text-align: center;
}

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: center;
}

/* Logos, documents et images */
img, .spip_logos { margin: 0px; padding: 0px; border: none; }