@charset "utf-8";
/* CSS : contenu */

#div_fullwindow
{
	height:100%;			/* IE6 comprend height comme min-height mais ne comprend pas min-height */
	min-height:100%;		/* pour navigateurs "modernes" */
	width:100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -21px;
	padding-left: 0px;
	margin:0px;
	position:absolute;
	z-index:0;
}


/* -- div_footer -- */

#div_footer
{
	width:100%;
	background-color:#000000;
	text-align:center;
	margin:0px;
	position:fixed;			/* positionne le footer par rapport à la fenêtre du navigateur, quelque soit le scroll */
	bottom:0px;				/* positionne le footer en bas de la fenêtre */
	padding: 4px;
	z-index:1;
}

#div_connectbutt
{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	display: block;
	margin: 5px;
}


/* -- div_scene -- */

#div_container
{
	z-index:0;
	margin-bottom: 30px;
	clear:both;
}

#div_bandeau
{
	height: 135px;
	width:1000px;
	background-image: url(../../../MEDIA/DECOR/navs/bandeau.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

#div_contenu
{
	display:block;
	height:100%;
	min-height:100%;
	width:1000px;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#div_contenu_sous
{
	float:right;
	clear:both;
	height: 30px;
	width:780px;
	background-image: url(../../../MEDIA/DECOR/navs/bandeauinf.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

#div_nav
{
	width: 220px;
	background-color: #FFFFFF;
	text-align: center;
	float:left;
}

#div_menu
{
	margin:0px;
	padding:0px;
	background-image: url(../../../MEDIA/DECOR/navs/menu/inter.png);
	background-repeat: repeat-y;
	background-position: center;
}

#div_sponsors {
	padding-left:360px;
	padding-top:30px;
	padding-bottom:30px;
	text-align: left;
	vertical-align: middle;
	display: block;
}

#div_statalytics, #div_anchor
{
	display:none;
}


/* -- pop-ups template popax : 271P etc. cf. 220 -- */

#div_popax
{
	width: 600px;
	padding: 40px;
	font-size:11px;
	background-image: url(../../../MEDIA/DECOR/corner_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#div_simple
{
	width: 380px;
	padding: 20px;
	font-size:11px;
}

