/* CSS Document */

body
{
 width: 1000px;
 margin: auto; 
 background-image: url(imgcss_ead/gris-fondx.jpg);
 background-attachment: fixed;
}

#en-tete  
{
 width: 1000px;     /* originale : 839px;*/
 height: 104px;
 margin-top: 20px;
 margin-left: 10px; /* 135*/
}

/*____________________________________________________ MENU______________________________________________________*/

#menu
{
 float: left;
 width: 120px;
 				 	/*position: fixed; menu en mouvement */			 
 /*top:170px ; */
 left:10px ; 
 margin-top: 5px;
}

			/* -------------------Menu-top-----------*/
			
#menu-top
{

width:100%;
height:30px;
background:url('imgcss_ead/bridiag.jpg') repeat-x;
margin-top: 40px;

}
 
#menu-top a
   {
   display:block; /*Pour que le "bloc" soit un vrai bloc*/
   float:left; /*Pour que les blocs soient alignés horizontalement (essayez de l'enlever pour voir)*/
   width:19%; /*J'explique en détail après*/
   height:30px; /*La même hauteur que notre menu*/
   border:none; /*On enlève les bordures (enfin, on ne les met pas, même s'il n'y en avait pas)*/
   text-align:center; /*Pour que les liens soient centrés par rapport à l'horizontale*/
   
	color:#595693; /* ancienne: #948642 */
	text-decoration:none;
   }


#menu-top a:hover
{

 color:#6c77a8; /* #efefa5 */
 font-weight: bold;
 texte-decoration:underline;
}
		/*-----------------------------------------------------*/
		
		

.element_menu
{
 background-color:#fffbff;
 background-image:url("imgcss_ead/bridiag2.jpg");
 background-repeat:repeat-x;
 
 border-right: 1px solid #bdb6e7;
 border-left: 3px outset #bdb6e7;
 border-bottom: 3px inset #bdb6e7;
 
 margin-bottom: 20px;
}
 

.element_menu h3
{
 padding-top:5px;
 color:#000066; /* ancienne: #948642 */
 font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
 text-align: center;
 cursor: crosshair;
}

.element_menu ul 
{
 list-style-image: url("imgcss_ead/lojaune.gif");
 padding:0px;
 padding-left: 20px;
 margin: 0px;
 margin-bottom: 5px;
}

.element_menu a
{
 color:#595693; /* ancienne: #948642 */
 text-decoration:none;
}

.element_menu a:hover
{

 color:#6c77a8; /* #efefa5 */
 font-weight: bold;
 texte-decoration:underline;
}

/*____________________________________________________ CORPS______________________________________________________*/

#corps
{
 margin-left:135px;
 margin-right:22px;
 margin-top: 5px;   											/* ancien: 43px */
 margin-bottom: 50px;
 padding: 5px;
 
 
 color:#313494;
 background-color:#fffbff;
 background-image: url("imgcss_ead/bridiagl2.png");
 background-repeat: repeat-x;
 
 border-right: 1px solid #bdb6e7;
 border-left: 3px outset #bdb6e7;
 border-bottom: 3px inset #bdb6e7;
}

#corps h1
{
 color:#000066; /* ancienne: #948642 */
 text-align: center;
 background-image: url("imgcss_ead/backg_ead.png");
 background-repeat:no-repeat;
 height: 100px;
 padding-top: 40px;
 font-family: Arial,"Arial Black", "Times New Roman", Times, serif;<p>
		<img src="imgres/jibeight_m.jpg" alt="jibeight_m"/>
		</p>
 }

#corps h2
{
 height: 30px;
 
 background-image: url("imgcss_ead/engrenage.png");
 background-repeat: no-repeat;

 padding-left: 30px;
 color:#29495a; 			/* ancienne: #948642 */
 text-align: left;
 text-decoration: underline; 
}

#corps a
{
 color:#6d42ff; /* ancienne: #948642 */  
 text-decoration: none;    
}

#corps a:hover
{
  color:#9399ff;
  text-decoration:underline;
}

/*____________________________________________________PIED DE PAGE______________________________________________________*/

#pied_de_page
{
 padding: 5px;
 text-align: center;
 color:#313494;
 background-image: url("imgcss_ead/bridiagl.png");
 background-repeat: repeat-x;
 background-color: white;
 
 margin-left: 10px;
 margin-right: 22px;
 
 border-right: 1px solid #bdb6e7;
 border-left: 3px outset #bdb6e7;
 border-bottom: 3px inset #bdb6e7;

 
}


/*____________________________________________________ paragraphe______________________________________________________*/

p img
{
 padding-left:20px;
}

p
{
text-indent:20px;
padding-left:30px;
}

a img
{
  border: 0;
}