.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.petit9 {
	font-size: 9px;
}

.petit8 {
	font-size: 8px;
}

.petit {
	font-size: 11px;
}

.grand {
	font-size: 14px;
}

.gras {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.nompropre {	
	text-transform: capitalize;
}

.error {
	font-weight: bold; 
	color: #FF0000;
}

.message {
	font-weight: bold; 
	color: #00AA00;
}

#center {
	text-align: center;
}

#right {
	text-align: right;
}

#left {
	text-align: left;
}

#petit9 {
	font-size: 9px;
}

#petit8 {
	font-size: 8px;
}

#petit {
	font-size: 11px;
}

#grand {
	font-size: 14px;
}

#gras {
	font-weight: bold;
}

#italic {
	font-style: italic;
}

#nompropre {	
	text-transform: capitalize;
}

#error {
	font-weight: bold; 
	color: #FF0000;
}

#message {
	font-weight: bold; 
	color: #00AA00;
}

a.invisible {
	color: #000;
	text-decoration:none;
}

a:hover.invisible {
	color: #000;
	text-decoration:none;
	font-weight: bold; 
}

.radio {
	background:none;
	border:none;
}

