*{
	margin:0;
	padding:0;
}
body{
	background-color:#212F00;	background-image:url('../images/fond_general.png');	background-repeat:repeat-y;	background-position:center center;	
}
/*#page{
	width:960px;
	margin:auto;
	background-color:#212F00;
	height:100%;
	padding:20px;
}*/
h1{
	color:black;
	font-family:Myriade;
	border:1px solid #a49313;
	border-left:5px solid #a49313;
	padding-left:5px;
	padding-bottom:3px;
	background-color:#d7c457;
	margin-bottom:10px;
}
h2{
	color:black;
	font-family:Myriade;
	border:1px solid #a49313;
	border-left:5px solid #a49313;
	padding-left:5px;
	padding-bottom:3px;
	background-color:#d7c457;
	margin-top: 10px;
	margin-bottom:10px;
}
.erreur {
	color:black;
	font-family:Myriade;
	border:1px solid red;
	border-left:5px solid red;
	padding-left:5px;
	padding-bottom:3px;
	background-color:#d7c457;
	margin-top: 10px;
	margin-bottom:10px;
}
.succes{
	color:black;
	font-family:Myriade;
	border:1px solid green;
	border-left:5px solid green;
	padding-left:5px;
	padding-bottom:3px;
	background-color:#d7c457;
	margin-top: 10px;
	margin-bottom:10px;
}
h3{
	color:black;
	font-family:Myriade;
}
h4{
	color:black;
	font-family:Myriade;
}
h5{
	color:black;
	font-family:Myriade;
}
h6{
	color:black;
	font-family:Myriade;
}

#imgale {
	height: 250px;
	overflow: auto;
}

/* Entête */
#compteur{
	width:180px;
	float:left;
}
#entete{
	background-color:#f3fccf;
	width:990px;
	/*height:205px;*/
	margin:auto;
	padding:5px;
	clear:both;
}
#logo{
	height:200px;
	width:375px;
	background: url("images/logo200px.png");
	background-repeat:no-repeat;
	float:left;
	margin-left:100px;
}
#pub{
	width:200px;
	height:200px;
	border:3px double #a49313;
	float:right;
    overflow:hidden;
}
/*Pied de page */
#pied{
	background-color:#D7C457;
	width:1000px;
	margin:auto;
	padding-top:5px;
	text-align:center;
	border-top:2px groove #a49313;
	font-size:12px;
	font-family:Verdana;

	clear:both;
}
#pied img{
	vertical-align:middle;
	padding:5px;
	padding-top:0px;
}
hr
{
clear:both;
visibility:hidden;
}


#ref{
	display:none;
	}
/* contenu */
#contenu{
	width:980px;
	background-color:#D7DA91;
	margin:auto;
	padding:10px;
	font-family:"Book Antiqua";
}
#contenu p {
	margin-bottom:14px;
	text-indent:25px;
	text-align:justify;
}
.texte{
	border: 3px double #63590b;
	border-top:3px double #a49313;
	width:715px;
	padding:10px;
	background-color:#f3fccf;
	margin-bottom:20px;
}
.bandeau {
	padding-bottom:2px;
	padding-left:5px;
	width: 730px;
	border:3px double #63590b;
	border-left:3px double #63590b;
	border-bottom:none;
	background-color: #D7C457;
	background-position: center;
	font-family:Myriade;
}
.compteur{
	color:red;
	font-weight:bold;
}
div.article .bandeau {
	padding-bottom:2px;
	padding-left:5px;
	width: 730px;
	border:3px double #63590b;
	border-left:3px double #63590b;
	border-bottom:none;
	/*background-image:url('images/BackgroundDegrade.png');*/
	background-color: #D7C457;
	background-position: center;
	font-family:Myriade;
}
.date{
	margin-left:10px;
	font-size:14px;
	font-style:italic;
}

