@import url(form.css);

Body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color:#2E2E2E;
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-darkshadow-color:#2E2E2E;
	scrollbar-face-color:#444444;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#444444;
	scrollbar-track-color:#222222;
	color:#fff;
}

Body.frame {
	background-color: #1E1E1E;
}

Body.tbtframe {
	background-color: #1E1E1E;
}

/* default text */
TD {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	/*	COLOR: #CCCCCC;*/
}

P {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	/*	COLOR: #CCCCCC;*/
}

/* nav text */
.navred  {
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #CC0000;
}

.navgrey {
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	FONT-SIZE: 11px;
	COLOR: #CCCCCC;
}

/* nav links */
A.nav:link, A.nav:visited, A.nav:active  {
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	FONT-SIZE: 18px;
	COLOR: #CC0000;
}

A.nav:hover {
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	FONT-SIZE: 18px;
	TEXT-DECORATION: underline;
}
A.navar:link, A.navar:visited, A.navar:active  {
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	FONT-SIZE: 13px;
	COLOR: #CC0000;
}

A.navar:hover {
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	FONT-SIZE: 13px;
	TEXT-DECORATION: underline;
}
A.navgrey:link, A.navgrey:visited, A.navgrey:active  {
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	FONT-SIZE: 11px;
	COLOR: #CCCCCC;
}

A.navgrey:hover {
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	COLOR: #CCCCCC;
	FONT-SIZE: 11px;
	TEXT-DECORATION: underline;
}

/* red text */
.red  {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #CC0000;
}

.redb  {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #CC0000;
	FONT-WEIGHT: Bold;
}

.redl  {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #CC0000;
}

/* white text */
.white {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px;
	COLOR: #CCCCCC;
	/*	COLOR: #FFFFFF;*/
}

.whiteb {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
	/*	COLOR: #FFFFFF;*/
	COLOR: #CCCCCC;
	FONT-WEIGHT: Bold;
}

.whitel {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px;
	/*	COLOR: #FFFFFF;*/
	COLOR: #CCCCCC;
}

/* grey text */
.grey {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
/* COLOR: #CCCCCC;*/
COLOR: #FFFFFF;
}
/* --------------------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */

/* Titraille / Intertitres */

h3.spip {} /* Cf.: spip_style.css */
hr.spip {} /* Cf.: spip_style.css */

/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: #666; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }

/* Listes */
ul.spip {} /* Cf.: spip_style.css */
ol.spip {} /* Cf.: spip_style.css */
dl {}
dt {}
dd {}

/* Citations, code et poesie */
cite {}
q {}
blockquote {}
blockquote.spip {} /* Cf.: spip_style.css */
blockquote.spip_poesie {} /* Cf.: spip_style.css */
.spip_code {} /* Cf.: spip_style.css */
.spip_cadre {} /* Cf.: spip_style.css */
address {}

/* Tableaux */
table.spip {} /* Cf.: spip_style.css */

/* Logos, documents et images */
img { margin: 0; padding: 0; border: 0; }
.spip_logos {} /* Cf.: spip_style.css */
.spip_documents {} /* Cf.: spip_style.css */
.spip_documents_center {} /* Cf.: spip_style.css */
.spip_documents_left {} /* Cf.: spip_style.css */
.spip_documents_right {} /* Cf.: spip_style.css */
.spip_doc_titre {} /* Cf.: spip_style.css */
.spip_doc_descriptif {} /* Cf.: spip_style.css */


/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */

#page { position: relative; width: 58em; margin: 0 auto; text-align: left; }

#entete { width: 58em; margin: 0; padding-top: 1.60em; border-bottom: 2px solid #8B6F92; }
#entete a.accueil { display: block; width: 67%; }
#entete a.accueil img.spip_logos { vertical-align: bottom; line-height: 1em; }
#entete a.accueil #nom_site_spip { vertical-align: bottom; font-size: 2.2em; font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; font-weight: normal; }
#entete .formulaire_menu_lang { position: absolute; right: 0; top: 0.90em; display: block; width: 30%; } /*Cf.: spip_formulaires.css*/

#conteneur { clear: both; float: left; width: 67%; overflow: hidden; }
#contenu { padding-top: 0.30em; }

#navigation { float: right; width: 30%; margin-top: 1em; overflow: hidden; }
#extra { float: right; clear: right; width: 30%; margin-top: 1em; overflow: hidden; }

#pied { clear: both; width: 100%; margin: 0; padding: 0.40em 0; border-top: 1px solid #8B6F92; text-align: center; font-size: 0.90em; }
#pied img { vertical-align: middle; }

