.textecourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #243a46;
}
.textecourantbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #243a46;
}
.textecourantboldorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f7880c;
}
.textecourantboldblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.textecourantitalique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #243a46;
	font-style: italic;
}
.titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #243a46;
}
.soustitre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #243a46;
}
.textecopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
}
/* LINK = apspect du lien */
A:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #f7880c; 
	text-decoration: underline
}	
/* LINK = apspect du lien lorsque MouseOver */
A:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #5092de; 
	text-decoration: nunderline
}
/* ACTIVE = apspect du lien lorsque sélectionné */
A:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #f7880c; 
	text-decoration: none
}
/* VISITED = aspect du lien lorsque visité */
A:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #5092de;
	text-decoration: underline
}
.inputaccueil {
	padding: 1px;
	height: 10px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #243a46;
}
.inputpaypal {
	padding: 1px;
	height: 30px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #243a46;
}
.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #f7880c;
	height: 20px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.lecentre {
	background-image: url(images/vincentgosselin_12.jpg);
	overflow:auto;
	height:307px;
	width:558px;
	background-color: transparent;
	padding-right: 10px;
}
BODY
   {
    scrollbar-face-color: #cdcdcf;
    scrollbar-shadow-color: #b5b5b6;
    scrollbar-highlight-color: #e2e2e3;
    scrollbar-3dlight-color: #b5b5b6;
    scrollbar-darkshadow-color: #545866;
    scrollbar-track-color: #7d808b;
    scrollbar-arrow-color: #545866;
   }
