HTML{
  font-size: 95%;    
}
html>body #page {
  height: auto;
}
body {
  min-width:890px;
 	margin:  0 ;
	padding: 0 ;
	text-align: center ;
  background-color: #ffffed;
  overflow:auto; 
  margin-left: auto;
  margin-right: auto; 
}
#page {
  position: relative;
  width: 890px;
  background-color: #fff;
  margin-top: 2px;;  
  margin-left: auto;
  margin-right: auto;
  font-family: Arial,Helvetica,sans-serif;
  color: #000;
	text-align: left ;
	border: 1px solid #cfcfcf;
}
#entete {
  position: relative;
  width: 890px;
  height: 100px;
  margin-left: auto;
  margin-right: auto; 
}
#entete a img {
  border-style: none;
}
#pied {
  width: 890px;  
  clear: both;
  color: #fff;
  margin-left: auto;
  margin-right: auto;  
  margin-top: 15px;
  padding-bottom: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8em;
}
#pied a{
	color: #fff;
}
/* classes de liens et liste*/
a {
  border-style: none;
  text-decoration: underline;
  color: #000;
}
a:hover {
  border-style: none;
  text-decoration: underline;
  color: #f08128;
}
li a:hover {
  background: #ffe;
  text-decoration: underline;
}
h3 a {
  border-style: none;
  text-decoration: underline;
  color: #000;
}

