/*********************************************************
 * * CSS screen - layout
 * *
 * * name:     traverse
 * *
 * * date:     08/2007
 * * author:   erdesc
 * * version:  0.1
 * * licence:  GPL
 * *
 * * OBJET : Decoupage des elements independament des images de fond
 * **********************************************************/

/* DEBOGUAGE : voir deco.css*/

/* CALQUES */
/* ---------------------------------*/
#page {
        position: absolute;
        left: 50%;
        margin-left: -380px;
        width: 760px;
	text-align: left; /* IE bug */
}

#haut {
	position: relative;
	height: 167px;
	width: 760px;
}

#menu {
	position: relative;
	height: 81px;
	width: 760px;
}

#contenu {
	position: relative;
	height: 442px;
	width: 760px;
}

#contenu-texte {
        position: absolute;
        top: 28px;
        left: 64px;
        width: 627px;
        height: 409px;
        margin-top: 0;
        margin-bottom: 0;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
        overflow: auto;
        z-index: 1;
}


#pied {
	position: relative;
	height: 124px;
	width: 760px;
}

/* CALQUES POUR LE MENU */
#menu1G{
	position: absolute;
	height:40px;
	width: 49px;
	top: 0;
	left: 0;
        z-index: 1;
}

#menu1D{
	position: absolute;
	height:40px;
	width: 48px;
	top: 0;
	right: 0;
        z-index: 1;
}

#menu2G{
	position: absolute;
	height:41px;
	width: 49px;
	top: 40px;
	left: 0;
        z-index: 1;
}

#menu2D{
	position: absolute;
	height:41px;
	width: 48px;
	top: 40px;
	right: 0; 
        z-index: 1;
}

/* LIENS POUR LE MENU */
a#btn1-1 {
   position: absolute;
   width: 61px;
   height: 40px;
   top: 0;
   left: 49px;
}

a#btn1-2 {
   position: absolute;
   width: 98px;
   height: 40px;
   top: 0;
   left: 110px;
}

a#btn1-3 {
   position: absolute;
   width: 68px;
   height: 40px;
   top: 0;
   left: 208px;
}

a#btn1-4 {
   position: absolute;
   width: 98px;
   height: 40px;
   top: 0;
   left: 276px;
}

a#btn1-5 {
   position: absolute;
   width: 46px;
   height: 40px;
   top: 0;
   left: 374px;
}

a#btn1-6 {
   position: absolute;
   width: 99px;
   height: 40px;
   top: 0;
   left: 420px;
}

a#btn1-7 {
   position: absolute;
   width: 72px;
   height: 40px;
   top: 0;
   left: 519px;
}

a#btn1-8 {
   position: absolute;
   width: 121px;
   height: 40px;
   top: 0;
   left: 591px;
}

a#btn2-1 {
   position: absolute;
   width: 114px;
   height: 41px;
   top: 40px;
   left: 49px;
}

a#btn2-2 {
   position: absolute;
   width: 131px;
   height: 41px;
   top: 40px;
   left: 163px;
}

a#btn2-3 {
   position: absolute;
   width: 131px;
   height: 41px;
   top: 40px;
   left: 294px;
}

a#btn2-4 {
   position: absolute;
   width: 72px;
   height: 41px;
   top: 40px;
   left: 425px;
}

a#btn2-5 {
   position: absolute;
   width: 48px;
   height: 41px;
   top: 40px;
   left: 497px;
}
a#btn2-6 {
   position: absolute;
   width: 77px;
   height: 41px;
   top: 40px;
   left: 545px;
}
a#btn2-7 {
   position: absolute;
   width: 90px;
   height: 41px;
   top: 40px;
   left: 622px;
}
