/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #ffccff;
	text-decoration:none;
	font-size: small;
	font-weight: bold;
}
a {
	color: #FFCCFF;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
}
a:hover{
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:active{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.liens2 {
	color: #FFCCFF;
	text-decoration:none;
	font-size: small;
	font-weight: bold;
}
.liens2:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-size: small;
	font-weight: bold;
}
.liens2:active {
	color: #FFFFFF;
	text-decoration:none;
	font-size: small;
	font-weight: bold;
}
.menu {
	color: #9999CC;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
.menu:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
.menu:active {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
.copyright {
	color: #666699;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}

.titre {
	color: #ffffff;
	text-decoration:none;
	font-size: small;
	font-weight: bold;
}
.titre2 {
	color: #000000;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
.cours {
	color: #000000;
	text-decoration:none;
	font-size: 10px;
	font-weight: normal;
}
.texte{
	color: #000000;
	text-decoration:none;
	font-size: 10px;
	font-weight: normal;
}
.texte2{
	color: #ffccff;
	text-decoration:none;
	font-size: small;
	font-weight: bold;
}
