BODY  {
	  background-color: #FFE7B3;
	  font-style : normal;
	  color: #000000;
	  margin-left: 5pt;
	  margin-right: 5pt;
	  margin-top: 5pt;
	  margin-bottom: opt;
	  }


H1    {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style : normal;
	text-align:left;
	font-weight: bold;
	color: #000000;
	border:0;
	  }
	  
H2 
	  { 
	  color: #000000;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 24px;
	  font-style : normal;
	  text-align:left; 
      padding-top:0px;
      padding-bottom:8px;
      padding-left:0px;
      padding-right:0px;	 
      font-weight: bold;
 	  }

	  
H3 {
	font-family:Arial;
	font-style : normal;
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	font-weight: bold;
	font-size: 18pt;
	text-indent: 4pt;
}

H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-style : italic;
	text-align:left;
	font-size: 26px;
	vertical-align: middle;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 10px;
}


H5
	  {
	font-family:Arial, Helvetica, sans-serif;
	font-style : normal;
	text-align:left;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	text-indent: 2pt;

	  }

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-style : normal;
	text-align:left;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	background-color: #CC6600;
	padding-left: 5px;
	margin-top:15px;
	margin-bottom:5px;
}	  

P    {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 11pt;
	font-style : normal;
	vertical-align: top;
	padding: 0px;

	 }


UL
     {
	font-style : normal;
	color: #000000;
	font-size: 11pt;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
	 }

OL
     {
 	 font-style : normal;
     color: #000000;
     font-size: 11pt;
	 text-align: center;
	 font-family: Verdana, Arial;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 }
	 

TABLE {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	}

TD P {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 11pt;
	padding: 0px;
	vertical-align: top;
	margin: 0px;
 }

/* Gestion des liens */

A:link          {
	color:#666666;
	font-weight : bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
				}

A:active        {
	color:#666666;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

A:visited       {
	color:#666666;
	font-weight : bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

A:hover         {
	color: #aaaaaa;
	font-weight : bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
				}


/* Classes */

.Refcit	  
	  {
	text-align:center;
	font-size: 10pt;
	font-style : normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	  }

.Footer
	  {
	text-align: center;
	font-size: 11pt;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	  } 

.Footerup
	  {
	font-family:Arial, Helvetica, sans-serif;
	font-style : normal;
	text-align:center;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	background-color: #CC6600;
	margin-bottom: 5px;
	  } 


.redcaps {
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: center;
}

.purplecaps {
	color: #FFFFFF;
	background-color: #CC0099;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: center;
}

/* style pour menu deroulant */
/* CSS issu des tutoriels css.alsacreations.com */

dt {
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10pt;
text-align:center;
width:120px; /* largeur des options du menu supérieur  */
margin-right: 5pt;
padding: 0;
list-style-type: none;
}


dl, dd, ul, li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-align:left;
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	text-indent: 10pt;
	white-space: normal;
	display: Aucune;
}

#menu {
    background: #FFCC66;
	border-bottom: 1px solid gray;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-align:center;
	position: absolute;
	z-index:120;
	width: 820px;
	left: 25;
	top: 1;
}

#menu dl {
	float: left;
}
#menu li {
display: inline;
}

#menu a{
font-size: 10pt;
text-decoration: none;
color: #000;
background: #FFCC66; /* couleur des options */
}

#menu a:visited{
font-size: 10pt;
text-decoration: none;
color: #000;
background: #FFCC66; /* couleur des options */
}

#menu a:hover{ /* option en mouseover */
font-size: 10pt;
text-decoration: none;
color: #bbbbbb;
background: #FFCC66; /* couleur des options */
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5,#smenu6 {
background: #FFCC66;
position: absolute;
left: 0;
font-size: 10pt;
padding-left:25pt;
border-top: 1px solid gray;
width: 787px;
}

/* style pour infobulle */

.infobulle{
	background: #FFFFFF;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	width:200px;
	visibility: hidden;
	border: medium solid #000000;
	left: 450px;
	top: 220px;
	position: absolute;
	cursor: hand;
	 }

	 	
.titrebulle {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 11pt;
	color: #333333;
	background-color: #FF6600;
	text-indent: 2pt;
	font-weight: bold;
}
.titrebulle2 {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 11pt;
	color: #333333;
	background-color: #009900;
	text-indent: 2pt;
	font-weight: bold;
}
.textebulle {
	font-family:Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 11pt;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	text-indent: 2px;
}
.textebulle2 {
	font-family:Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 11pt;
	color: #FFFFFF;
	background-color: #666666;
	text-align: left;
	text-indent: 2px;
}
