/* -------------------------------------------------------------
                      LIENS HYPERTEXTES				  
-------------------------------------------------------------- */

a		{ 
		text-decoration: none ;
		color: #B91111; 
		}

a:hover { 
		text-decoration: underline;
		color: #B91111; 
		}

/* -------------------------------------------------------------
                      COULEURS DU SITE
BEIGE :					  
clair FFEEDD
moyen FFE4C8
foncé FFD7AE					  
-------------------------------------------------------------- */

body	{
		background-color:#FFE4C8;
		}
		
.couleur1 {  
		background-color:#FFE4C8;
		}

.couleur2 {  
		background-color:#FFEEDD;
		}

.couleur3 {  
		background-color:#FFD7AE;
		}				

/* -------------------------------------------------------------
                          NAVIGATION
-------------------------------------------------------------- */

.baseline {  
		font-family: Georgia, Times New Roman, Times, serif; 
		font-size: 30px; 
		text-decoration: none;
		font-style: italic;
		}

.navigation {  
		font-family: Georgia, Times New Roman, Times, serif; 
		font-size: 18px; 
		text-decoration: none;
		}

/* -------------------------------------------------------------
                          RUBRIQUE
-------------------------------------------------------------- */

.titre-rubrique {  
		font-family: Georgia, Times New Roman, Times, serif; 
		font-size: 23px; 
		text-align: center;
		}

.titre-sous-rubrique {  
		font-family: Georgia, Times New Roman, Times, serif; 
		font-size: 20px; 
		text-decoration: none;
		}
		
.titre-article {  
		font-family: Georgia, Times New Roman, Times, serif; 
		font-size: 12px; 
		text-decoration: none;
		}

.descriptif-rubrique {  
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 14px;
		}

/* -------------------------------------------------------------
                          ARTICLE
-------------------------------------------------------------- */

.titre	{  
		font-family: Georgia, Times New Roman, Times, serif; 
		font-size: 22px; 
		text-align: center;
		}

h3.spip {
		font-family: Georgia, Times New Roman, Times, serif; 
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		}

p 		{  
		font-family: Georgia, Times New Roman, Times, serif; 
		font-size: 15px; 
		}

.date 
		{ 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #5A5858; 
		}

.chapo 	{ 
		font-family: Georgia, Times New Roman, Times, serif; 
		font-size: 12px; 
		font-style: italic;
		font-weight: bold;
		}

p.spip_note { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		color: #515151; 
		}

.spip_documents	{  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #6E6E6E;
		text-align: left; 
		}

/* -------------------------------------------------------------
                          ARTICLE
-------------------------------------------------------------- */

.contexte-rubrique {  
		font-family: Georgia, Times New Roman, Times, serif; 
		font-size: 23px; 
		text-align: center;
		color: #B84000;
		}

.contexte-article {
		font-family: Georgia, Times New Roman, Times, serif; 
		font-size: 12px; 
		color: #B84000;
		text-decoration: none;
		}

/* -------------------------------------------------------------
                FEUILLES DE STYLES SPIP
-------------------------------------------------------------- */

/* Liens Spip ----------  */

a.spip_url { color: #B91111; }

a.spip_in { color: #B91111; }

A.spip_out, .spip_out { color: #B91111; }

A:hover.spip_out  {
		text-decoration: underline;
		color: #333333; 
		}

.spip_surligne {
		color: #B91111;
		}

.spip_code { }

/* -------------------------------------------------------------
                TABLEAUX SPIP
-------------------------------------------------------------- */

table.spip {
		vertical-align: top;
		}

table.spip tr.row_first {
		background-color: #D1D5BA;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #000000;
		vertical-align: top;
		}

table.spip tr.row_odd {
		background-color: #D1D5BA;
		vertical-align: top;
		}

table.spip tr.row_even {
		background-color: #EDEEE6;
		vertical-align: top;
		}

table.spip td {
		padding: 1px;
		text-align: left;
		vertical-align: center;
		}

hr.spip { }
b.spip { }
i.spip { }

/* -------------------------------------------------------------
                        FORMULAIRES
-------------------------------------------------------------- */

.formrecherche { 
		background-color:#FFD7AE; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size:12px; 
		color: #000000; 
		height:18px; 
		width: 150px;
		border:1px black solid; 
		border-color:#000000;
		border-style:0px;
		margin-bottom: 0;
		} 

.spip_bouton {
		background-color:#FFD7AE;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color: #000000;
		height:17px;
		border:1px black solid;
		border-style:0px;
		background-position: center;
		} 

