/* CSS Document */

p {
	background-image:url(../images/ovale.gif);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	background-position:center;
	text-align:center;
	border:none;
}
.norepeat {
	background-repeat:no-repeat;
}
.arial {
	font-family: Arial;
}
.helvetica {
	font-family: Helvetica;
}
.blanc {
	color: #FFFFFF;
}
.noir {
	color: #000000;
}
.rouge {
	color: #FF0000;
}
.orange {
	color: #FFBA00;
}
.vert {
	color: #00FF00;
}
.vertFonce {
	color: #00AA00;
}
.jaune {
	color: #FFFF00;
}
.bleu {
	color: #000099;
}
.grisFonce {
	color: #434343;
}
.gris9 {
	color: #999999;
}
.gris6 {
	color: #666666;
}
.grisF8 {
	color: #F8F8F8;
}
.grisE2 {
	color: #E2E2E2;
}
.taille1 {
	font-size: 1px;
}
.taille2 {
	font-size: 2px;
}
.taille3 {
	font-size: 3px;
}
.taille4 {
	font-size: 4px;
}
.taille5 {
	font-size: 5px;
}
.taille6 {
	font-size: 6px;
}
.taille7 {
	font-size: 7px;
}
.taille8 {
	font-size: 8px;
}
.taille9 {
	font-size: 9px;
}
.taille10 {
	font-size: 10px;
}
.taille11 {
	font-size: 11px;
}
.taille12 {
	font-size: 12px;
}
.taille13 {
	font-size: 13px;
}
.taille14 {
	font-size: 14px;
}
.taille15 {
	font-size: 15px;
}
.taille16 {
	font-size: 16px;
}
.taille17 {
	font-size: 17px;
}
.taille18 {
	font-size: 18px;
}
.fondNoir {
	background-color: #000000;
}
.fondBlanc {
	background-color: #FFFFFF;
}
.fondRouge {
	background-color: #FF0000;
}
.fond6 {
	background-color: #666666;
}
.fond9 {
	background-color: #999999;
}
.fondF8 {
	background-color: #F8F8F8;
}
.fondFonce {
	background-color: #434343;
}
.bordure9 {
	border: 1px solid #999999;
}
.centrer {
	text-align: center;
}
.gras {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.souligne {
	text-decoration: underline;
}
.nonSouligne {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
