/*Copyright DataPageCreator 2008*/
/*Styles for the contents of pages*/

.base {
font-family: Trebuchet MS;
color: #000080;
text-align: left;
}

.text {
font-family: Verdana;
color: #000080;
font-size: 13px;
}

a:link {
text-decoration: none;
color: #0000FF;
}

a:visited {
text-decoration: none;
color: #000000;
}

a:hover {
text-decoration: underline;
color: #0000FF;
}


/*Styles for the html model*/

body {
	background-image: url(fondbarre.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	margin-top: 20px;
}


.buttons a {
	font-family: Trebuchet MS;
	font-size: 16px;
	text-decoration: none;
	color: #000080;
	text-align: left;
	font-weight: bold;
	text-indent: 25px;
	background-image: url(fleche.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 31px;

}

.buttons a:hover {
	color: #FF0000;
	text-decoration: none; 
	font-style: italic;
	background-image: url(flechehover.gif);
	text-indent: 28px;
}

.buttons a:active, .buttons a:focus {
	background-image: url(flecheactive.gif);	
	text-indent: 30px;
}

.activepage {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #FF0000;
	text-align: left;
	font-weight: bold;
	text-indent: 25px;
	background-image: url(flechepage.gif);
	background-repeat: no-repeat;
	line-height: 31px;
}

.bon	{
	border-style: dashed;
	}