/*début du menu gauche*/
#menugauche {
  position: relative;
  float: left;
  width: 150px;
  height: 149px;
  margin: 0 5px 5px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -border-radius-topleft: 5px;				  
  background: #f08128;
}
#menugauche ul li {
  margin-left: -15px;
}
#menugauche a {
	color: #450000;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration:none;
  font-weight: bold;
	text-align: center;
	font-size: 0.8em;
  margin-left: 1px;
}
#menugauche a:hover {
	color: #4a2902;
}
/*début du menu En Savoir Plus*/
#menuSavoirPlus {
  position: relative;
  float: left;
  width: 150px;
  /*height: 149px;*/
  margin: 15px 5px 5px 10px;
				  
  background: #f08128;
}
#menuSavoirPlus ul li {
  margin-left: -15px;
}
#menuSavoirPlus a {
	color: #450000;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration:none;
  font-weight: bold;
	text-align: center;
	font-size: 0.85em;
  margin-left: 1px;
}
#menuSavoirPlus a:hover {
	color: #4a2902;
} 
/*début du menu horizontal*/
#menuhoriz {
  position: relative;
  width: 890px;
  height: 30px;
  margin-top: -20px;
		z-index:15;
}
.onglet a {
	color: #fff;
  height: 24px;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration:none;
  font-weight: bold;
	text-align: center;
	font-size: 0.85em;
  width: 19.5%;
  margin-bottom: 6px;
  margin-left: 2px;
  padding-top: 4px;
  background: url(img/OngletVertA.png) no-repeat 100% 50%;
}
.onglet a:hover {
	color: #7a5600;
}
/*classes de titre, paragraphes*/
h1 {
  font: 1.5em/1em Arial, Helvetica, sans-serif;
}
h2 {
  font: 1.3em/1em Arial, Helvetica, sans-serif;
}
h3 {
  font: 1.15em/1em Arial, Helvetica, sans-serif;
}
h4 {
  font: 1.05em/1em Arial, Helvetica, sans-serif;
}
h5 {
  font: 1em/1em Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5 {
  margin-top: 1px;
  margin-bottom: 1px;
}
p {
  margin-top: 1px;
  margin-bottom: 1px;
}
.Comic {
		color: #450000;
  font: 1.6em/1em Comic Sans MS, Helvetica, sans-serif;
}
.pjustifie {
  text-align: justify;
  font: 0.9em Arial, Helvetica, sans-serif;
}
.reduit {
  font: 0.85em Arial, Helvetica, sans-serif;
}
.legend {
  font: 0.75em Arial, Helvetica, sans-serif;
}
/*Couleurs*/
.titregrise {
		color: #b5b5b5;
}
.titregrisefonce {
		color: #777777;
}
.titregrisefonce a {
		color: #777777;
}
.titregrisefonceplus {
		color: #454545;
}
/* classes de décalage*/
.decale15px {
  margin-left: 15px;
}
.decale25px {
  margin-left: 25px;
}
.decale25pxdroit {
  margin-right: 25px;
}
.decale50px {
  margin-left: 50px;
}
.decale100px {
  margin-left: 100px;
}
.negatifht {
  margin-top: -50px;
}
/* classes de style*/
.droit {
  text-align: right;
}
.gauche {
  text-align: left;
}
.centre {
  text-align: center;
}
.gras {
  font-weight: bold;
}
.rouge {
  color: #dd4128;
}
.marron {
  color: #750000;
}
.ital {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}
.majuscule {
  text-transform: uppercase;
}
.souligne {
  text-decoration: underline;
  color: #000;
}
.ecartlettre {
  letter-spacing:0.15em;
}
.lettrine {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1em;
}
.interligne {
		line-height: 1.6em;
}
/* blocs */
.imageblock {
   display: block;
}/*Permet le comportement d'un bloc (retour ligne automatique) à une balise d'origine inline comme img*/
.blocmenu {
  position: relative;
  width: 690px;
  height: 150px;
  margin-left: 175px;
  padding: 0;
  /*border: 1px solid #cfcfcf;*/
  /*background-color: #e7e2cf;*/
  /*background: url(img/FormationMaconnerieA.jpg) no-repeat 100% 50%;*/
}
.blocmenu a img {
  border-style: none;
}
.bloccentreIndex {
  position: relative;
  float: left;
  width: 450px;
  margin-left:15px;
  padding: 0 4px 0 4px;
}
.blocdroitIndex {
  position: relative;
  float: right;
  width: 350px;
  margin-right:15px;
  padding: 0 4px 0 4px;
}
/*.blocgaucheIndex {
  position: relative;
  float: left;
  width: 220px;
  margin-left:15px;
  padding: 0 4px 0 4px;
}*/
.blocgauche {
  float: left;
  width: 448px;
  margin-left:8px;
  padding: 0 4px 0 4px;
}
.blocdroit {
  float: right;
  width: 358px;
  margin-right:8px;
  padding: 0 4px 0 4px;
}
.bloccentre {
  float: left;
  width: 700px;
  padding: 5px;
  margin-left: 50px;
  margin-top: 5px;
}
.bloclarge {
  position: relative;
  width: 820px;
  margin: auto;
  padding: 0;
}
.blocnote {
 	/*background-color: #f08128;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -border-radius-topleft: 5px;
  padding: 2px 2px;
}
.blocCache {
  visibility: hidden;
}
.imgflotgauche {
  float: left;
  margin: 0 5px 5px 0;
}
.imgflotdroite {
  float: right;
  margin: 0 0 5px 5px;
}
.dessous{
   clear: both;
}/*suite à une image flottante permet de revenir au dessous*/
.separation {
  clear: both;
  visibility: hidden;
}
/*encadrements */

.aligngauche {
  float: left;
  padding: 2px;
}
.aligndroit {
  float: right;
  padding: 2px;
}
.cadresurligne{
  background-color: #dcedd5;
  padding: 5px;  
}
.cadresurlignePied{
  background-color: #83af36;
  padding: 5px;  
}
.cadrejaune {
  padding: 5px;
  /*background-color: #efe6bf;*/
  background-color: #efefa0;
}
.cadrevert {
  padding: 5px;
  background-color: #659d08;
}
.cadrevertClair {
  padding: 5px;
  background-color: #9fad08;
}
.cadreorange {
  padding: 3px;
  background-color: #f08128;
}
.cadregris {
  padding: 5px;
  background-color: #f0f0f0;
}
.cadremarron {
  padding: 5px;
  background-color: #7a5600;
}
/*bordures */
.borde {
  border: 1px solid gray;
}
.bordedecale {
  border: 1px solid #bbbbbb;
  padding : 0 5px;
}
.bordorange {
  border-left: 1px solid #f08128;
  border-right: 1px solid #f08128;
  padding : 0 5px;
}
.bordorangeEntour {
  border: 1px solid #f08128;
}
.bordorangeG {
  border-left: 1px solid #f08128;
  padding : 0 5px;
}
.bordorangeD {
  border-right: 1px solid #f08128;
  padding : 0 5px;
}
.bordorangePd {
  border-bottom: 1px solid #f08128;
  padding : 0 5px;
}
/* classes de tableau*/


.tabsite {
  width: 830px;
  margin-left: auto;
  margin-right: auto;  
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial,Helvetica,sans-serif;
  color: #350000;

}
/* CSS Document */






