@charset "utf-8";
/* CSS Document */

html{ /* Obligatoire à cause de SWF adress*/
	height:100%;
	overflow:hidden;
}

body{
	margin:0;
	padding:0;
	height:100%; /* Obligatoire à cause de SWF adress*/
	background:#333333;
	font-family: Tahoma;
	font-size: 11px;
	color:#cccccc;
	border:none;
}

div#flashcontent{ /* Obligatoire à cause de SWF adress*/
	height:100%;
	text-align:center;
	color:#CCCCCC;
	
}


div#center{
	text-align:center;
	height:100%;
	overflow:auto;
}

div#logo_top{
	margin-top:50px;
}

div#upgrade{
	margin-top:50px;
}
div#centrage{
	position:absolute;
	left:50%;
	margin-left:-300px;
	width:597px;
	height:100%;
	background-color:#FFFFFF;
}
a{
outline:none;

}
div#maintenance{
	width:600px;
	height:650px;
	background:url(../images_requises/ErreurMaintenance.jpg) no-repeat;
}

.separation{
	margin:50px 150px;
	border-bottom:dotted;
	border-bottom-width:1px;
}

p.titre{
	margin-top:50px;
	margin-bottom:30px;
	font-weight:bold;
	text-transform:capitalize;
	color:#FFFFFF;
}
.paracentrer{
	margin:0px 150px;
	text-align:justify;
}

a:link {
	color: #33ccff;
	text-decoration: none;
}
a:visited {
	color: #33ccff;
	text-decoration: none;
}
a:hover {
	color: #33ccff;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}