.annonce
{
	background-color: #b5cbd6;
	/* overflow: hidden; */
	text-align: center;
	font-size: x-small;
}

a, a:link, a:visited {
	text-decoration : underline;
	color : #666666;
}

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

#page
{
	position: relative;
	text-align: left; /* auto pour centrer horizontalement la boite dans BODY 
						 pour le navigateurs autres que IE/WIN */
	padding: 0;
	width: 900px; /* ou 100% pour largeur fluide pleine largeur */
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 3em;
	margin-left: auto;
	background-color: #dae5eb;
	box-shadow:0 0 10px 5px gray;
}

#menu-principal {
	position: absolute;
	top: -2em;
	margin-top: 0px;
	margin-left: 0px;
	width: 780px;
}

body {
	background-color: #dae5eb;
	background-image: url(img/DSCF2711.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: justify;
	background-attachment: scroll;
	background-position: center top;
}

#entete			/* voir (../inc/inc-bandeau.html) */
{
	position: relative;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border-width: 0;
	text-align: right;
	overflow: hidden;
	z-index: 10;
	background-image: url(img/bandeau1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

body.rub1 #entete {background-image: url(img/bandeau2.jpg);}
body.rub3 #entete {background-image: url(img/bandeau3.jpg);}
body.rub2 #entete {background-image: url(img/bandeau4.jpg);}
body.rub5 #entete {background-image: url(img/bandeau5.jpg);}

#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
	padding: 0;
	background-color: transparent;
	font-style: italic;	/* background-image - voir/see : 'alter.css' */
	letter-spacing: 0.50em;
}

#entete a.nom-site:hover
{
	color: red;
	text-shadow: white 0px 0px 8px;
	/* une fleur pour safari seulement */
}

#entete .nom-site span 		/* position du nom du site - position of the site's name  */
{
	display: block;
	position: absolute;
	bottom: 22px;
	right: 130px;
}


#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	background-image: url(img/mosaique1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

body.rub1 #entete a.nom-site, 
body.rub1 #entete a.nom-site:link,  
body.rub1 #entete a.nom-site:visited
{background-image: url(img/mosaique2.jpg);}

body.rub3 #entete a.nom-site, 
body.rub3 #entete a.nom-site:link,  
body.rub3 #entete a.nom-site:visited
{background-image: url(img/mosaique3.jpg);}

body.rub2 #entete a.nom-site, 
body.rub2 #entete a.nom-site:link,  
body.rub2 #entete a.nom-site:visited
{background-image: url(img/mosaique4.jpg);}

body.rub5 #entete a.nom-site, 
body.rub5 #entete a.nom-site:link,  
body.rub5 #entete a.nom-site:visited
{background-image: url(img/mosaique5.jpg);}


#menu-rubriques {
	position: absolute;
	top: 160px;
	width: 150px;
	left: 0px;
}

/* COULEURS des menus */
/*.menu ul li {	border-top: 1px solid #004411; } /* separateur : meme couleur que fond de BODY */

.menu ul li a:hover { text-decoration: none; }

/* text : color */
.menu ul li a, 
.menu ul li a:visited,
.menu ul li b 				{ color: white;}

.menu ul li li a, 
.menu ul li li a:visited 			{ color: #000000;}


.menu li span 				{ color: #444;}


.menu ul li a:hover,
.menu ul li li a:hover,
.menu ul li li a.lienon 	{ color: red;}


/* background */
.menu ul li a,
.menu ul li b {
/*	background-color: #000; */
	background-image: none;
}

.menu ul li a.sect1,
.menu ul li b.sect1 {
	background-image: url(img/btn1.jpg);
	background-repeat: repeat-x;
	height: 17px;
}

.menu ul li a.sect2,
.menu ul li b.sect2 {
	background-image: url(img/btn2.jpg);
	background-repeat: repeat-x;
	height: 17px;
}

.menu ul li a.sect3,
.menu ul li b.sect3 {
	background-image: url(img/btn3.jpg);
	background-repeat: repeat-x;
	height: 17px;
}

.menu ul li a.sect4,
.menu ul li b.sect4 {
	background-image: url(img/btn4.jpg);
	background-repeat: repeat-x;
	height: 17px;
}

.menu ul li a.sect5,
.menu ul li b.sect5 {
	background-image: url(img/btn5.jpg);
	background-repeat: repeat-x;
	height: 17px;
}


.menu ul li li a, 
.menu ul li li a:visited,
.menu li span 				{
	background-color: #b5cbd6;
}


.menu ul li a:hover,
.menu ul li li a:hover { background-color: #c6d0d2; }
.menu ul li li a.lienon 	{ background-color: #c6d0d2; }


.menu ul li li a.article { background-color: #eee; }
.menu ul li li a.article:hover { background-color: #FFEEA9; }

#sommaire {
	float: right;
	display: block;
	width: 160px;
	border: 1px gray solid;
	background-color: white;
	overflow: hidden;
	padding: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}

#bloc-contenu
{
	position: static;
	width: 100%
	margin: 10px 155px 5px 155px;
	padding: 10px 10px 5px;
	background: white;
	z-index: 20;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#encart
{
	position : absolute;
	top: 160px;
	right: 5px;
	width: 150px;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}


#menu-recherche { width: 140px; }

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-image: url(Images/Carre2.gif);
	position: relative;
	left: 0px;
	text-align: left;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #000;
	color: #FFFFFF;
	text-align: left;
}


h1.sect1 {
	background-image: url(img/btn1b.jpg);
	background-repeat: repeat-x;
	height: 28px;
}

h1.sect2 {
	background-image: url(img/btn2b.jpg);
	background-repeat: repeat-x;
	height: 28px;
}

h1.sect3 {
	background-image: url(img/btn3b.jpg);
	background-repeat: repeat-x;
	height: 28px;
}

h1.sect4 {
	background-image: url(img/btn4b.jpg);
	background-repeat: repeat-x;
	height: 28px;
}

h1.sect5 {
	background-image: url(img/btn5b.jpg);
	background-repeat: repeat-x;
	height: 28px;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #b5cbd6;
	text-align: left;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #b5cbd6;
	text-align: left;
	font-weight: bold;
}

.edito h3 {
	margin: 0;
	padding: 0;
	color: white;
	background-color: #000;
	text-transform: uppercase;
	text-indent: 4px;
	width: 100%;
	font-size: 1.1em;
	line-height: 1.4;
	background-image: url();
}

.edito
{
 margin-top: 0;
 background-color: #FFFFFF;
}

.chapo
{
	margin-top: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}

.detail
{
	font-size: x-small;
	padding: 0px;
	margin: 0px;
}

.ps
{
	display:none;
}

#bas {
	font-size: 85%;
	font-weight: bold;
	color: #000;
}

#bas a,
#bas a:visited {
	color: #000;
}


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

/*Formulaires */
.spip_forms {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
}

.spip_forms fieldset {
	padding: .4em .4em .4em 1em;
	margin:.5em 0 .5em 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.spip_forms .spip_form_ok {
	font-weight: bold;
	color:#F1F1F1;
	margin: 1em 0 0 0;
	padding: .6em;
	background-color: #CC0000;
}

.spip_forms .spip_bouton input {
	border: 1px solid #FFFFFF;
	cursor:pointer;
	padding:.4em;
	background:#F0E6DC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
	width:100px;
	color:#4A4336;
}

.spip_bouton { text-align: left; }
.spip_bouton input { float: left; }
p.spip { text-align: justify; }

.formulaire_recherche input.forml {
	background-image: none;
}

#navigation			/* (inc/inc-menu.html) */ {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 150px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	right: 5px;
