* {
	font-family: verdana;
	font-size: 12px;
}
b {
	padding: 0px;
	font-size: 12px;
	margin-top: 0px;
}
p {
	margin-top: 3px;
}
/************ h1 pour petits textes ********************************/
h1 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 3px;
}
/**************h2 titre de page ************************************/
h2 {
	font-size : 15px;
	padding: 0px;
    text-align: center;
	margin: 7px;
	}
/********************h4 t**************************/
h4 {
	font-size : 12px;
	padding: 0px;
	text-align: center;
	margin : 5px;
}
.border {
border: solid 1px #000000;
}
a {
	color: #4052A5;
}
a:hover {
	color: #000000;
}
