/*Copyright DataPageCreator 2008*/
/*Styles pour le contenu des pages*/

.base {
font-family: Trebuchet MS;
color: #FFFFFF;
text-align: left;
}

.texte {
font-family: Verdana;
color: #000080;
font-size: 15px;
}

.texte a:link {
text-decoration: none;
color: #0000FF;
}

.texte a:visited {
text-decoration: none;
color: #000000;
}

.texte a:hover {
text-decoration: underline;
color: #0000FF;
}

/*Styles pour le modèle html*/

body {
	background-image: url(fond.jpg);
	margin: 0px;
}

.bouton a{
	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;
	}

.bouton a:hover {
	background: url(page.jpg);
	line-height: 46px;
	color: #FFFFFF;
	text-decoration: none;
}

.bouton a:active {
	background: url(page.jpg);
	background-position: 0px -46px;	
	line-height: 46px;
	color: #FFFFFF;
	text-decoration: none;
}

.page {
	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;
}