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

.bigtexte {
font-family: Trebuchet MS;
color: #800000;
font-size: 20px;
text-align: center;
font-weight: bold;
}


.base {
font-family: Trebuchet MS;
color: #800000;
text-align: left;
margin-left: 30px;
}

.basekdo {
font-family: Trebuchet MS;
color: #800000;
text-align: left;
}

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

.textkdo {
font-family: Verdana;
color: #663300;
font-size: 13px;
}


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

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

a:hover {
text-decoration: none;
color: #800000;
}

/*Styles for the html model*/

body {
	margin: 0px;
}

.buttons a{
	font-family: Trebuchet MS;
	background: url(bouton.png);
	font-size: 15px;
	color: #000000;
	text-align: center;
	width: 130px;
	height: 34px;
	line-height: 29px;
	display: block;
	text-decoration: none;
	}

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

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

.activepage {
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #800000;
	text-align: center;
	background: url(bouton.png);
	background-position: 0px -34px;		
	height: 34px;
	width: 130px;
	display: block;
	line-height: 29px;
}

