h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #019FBF;
	padding-left: 20px;
	font-weight: normal;
}
a.actu:link, a.actu:visited, a.actu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	background-image:  url(../img/actu_link.gif);
	padding-left: 14px;
	background-repeat: no-repeat;
}
a.actu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: 019FBF;
	background-image:  url(../img/actu_hover.gif);
	padding-left: 14px;
	background-repeat: no-repeat;
}
.margin {
	padding-right: 5px;
	padding-left: 5px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #999999;
}
.horizontal {
	width: 100%;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.vertical {
	color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999999;
	height: 100%;
}
.bold {
	font-weight: bold;	
}
.souligne {
	text-decoration: underline;	
}
.ital{
	font-size: 10px;
	font-style: italic;	
}