      /* structure ecran moyen */
      /* V1.0 09/05/05 --- 1:actu plus petit */
      /* 17/05/05 ---2:adaptation taille accueil --- */
      /* 22/05/05 3:agrand. div accueil */
      /* 20/06/05 4: div accueil 550 -> 540 */
      /* 24/10/05 --- 6:corps en position absolute */
      
      body { 	margin-top: 0px;
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	padding: 0px;
	}
      #entete {
        position: relative;
        width: 1000px;
        height: auto;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
      }
      #reste {
        position: relative;
        width: 1000px;
        height: auto;
        top: auto;
        left: 0;
        bottom: auto;
        right: auto;
      }
      #cote {
        position: absolute;
        width: 220px;
        height: auto;
        top: 0px;
        left: 10px;
        bottom: auto;
        right: auto;
      }
      #corps {
        position: absolute;
        width: 620px;
        height: auto;
        top: 0px;
        left: 250px;
        bottom: auto;
        right: auto;
      }
/*1*/
      #actu {
        position: absolute;
        width: 100px;
        height: auto;
        top: 0px;
        left: 890px;
        bottom: auto;
        right: auto;
      }
      #accueil {
        position: relative;
        width: 1000px;
        height: 540px;
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
      }


.transtete {	width: 1000px;
	}
      
.arttab {	position: relative;
		width: 220px;
		margin-top: 10px;
		font-size: 1em;
	}
	
.artplus p:hover { 
		width: 205px;
	}

.eartplus a:hover { 
		width: 205px;
	}
/*11*/
.banniere {  	width: 1000px;
		overflow: hidden;
	}
