/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: black;
	margin: 5;
	background-image: url(../../../images/fond.jpg);
	background-repeat: repeat-x;
}
a.liens:link {
	color: #00135f;
	text-decoration: underline;
}
.texte {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #00135f;
}

a.liens:visited {
	color: #0060b4;
	text-decoration: underline;
}
a.liens:hover {
	color: #006cb4;
	font-weight: bold;
	text-decoration: none;
}
a.liens:active {
	color: #00135f;
	text-decoration: underline;
}

/* Put a border on all generated images */
.image {
	margin: 5;
	border: 3 solid #0060b4;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}
h1 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0060b4;
	margin-bottom: 0px;
	margin-top: 0px;
}

