body 
{
    background-image : url(./images/fond.gif);
	font-family : Arial, sans-serif;
    font-size: 13px; 
	color: black; 
	text-align :justify;
  margin: 0 auto;
  padding: 15x;
}

#contenu {
  width: 780px;
  padding:20px ;
    background-image : url(./images/fond1.png);
  text-align:justify;
	margin-left: auto;
	margin-right: auto;
}
#contenu1 {
  width: 80%;
  padding:20px ;
   border: 1px solid;
   border-color: #F37F24; 
  background : #FFFFFF;
  text-align:justify;
	margin-left: auto;
	margin-right: auto;
}

#pagetop {
  background-image : url(./images/top.png);
	width: 818px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}

#pagebottom {
  background-image : url(./images/bottom.png);
	width: 818px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}

.ack
{
text-align:center;
   font-weight: bold;
   color: red;   

}

.mv3style
{
   font-family: verdana;
   font-size:13px;
   font-weight: bold;
}
a.mv3style {color:#ffffff;
   }

.titre, .titre1, .titre2, .titre3, .titre4, .titre5, .titre6
{
   font-family: verdana;
   font-size:14px;
   font-weight: bold;
   color: #000000;
   display: block;
   height: 20px;
   text-decoration: none;
   text-indent: 18px;
   background-position: left center;
   background-repeat: no-repeat;
   }

.titre
{   background-image:url(images/puce.png);
}
.titre1
{
   background-image:url(images/puce1.png);
   }

.titre2
{
background-image:url(images/puce2.png);
   }

.titre3
{
   background-image:url(images/puce3.png);
   }

.titre4
{
   background-image:url(images/puce4.png);
   }

.titre5
{
   background-image:url(images/puce5.png);
   }

.titre6
{
   background-image:url(images/puce6.png);
   }

.sstitre
{
   font-family: verdana;
   font-size:12px;
   font-weight: bold;
   color: #157309;
   display: block;
   height: 15px;
   text-decoration: none;
   text-indent: 9px;
   background-image:url(images/puce2.gif);
   background-position: left center;
   background-repeat: no-repeat;
   }
   
   
a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0; 
    position: relative; 
    z-index: 500; 
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal; 
    display: block; 
    position: absolute; 
    top: 20px; 
    left: -10px; 
    padding: 5px; 
    color: #000; 
    border: 1px solid #bbb; 
    background: #ffc; 
}
a.tooltip:hover em span {
    position: absolute; 
    top: -7px; 
    left: 15px;
    height: 7px; 
    width: 11px; 
    background: transparent; 
    margin:0; 
    padding: 0; 
    border: 0;
}

.valeur
{
   font-family: Verdana;
   font-size:11px;
   color: #000000;
}
 

th /* Les cellules d'en-tête */
{
   color: white;
   font-size:11px;
   font-weight: bold;
   font-family: Verdana; 
   background-image:url(images/th.png);
  }

td
{
   font-size:12px;
}
   
#boitejaune {
   margin: auto; /* Centre le tableau */
   border: 1px solid;
   border-color: #F37F24; 
   border-collapse: collapse;
   background-image:url(images/bj.png);
   text-align:justify;
   padding: 5px; 
  }
   
#boiteorange {
   margin: auto; /* Centre le tableau */
   border: 1px solid;
   font-weight: bold;
   border-color: #F37F24; 
   border-collapse: collapse;
  width:90%;
   background-image:url(images/bo.png);
   text-align:justify;
   padding: 5px; 
  }

 
a{ color :#0038EE ; text-decoration:none; }

A:hover { color: red ;  text-decoration:underline; }

/* menuCSS */

ul {list-style-type: none;
margin: 0;
padding: 0;}

.menu a{
display: block;
height: 20px;
width: 250px;
text-decoration: none;
text-indent: 25px;
background-image:url(images/puce2.gif);
background-position: left center;
background-repeat: no-repeat;
}
	 
.menu a:hover{
background-image:url(images/puce1.gif);
background-position: left center;
background-repeat: no-repeat;
}

