td img {
	vertical-align:bottom;
}

/*=========*/
/* Classes */
/*=========*/
.table {
	border-left:LIGHTGREY solid 1px;
	border-top:LIGHTGREY solid 1px;
	}
.td {
	border-right:LIGHTGREY solid 1px;
	border-bottom:LIGHTGREY solid 1px;
	}
.th {
	color:black;
	background-color:GAINSBORO;
	border-right:LIGHTGREY solid 1px;
	border-bottom:LIGHTGREY solid 1px;
	}
.sep_droite {border-right:SILVER solid 1px;}
.sep_gauche {border-left:SILVER solid 1px;}
.sep_bas {border-bottom:SILVER solid 1px;}
.sep_haut {border-top:SILVER solid 1px;}
.rollover {
	cursor:pointer;
}
.normal {
	font-family:Arial;
	font-size:10pt;
	color:black;
	}
.gris {color:gray;}
.noir {color:black;}
.blanc {color:white;}
.moyen {font-size:8pt;line-height:9pt;}
.minimum {font-size:0pt;line-height:0pt;height:0;}
.plus {font-size:11pt;}
.big {font-size:13pt;}
.gras {font-weight:700;}
.min2maj {text-transform:uppercase;}
.italique {font-style:italic;}
.justifie {text-align:justify;}
.centre{text-align:center;}
.nolink {text-decoration:none;}
.link {text-decoration:underline;}

.stabilo_rose {
	padding-left:4px;
	padding-right:4px;
	background-color:#FF7CFD;
}
.stabilo_jaune {
	background-color:#FEFF49;
}
.radius5 {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.radius10 {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}
.radius20 {
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
}
.fieldset {
	padding:3px;
	background-color:#FFFFCC;
	border-radius:5px;
	-moz-border-radius:5px;
}
.opacity70 {
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}
.noborder {border:0;}
.clear {clear:both;}