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

/* Correction IE (transparence PNG-24) */

img, div { behavior: url(iepngfix.htc) }

body {
	background-color: #959595;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 600px;
	margin-left: -490px;
	margin-top: -300px;
	background-color:#e7e9eb;
}

#global a {
	text-decoration: none;
}
#global a:link, a:hover, a:active, a:visited {
	outline:none;
	color:#9d9d9c;
}

#global a img {
	border:none;
}

#logo{
	position:absolute;
	left:395px;
	top:55px;
	width:110px;
	height:134px;
	text-align:center;
}

#slogan{
	position:absolute;
	left:335px;
	top:229px;
	width:230px;
	height:19px;
	text-align:center;
}

#texte{
	position:absolute;
	left:200px;
	top:293px;
	width:500px;
	height:230px;
	overflow:auto;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	text-align:justify;
}

#pied_1{
	position:absolute;
	left:75px;
	top:573px;
	width:200px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#9d9d9c;
	text-align:left;
}

#pied_2{
	position:absolute;
	left:625px;
	top:573px;
	width:200px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#9d9d9c;
	text-align:right;
}

#pied_3{
	position:absolute;
	left:275px;
	top:573px;
	width:350px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#9d9d9c;
	text-align:center;
}

.fwb{
	font-weight:bold;
	}
#align_center{
	text-align:center
}