/* Espaceur de blocs */
.nettoyeur { clear: both; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

#hierarchie { clear: both; margin-bottom: 2em; font-size: 0.90em; }
#hierarchie, #hierarchie a { color: #666; }

.cartouche { margin-bottom: 2em; }
.cartouche .spip_logos { float: right; margin-left: 16px; margin-bottom: 4px; }
.cartouche p { margin: 0; padding: 0; clear: left; }
.surtitre, .soustitre { font-size: 0.90em; color: #666; text-transform: uppercase; letter-spacing: 0.10em; }
.cartouche .surtitre { margin-bottom: 0.30em; }
.cartouche .soustitre { margin-top: 0.50em; margin-bottom: 0.30em; }
.cartouche .traductions { font-size: 0.90em; }

.chapo { margin-bottom: 1.50em; line-height: 1.40em; font-weight: bold; color: #669; }
.texte { line-height: 1.60em; }
.hyperlien { display: block; background: #EEE; padding: 0.50em 1em; font-weight: bold; color: #8B6F92; }
.ps, .notes { margin-bottom: 2em; line-height: 1.40em; }
.notes { clear: both; font-size: 0.90em; }

abbr.published { border: 0; }

/* Portfolio */
#documents_portfolio { clear: both; margin: 2em auto; text-align: center; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 4px solid #DDD; }
#documents_portfolio a.on .spip_logos { border-color: #F57900; }
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos { border-color: #8B6F92; }


/* Habillage des forums
---------------------------------------------- */
.repondre { clear: both; margin-top: 2.50em; margin-right: 1em; text-align: right; font-weight: bold; }

/* Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.50em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; color: #333; }
.forum-texte { margin: 0; padding: 0.50em 1em; color: #333; }
.forum-texte .hyperlien {}
.forum-texte .repondre { margin: 0; padding: 0.10em 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: 0; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; background: #99ccff; }
ul ul .forum-chapo { background: #82c0ff; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }


/* Habillage des petitions
---------------------------------------------- */
#signatures { clear: both; margin: 0 0 2em 0; padding: 0; background: none; }
#signatures table { width: 100%; margin: 1em 0 0 0; }
#signatures thead { text-align: center; color: #555; }
#signatures td { padding: 0.50em; border: 2px solid #FEFEFE; vertical-align: top; }
#signatures td.signature-date { background: #E4F0F0; text-align: center; white-space: nowrap; }
#signatures td.signature-nom { background: #ECF4F4; text-align: center; }
#signatures td.signature-nom small { display: block; }
#signatures td.signature-message { background: #F4F8F8; }
#signatures .formulaire_recherche { margin: 1em 0; text-align: right; } /*Cf.: spip_formulaires.css*/
#signatures .formulaire_recherche input.text { width: 10em; text-align: left; } /*Cf.: spip_formulaires.css*/


/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Habillage general des menus de navigation */
.menu { clear: both; margin-bottom: 2em; text-align: left; }
.menu p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu ul { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #DDD; }
.menu ul li { margin: 0.20em 0; padding: 0.20em; border-top: 1px solid #DDD; }
.menu ul li ul { margin-left: 1em; border: 0; }
.menu ul li li { padding: 0; border: 0; }

/* Pagination */
.pagination { clear: both; text-align: right; font-size: 0.90em; color: #666; }
.pagination .on { font-weight: bold; color: #666; }

/* Rubriques */
.rubriques ul { border: 0; }
.rubriques ul li { background: #EEE; border: 0; }

.formulaire_recherche { margin-bottom: 2em; } /*Cf.: spip_formulaires.css*/

/* Listes d'articles et extraits introductifs */
.articles ul li { clear: both; padding: 0.40em 0.20em; }
.articles ul li h3 { margin: 0.30em 0; }
.articles .spip_logos { float: right; clear: right; margin: 0 0 4px 16px; }
.articles ul li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.articles ul li .introduction { margin-top: 0.30em; line-height: 1.40em; }


/* Couleurs des liens
---------------------------------------------- */
a { color: #604A7F; text-decoration: none; }
a:focus,a:hover,a:active { color: #F57900; text-decoration: underline; }

/* SPIP-STYLE                                                           */
/* Cette feuille contient les styles associes au code genere par SPIP.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de vos squelettes.                */


/* Intertitre */
h3.spip { text-align: left; margin-top: 2em; margin-bottom: 1.4em; font-size: 1.15em; font-weight: bold; color:#99ccff}
hr.spip { margin: 2em auto; }

/* Listes SPIP */
ul.spip {}
ol.spip { list-style: decimal; }

/* Citations, code et poesie */
blockquote.spip { margin: 2em 0; padding-left: 1em; border-left: 0.30em solid; }
blockquote.spip_poesie { margin: 2em 0; padding-left: 1em; border-left: 1px solid; font-family: Garamond, Georgia, Times, serif; }
blockquote.spip_poesie div { text-indent: -3em; margin-left: 3em; }

.spip_code, .spip_cadre { font-family: Courier, "Courier New", monospace; color: #036; }
.spip_cadre { width: 99%; background-color: #F4F8F8; border: 1px inset; }
div.spip_code, .spip_cadre { margin-bottom: 1em;  }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #EEE; }
table.spip tr.row_even { background: #DDD; }
table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 1px solid; }
table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { vertical-align: top; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; }
.spip_documents { text-align: center; line-height: normal; }
.spip_documents p { margin: 0.10em; padding: 0; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; }

/* modeles par defaut */
.spip_modele { float: right; display: block; padding: 1em; border: 1px solid; width: 180px; }

/* Couleurs des liens de SPIP */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_ancre {} /* liens internes a la page */
a.spip_in {} /* liens internes */
a.spip_mail { color: #900; }
a.spip_mail:before { content: "\002709"; } /* liens vers un email */
a.spip_out { color: #FF0000; } /* liens sortants */
a.spip_url { color: #FF0000; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
a.spip_glossaire:hover { text-decoration: underline overline; }
.on { font-weight: bold; } /* liens exposes */
.greyb {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
/* COLOR: #CCCCCC;*/
COLOR: #FFFFFF;
	FONT-WEIGHT: Bold;
}

.greyl {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px;
/* COLOR: #CCCCCC;*/
COLOR: #FFFFFF;
}

/* light grey text */
.lgrey {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px;
/* COLOR: #CCCCCC;*/
COLOR: #FFFFFF;
}

.lgreyb {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
/* COLOR: #CCCCCC;*/
COLOR: #FFFFFF;
	FONT-WEIGHT: Bold;
}

.lgreyl {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px;
/* COLOR: #CCCCCC;*/
COLOR: #FFFFFF;
}

.lgreyll {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 12px;
/* COLOR: #CCCCCC;*/
COLOR: #FFFFFF;
}

/* dark grey text */
.dgrey {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
	COLOR: #cccccc;
	background:#c20106;
}

.dgreyb {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
	COLOR: #666666;
	FONT-WEIGHT: Bold;
}

.dgreyl {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px;
	COLOR: #666666;
}

.dgreyll {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 12px;
	COLOR: #666666;
}

/* blue text */
.blue {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
	COLOR: #91B7B2;
}

.blueb {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
	COLOR: #91B7B2;
	FONT-WEIGHT: Bold;
}

.bluel {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px;
	COLOR: #91B7B2;
}

/* faq text */
h1 {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 16px;
	COLOR: #ffffff;
	font-weight: bold;
	border:1px solid #c20106;
	text-align:center;
	width:100%;
	background:#c20106;
}


/* default links */
A:link, A:visited, A:active  {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	/*	COLOR: #FFFFFF;*/
	COLOR: #CCCCCC;
}

A:hover {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*	COLOR: #FFFFFF;*/
	COLOR: #CCCCCC;
	TEXT-DECORATION: underline;
}

/* white links */
A.white:link, A.white:visited, A.white:active  {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	/*	COLOR: #FFFFFF;*/
	COLOR: #CCCCCC;
}

A.white:hover {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*	COLOR: #FFFFFF;*/
	COLOR: #CCCCCC;
	TEXT-DECORATION: underline;
}

/* blue links */
A.blue:link, A.blue:visited, A.blue:active  {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	COLOR: #91B7B2;
}

A.blue:hover {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #91B7B2;
	TEXT-DECORATION: underline;
}

/* red links */
A.red:link, A.red:visited, A.red:active  {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	COLOR: #CC0000;
}

A.red:hover {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #CC0000;
	TEXT-DECORATION: underline;
}

/* grey links */
A.grey:link, A.grey:visited, A.grey:active  {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
/* COLOR: #CCCCCC;*/
COLOR: #FFFFFF;
}

A.grey:hover {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
/* COLOR: #CCCCCC;*/
COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}

/* light grey links */
A.lgrey:link, A.lgrey:visited, A.lgrey:active  {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
/* COLOR: #CCCCCC;*/
COLOR: #FFFFFF;
}

A.lgrey:hover {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
/* COLOR: #CCCCCC;*/
COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}

/* light grey underline links */
A.ugrey:link, A.ugrey:visited, A.ugrey:active  {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
/* COLOR: #CCCCCC;*/
COLOR: #FFFFFF;
}

A.ugrey:hover {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
/* COLOR: #CCCCCC;*/
COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}

/* dark grey links */
A.dgrey:link, A.dgrey:visited, A.dgrey:active  {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	COLOR: #666666;
}

A.dgrey:hover {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #666666;
	TEXT-DECORATION: underline;
}

/* dark grey underline links */
A.dugrey:link, A.dugrey:visited, A.dugrey:active  {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	COLOR: #666666;
}

A.dugrey:hover {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #666666;
	TEXT-DECORATION: underline;
}



span.exdate {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #CC0000;
	
}

span.exhead {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #CCCCCC;
	
}

div.exdate {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #CC0000;
}

div.exhead {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #CCCCCC;	
}
 
 
div.exbody {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #CCCCCC;
	font-weight: bold;
	position: absolute;
	top: 103px;
}




#intro_slanepic {
	float: left;
}
a img {border:none; }

#header {
  float:center;
  width:100%;
  background:#c20106;
  font-size:93%;
  line-height:normal;
  
  }
  
#header ul {
  margin:0;
  padding:0px 2px 0;
  list-style:none;
  }
#header li {
  display:inline;
  margin:0;
  padding:0;
  }
#header a {
  float:left;
  background:url("left_both.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  text-decoration:none;
  white-space:nowrap;
  }
#header a span {
  float:left;
  display:block;
  background:url("right_both.gif") no-repeat right top;
  padding-bottom:2px;
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
  color:#333;
  }
#header #current a {
  background-position:0 -150px;
  border-width:0;
  }
#header #current a span {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
#header a:hover {
  background-position:0% -150px;
  }
#header a:hover span {
  background-position:100% -150px;
  }
  
  #headerarticle {
  float:center;
  width:100%;
  background:#c20106;
  font-size:93%;
  line-height:normal;
  background:#c20106 url("bannhaut.gif") no-repeat right top;
  }
  #headerarticle ul {
  margin:0;
  padding:0px 10px 0;
  list-style:none;
  }
#headerarticle li {
  display:inline;
  margin:0;
  padding:0;
  }
#headerarticle a {
  float:left;
  background:url("left_both.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  text-decoration:none;
  white-space:nowrap;
  }
#headerarticle a span {
  float:left;
  display:block;
  background:url("right_both.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#headerarticle a span {float:none;}
/* End IE5-Mac hack */
#headerarticle a:hover span {
  color:#333;
  }
#headerarticle #current a {
  background-position:0 -150px;
  border-width:0;
  }
#headerarticle #current a span {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
#headerarticle a:hover {
  background-position:0% -150px;
  }
#headerarticle a:hover span {
  background-position:100% -150px;
  }
#textearticle{
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 16px;
	COLOR: #ffffff;
	font-weight: normal;
	}
ul.forum { display: block;
	clear: both; margin: 1;
	padding: 0;

}

.encadre { 
	border:1px solid #c20106;
	text-align:left;
	padding:0 9px 9px 0px;
}
.page_dor { 
	list-style: none; 
	border:1ex solid gray;
	margin:0;
	padding:1em;
}
.formulaire_livre_dor { 
	font-size:100%;
}
.formulaire_livre_dor fieldset { 
	border: 2px solid #ccc; 
	padding:1em; 
}
.formulaire_livre_dor legend { 
	margin:0; 
	padding:0 1em; 
}
.formulaire_livre_dor fieldset p { 
	margin:0; 
	padding:0; 
}
.formulaire_livre_dor fieldset p.spip_bouton input { 
	font-size:90%; 
	font-weight:bold; 
	margin-top:0.5em; 
	background-color:#fcc;
}
.formulaire_livre_dor .commentaire {}
.formulaire_livre_dor .signature { 
	font-style: italic; 
}
#annonces {
  float:left;
  width:100%;
  background:#c30308;
  font-size:93%;
  line-height:normal;
  
  }
  
#annonces ul {
  margin:0;
  padding:0px 10px 0;
  list-style:none;
  }
#annonces li {
  display:inline;
  margin:0;
  padding:0;
  }
