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


.titre {
	font-family: Arial;
	color: #FF00FF;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}

.texte-contenu-titre {
font-family: Arial;
color: #008080;
text-align: left;
font-size: 16px;
font-weight: bold;
}

.texte-contenu {
font-family: Arial;
text-align: justify;
color: #343E4B;
font-size: 14px;
line-height: 21px; 
}

.texte-contenu-gauche {
font-family: Arial;
text-align: left;
color: #343E4B;
font-size: 14px;
line-height: 21px; 
font-weight: bold;
}


.textpetit {
font-family: Arial;
text-align: left
color: #000000;
font-size: 12px;
}

.petit {
font-family: Arial;
text-align: left
color: #C1D9F1;
font-size: 1px;
}

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

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

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

/*Styles for the html model*/

body {
	margin-top: 0px;
	background: url(img/fond.jpg);
}

.buttons a{
	font-family: Verdana;
	background: url(img/menucomplet.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 22px;
	display: block;
	text-decoration: none;
	text-indent: 24px;
	}

.buttons a:hover {
	background: url(img/menucomplet.jpg);
	background-repeat: no-repeat;	
	color: #008080;
	background-position: 0px -48px;	
	text-decoration: none;
}

.buttons a:active, .buttons a:focus {
	background: url(img/menucomplet.jpg);
	background-repeat: no-repeat;	
	color: #008080;
	background-position: 0px -72px;	
	line-height: 22px;
	text-decoration: none;
}

.activepage {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FF00FF;
	text-align: left;
	background: url(img/menucomplet.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;		
	display: block;
	line-height: 22px;
	text-indent: 24px;
}
