@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
}
body {
	background-image: url(images/fond-avec-ballons.jpg);
	background-repeat: no-repeat;
}

.titre {
	font-size: 24px;
	font-weight: bold;
}
.titre-blanc {
	font-size: 24px; 
	font-weight: bold; 
	color: #FFFFFF; 
}
.titre-rouge {
	font-size: 24px; 
	font-weight: bold; 
	color: #cc0033; 
}
.titre-vert {
	font-size: 24px; 
	font-weight: bold; 
	color: #009933; 
}
.titre-bleu {
	font-size: 24px; 
	font-weight: bold; 
	color: #333399;
}
.titre-jaune {
	font-size: 24px; 
	font-weight: bold; 
	color: #FFCC00;
}
.surtitre {
	font-size: 14px;
	font-weight: bold;
}
.surtitre-rouge {
	font-size: 14px;
	font-weight: bold;
	color: #CC0033; 
}
.surtitre-vert {
	font-size: 14px;
	font-weight: bold;
	color: #009933; 
}
.surtitre-bleu {
	font-size: 14px;
	font-weight: bold;
	color: #333399;
}
.surtitre-jaune {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}
.lien-texte {
	font-size: 13px;
	font-weight: normal;
	color: #CC0033;
}
a:link {
	font-size: 13px;
	color: #009933;
	text-decoration: none;
}
a:visited {
	font-size: 13px;
	text-decoration: none;
	color: #333399;
}
a:hover {
	font-size: 13px;
	text-decoration: underline;
	color: #CC0033;
}
a:active {
	font-size: 13px;
	text-decoration: none;
	color: #009933;
}

