      /* structure ecran grand */
      /* V1.0 09/05/05 ---  1:actu plus petit */
      /* 17/05/05 ---2:adaptation taille accueil --- */
      /* 22/05/05 3:agrand. 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: 1260px;
        height: auto;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
      }
      #reste {
        position: relative;
        width: 1260px;
        height: auto;
        top: auto;
        left: 0;
        bottom: auto;
        right: auto;
      }
      #cote {
        position: absolute;
        width: 260px;
        height: auto;
        top: 0px;
        left: 10px;
        bottom: auto;
        right: auto;
      }
      #corps {
        position: absolute;
        width: 800px;
        height: auto;
        top: 0px;
        left: 290px;
        bottom: auto;
        right: auto;
      }
/*1*/
      #actu {
        position: absolute;
        width: 140px;
        height: auto;
        top: 0px;
        left: 1110px;
        bottom: auto;
        right: auto;
      }
/*2*/
      #accueil {
        position: relative;
        width: 1260px;
        height: 750px;
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
      }


.transtete {	width: 1260px;
	}
      
.arttab {	position: relative;
		width: 260px;
		margin-top: 10px;
		font-size: 1em;
	}
	
.artplus p:hover { 
		width: 245px;
	}

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

