html, body {
  /*couleur de la scrollbar
  scrollbar-face-color: #9BB6D1;
  scrollbar-shadow-color: #4B6AB2;
  effet d'ombre de la barre
  scrollbar-highlight-color: ;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color: #000000;

  fond de la barre de défilement
  scrollbar-track-color: ;
  fleche
  scrollbar-arrow-color: #FFF0E1;
  base de la scroll bar
  scrollbar-base-color:#FFF0E1;*/
  margin:0;
  padding:0;
  font: 12px arial;
  height: 100%;
  }

.bordureDroite{
	border-right: solid black;
	border-right-width: 1px;
}

.bordureBasContenu{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.bordureHautContenu{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}

.bordureDroitBasContenu{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.bordureGaucheBasContenu{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}


.bordureBasBandeau{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}


#centpourcent {
  height: 100%;
  width: 100%;
  }
  
#centpourcent2 {
  height: 100%;
  width: 100%;
  }  
  
  
#tableauP{
  height: 100%;
  width: 100%;
  }

#titre{
	font: 12px arial;
	color:#FF9900;
}

#message{
	font: 12px arial;
	color:#FF9900;
	display: inline;
}


h1{
	font: 12px arial;
	color:#FF9900;
	display: inline;
}

h2{
	font-weight: normal;
	color:#FF9900;
	display: inline;
	font-family: arial;
	font-size: 11px;
	letter-spacing: 3px;
	word-spacing: normal;
}

#presentation{
	color:#666666;
	text-decoration: none;
	font-weight: normal;
	text-align:justify;
	font-family: arial;
	font-size: 12px;
}
.lien {
	font: 12px arial;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}

.lien:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}
.lien:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF9900;
	text-decoration: none;
}
.Style1 {
	font-size: 14px;
	font-weight: bold;
}
.blanc {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}

.blanc_petit {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}



.active_page {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}



.menu {
	font: 13px arial;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FF9900;
	text-decoration: none;
}


#flashcontent {
		width: 300px;
		height: 200px;
		float: left;
	}
	
img {
	border:0px;

}