/*
  Feuille de style :
	Site Bugey sans Frontières
  
  Largeur :
	981px
	
  Couleurs :
	gris		#787676
	Violet	#403546
	Marron	#b09a68;
*/

/*** C H A R T E ***/

a img {
  border: 0;
}

body {
	margin:0 auto;
	width:981px;
	background-color:#FFFFFF
}

/*** H E A D E R ***/
div#header {
  height:176px;
  background-image:url(../images/bg_header.jpg);
  background-position:top;
  background-repeat:no-repeat;
}

/*** M E N U ***/
.bandeau_menu {
  width:981px;
  height:26px;
}
#menu {
  width:981px;
  height:26px;
  margin-top:-22px;
}
#menu a {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration: none;

}
#menu li {
	text-decoration: none;
	display: inline;
}

/*** T I T R E ***/
#titre {
  margin-top:20px;
}

#titre h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:36px;
  font-weight:bold;
  text-decoration: none;
	display: inline;
	color:#787676;
}

/*** C O N T E N U ***/
div#contenu {
  background-image:url(../images/bg_contenu.gif);
  background-position:bottom right;
  background-repeat:no-repeat;
}
div#gauche {
	float:left;
	width:780px;
}
div#droite {
	float:left;
	width:180px;
	padding-left:20px;
}
.separation {
	clear:both;
	width:981px;
	height:0px;
}

/*** F O O T E R ***/
div#footer {
	width:871px;
	height:35px;
	background-color:#b09a68;
	background-image:url(../images/logo-adventury.gif);
  background-position:bottom right;
  background-repeat:no-repeat;
	text-align: right;
	padding-right: 110px;
	padding-top: 14px;
}
#footer a {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration: none;
}
#adventury, #adventury a {
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  color:#876c3a;
  text-decoration: none;
}
p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	color: #403546;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: bold;
	font-weight: bold;
	display:inline;
	color: #403546;
}
.titre_historique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: bold;
	font-weight: bold;
	color: #403546;
}
a {
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  font-weight:bold;
  color:#403546;

}
#contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color: #403546;
}
