/**************************** MAIN STYLESHEET ***************************/

/**************************************************************************/
/*                                                                        */
/*                 === generic attributes                                 */
/*                                                                        */
/**************************************************************************/

* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}

body {
	margin: 0px;
	width: 100%;
	background-color: #5286ad;
	background-image: url(../../GN/img/lay_blue.jpg);
	background-repeat: repeat-x;
}

.maintenance_screen {
	width: 637px;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -330px;
	border-width: 1px;
	border-style: solid;
	border-color: #5286ad;
	background-color: #ffffff;
	background-image: url(../../GN/img/lay_bluebtm.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.header {
	height: 73px;
	background-image: url(../../GN/img/log_interforum.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

.maintenance_header {
	width: 498px;
	height: 73px;
	float: left;
	position: absolute; top: 0px; left: 140px;
    background-color: #5286ad;
    background-image: url(../../GN/img/lay_login_50_20.gif);
    background-repeat: repeat-y;
}


.container {
	margin-top: 40px;
	margin-left: 20px;
	padding: 0px;
	height: 400px;
}

.texte_maintenance, .texte_maintenance P {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
    color: #7b94ce;
}

.texte_maintenance P {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
    color: #7b94ce;
    text-align: center;
	margin-left: 0px;
	width: 580px;
}

.texte_maintenance h1.titre {
    margin-left: 28%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
    color: #1e507e;
}


