/* DIV PRINCIPALES */
.body_global {
	background-color:#ececec;
	font-size:13px;
	color:#4e4d50;
}
.centrage_global {
	position:relative;
	left:0px; /* permet de corriger des minis trucs par rapport au fond en cas de soucis */
	margin:0 auto;
	width:920px;
}

.div_header {
	z-index:20;
	position:relative;
	width:100%;
	background-image:url("../../_images/header/back.jpg");
	background-repeat:repeat-x;
	background-position:top center;
}
.div_header2 {
	position:relative;
	width:100%;

}

.div_global {
	z-index:10;
	position:relative;
	top:0px;
	width:100%;

	/*background-color:white;*/
}
.div_milieu {
	position:relative;
	width:100%;
	/*
	background-image:url("/_images/site/background-centre.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	*/
}

.div_contenu {
	z-index:20;
	position:relative;
	top:0px;
	width:100%;
}


.div_footer {
	z-index:1;
	position:relative;
	width:100%;
}


/* ALERT 3 */
.div_alert3 {
	z-index:90;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:0px;
	text-align:center;
}
.alert3 {
	z-index:95;
	position:relative;
	width:920px;
	margin:0 auto;
	top:20px;
	padding:10px;
	max-height:88%;
	overflow-y:auto;

    background-color:#ececec;
    border:0px;

    font-family:'TheSerifSemiLightRegular';
	font-size:15px;
	font-weight:normal;
	color:#929094;
}
.alert3-titre {
	z-index:99;
	position:relative;
	text-align:center;

	font-family:'TheSerifSemiLightRegular';
	font-size:20px;
	font-weight:bold;
	color:#5b595b;
}
.alert3-bt-ext {
	z-index:99;
	position:relative;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:6px;
    cursor:pointer;

    font-family:'TheSerifSemiLightRegular';
    font-size:16px;
    font-weight:bold;
    color:#787577;

    background-color:transparent;

	behavior: url('/_css/PIE.htc');
}

.alert3-bt-ext:hover {
	z-index:99;
	text-decoration:underline;
}