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

.base {
font-family: Trebuchet MS;
color: #135BC8;
text-align: left;
font-size: 19px;
font-weight: bold;
}

.text {
font-family: Verdana;
text-align: justify;
color: #135BC8;
font-size: 14px;
line-height: 21px; 
}

.textcenter {
font-family: Verdana;
text-align: center;
color: #135BC8;
font-size: 14px;
line-height: 21px; 
}

.textpetit {
font-family: Verdana;
text-align: right;
color: #135BC8;
font-size: 10px;
}

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

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

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

/*Styles for the html model*/

body {
	margin-top: 0px;
	background: #FFFFFF;
}

.buttons a{
	font-family: Verdana;
	font-weight: bold;
	background: url(menucomplet.png);
	font-size: 11px;
	color: #135BC8;
	text-align: left;
	width: 186px;
	line-height: 25px;
	display: block;
	text-decoration: none;
	text-indent: 53px;
	}

.buttons a:hover {
	background: url(menucomplet.png);
	color: #473E82;
	background-position: 0px -50px;	
	text-decoration: none;
}

.buttons a:active, .buttons a:focus {
	background: url(menucomplet.png);
	color: #D6402C;
	background-position: 0px -75px;	
	line-height: 25px;
	text-decoration: none;
}

.activepage {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #EC9801;
	text-align: left;
	background: url(menucomplet.png);
	background-position: 0px -25px;		
	width: 186px;
	display: block;
	line-height: 25px;
	text-indent: 53px;
}
