/*** design general ***/
body { font-family: verdana;font-size:13px;background:#CCCCCC; }

strong, b { font-weight: bold; }

em, i { font-style:italic; }

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

img { display:block; }

br.clear { clear: both; }

/*** design entete ***/
#header { text-align:center;height:166px;background: #00837D;overflow: hidden; }
#header img { margin: auto;  }
#annonce {
  background: #00837D;
  width: 980px;
  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;}
#menu { float: left; width:300px; }
#contenu {float: right; width: 652px;}

/* menu principal */
#menu ul {
	margin: 5px 5px 20px;
	text-align: left;
	border: 1px solid #00837D;
	border-bottom: none;
}
#menu ul li {
	border-bottom: 1px solid #00837D;
}
#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: #00837D;
	background: url('img/puce-grise.gif') no-repeat 5px 4px transparent; 
}
#menu li a:hover, #menu li.selected a {
	background: url('img/puce-beige.gif') no-repeat 5px 4px #545454; 
	color: #ffffff;
	font-weight: bold;
}
#menu li.selected li a {
	display: inline;	
	font-weight: normal;
	font-size: 0.9em;
	padding: 0 0 0 40px;
	background: url('img/puce-grise.gif') no-repeat 25px 1px transparent; 
	color: #00837D;
}
#menu li li a:hover, #menu li li.selected a {
	font-weight: bold;
	color: #00837D;
	background: url('img/puce-beige.gif') no-repeat 25px 1px transparent; 
}
/* bouton news */
#news a {
	border: 2px solid #00837D;
	color: #00837D;
	margin: 0 auto 20px;
	padding: 5px;
	width: 60px;
	text-decoration: none;
	font-weight: bold;
}
#news a:hover {
	background: #ddd;
}

/* menu page */
#menu-page { padding: 5px; }
#menu-page li {
	border: 1px solid #000;
	float: left;
	margin: 0 0 3px 0;
}
#menu-page li a {
	display: block;
	padding: 3px 6px;
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
	font-weight:bold
}
#menu-page li a:hover, #menu-page li.selected a {
	background: #545454;
	color: #ffe4ad;
	font-weight:bold
}

#infos {
	color: #00837D;
	border-top: 1px solid #00837D;
	border-bottom: 1px solid #00837D;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#listelangue {	padding-bottom: 8px;text-align:center }
#listelangue img { display:inline; margin: 2px; }
#copyright {
	font-size: 0.7em;
	margin-top: 6px;
}
#adresse { padding-bottom: 4px; }

#diaporama {
  margin: 10px auto 20px;
}

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

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

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

table.article td.article_text {
	padding:4px;
	text-align: left;
	font-size: 0.9em;
}
table.article td.article_text ul {
	margin-left: 20px
}
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: #545454;
	text-align: center;
	font-size: 0.8em;
}

/* formulaire auto */
.formulaire {
	margin: 20px auto;
	text-align: center;
	font-size: 0.9em;
}
.formulaire table {
	border: 1px solid #545454;
	padding:5px;
	margin: 0 auto;
}
.formulaire table table { border: 0 }
.formulaire h2 {
	color: #ffe4ad;
	background: #545454;
	font-weight: bold;
	padding: 3px;
	margin: 0 0 5px;
}
.formulaire input {
	margin: 2px;
}
.formulaire .formerror {
	width: 70%;
	margin: 10px auto;
	border: 2px solid #f00;
	color: #f00;	
	font-size: 0.9em;
}

/* galerie images */
.galerie table {
	margin: auto;
}
div#contenu .galerie table h1 {
	color: #ffe4ad;
	background: #545454;
	border: none;
	text-align: center;
	margin-bottom:0;
}
.galerie td { border: 1px dotted #545454;}
.galerie .vignette h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #545454;
}
.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: #545454;
	border: 1px solid #545454;
}
#liste_documents a:hover {
	background: #545454;
	color: #ffe4ad;
}

div#contenu div.formulaire div.formerror h1 { 
	background: #f00;
	color: #fff;
	border: none;
	text-align: left;
	margin-bottom:0;
}
	
#footer {
	height: 10px;
	background: #545454;
}

