/*********************************************************
 * * CSS : affichage de la page d'accueil
 * *
 * * name:     traverse
 * *
 * * date:     08/2007
 * * author:   erdesc
 * * version:  0.1
 * * licence:  GPL
 * *
 * * OBJET : Decoupage specifique et boutons univers
 * **********************************************************/

/* DEBOGUAGE : voir deco.css*/

/* CALQUES */
/* ---------------------------------*/

/* redefinition des contenu et pied differents de la page classique*/
#contenu {
	position: relative;
	height: 414px;
	width: 760px;
	background: none;
}

#pied {
	position: relative;
	height: 152px;
	width: 100%;
	background: url("../images/pied-accueil.jpg");
}

/* autres zones : le haut du contenu et les univers */

#contenu-haut {
	position: absolute;
	top: 0;
	left: 0;
	height: 224px;
	width: 760px;
	background: url("../images/contenu-haut-accueil.jpg");
}

#contenu-texte {
	position: absolute;
	top: 0;
	left: 70px;
	width: 612px;
	height: 208px;
	margin-top: 10px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	overflow: auto;
	z-index: 1;
}

#univers {
	position: absolute;
	top: 224px;
	left: 0;
	width: 760px;
	height: 190px;
}

/* les univers*/

#univg {
	position: absolute;
	top: 0;
	left: 0;
	height: 190px;
	width: 81px;
	background: url("../images/univ-g.jpg");
}

#univd {
	position: absolute;
	top: 0;
	left: 660px;
	height: 190px;
	width: 100px;
	background: url("../images/univ-d.jpg");
}

/* boutons de l'univers */

a#univ1 {
	position: absolute;
	top: 0;
	left: 81px;
	height: 190px;
	width: 145px;
	background: url("../images/univ1-off.jpg");
}

a#univ1:hover {
	background: url("../images/univ1-on.jpg");
}

a#univ2 {
	position: absolute;
	top: 0;
	left: 226px;
	height: 190px;
	width: 152px;
	background: url("../images/univ2-off.jpg");
}

a#univ2:hover {
	background: url("../images/univ2-on.jpg");
}

a#univ3 {
	position: absolute;
	top: 0;
	left: 378px;
	height: 190px;
	width: 150px;
	background: url("../images/univ3-off.jpg");
}

a#univ3:hover {
	background: url("../images/univ3-on.jpg");
}

a#univ4 {
	position: absolute;
	top: 0;
	left: 528px;
	height: 190px;
	width: 132px;
	background: url("../images/univ4-off.jpg");
}

a#univ4:hover {
	background: url("../images/univ4-on.jpg");
}


