      /* structure du petit ecran */
      /* V1.1 20/12/05 --- creation a partir de copic --- */
      
      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: 0px;
        bottom: auto;
        right: auto;
      }
      
      #reste {
        position: relative;
        width: 780px;
        height: auto;
        top: 0;
        left: 0px;
        bottom: auto;
        right: auto;
      }
      
      #corps {
        position: absolute;
        width: 480px;
        height: auto;
        top: 0;
        left: 290px;
        bottom: auto;
        right: auto;
      }

/**/
      #cotetop {
        position: absolute;
        width: 270px;
        height: 40px;
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
	overflow: hidden;
      }
      
/**/

      #cote1 {
        position: absolute;
        width: 270px;
        height: auto;
        top: 40px;
        left: 0px;
        bottom: auto;
        right: auto;
	padding-bottom: 400px;
      }
      
      #cote2 {
        position: absolute;
        width: 180px;
        height: auto;
        top: 40px;
        left: 90px;
        bottom: auto;
        right: auto;
      }
      
      #cote3 {
        position: absolute;
        width: 180px;
        height: auto;
        top: 40px;
        left: 180px;
        bottom: auto;
        right: auto;
      }

/*8*/

      #accueil {
        position: relative;
        width: 780px;
        height: 400px;
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
      }


.transtete {	width: 480px;
	}
/*11*/
.banniere {  	width: 780px;
		overflow: hidden;
	}
	


