.chats-persans a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.chats-persans a:visited {
	text-decoration: none;
	color: #936002;
}
.chats-persans a:hover {
	text-decoration: none;
	color: #936002;
	font-size: 18px;
}
.chats-persans a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.chats-persans{
	color: #936002;
}
#global {
	min-height: 100%; /* -> 1 */
	width: 800px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-top: 20px;
}
#global h1{
	font-family: "Monotype Corsiva", "Apple Chancery", Arial, sans-serif;
	font-size: 32px;
	color: #FFFFFF;
}
#global p{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: normal;
}
#global a{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
}
#global a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color:#FFFFFF;
	line-height: 30px;
	font-weight: normal;
}
.compteur img{
	padding-top: 20px;
}

