

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a	
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a	
}
/* COLONNE CENTRALE */
.grand_cadre
{
	padding: 10px;
	background-image: url(images/fond_titre_long.jpg);
	width: 601px;
	color: #505050;
	font-size: 18px;
	clear:both;
}

.zone_logo
{
float:left;
display: table-cell;
width:200px;
padding-right:11px;
text-align:center;
}

.zone_texte
{
	display: table-cell;
	width: 400px;
	padding: 6px 0px 0px 0px;
	text-align: justify;
}






.petit_cadre
{
	padding: 5px;
	background-image: url(images/fond_titre_court.jpg);
	width: 290px;
	clear:both;
	display:block;
}

.petit_cadre_texte
{
	padding: 5px;
	width: 290px;
	display:block;
	margin-bottom:10px;
}

A.lien_bouton
{
	padding: 5px;
	background-color: maroon;
	color: white;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 200px;
	margin: 10px auto 10px auto;
	display: block;
	text-align: center;
}
A.lien_bouton:HOVER
{
	padding: 5px;
	background-color: white;
	color: maroon;
	border: 1px solid black;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
/* MENU */
.cadre_menu
{
	position: absolute;
	display: none;
	z-index: 4;
	left:-10px;
	width: 200px;
	top: 1px;
	border: 1px solid #912a61;
	
}
A.lien_menuniveau1 {
	font-size: 14px;
	color: #912a61;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

A.lien_menuniveau1:HOVER {
	font-size: 14px;
	color: #912a61;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #ffe1fd;
	padding: 5px 5px 5px 5px;	
	text-align: center;	
}

LI.lignemenu
{
	list-style-image: none;
	list-style: none;
}

A.lien_menu {
	font-size: 12px;
	color: #912a61;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #ffe1fd;
}

A.lien_menu:HOVER {
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #912a61;
}


/* FORMULAIRE */
INPUT.recherche
{
	font-size: 10px;
	color: #545454;
	height:16px;
	width:80px;
	border: 0 none;
}

INPUT.ok_recherche
{
	height:22px;
	width:37px;
	background-image: url(/images/okrecherche.png);
	border: 0 none;	
}

INPUT.form1
{
	font-size: 20px;
	color: #545454;
	height: 30px;
	border: 0 none;
	background-color: #e2c5f1;
	margin:5px;
}
INPUT.form1:HOVER
{
	font-size: 20px;
	color: #545454;
	height: 30px;
	border: 0 none;
	background-color: #ffe4b5;
}
TEXTAREA.form1
{
	font-size: 14px;
	color: #545454;
	height: 130px;
	border: 0 none;
	background-color: #e2c5f1;
}
TEXTAREA.form1:HOVER
{
	font-size: 14px;
	color: #545454;
	height: 130px;
	border: 0 none;
	background-color: #ffe4b5;
}
fieldset
 {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: #f2f2f2;
}

legend
 {
	font-size: 12px;
	color: #6a006a;
	font-weight: bold;
}

label
 {
	font-size: 14px;
	color: #6a006a;
	font-weight: bold;
	padding: 6px;
}
.submit
 {
	font-size: 14px;
	width: 100px;
	color: white;
	font-weight: bold;
	background: #8b008b;
	padding: 5px;
	float: right;
}
.submit:hover
 {
	font-size: 14px;
	width: 100px;
	color: #8b008b;
	font-weight: bold;
	background: white;
	padding: 5px;
	float: right;
}
.erreur
 {
	font-size: 12px;
	color: #d5d5d5;
	background-color: red;
}

.formulaire_spip ul {
	list-style: none;
}

.formulaire_spip li {
	margin: 0;
	padding: 10px 10px 10px 130px;
	clear:both;
	border-top: 1px solid #[(#GET{foncee}|couleur_eclaircir|couleur_eclaircir)];
}

.formulaire_spip label {
	width: 120px;
	float:left;
	margin-left:-125px; 
	text-align: left;
	vertical-align: top;
}

.formulaire_spip .choix label {
	float:none;
	width: 25px;
	margin: 0px 15px 5px 0px;
	vertical-align: top;
}

.formulaire_spip li fieldset {
	border:1px solid #888;
	background:white;
	margin-left:-125px; /* redecalage vers la gauche... IE < 8 ne le prend pas en compte */
}
/* LIEN */

A {
	font-weight: bold;
	color: #8d0052;
	text-decoration: none;
}
A:HOVER {
	font-weight: bold;
	color: #8d0052;
	text-decoration: underline;
}

A.menu {
	font-size: 12px;
	color: White;
	text-decoration: none;
		font-weight: bold;
}

A.menu:HOVER {
	font-size: 12px;
	color: red;
	text-decoration: none;
	font-weight: bold;
	background-color: white;
}
A.menubas {
	font-size: 10px;
	color: #c60274;
	text-decoration: none;
}

A.menubas:HOVER {
	font-size: 10px;
	color: white;
	text-decoration: none;
}

A.lien_baspage {
	font-size: 10px;
	color: #8d0052;
	text-decoration: none;
}

A.lien_baspage:HOVER {
	font-size: 10px;
	color: #8d0052;
	text-decoration: underline;
}


A.lien_dernier {
	font-size: 11px;
	color: White;
	text-decoration: none;
		font-weight: bold;
}

A.lien_dernier:HOVER {
	font-size: 11px;
	color: #fdf5e6;
	text-decoration: none;
	font-weight: bold;
}
A.lien_newscol {
	font-size: 16px;
	color: #8d0052;
	text-decoration: none;
	font-weight: bold;
}

A.lien_newscol:HOVER {
	font-size: 16px;
	color: #8d0052;
	text-decoration: none;
	font-weight: bold;
}
A.lien_article {
	font-size: 18px;
	color: #8d0052;
	text-decoration: none;
}

A.lien_article:HOVER {
	font-size: 18px;
	color: #8d0052;
	text-decoration: none;
}

A.arianne {
	font-size: 10px;
	color: white;
	text-decoration: none;
}

A.arianne:HOVER {
	font-size: 10px;
	color: #fdf5e6;
	text-decoration: underline;
}
A.nuage {
	font-size: 10px;
	color: #ededed;
	text-decoration: none;
}

A.nuage:HOVER {
	font-size: 10px;
	color: white;
	text-decoration: underline;
}
A.lien_forum {
	font-size: 14px;
	color: #b22222;
	text-decoration: none;
}

A.lien_forum:HOVER {
	font-size: 14px;
	color: red;
	text-decoration: underline;
}
/* MISE EN PAGE */

.titre
 {
	font-size: 16px;
	color: #8d0052;
	text-transform: uppercase;
	font-weight: bold;
}
.surtitre_gris
 {
	font-size: 14px;
	color: #4a4a4a;
	text-transform: uppercase;	
}
.soustitre
 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: bold;
}


.groschiffre
 {
	font-size: 50px;
	color: #8b0051;
	font-weight: bold;
}

.texte
 {
	text-align: justify;
}
.petit_blanc
 {
	font-size: 8px;
	color: white;
}


.petit_texte {  font-size: 10px; font-weight: normal; color: Black;
	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_doc_titre{
	font-size: 12px;
	font-weight: bolder;
}
.spip_doc_descriptif{
	font-size: 11px;
}

.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 { margin: 0px; padding: 0px; border: none; }

.spip_logos { margin: 0px; padding: 5px; border: none; }
