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

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

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


#entete       /* background banner */
{
	background-image: url(img/tetieregene.jpg);
	overflow: hidden;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 120px;
	width: 1000px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -85px;
	float: left;
}

/*  second background image in the banner */
#entete a.nom-site,
#entete a.nom-site:link,
#entete a.nom-site:visited
{
	background-image: none;
	background-position: right top;
	background-repeat: no-repeat;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	height: 0px;
	width: 0px;
	margin: 100px;
}


/* we hide the site's name  */
#entete .nom-site span
{
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin: 100px;
}

#menu-lang {
	top: 4px;
	font-weight: bold;
	font-family: "Comic Sans MS";
	padding-left: -100px;
}

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


/* COULEURS des menus et edito */
.menu ul li a,
.menu ul li b
{
	border-style: none;
	background-image: none;
	font-weight: bold;
	font-family: "Comic Sans MS";
}

.edito h3 {
	background-color: #990000;
	font-family: "Comic Sans MS";
}

/* bleu fonce extrait de l'image du bandeau */
.menu ul li li a
{
	background-image: none;
	background-repeat: repeat;
	color: black;
	font-family: "Comic Sans MS";
}

.menu li span
{
	color: black;
	font-family: "Comic Sans MS";
}



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


#bloc-contenu
{
	font-size: Aucune;
	background-image: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 110px;
	margin-top: 35px;
	background-color: #db9d64;
	font-family: "Comic Sans MS";
	margin-left: 80px;
	width: 755px;
	color: #666666;
}

#encart, #menu-rubriques {
	top: 123px;
	margin-top: 35px;
	font-weight: bold;
	font-family: "Comic Sans MS";
	margin-left: -100px;
}

/* -------------------------------------------------------
   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: #084c0c;
	font-family: "Comic Sans MS";
}

/* bleu fonce extrait de l'image du bandeau */
.menu ul li {
	font-family: "Comic Sans MS";
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #084c0c;
}

#menu-principal.menu ul li a,
#menu-principal.menu ul li a:visited
{
	background-color: #084c0c;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Comic Sans MS";
	margin-left: 200px;
}
#menu-principal.menu ul li a:hover {
	background-color: #cccccc;
	font-family: "Comic Sans MS";
}


/* separateur : meme couleur que fond de BODY */
.menu ul li a, 
.menu ul li b,
.edito h3,
.signatures td {
	background-image: none;
	font-family: "Comic Sans MS";
	color: #FFFFFF;
}

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

li.annonce {
	color: #084c0c;
	font-family: "Comic Sans MS";
	background-color: #990000;
}

.menu ul li a:hover,

.menu ul li li a.article:hover {
	background-color: #CCCCCC;
	font-family: "Comic Sans MS";
	color: #990000;
}
.menu ul li li a.lienon, .menu li span {
	background-color: #084c0c;
	font-family: "Comic Sans MS";
}
.menu ul li li a.article {
	background-image: none;
	background-color: #db9d64;
	font-family: "Comic Sans MS";
}



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


.chapo,
.extrait,
.edito .chapo
{
	font-family: "Comic Sans MS";
	color: #000000;
	background-color: #db9d64;
}

