/***************************************************
   HTML Element Styles
 ***************************************************/
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	background-color: #EEE;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  color: #690;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  color: #D0AD67;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  color: #069;
}

.title {
  font-size: 20px;
  font-weight: bold;
  color: #690;
  border-left: 5px solid #F90;
  padding-left: 5px;
}

.subtitle {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  border-left: 5px solid #FFF;
  padding-left: 5px;
}

#lpanel .heading {
  background-color: #690;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#lpanel a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/b-1.gif) no-repeat center left;
}

#lpanel a:hover {
  color: #690;
  background: url(../images/b-2.gif) no-repeat center left;
}

a {
  color: #690;
  text-decoration: none;
  padding: 1px;
}

a:hover {
  color: #666;
  background-color: #EEE;
}

img {
	border: none;
}
/* img {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}

/***************************************************
   Site Layout Containers
 ***************************************************/

#header {
	width: auto;
	border: 0px solid;
	height: 150px;
	margin: 5px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #DDD;
	background: url(../images/header1.jpg) no-repeat top left;
}
#menutop{
	border: 0px solid;
	height: 25px;
}

#title {
  position: absolute;
  top: 36px;
  left: 553px;
  padding: 10px;
  background-color: #FFF;
}

#lpanel {
	top: 202px;
	left: 0px;
	margin: 0px 0px 0px 5px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #DDD;
	width: 150px;
	float: left;
}

#content {
	/*position: absolute;*/
	top: 202px;
	width: auto;
	margin: 5px 5px 5px 182px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #DDD;
	/*background-image: url(../images/fond-archers-aubance-fr.jpg);
	background-repeat: repeat-y;
	background-position: top;*/
}

#footer {
	clear: both;
	width: auto;
	margin: 30px 2px 10px 180px;
	padding: 30px 0px 0px 0px;
	border: 0px solid #DDD;
	text-align: right;
}

.box{
	background-color: #EDF1F2;
	border: 1px solid #BFCAD5;
	padding: 10px;
	font-size: 0.9em;
	color: #003399;
}
.box h2{
	color: #993333;
	font-size: 1.5em;
}
.box p {
	font-size: 1.4em;
}



ul {
	list-style-type: none;
	margin:0;
	padding:0;
	position: absolute; 
	top: 5px; /* positionnement du menu, que vous pouvez changer à loisir */
	left: 5px;
	width: 100%; /* précision pour Opera */
}

li {
	float: left;
}
 /* forme normale des listes */
.puce{
	float: none;
}

.liste{
	position: static;
	top: auto;
	left: auto;
	margin-top: auto;
	padding-top: inherit;
	padding-left: 100px;
	list-style: outside url(../images/puce.gif);
	vertical-align: top;
}
/*fin de forme normale des listes*/

.menu a {
	width: 120px; /* largeur du bouton, que vous pouvez changer à loisir */
	height: 20px;
	float: left;
	display: block;
	text-align: center;
	border: 1px solid #690;
	text-decoration: none;
	color: #fff;
	background: #690;
	font-weight: bold;
}

.menu a:hover {
/* color: #411; */
background: #fff;
border: 1px solid #fff; 
border-bottom: 0px;
color: #690;
}

.menu a span {     /* définition de la balise <span> inclue dans <a> */
display: none;
}

.menu a:hover span {   /* définition de la balise <span> au survol */
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 600px;       /* largeur de la zone de commentaires, selon la taille du menu */
	text-align: left;
	/* border-top: 1px solid gray; */
	color: #fff;
	font-weight: bold;
}

#news {
	padding-left: 50px;
	padding-right: 50px;
	line-height: 19px;
}

#news hr {
	color: #690;
	width:60%
	
}
#news .titre {
	color: #690;
	font-size: 12px;
	font-weight: bold;
}
#news .date {
	color: gray;
	font-size: 9px;
	padding-left: 30px;
	margin-bottom: 15px;
}
#news p .puce{
	color: #000;
	font-size: 9px;
}
#legende {
	clear: right;
	font-size: 9px;
	color: gray;
	text-align: right;
	margin-top: 10px;
}
