/* CSS Document */
.rouge {
	color: #990000;	
}

.gras {
	font-weight: bold;
}

.noir {
	color: #000000;
}

.bleu {
	color: #0099CC;
}

.vert {
	color: #009900;
}

.barre {
	text-decoration: line-through;	
}

.big {
	font-size: 12px;
}

.medium {
	font-size: 11px;
}

.mini {
	font-size: 8px;
}

.normal {
	font-size: 10px;
}

.noborder {
	border: none;
}

.nounderline {
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

a.underline , a:hover.underline , a:focus.underline , a:visited.underline {
	text-decoration: underline;
}

a.nounderline , a:hover.nounderline , a:focus.nounderline , a:visited.nounderline {
	text-decoration: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.middle {
	vertical-align: middle;
}

.top {
	vertical-align: top;
}

.baseline {
	vertical-align: baseline;
}

h2.titre {
	margin: 4px 0px;
}

.hand {
	cursor: hand;
}