/* éléments principaux */
body
{
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-style: italic;
}

#bloc_page
{
	width: 900px;
	margin: auto;
}

/* entête */
#banniere_image
{
  background: url('images/banniere_orange.png') no-repeat;
  position: relative;
  height: 180px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}

#banniere_description
{
  position: absolute;
  bottom: 40px;
  width: 700px;
  height: 70px;
  padding-top: 0px;
  padding-left: 200px;
  padding-bottom: 10px;
	color: #000080;
	font-size: 2em;
}

#home
{
	position: fixed;
  right: 0px;
  top: 50%;
  width: 7em;
  margin: -2.5em 0 0 0;
  z-index: 5;
  background: hsla(80, 90%, 40%, 0.6);
  color: white;
  font-weight: bold;
  font-size: large;
  text-align: left;
  border: solid hsla(80, 90%, 40%, 0.5);
  border-right: none;
  padding: 0.5em 0.6em 0.5em 1.5em;
  box-shadow: 0 1px 3px black;
  border-radius: 3em 0.5em 0.5em 3em;
}

#home a { color: inherit }

/* navigation */
nav
{
	display: inline-block;
	font-size: 1.1em;
	vertical-align: top;
}

#menu_vertical, #menu_vertical ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 250px;
}

#menu_vertical li
{
	position: relative;
	background-color: #cccccc;
  border-left: 10px solid #771100;
  border-bottom: 1px solid #cc6633;
}

#menu_vertical a:link, #menu_vertical a:visited
{
	display: block;
	text-decoration: none;
	color: rgb(49,52,61);
  padding: 0.5em;
  border-left: 5px solid #cc6633;  
}

#menu_vertical ul
{
	position: absolute;
	left: -999em;
}

#menu_vertical li:hover ul
{
	top: 0;
	left: 240px;
}

article
{	
	display: inline-block;
	vertical-align: top;
	width: 69.2%;
	padding-left: 10px;
	padding: 0px 5px 0px 12px;
	background-color: #f9f3e3;
	font-size: 1em;
	color: #003366;
	background: #fff url('images/fond_contenu.png') bottom no-repeat;
	text-align: justify;
	border-radius: 5px;
}

article h1
{
  font-size: 1.5em;
	font-variant: small-caps;
  color:#cc6633;
  border-bottom:1px solid #cc6633;
}

.imageFlottanteGauche 
{
	float: left;
	margin: 0 10px 10px 0;
	width: 40%;
}

.imageFlottanteHaut
{
	float: top;
	margin: 0 10px 10px 0;
	width: 90%;
}

article h2
{
  font-size: 1.2em;	
}

article ul
{
  list-style: none;	
}

article li
{
  margin-bottom: 5px;
  width: 90%;
  color: #000044;	
}

.vert 
{
  color: green;	
}

.axes
{
	list-style: disc;
}

.axes ul
{
	list-style: circle;
}

#fil_rouge ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

#fil_rouge li
{
	color: red;
	font-weight: bold;
	display: inline;
	font-size: 1.4em;
	padding-left: 3em;
}

.tarifs 
{
	border: 1px solid;
	border-collapse: collapse;
}

.tarifs td, .tarifs th
{
	border: 1px solid;
	padding: 0.2em;
}

.gauche 
{
	text-align: left;
}

.droite
{
	text-align: right;
}

footer
{
  width: 99%;
  background-color: #cfc8b5;
  margin-top: -5px;
  border-radius: 5px;
  padding: 0px 5px 0px 5px;
}

footer h1
{
	font-size: 1em;
	color: rgb(24,24,24);
	margin-bottom: -15px;
}

footer ul
{
	list-style: none;
	margin-bottom: 0px;
}

footer li
{
	display: inline-block;
	font-size: 0.9em;
}

footer li a:link, article li a:visited
{
	padding: 0.5em;
	text-decoration: none;
}

table
{
	border: 1px solid #000;
	border-collapse: collapse;
	width: 100%;
}

td 
{
	border: 1px solid #000;
	vertical-align: top;
	padding: 5px;
}
/* forms */
form div
{
	float: left;
	width: 550px;
	padding: 0 0 0.75em 0;
}

form label {
	float: left;
	width: 240px;
	margin-right: 10px;
}

form input, form textarea {
	float right;
	width: 294px;
}

form fieldset {
	margin-bottom: 20px;
}

form input[type="submit"]
{
	float: none;
  width: 100px;
  height: 40px;
}

form input[type="reset"]
{
	float: none;
  width: 100px;
  height: 40px;
}

form div.submit 
{
	text-align: right;
}

:required
{
  background-color: #ffff99;
}

#map_canvas {
	width: 500px;
	height: 400px;
}

.hp {
    display: none;
}