#annonces a {
  float:left;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  text-decoration:none;
  white-space:nowrap;
  }
#annonces a span {
  float:left;
  display:block;
  padding:5px 15px 4px 6px;
  font-weight:bold;
  color:#FFFFFF;
  }
  .laureats {
  float:right;
  width:90px;
  font-size:10px;
  border-left:solid 2px #FF0000;
  border-right:solid 0px #FF0000;
  text-align:center;
  display:inline;}

.laureats a  {
  float:right;
  width:90px;
  font-size:10px;
  border-left:solid 2px #FF0000;
  border-right:solid 0px #FF0000;
  text-align:center;
  display:inline;}

#partenairesdefile {
  float:right;
  width:150px;
  font-size:10px;
  border-left:solid 4px #FF0000;
  border-right:solid 4px #FF0000;
  text-align:center;}
  
  #titrepartenaires{
	  background-color:#000;
	  }

.actu a {
  float:left;
  margin:0;
text-decoration:none;
font-size:11px;

  }
.message{
	float:left;
	text-align:left;
	width:100%;
	}
	
#une{
	float:left;
  width:200px;
  font-size:20px;
  border:solid 4px #FF0000;
  margin-top:2px;
   text-align:center;
   background-color: #000000;
  

	}
.titre_articlealbum a{
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color: #FF0000;
	
	}

/* END intro page styles */

