body {
	margin:0px;
	padding:0px;
	color: #333333;
	background-color: White;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: medium;
	color: white;
}
h2 {
	font-size: small;
	color: #005DB6;
}
hr {
	color: #716864;
	background-color: #716864;
}
a:link {
	color: #005db6;
	text-decoration: none;
}
a:visited {
	color: #005db6;
	text-decoration: none;
}
a:link:hover {
	color: #738dab;
	text-decoration: underline;
}
strong {
	color: #005DB6;
}
p{
	margin-top: 10px;
	text-align: justify;
}
#global{
	position: absolute;
	width: 100%;
	background-color: transparent;
}

#header{
	width:100%;
	height:120px;
	background-image: url(../image/entete.png);
	background-repeat: no-repeat;
	padding-top:10px;
	
	}

#imageheader{
	width:520px;
	height:100px;
	border-width:0;
	padding-top:10px;
	padding-left:30px;
	background-color: transparent;
}
#imageheader a{
	font-family: PUPPYLIKE, Arial Black, Arial, sans-serif;
	font-size: 300%;
	font-weight: 300;
	color:white;
	text-decoration: none;
}
#imageheader a:visited{
	color: white;
}

#imageheader a:link:hover{
	color: white;
	font-size:320%;
	text-decoration: 	none;
}
	
#menugauche{
   background-image: url(../image/menu.png);
	background-repeat: no-repeat;
  	position: absolute;
	left: 0px;
	padding: 30px 4px 0px 10px;
	background-color: White;
	width: 197px;
}

ul#menu,
ul#menu ul{
   background: White;
   list-style:none;
  margin-top: 60px;
  margin-left : 0px;
   margin-bottom: 80px;
  padding: 5px 0px 5px 5px;
  margin-right: 0px;
  width:190px;
   border-bottom: thin double Gray;
	border-right: thin double Gray;
}

ul#menu li{
  position: relative;
  width:100%;
  margin:0px;
  padding:0px;
  }

ul#menu ul{
  position: absolute;
  width:350px;
	top:-60px;
  left:185px;
  border: 1px solid Silver;
}

ul#menu a{
  display:block;
  width:100%;
  color:#000000;
  text-decoration:none;
}

ul#menu a:hover{
  background:#000000;
  color:#FFFFFF;
  
 }

ul#menu li ul{
	display:none;
	width:320px;
	}

ul#menu li:hover>ul{
  display:block;
  width: 320px;
  top:-60px;
  }

#menugauche fieldset{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: White;
}

#bloctitre{
	width:98%;
	height: 30px;
	background: #4F4F4F;	
	padding-left:10px;
	padding-top: 2px;
}

#contenu{
	width: auto;
	margin-left: 240px;
	padding: 15px 15px;
	background-color: White;
}

#contenu ul{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	list-style-image:url('images/puce.gif');
}
#contenu blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	margin-right:0px;
}
#contenu ol {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333
}

#contenu table{
	width:auto;
	border-collapse: collapse;
	border: 1px solid #D9D9D9;
	padding: 0px 0px 0px 0px;
}

#contenu table th{
	color: White;
	font-weight: 400;
	font-size: 150%;
	text-align: left;
	background-color: #898989;
	border: 1px groove #D9D9D9;
	padding-left: 15px;	
	padding-right: 5px;
}

#contenu table td{
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
	height: 35px;
	border: 1px groove #D9D9D9;
	width: auto;
}

#contenu p {
	text-align: justify;
}

.celljaune{
	background-color: #FFFFB9;
}

.cellorange{
	background-color: #DCFFA8;
}

#footer{
	margin-top: 300px;
	font-family: Arial, Helvetica, Sans Serif;
	font-weight: normal;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	height: 45px;
	width: auto;
	padding: 0px 0px 0px 100px;
	background-color: White;
	border: 1px solid Blue;
	font-size: x-small;
	}
	
	
.bouton{
	width:88px;
	height:31px;
	border:0;
}
.bouton2{
	width:80px;
	height:15px;
	margin-left:5px;
	border:0;
}

.boutonformulaire{
	border-width:1px;
	border-color:#DDECFA;
	color: #005db6;
	background-color:#E0F0FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.boutonformulaire:hover {
	background-color: #D0E3F5;
}
.saisieformulaire{
	border: 1px dashed Black;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: White;
}

img{
	border: none;
	vertical-align: middle;
	padding: 0px;
	
}