@charset "utf-8";

body {
	margin : 0px;
	padding : 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background : #fff;
}
html>body {
	font-size : 80%;
}

/* Zone centrale
----------------------------------------------- */
.content-central {
	margin : 10px;
	padding: 10px;
	vertical-align: top;
}
.content-central h1 {
	font: 130%/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	line-height: 24px;
}
.content-central h2 {
	font: 130%/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #780c00;
	background : url(fleche-bas.png) no-repeat left top;
	text-indent: 30px;
	line-height: 24px;
}
h3.titre {
	font: bold 110%/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #780c00;
	background : url(tiret.png) no-repeat left top;
	text-indent: 20px;
	margin-bottom: 0.5em;
}
.content-central h3 a {
	text-decoration: none;
}
.content-central .texte_sommaire {
	line-height: 1.5em;	
}

/* Bandeau Zone haute
----------------------------------------------- */
#bandeau {
	height : 75px;
	border-bottom : 1px solid #780c00;
	background-image: url(bandeau1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bandeau h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	display : none;
	position : absolute;
	left : 210px;
	top : 60px;
	margin : 0;
	padding : 0;
}
#bandeau a {
	border: none;
}

/* Bandeau Onglet
----------------------------------------------- */
#onglet {
	display : block;
	position : absolute;
	left : 600px;
	top : 50px;
	margin : 0;
	padding : 0;
	list-style : none;
}
#onglet li {
	display : block;
	float : left;
	font-size: 13px;
	background : transparent url(onglet-left.png) no-repeat top left;
	padding-left : 7px;
	margin : 0 0 0 5px;
}
#onglet a {
	display : block;
	background : transparent url(onglet-right.png) no-repeat top right;
	height : 15px;
	padding : 5px 12px 5px 5px;
	float : left;
	color : #fff;
	text-decoration : none;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : bold;
}
#onglet a:hover, #nav a:focus, #nav a:active {
	color : #f7bd83;
}

/* Bandeau chemin
----------------------------------------------- */
.chemin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
}
a.chemin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #780c00;
	font-size: 10px;
}

/* Menu rubriques Zone gauche
----------------------------------------------- */
#menugauchenav {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #780c00;
	vertical-align: top;
}
#menugauchenav h3 {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height: 16px;
	font-weight : bold;
	padding : 0 0 0 20px;
	margin : 10px 0 0;
	background : url(fleche.png) no-repeat 2px top;
}
#menugauchenav h3 a:hover {
	color : #666666;
	text-decoration: underline;
}
#menugauchenav ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	padding : 0 0 0 20px;
	margin : 0;
}
#menugauchenav ul ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	padding : 0 0 0 10px;
	margin : 0;
}
#menugauchenav li {
	list-style-image: url(mini-fleche.png);
}
#affiche {
	visibility:visible;
}
#cache {
	display:none;
}
.lien {
	color : #780c00;
}
.lienon {
	color : #666666;
}
#alignedroite {
	float: right;
	margin-right : 10px;
}

/* Encart brèves Zone droite
----------------------------------------------- */
#coldroite {
	background-color: #e5d1b9;
	border: 1px solid #534025;
	float: right;
	width: 200px;
	padding: 6px;
	margin-left: 10px;
}

/* Zone bas
----------------------------------------------- */
#bas {
	clear : both;
	padding : 0;
	margin : 0;
	background : #fff;
}
#bas p {
	border-top : 1px solid #780c00;
	margin : 0;
	text-align : center;
	padding : 5px;
}
#bas a:hover {
	border: none;
}
#bas-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	clear : both;
	padding : 0;
	margin : 0;
	background : #fff;
}
a.bas_apage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f26a26;
	text-decoration: none;
}
a.bas_apage:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f26a26;
	text-decoration: underline;
}

/* Formulaires
----------------------------------------------- */
form {
	display : block;
	margin : 0;
	padding : 0;
}
input, textarea {
	border-width : 1px;
	font-size : 1em;
	font-family : inherit;
}
input[type=submit], input.submit {
	background : #780c00;
	color : #fff;
	font-weight : bold;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 6px;
	padding: 2px;
	border: 1px outset #666666; }
	
input[type=text], input.textwidget, textarea {
	padding : .1em .3em;
	background-color:#fff;
	border-bottom:1px solid #780c00;
	border-right:1px solid #780c00;
	border-top:1px solid #780c00;
	border-left:1px solid #780c00;
}
input[type=submit]:hover, input[type=reset]:hover {
	background : #f7bd83;
	color : #fff;
}
input[type=text]:focus, textarea:focus {
	border-color : #000;
}

textarea {
	width : 98%;
}
hr {
	clear : both;
	border-style : solid;
	border-width : 1px 0 0 0;
	border-color : #fff;
	height : 1px;
}
.encadrer {
	font-family: Arial, Helvetica, sans-serif;
	width : 450px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #666;
	margin-right: 5px;
}
.rouge {
	color : #da2012;
}
.orange {
	color : #fbcb91;
}
.jaune {
	color : #ffd500;
}
.bleu {
	color : #7093e4;
}
.brun {
	color : #780c00;
}
.lacroixTitre {
	color:#000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.lacroixTitre:hover {
	color:#506FA6;
}
.lacroixAccroche {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}
a.lacroixAccroche:hover {
	color:#506FA6;
}
.envoyer_ami {
	border: 1px solid #534025;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px;
}
.signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
#newsletter {
  background:#fbcb91 url("bloc_newsletter.gif") no-repeat right top;
  margin:2em 0 1em;
  padding:8px;
  font-family: Arial, Helvetica, sans-serif;
}
#newsletter h4 {
	color:#000;
	font-weight: bold;
}
#newsletter p {
	margin:.5em 0;
	line-height:1em;
	font-size: 90%;
}
#newsletter input.text, #newsletter textarea {
  background:#fbcb91;
  border:1px solid #534025;
  width:90%;
}
#newsletter label {
	display:block;
	padding-bottom:2px;
	font-size: 90%;
	background:#fbcb91
}
.newsletter input.button {
	background : #fbcb91;
	color : #fff;
	font-weight : bold;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
table.agenda, table.agenda tr, table.agenda th, table.agenda td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active
{
	color: #000000;
	background-color: none;
	font-weight: normal;
	text-decoration: none;
}

table.agenda a:hover
{
	color: #FDB813;
	font-weight: normal;
	text-decoration: underline;
}

.agendaNav
{
	background-color: #6699CC;
}

.agendaHead
{
	background-color: #D6E0EE;
}

.agendaThisDay
{
	background-color: #D6E0EE;
}

.agendaThisMonth
{
	background-color: #F0F0F0;
}

.agendaNotThisMonth
{
	background		: #6699CC;
}

ul.agendaThemes
{
	list-style: none;	
	margin: 0 0 0 20;
	padding: 0;
}

/* Les boutons d'admin survolent la page (sauf #FORMULAIRE_ADMIN)
.spip-admin-float {
	top: 0px;
	right: 20px;
	position: absolute;
	background-color: transparent;
	z-index: 100;
}


/* Couleurs et design des boutons d'admin

a.spip-admin-boutons {
	border-top: 1px solid #cecece;
	border-bottom: 2px solid #4a4a4a;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 1px .5em;
	font-family: helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #fff;
	color: #0c479d;
}

a:hover.spip-admin-boutons {
	background-color: #fc3;
	border-bottom: 2px solid #36f;
}

a:active.spip-admin-boutons {
	background-color: #ccc;
	border-bottom: 2px solid #f00;
}*/
