body {
	background-image: url(../elements/fond.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}


/* Textes */

.titres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 20px;
}
.textes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}
.textes-centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
.petit-textes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7ab2dc;
}


/* Liens */

a.liens:link {
	color: #7ab2dc;
	text-decoration: none;
}
a.liens:visited {
	color: #7ab2dc;
	text-decoration: none;
}
a.liens:hover {
	color: #c87017;
	text-decoration: none;
}
a.liens:active {
	color: #c87017;
	text-decoration: none;
}

a.onglet:link {
	color: #7ab2dc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
}
a.onglet:visited {
	color: #7ab2dc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
}
a.onglet:hover {
	color: #c87017;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
}
a.onglet:active {
	color: #c87017;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
}


/* Images */

.images {
	border: 1px solid #7ab2dc;
}


/* Tableaux */

td.fond-onglet {
	background-image: url(../elements/fond-onglet.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: left top;
}

td.tableau-gauche {
	background-image: url(../elements/tableau-gauche.jpg);
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: repeat-y;
}

td.tableau-droite {
	background-image: url(../elements/tableau-droite.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: right top;
}

td.tableau-tete {
	background-image: url(../elements/tableau-tete.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: center top;
}

td.tableau-pied {
	background-image: url(../elements/tableau-pied.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: center bottom;
}

