/* reset margin/padding */
* { margin:0; padding:0;  }
/*** design general ***/
body { font-family: verdana;font-size:16px;background:#008000; }

strong, b { font-weight: bold; }

em, i { font-style:italic; }

a {
	color: #ad2e16;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
	text-decoration: underline;
}

#page {
	width: 980px;
	color: #008000
	min-height: 600px;
	margin: 10px auto;
}

img { display:block;border:0;}

br.clear { clear: both; }

/*** design entete ***/
#header { 
	text-align:left;
	height:144px;
	overflow: hidden;
}
#header img { 
	margin: 0;
}
#annonce {
  background: #ad2e16;
  width: 980px;
  height: 24px;
  margin: 0px 0 0;
}
#annonce marquee, #annonce marquee a {
	color: #FFF;
	font-weight: bold;
}
/*** design corps de la page ***/
#main { padding: 20px 10px 0px 5px; width: 965px;background:#FFF url(img/fond-page.gif);}
#menu { float: left; width:290px;}
#contenu {float: right; width: 670px;}

/* menu principal */
#menu ul {
	background: #ffffff;
	list-style-type: none;
	margin: 5px 5px 20px;
	text-align: left;
	border: 1px solid #ad2e16;
	border-bottom: none;
}
#menu ul li {
	border-bottom: 1px solid #ad2e16;
}
#menu ul li ul {
	margin: 0px;
	border: none;
}
#menu ul li ul li {
	border: 0;
	padding: 0;
	margin: 0;
}
#menu li a {
	display:block;	
	padding: 3px 3px 3px 20px;
	text-decoration: none;
	color: #ad2e16;
	font-weight: bold;
	background: url('img/puce-orange.gif') no-repeat 5px 4px transparent; 
}
#menu li a:hover, #menu li.selected a {
	background: url('img/puce-verte.gif') no-repeat 5px 4px #ad2e16; 
	color: #ffffff;
}
#menu li.selected li a {
	display: inline;	
	font-weight: normal;
	font-size: 0.7em;
	padding: 0 0 0 40px;
	background: url('img/puce-orange.gif') no-repeat 25px 1px transparent; 
	color: #ad2e16;
}
#menu li li a:hover, #menu li li.selected a {
	font-weight: bold;
	color: #ad2e16;
	background: url('img/puce-verte.gif') no-repeat 25px 1px transparent; 
}

/* mailing list */
.mailing-list {
  border: 2px solid #ad2e16;
  text-align: center;
  margin: 10px;  
  font-weight: bold;
  background: #fff;
  color: #ad2e16;
  font-size: 1.2em;
}
.mailing-list h1{
	background: #ad2e16;
	color: #f9a706;
	font-size: 0.7em;
}

/* bouton news */
#news a {
	display: block;
	border: 2px solid #ad2e16;
	color: #ad2e16;
	margin: 0 auto 20px;
	padding: 5px;
	width: 60px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#news a:hover {
	background: #ad2e16;
	color: #ffffff;
}

/* menu page */
#menu-page { padding: 5px;height: 60px }
#menu-page li {
	list-style-type: none;
	border: 1px solid #ad2e16;
	float: left;
	margin: 0 0 3px 0;
}
#menu-page h1 {
	border: none;
	font-weight: bold;
	color: #ad2e16;
	font-size: 1.1em;
}
#menu-page li a {
	display: block;
	padding: 3px 6px;
	font-size: 1em;
	color: #ad2e16;
	text-decoration: none;
	font-weight:bold;
	background: #fff;
}
#menu-page li a:hover, #menu-page li.selected a {
	background: #ad2e16;
	color: #fff;
	font-weight:bold
}

#menu-page-mini { text-align:center;border-top: 2px solid #ad2e16;margin:0 10px }
#menu-page-mini li {
        display:inline;
	font-weight:bold;
 }
#menu-page-mini li a {
	font-size: 0.9em;
	text-decoration: none;
	color: #ad2e16;
}
#menu-page-mini li a:hover {
}
#menu-page-mini li.selected a {
	text-decoration: underline;
}
#infos {
	color: #ad2e16;
	border-top: 1px solid #ad2e16;
	border-bottom: 1px solid #ad2e16;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#listelangue {	padding-bottom: 8px;text-align:center }
#listelangue img { display:inline; margin: 2px; }
#copyright {
	text-align: center;
	font-size: 0.7em;
	margin-top: 6px;
}
#adresse {
       	padding-bottom: 4px;
	text-align: center;
}


/* articles composants la page */
#liste-article {
	margin: 8px;
}

#liste-article h1 {
	color: #ad2e16;
	font-weight: bold;
	font-size: 1.1em;
	text-align:right;
	border-bottom: 2px solid #ad2e16;
}
#liste-article p { text-align:left;margin:0px }

table.article { margin: 10px; width: 620px;}

table.article td.article_text {
	padding:4px;
	text-align: left;
	font-size: 0.9em;
}
table.article td.article_text li {
	margin-left: 10px;
	list-style-type: disc;
}

table.article td.article_image {
	padding: 4px 3px;
}
table.article td.legende {
	padding:0;
	color: #ffe4ad;
	background: #ad2e16;
	text-align: center;
	font-size: 0.8em;
}
#liste-article ul li {
	list-style-type: square;
	color: #008000;
}


/* galerie images */
.galerie table {
	margin: auto;
}
div#contenu .galerie table h1 {
	color: #ffe4ad;
	background: #ad2e16;
	border: none;
	text-align: center;
	margin-bottom:0;
}
.galerie td { border: 1px dotted #ad2e16;}
.galerie .vignette h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #ad2e16;
}
.galerie .vignette img {
	margin: 10px auto;
}

/* liste document  */

#liste_documents {
	text-align:center;
	width:100%;
}
#liste_documents td {}
#liste_documents a {
	line-height: 2em;
	padding: 2px;
	text-decoration: none;
	color: #ad2e16;
	border: 1px solid #ad2e16;
}
#liste_documents a:hover {
	background: #ad2e16;
	color: #ffe4ad;
}

	
#footer {
	background: #ad2e16;
}

form.formu td {
	font-size: 0.8em;
	padding:0 0 0 5px;
}
#liste-article form.formu p {
	margin: 0;
	clear: both;
}
form.formu label {
	float: left;
	text-align: right;
	width: 40%;
	margin: 0 1em 1em 0;
	clear: both;
}
form.formu label .obligatoire { color: #ff0000 }
form.formu input, form.formu textarea, form.formu select {
	float: left;
	border: 1px solid #000;
	margin: 0 0 1em 0; 
}
form.formu input.text, form.formu textarea {
	width: 160px
}
form.formu input.date-pick {
	width: 100px;
}
form.formu a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
form.formu .submit {
	padding-top: 20px;
}

form.formu .submit input{
	background: #AD2E16;
	color: #ffffff;
	margin-left: 35%;
}

form.formu .droit { width: 50%;border-left: 1px solid #ccc;}
form.formu h2 { text-align: center;font-size:1.3em;color: #ad2e16;margin-bottom:10px; }
form.formu h3 { color: #008000;font-size:1em; }

div#contenu div.formulaire div.formerror {
	width: 70%;
	margin: 10px auto;
	border: 2px solid #f00;
	color: #f00;	
	font-size: 0.9em;
}
div#contenu div.formulaire div.formerror h1 { 
	background: #f00;
	color: #fff;
	border: none;
	text-align: left;
	margin-bottom:0;
}
