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

.base {
font-family: Arial Narrow;
color: #E2001A;
font-size: 20px;
text-align: left;
}

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

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

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

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

/*Styles for the html model*/

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

.buttons a{
	font-family: Arial;
	background: url(bouton1niv.png);
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 34px;
	display: block;
	text-decoration: none;
	text-indent: 6px;
	}

.buttons a:hover {
	background: url(bouton1niv.png);
	background-position: 0px -68px;	
	text-decoration: none;
}

.buttons a:active, .buttons a:focus {
	background: url(bouton1niv.png);
	color: #E2001A;
	background-position: 0px -102px;	
	line-height: 34px;
	text-decoration: none;
}

.activepage {
	font-family: Arial;
	font-size: 14px;
	color: #E2001A;
	text-align: left;
	background: url(bouton1niv.png);
	background-position: 0px -34px;		
	display: block;
	line-height: 34px;
	text-indent: 6px;
}


.subbuttons a{
	font-family: Arial;
	background: url(bouton2niv.png);
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 155px;
	line-height: 34px;
	display: block;
	text-decoration: none;
	text-indent: 10px;
	}

.subbuttons a:hover {
	background: url(bouton2niv.png);
	background-position: 0px -68px;	
	text-decoration: none;
}

.subbuttons a:active, .subbuttons a:focus {
	background: url(bouton2niv.png);
	color: #E2001A;
	background-position: 0px -102px;	
	line-height: 34px;
	text-decoration: none;
}

.subactivepage {
	font-family: Arial;
	font-size: 12px;
	color: #E2001A;
	text-align: left;
	background: url(bouton2niv.png);
	background-position: 0px -34px;		
	width: 155px;
	display: block;
	line-height: 34px;
	text-indent: 10px;
}

