@charset "UTF-8";

/* DEFINITION DES DIV - MISE EN FORME DE LA PAGE */
/* Cette page comprend les DIV globale. Pour les DIV plus spécifiques à un module, se référer à la feuille CSS correspondante */

/* DIV GLOBAL */

#global{
	width:100%;
	height:auto;
	position:absolute;
}

/* CONTENANT POUR LES MODULES */

#content{
	width:864px;
	height:inherit;
	background-color:#ffffff;
	margin-left:102px;
	margin-right:auto;
	padding-left:18px;
	padding-right:18px;
	padding-top:16px;9
	position:absolute;
	border: #cecece 1px solid;
}

/* BANNER PUBLICITAIRE 728*90 TOP */

#bannering{
	width:900px;
	height:107px;
	z-index:1;
	padding-left:102px;
	padding-top:17px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

/* NEWSFLASH - AFFICHAGE DES BANNER 520*235 */

#bannerflash{
	width:520px;
	height:235px;
	z-index:1;
	margin-top:9px;
	position:relative;
	border:1px #999 solid;
}

/* DIV CENTRALE AVEC LE LOGO */
/* Provisoire, à remplacer avec un affichage fonctionnel sous IE */

#center{
	width:1002px;
	height:inherit;
	margin-left:auto;
	margin-right:auto;
	background-image:url(2_logo_gondola.jpg);
	background-repeat:no-repeat;
	z-index:15;
}
#center h1.logo{
	width:101px;
	height:304px;
	position:absolute;
	text-indent: 0px;
}

#center h1.logo a {
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

/* FOOTER - LIENS DE BAS DE PAGE */

#footer{
	width:904px;
	padding-left:102px;
	min-height:100px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}

/* MENU PRINCIPAL */

#menu{
	width:864px;
	height:60px;
	position:relative;
}

/* OU SUIS-JE */
/* Désactivé pour l'instant */

#whereami{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	width:864px;
	height:20px;
	padding-top:14px;
	position:relative;
}

/* WIDGET - PETIT MODULE COLONNE DE DROITE */

#widget{
	width:310px;
	margin-top:-6px;
	position:relative;
}







/* A CLASSER */


#gondolamagazine{
	width:102px;
	height:500px;
	position:absolute;
}
#modulenews{
	width:530px;
	padding-top:10px;
	position:relative;
}
#modulemagazine{
	width:605px;
	padding-top:0px;
	position:relative;
}
#moduletube{
	width:530px;
	padding-top:10px;
	position:relative;
}

#sommaire{
	width:255px;
	margin-top:0px;
	margin-left:12px;
	position:relative;
}