body  {
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: small;
}


/* CONTENU */

#contenu {
	margin: 14px 26px 10px 26px;
}

#contenu a:link {
	color: #D00;
	text-decoration: underline;
}

#contenu a:visited {
	color: #900;
}

#contenu a:link:hover, #contenu a:link:active {
	background-color: #FFE178;
}

h2 {
	margin: 14px 0px .5em 0px;
	color: #D00;
	font-size: 2em;
}

h3 {
	color: #E61;
	font-size: 1.5em;
}

h4 {
	color: #E61;
	font-style: italic;
	font-size: 1.3em;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

td, th {
	border: 1px solid #000;
	padding: 2px 4px;
	text-align: left;
}

th {
	background-color: #FFE178;
	font-weight: bold;
}

p, ul, ol, dl, .signaux, .quelconqueGauche, form, .interActu , .cadreok, .cadrenok {
	margin-right: 490px;
	line-height: 180%;
	text-align: justify;
	clear: none;
}

dt {
	font-weight: bold;
	margin-bottom: .3em;
	color: #E61;
}

dd {
	margin-bottom: 1em;
}

address {
	margin-top: 1.5em;
	padding-top: .8em;
	clear: both;
	border-top: 1px dotted #000;
}



/* BANDEAU DE TITRE */

#bandeau {
	background: #6FB7F3 url("bandeau.jpg") bottom left repeat-x;
	position: relative;
	height: 100px;
	padding: 0px 0;
}

#bandeau h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 2px;
	width: 308px;
	height: 51px;
	z-index: 100; /* above the UL */
}
#bandeau h1 a {
	display: block;
	width: 308px;
	height: 51px;
	background: none;
	text-indent: -700em;
	text-decoration: none;
} 
#bandeau ul {
	width: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	/*background: url("../../images/header_br.gif") no-repeat bottom right;*/
	z-index: 90; /* below the H1 */
}
#bandeau li {
	float: left;
	background: transparent url("bandeau_onglet.gif") 100% -600px no-repeat;
	padding: 0 6px 0 0;
	margin: 0 1px 0 0;
	/*border-bottom: 1px solid #FFE178;*/
}
#bandeau ul a {
	float: left;
	display: block;
	padding: 4px 4px 4px 10px;
	background: transparent url("bandeau_onglet.gif") 0% -600px no-repeat;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#bandeau ul li:hover a {
	background-position: 0% -400px;
}

#bandeau ul li:hover {
	background-position: 100% -400px;
	/*border-bottom: 1px solid FEA100;*/
}

li#ongletCourant a {
	background-position: 0% -200px;
	color: #FFF;
}

li#ongletCourant {
	background-position: 100% -200px;
	/*border-bottom: 1px solid D00;*/
}

li#ongletCourant:hover {
	background-position: 100% 0% !important;
}

li#ongletCourant:hover a {
	background-position: 0% 0% !important;
}


/* MENU */
#menu {
	margin: 0px;
	padding: 3px 26px;
	background-color: #D00;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#menu a {
	text-decoration: none;
	margin-right: 20px;
	color: #FFF;
}

#menu a:hover {
	color: #FF6;
}

#menu a#pageCourante {
	text-decoration: underline;
	color: #FFF;
}


/* FIGURES */
.fig {
	float: right;
	/*border: 2px solid #D00;*/
	clear: right;
	width: 440px;
	padding: 0px;
	margin: 20px 0px 20px 20px;
}

.figC {
	width: 440px;
	padding: 0px;
	margin: 20px auto;
}

a.lienphoto {
	background-color: #FFFFFF !important;
}

.fig img, .figC img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.legende {
	background-color: #FFE178;
	font-style: italic;
	width: 432px;
	margin: 0px;
	padding: 2px 4px;
	line-height: 130%;
}

.schema {
	/*text-align: center;*/
	clear: none;
}

.schema img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.signaux {
	text-align: center;
}

.signaux img {
	margin-left: 20px;
	margin-right: 20px;
}


/* BOUTONS */
.grosBouton a {
	background-position: 0px 100%;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 24px 0px;
	width: 267px;
	display: block;
	text-decoration: none !important;
	color: #000 !important;
	font-size: 1.1em;
	font-weight: bold;
}