#contenu .bandeau a {
	font-size:17px;
	font-weight:bolder;
	border:none;
}
#contenu .bandeau a:hover {
	color:black;	
	text-decoration:none;
	border-bottom:1px dashed black;
}
#contenu p.presuiv a{
	border:none;
	font-weight:bold;
}
p.presuiv .titre{
	font-style:italic;
}
#menuv{
	display:block;
	width:240px;
	float:right;
	height:100%;
}
#index_text{
	margin-right:240px;
}
.divdroite{
	float:right;
	width:200px;
	border:2px dotted #a49313;
	background-color:#D7C457;
	padding:10px;
	margin-left:10px;
	margin-bottom:10px;
	text-align:left;
	z-index:1204 !important;
	position: relative;
	display:block;
}
.divgauche{
	float:left;
	width:200px;
	border:2px dotted #a49313;
	background-color:#D7C457;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:left;
	z-index:1204 !important;
	position: relative;
}
/*
#menu_galerie{
	width:200px;
	border:2px dotted #a49313;
	background-color:#D7C457;
	padding:10px;
	margin-right:10px;
	margin-bottom:0;
	text-align:left;
} */
#contenu .divgauche ul,#contenu .divdroite ul{
	padding:0px;
	margin-left:-19px;
}
#contenu div.divgauche li, #contenu div.divdroite li{
	margin:5px;
}
/* Pour les liens */
#contenu a{
	font-weight:normal;
	color:#212F00;
	text-decoration:none;
	border-bottom:1px dotted #212F00;
}
#contenu a.img, #pied a.img{
	border:none;
	margin:5px;
	margin-bottom:0px;
	margin-top:0px;
}
#contenu a.img:hover{
	border:none;
}
#contenu a img,#pied a img{
	border:none;
	vertical-align:middle;
}
#contenu a:hover{
	color:#a49312;
	border-bottom:1px dotted #b5A329;
}

#contenu a.haut{
	float:right;
	color:#212F00;
	text-decoration:none;
	margin:5px;/*
	background-image:url(images/fleche_haut.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	padding-right:20px; */
	font-weight:normal;
	border-top:1px solid #212F00;
	border-bottom:none;
}
#contenu a.haut:hover{
	color:#A49313;
}
/* mise en forme du texte */
#contenu ul {
	padding:5px;
	margin-left:15px;
	list-style-position:inside;
}
#contenu li{
	margin:5px;
}
.aligndroite {
	text-align:right;
}
blockquote {
	background-color:white;
	margin:10px;
	padding:10px;
	font-style:italic;
	border:2px dashed #a49313;
}
fieldset{
	margin:auto;
	margin-bottom:20px;
	margin-top:10px;
	padding:7px;
	width:75%;
	background-color:#f3fcce;
}
legend{
	font-weight:bold;
	font-family:Verdana;
	font-size:13px;
	color:#63590c;
}
fieldset dl{
	height:1%;
	overflow:hidden;
	margin-bottom:16px;
	font-size:11px;	
}
fieldset dt{
	width:45%;
	text-align:left;
	padding-top:3px;
}
fieldset dd{
	margin:0 0 0 45%;
	padding:0 0 0 5px;
	border:none;
	vertical-align:top;
	font-size:11px;
}
dt{
	float:left;
	width:auto;
}
dt span{ 
	padding:0 5px 0 0;
}
fieldset label{
	font-size:14px;
	text-align:left;
	font-weight:bold;
	color:black;
}
dd label{
	white-space:nowrap;
	margin:0 10px 0 0;
	font-weight:normal;
	color:#5c530b;
}
dt span{
	font-size:10px;
	color:#5c530b;
}
input[type="submit"]{
	background-color:#d7c457;
	padding:2px;
	font-family:Verdana;
}

/*Menu */
#menu{
	width:986px;
	height:16px;
	border:2px groove #a49313;
	border-left:none;
	border-right:none;
	background-color:#D7C457;
	margin:auto;
	font-size:16px;
	font-family:Verdana;
	padding:7px;

}
#menu a{
	text-decoration:none;
	color:black;
}
#menu>ul{
	list-style-type:none;
	display:inline;
}
#menu>ul>li{
	display:inline;
	padding:4px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	position:relative;
	top:-6px;
	z-index:1;
}
#menu>ul>li+li{
	border-left:2px groove #a49313;
}
#menu>ul>li:hover{
	background-color:#B5A329;
	color:white;
}
#menu>ul>li:active{
	background-color:#212F00;
	/*
	border-style:inset;
	border-top:none;*/
}
/* Sous menu */
#menu ul li ul{
	color:black;
	font-weight:normal;
	font-size:14px;
	display:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:1304 !important;
}
#menu ul li:hover ul{
	display:block;
}
#menu ul li ul li{
	padding:5px;
	width:110%;
	background-color:#D7C457;
	z-index:1304 !important;
	position:relative;
	top:8px;
	left:-18px;
	border:2px ridge #a49313;
	border-top:none;
}
#menu ul li ul li:hover{
	background-color:#a49312;
}
