body {
	background-image: url(img/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.textetitre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
}
.pucetitrebleu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #00b9e9;
}
.texteparagraphe {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #b6b6b6;
}
.texteparagraphepetit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}
.texteinfos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
.titrebleu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #00b9e9;
}
.textebaseline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}


.titre_page {
	height: 20px;
	width: 55px;
	background-color: #737373;
	display: inline; 
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	float:left;
	margin-left:6px;
	padding-left:4px;
	padding-top:2px;
}

.lien_page{ text-decoration:none;}

.page {
	height: 21px;
	width: 22px;
	background-color: #737373;
	display: inline; 
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFF;
	float:left;
	margin-left:6px;
	padding-top:1px;
	cursor:pointer;
	text-decoration:none;
}

.page_on {
	height: 21px;
	width: 22px;
	background-color: #019ee1;
	display: inline; 
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	float:left;
	margin-left:6px;
	padding-top:1px;
	cursor:pointer;
	text-decoration:none;
}



.page:hover {
	height: 21px;
	width: 22px;
	background-color: #019ee1;
	display: inline; 
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	float:left;
	margin-left:6px;
	padding-top:1px;
	cursor:pointer;
	text-decoration:none;
}

.page_on:hover {
	height: 21px;
	width: 22px;
	background-color: #737373;
	display: inline; 
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	float:left;
	margin-left:6px;
	padding-top:1px;
	cursor:pointer;	
	text-decoration:none;
}
