body {
    margin: 0;
    background-color: #ffffff;
    font-family: Tahoma;
	font-size: 11px;
}

#container_top {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 850px;
	position: relative;
	height: 112px;
}

#container_centre {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 850px;
	background: url(../images/middle_main.gif) top repeat-y;
}

#container_bottom {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 850px;
	background: url(../images/bottom_main.gif) top no-repeat;
	height: 47px;
}

#main {
	margin: 10px;
	margin-top: 0;
	margin-bottom:0;
	width: 827px;
}

#main_content {
	width: 817px;
	margin: 0 5px;
}

#language {
	position: absolute;
	bottom: 0;
	right: 15px;
}

#footer {
	text-align: center;
	color: #e70a60;
	margin:0;
	padding-top:15px;
}

#footer p {
	margin: 0;
	padding: 0;
}

/* ----------------------------  Alerte popup --------------------------------- */

#alert {
    position:absolute;
    display:block;
    top: 0px;
	left: 0px;
    text-align: center;
    background-color: #dfdfdf;
    z-index:40;
    font-family: Tahoma;
	font-size: 11px;
}

#liste_invite {
    display: block;
    background-color: white;
    border: solid 1px #afafaf;
    position: absolute;
    top: 70px;
    left: 30px;
    width:320px;
    text-align:left;
    z-index:50;
	padding-bottom:5px;
}

#msg {
	display: block;
	position: absolute;
	width: 350px;
	top: 35px;
	left: 238px;
	background-color:#ffffff;
	border:solid 1px #afafaf;
	border-top:none;
	height:155px;
	background:url(../images/info_alert.jpg) no-repeat bottom left;
}

#titre_alert {
	padding:5px;
	background: #ffffff url(../images/bg_titre_alert_in.gif) repeat-x bottom left;
}
