/*Déclaration des div */
#en_tete
{
  border: 1px solid #000000;
  /*background :  url("header2.png") no-repeat bottom right #9999FF;*/
  height : 5%;
  width: 58%;
  margin-left: 20%;
 background-color:#FFFFFF;
}

#corps
{
 overflow: auto;
 width: 58%;
 height: 400px;
 /*background:  url(../images/nuage.png) no-repeat;*/
 background-color:#FFFFFF;
 margin-left: 20%;
 margin-top: 5px;
 border: 1px solid #000000;
 color: #99CCFF;
 text-align: justify;

}
#encart_1
{
 background:  url(../images/agenda.png) no-repeat;
 margin-top: 5px;
 margin-left:20%;
 border: 1px solid #000000;
 width: 8%;
 height: 100px;
 position:absolute;
 background-color:#FFFFFF;
}

#encart_2
{
margin-top: 5px;
margin-left:30%;
border: 1px solid #000000;
width: 8%;
height: 100px;
position:absolute;
background:  url(../images/horloge.png) no-repeat;
 background-color:#FFFFFF;
}

#encart_3
{
margin-top: 5px;
margin-left:40%;
border: 1px solid #000000;
width: 8%;
height: 100px;
position:absolute;
background:  url(../images/groupes.png) no-repeat;
 background-color:#FFFFFF;
}

#encart_4
{
margin-top: 5px;
margin-left:50%;
border: 1px solid #000000;
width: 8%;
height: 100px;
position:absolute;
background:  url(../images/liens.png) no-repeat;
 background-color:#FFFFFF;
}

#encart_5
{
margin-top: 5px;
margin-left:60%;
border: 1px solid #000000;
width: 8%;
height: 100px;
position:absolute;
background:  url(../images/download.png) no-repeat center;
 background-color:#FFFFFF;
}
#encart_6
{
margin-top: 5px;
margin-left:70%;
border: 1px solid #000000;
width: 8%;
height: 100px;
position:absolute;
background:  url(../images/accueil.png) no-repeat center;
 background-color:#FFFFFF;
} 
#pied_de_page
{
 clear: right;
 margin-left: 20%;
 margin-top: 5px;
 background:   url(../../css/%22%22);
 color: #99CCFF;
 background-color: #FFFFFF;
 text-align: center;
 border: 1px solid #000000;
 width: 58%;
 position:relative; top: 105px; left: 0px;
}


body
{
background:  url(../images/fond.png);
 margin-left: auto;
 margin-right: auto;
 background-color: #FFFFFF;
 color: #0000FF;
 font-family : Arial,Times New Roman, Times, sans-serif;
}

a
{
  color: #000000;
  text-decoration: none;
}

p
{
  font-size: 0.8em;
  text-indent: 0px;
  color: #000000;
  /*background-color: #FFFFFF;*/
}

.noir
{
 color: #000000;
 text-align: center;
 font-size: 1.2em;
}

.texte
{
  text-align: center;
  padding-bottom: 6px;
}

table
{
width:100%;
height: 100%;
}

.tableau_titre
{
 background-color: #FF9900;
 background:  url(../images/fond4.png);
 font-size: 1em;
 text-align :center;
 color: #000000;}

.tableau
{
 background-color: #FFFFFF;
 font-size: 0.8em;
 color: #000000;
}

.tableau2
{
 background-color: #FF9900;
 background:  url(../images/fond4.png);
 font-size: 0.8em;
 color: #000000;
}
a:hover
{
  text-decoration: underline;
}

#etoile_filante
{
  width: 200px;
  height: 168px;
  position: absolute;
  top: 0px;
  left: 0px;
  background :   url(../../css/%22ordinateur.png%22) no-repeat;
}

h1
{
  font-size: 1.2em;
  color: #000000;
}

h2
{
  color: #000099;
  background-color: #FFFFFF;
  font-size: 1.0em;
  text-align: center;
}

h3
{
  color: #000000;
  font-size: 1.0em;
  text-align: left;
}


#menuperso
{
 width: 20%;
 float: right;
 margin-top: 5px;
 padding: 10px;
 background:   url(../../css/%22%22);
 border: 1px solid #0000FF;
 text-align: justify;
 margin-top: 20px;
}

#menuperso h3
{
 color: #0099FF;
 background-color: #FFFFFF;
 text-align: center;
}

ul
{
  font-size: 1em;
  color: #0000FF;  
  background-color: #FFFFFF;
}

#menu
{
  width : 20%;
  float : left;
}

.sous_menu
{
  margin-top: 20px;
  background:   url(../../css/%22%22);
  color: #99CCFF;
  background-color: #FFFFFF;  
  border: 1px solid #0000FF;
}

.sous_menu h3
{
  color: #0099FF;
  background-color: #FFFFFF; 
  text-align: center;
}