.grosBouton a span{
	background-position: 0px 0%;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 8px 6px 0px 6px;
	width: 255px;
	display: block;
	text-align: center;
	text-decoration: none !important;
	color: #000 !important;
}


.grosBouton a:hover {
	background-position: -280px 100%;
	cursor: pointer;
	text-decoration: none !important;
	color: #000 !important;
}

.grosBouton a:hover span {
	background-position: -280px 0%;
	text-decoration: none !important;
	color: #000 !important;
}

.btnJaune a, .btnJaune a span {
	background-image: url("/style/boutonsJaunes.png");
}

.btnBleu a, .btnBleu a span {
	background-image: url("/style/boutonsBleus.png");
}

table.barreBoutons {
	margin: 0px auto;
	clear: both;
}

table.barreBoutons, table.barreBoutons td, table.barreboutons tr {
	border: none;
}

table.barreBoutons td {
	text-align: center;
	padding: 2px 20px;
}

table.barreBoutons th {
	text-align: center;
	font-weight: normal;
	font-style: italic;
	background: transparent;
	border: none;
	padding: 4px 0px 12px 0px;
}

.texteBouton {
	font-size: 1.1em;
	font-weight: bold;
}

.boutonIsole {
	width: 267px;
	padding: 0px;
	margin: 12px auto;
}


/* PAGE D'INTRO */
.intro {
	margin: 0px;
	padding: 0px;
}


.intro h2 {
	width: 611px;
	height: 330px;
	background: url("/style/intro.jpg") no-repeat center center;
	margin: 8px auto 16px auto;
}

.intro h2 span {
	visibility: hidden;
}

.discl {
	margin: 16px 100px;
}

a#btnBack, a#btnNext {
	width: 87px;
	height: 87px;
	margin: 200px 10px 10px 10px;
	display: block;
	background-repeat: no-repeat;
}

a#btnBack span, a#btnNext span {
	visibility: hidden;
}

a#btnBack {
	float: left;
}

a#btnNext {
	float: right;
}

a#btnBack:link, a#btnBack:visited {
	background-image: url("/style/btnbackup.png");
	text-decoration: none;
}

a#btnBack:hover {
	background-image: url("/style/btnbackdn.png");
	text-decoration: none;
}

a#btnNext:link, a#btnNext:visited {
	background-image: url("/style/btnnextup.png");
	text-decoration: none;
}

a#btnNext:hover {
	background-image: url("/style/btnnextdn.png");
	text-decoration: none;
}

/* Planche contact */
#planchecontact a {
	border: none;
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: center;
	padding: 0px;
	margin: 10px;
	float: left;
}

#planchecontact a {
	background-color: #FFFFFF !important;
}

#planchecontact a img {
	border: none;
}

/* Formulaire */
form td {
	border: none;
	padding: 4px;
}

form label, form textarea {
	display: block;
}

form table, form fieldset, form textarea, form label {
	margin-bottom: 1ex;
}

form div {
 	line-height: 180%;
}

/* Calendrier */
.calendrier {
	float: left;
	border: 1px solid black;
	-moz-border-radius: 4px;
	text-align: center;
	padding: 4px 1em;
	margin-right: 1em;
}

.calendrier .jour {
	font-size: 1.6em;
	color: #D00;
}

.calendrier .annee {
	color: #E61;
}

.interActu {
	margin-bottom: 2em;
	border-bottom: 1px dotted black;
}

a.lienRSS, a.lienRSS:hover, a.lienRSS:link, a.lienRSS:active, a.lienRSS:visited {
	text-decoration: none;
	color: #000 !important;
	background:transparent url(/style/rss.png) no-repeat scroll 0px 50%;
	margin:0pt 4px 0pt 0px;
	padding:5px 4px 5px 22px;
}

/* Lorsqu'il faut vider les flottants */
.clear {
	clear: both;
}

/* cadres lors de l'envoi d'un avis */
div.cadreok, div.cadrenok {
	padding: 6px;
	margin-bottom: 2em;
}

div.cadreok {
	background-color: #CFC;
	border: 2px solid #0A0;
}

div.cadrenok {
	background-color: #FCC;
	border: 2px solid #A00;
}