      /* structure du petit ecran */
      /* V1.0 09/05/05 --- 1: balise <a> dans artplus --- 2: suppression #piedpage --- 3:actu plus petit */
      /* 17/05/05 --- 4:adaptation taille accueil --- */
      /* 22/05/05 --- 5:agrandissement div accueil --- */
      /* 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: 780px;
        height: auto;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
      }
      #reste {
        position: relative;
        width: 780px;
        height: auto;
        top: auto;
        left: 0;
        bottom: auto;
        right: auto;
      }
/*2*/
      #cote {
        position: absolute;
        width: 180px;
        height: auto;
        top: 0px;
        left: 10px;
        bottom: auto;
        right: auto;
      }
      #corps {
        position: absolute;
        width: 480px;
        height: auto;
        top: 0px;
        left: 210px;
        bottom: auto;
        right: auto;
      }
/*3*/
      #actu {
        position: absolute;
        width: 60px;
        height: auto;
        top: 0px;
        left: 710px;
        bottom: auto;
        right: auto;
      }
/*4,5*/
      #accueil {
        position: relative;
        width: 780px;
        height: 400px;
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
      }


.transtete {	width: 780px;
	}
      
.arttab {	position: relative;
		width: 180px;
		margin-top: 10px;
		font-size: 1em;
	}
	
.artplus p:hover { 
		width: 165px;
	}

/*1*/
.eartplus a:hover { 
		width: 165px;
	}
	
/*11*/
.banniere {  	width: 780px;
		overflow: hidden;
	}
