body,html {
	margin:0;
	padding:0;
	background-color:#FFF;
	width:100%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#header {
	width:100%;
	background-image:url("img/header.png");
	background-repeat:repeat-x;
	height:99px;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:36px;
}
#global {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
}
.bloc {
	min-height:100px;
	width:100%;
}
.blocTop {
	height:30px;
	width:770px;
	padding-top:6px;
	float:right;
	padding-left:20px;
	padding-right:10px;
}
.blocMiddle {
	min-height:40px;
	width:540px;
	float:right;
	padding:30px;
	min-height:100px;
}
.blocBottom {
	height:31px;
	width:770px;
	padding-top:5px;
	float:right;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:50px;
	text-align:right;
}
#footer {
	width:100%;
	float:right;
	text-align:center;
	font-size:12px;
	background-color:#E8E8E8;
	border-top:solid 1px #CBCBCB;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #333;
}
.texte {
	font-size:19px;
}