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


div#global {
	display:block;
	min-height: 100%;
	width: 850px;
	padding: 0 10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
div#titre {
	width:850px;
	height:200px;
}
div#bouton {
	width:850px;
	height:60px;
}
div#content {
	background-color:#FFFFFF;
	width:850px;
	border-left:solid;
	border-left-width:2px;
	border-left-color:#000000;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#000000;
}

div#footer {
	background-color:#000;
	width: 850px;
	height:25px;
	text-align:center;
	color:#CCCCCC;
	font-size:12px;
	padding-top:5px;
	border-left:solid;
	border-left-width:2px;
	border-left-color:#000000;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#000000;
}
div#signature {
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	text-align:center;
	font-size:9px;
	color:#999999;
}
div#lien {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:11px;
	color:#999999;
}
a:link {
	color:#FFF;
	text-decoration:none;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
.Style3 {
	color: #000099;
	font-weight: bold;
	font-size:16px;
}
