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

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

.titre {
font-family: Verdana;
color: #000080;
font-size: 24px;
}


.titrecenter {
font-family: Verdana;
color: #FF0000;
font-size: 24px;
text-align: center;
}

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

.textcenter {
font-family: Verdana;
color: #000080;
font-size: 14px;
text-align: center;
}

.anim a{
display: block;
}

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 {
	margin: 0px;
	background: url(fondpage.gif);
}

.buttons a{
	background: url(lien.gif);
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #000080;
	text-align: center;
	width: 123px;
	height: 46px;
	line-height: 46px;
	display: block;
	text-decoration: none;
	}

.buttons a:hover {
	background: url(page.jpg);
	line-height: 46px;
	color: #FFFFFF;
	text-decoration: none;
}

.buttons a:active, .buttons a:focus {
	background: url(page.jpg);
	background-position: 0px -46px;	
	line-height: 46px;
	color: #FFFFFF;
	text-decoration: none;
}

.activepage {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: url(page.jpg);
	height: 46px;
	width: 123px;
	display: block;
	line-height: 46px;
}
