body
{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: verdana,georgia;
  font-size: 0.9em;
  background-color: #321b15;
  color: #000;
}

dt, dl, ul, li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* Réglages des textes  */
p {
  font-family: verdana;
  text-decoration: none;
  word-spacing: normal;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1em;
  font-size: 0.9em;
}

strong
{
	font-weight: 400;
}

textarea
{
  width: 80%;
}

h1
{
  color: #666666;
  font-size: 1.4em;
}

h2
{
  color: #444444;
  font-size: 1.2em;
  text-align: left;
  border-left: 5px solid #444444;
  padding-left: 10px;
}

h3
{
  margin: 2%;
  padding-left: 5%;
  padding-bottom: 1%;
  text-align: left;
  font-size: 1em;
  color: #666666;
}

h4
{
  margin: 2%;
  padding-left: 6%;
  font-size: 0.9em;
  text-align: left;
  color: #777777;
  font-weight: bold;
}

h5
 {
  margin: 2%;
  padding-left: 6%;
  font-size: 0.8em;
  text-align: left;
  color: #555555;
  font-style: italic;
}

h6
 {
  margin: 1%;
  margin-left: 4%;
  font-size: 0.8em;
  color: #000000;
}

a
{
  font-size: 0.8em;
  color: #9F3131;
  text-decoration: none;
}

a:hover
{
 border-bottom: 1px dotted #9F3131;
}

a.group:hover
{
 border: 0;
}

/* bandeau vertical haut*/
#upperHeader
{
	width: 100%;
	background-color: #fff;
	height: 1%;
	overflow: auto;
	margin-bottom: 1px;
}

#upperHeader p
{
	margin: 0;
	font-size: 0.8em;
	padding: 0.5% 25% 0.5% 25%;
}

#upperHeader p a
{
	margin: 0;
	float: right;
}

/* bandeau vertical principal*/
#header
{
	width: 100%;
	height: 140px;
	border-bottom: 2px solid #000;
	background: url(../imgs/arbresHeader.png) bottom right no-repeat;
	background-color: #cddb3d;
	padding-top: 15px;
}

#header h1
{
	background: url(../imgs/headerTitre.png) top left no-repeat;
	width: 400px;
	height: 100px;
	margin-left: 25%;
	margin-top: 0;
}

#header h1 span
{
	display: none;
}

#header ul#menu
{
	width: 50%;
	margin-left: 25%;
}

#header #menu li
{
	float: left;
	display: block;
	width: 15%;
	text-align: center;
}

#header #menu li a
{
	font-weight: bold;
	color: #4a1000;
	padding-bottom: 5px;
	font-size: 0.9em;
}

#header #menu li a:hover
{
	border-bottom: 4px solid #fff;
	color: #6a1e0f;
}

/* main container */
#corps
{
	width: 100%;
	background: url(../imgs/corpsFond.png) top left no-repeat;
	padding-top: 10%;
}

#corps #content
{
	margin-left: 20%;
	margin-right: 20%;
	background: #fff;
	overflow: auto;
	padding: 30px;
	-moz-border-radius: 15px;
	border: 1px solid #000;
	z-index: 20;
}

#corps #content #page
{
	text-align: center;
}


#corps #content #page li
{
	list-style-type: disc;
	margin-left: 30px;
	margin: 5px 30px;
	font-size: 0.9em;
	text-align: justify;
}

#corps #content #page div p
{
	margin-bottom : 20px;
}

#corps #content #page div p img
{
	float: right;
	padding: 3px;
	border: 1px solid #CCC;
	margin-left: 30px;
}

#corps #content #page img
{
	padding: 3px;
	border: 1px solid #CCC;
}

#corps #content #subMenu
{
	float: right;
	display: block;
	margin: 50px 25px 25px 35px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

#corps #content #subMenu li
{
	padding: 5px;
	text-align: left;
}

#corps #content #subMenu li a
{
	color: #cddb3d;
	font-weight: bold;
	padding-right: 10px;
}

#corps #content #subMenu li a:hover
{
	color: #4a1000;
	border: 0;
}

#corps #content fieldset
{
	border: 1px dotted #ccc;
	margin-top: 30px;
	margin-bottom: 50px;
}

#corps #content legend
{
	font-size: 0.8em;
	color: #321b15;
}

#corps #content input, #corps #content textarea
{
	border: 1px solid #ccc;
	margin: 10px;
}

#corps #content input.oblig, #corps #content textarea.oblig
{
	border-left: 3px solid red;
}

#corps #content label
{
	font-size: 0.9em;
}

#footer
{
	margin-top: -70px;
	position: relative;
	bottom: 0px;
	right: 10px;
	background: url(../imgs/corpsBottomFond.png) bottom right no-repeat;
	text-align: right;
	padding-top: 330px;
	width: 100%;
	z-index: 10;
	font-weight: 500;
	font-size: 0.8em;
}
