
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.petit_texte {   font-size: 11px; font-weight: normal; color: Black;
}


A.menu1 {
	font-size: 13px;
	font-weight: bold;
	color: #00017B;
	text-decoration: none;
	font: bold;
}

A.menu1:HOVER {
	font-size: 13px;
	font-weight: bold;
	color: #4B5763;
	text-decoration: none;
	font: bold;
}
A.menu2 {
	font-size: 11px;
	font-weight: bold;
	color: #5A4CAE;
	text-decoration: none;
	font: bold;
}

A.menu2:HOVER {
	font-size: 11px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	font: bold;
}



A {
	font-size: 12px;
	font-weight: normal;
	color: #00017B;
	text-decoration: none;
}
A:HOVER {
	font-size: 12px;
	font-weight: normal;
	color: #4B5763;
	text-decoration: none;
}


A.lien_titre {
	font-size: 14px;
	font-weight: bold;
	color: #E80000;
	text-decoration: none;
}
A.lien_titre:HOVER {
	font-size: 14px;
	font-weight: bold;
	color: #E80000;
	text-decoration: underline;
}

.titre
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #342C65;
	font-variant: small-caps;
}

.sstitre
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #D83030;
}

.libellerub
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFE4C4;
	background: #48797B;
}
.titreforum
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFE4C4;
	background: #48797B;
	margin: 5px;
	padding: 5px;
}
.petit_texte p.spip{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2C2C2C;
}
.descriptif p.spip{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2C2C2C;
}
.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	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; }

/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }


