/* -------------------------------------------------------
  Ces styles s'ajoutent ou modifient base.css
  These styles add or modify styles in base.css
------------------------------------------------------- */

body {
	background-color: #FFFAF4;
	background-image: none;
}

#page
{
	background-color: #993333;
	width: 75%;
	min-width: 780px;
	max-width: 1000px;
}


#entete       /* background banner */
{
	margin: 0px 0px 0px 0px;
	background-image: url("img/banner.jpg");
	border: 0px;
	height: 120px;
	overflow: hidden;
}

/*  second background image in the banner */
#entete a.nom-site,
#entete a.nom-site:link,
#entete a.nom-site:visited
{
	background-image: url("img/fluidright.jpg");
	background-position: right top;
	background-color: transparent;
	background-repeat: no-repeat;
}
.article-info-rubrique h5
{
	font-size: 85%;
	color: #FFCC33;	
}
.article-info-rubrique h5 a
{
	font-size: 85%;
	color: #993333;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
}
.detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.detail a {
	color: #666666;
	text-decoration: none;
}
.detail a:hover {
	color: #666666;
	text-decoration: underline;
}
/* we hide the site's name  */
#entete .nom-site span
{
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#menu-lang { top: 4px }

/* -------------------------------------------------------
  Changement de couleur de fond pour les blocs de navigation
------------------------------------------------------- */


/* COULEURS des menus et edito */
.menu ul li a,
.menu ul li b
{
	background-color: #993333;
	border-style: none;
	background-image: none;
}

.edito h3 { background-color: #371f02; }

/* bleu fonce extrait de l'image du bandeau */
.menu ul li li a
{
	background-image: url("img/aab.jpg");
	background-color: none;
	background-repeat: repeat;
	color: black;
}

.menu li span
{
	background-color: #993333;
	color: black;
}
.forum-titre {
	font-weight: bold;
	font-size: 90%;
	color: #993333;
}
.forum-titre a{
	font-weight: bold;
	font-size: 90%;
	color: #993333;
}

/* -------------------------------------------------------
   MENU PRINCIPAL HORIZONTAL au dessus du bandeau
   Horizontal menu over banner
 ------------------------------------------------------- */


#bloc-contenu
{
	color: #993333;
	background-color: #F9EDD9;
	border: 1px solid #630;
}

#encart, #menu-rubriques { top: 128px; }

/* -------------------------------------------------------
   Changement de couleur de fond pour les menus de navigation
 ------------------------------------------------------- */


/* COULEURS des menus et edito */
.menu-item,
.menu-titre-special, 
.menu-titre,
.menu ul li a, 
.menu ul li b,
.edito h3 { background-color: #e6741c; }

/* bleu fonce extrait de l'image du bandeau */
.menu ul li { border-top: 1px solid #F9EDD9; }

#menu-principal.menu ul li a,
#menu-principal.menu ul li a:visited
{
	background-color: #e6741c;
	font-weight: bold;
	text-transform: uppercase;
}
#menu-principal.menu ul li a:hover { background-color: #F9EDD9;}
#menu-principal.menu ul li { border-top: 1px solid #690606; }

/* separateur : meme couleur que fond de BODY */
.menu ul li a, 
.menu ul li b,
.edito h3,
.signatures td { background-image: none; }

/* background */
.menu ul li li a, 
.menu ul li li a:visited,

li.annonce { color: #211; background-color: #E9CE96; }

.menu ul li a:hover,
.menu ul li li a:hover,
.menu ul li li a.article:hover { background-color: #e6741c; }
.menu ul li li a.lienon, .menu li span { background-color: #FEE7C5; }
.menu ul li li a.article { background-color: #FFFFED; }



/* -------------------------------------------------------
   Autres changement de couleur et typo
 ------------------------------------------------------- */


.chapo,
.extrait,
.edito .chapo
{
	background-color: #F9EDD9;
	color: #211;

}
#EDIT {
	color: #999999;
}
h4 {
	color: #CC99CC;
}
h4 a{
	color: #CC99CC;
}
.cartouche
{
	/*border-top: 2px solid #404040;*/
	margin-bottom: 15px;
	/*clear: right;*/
}
/* -------------------------------------------------------
 	1. LIENS base
 ------------------------------------------------------- */

a, a:link, a:visited
{
	text-decoration: none;
	color: #FF6600;
}

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

a.spip_out,
a.spip_in,
a.spip_url,
a.spip_glossaire { color: #0A74A6; 
}h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
