* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999;
}
	
a:focus {
  outline:none;
}

/* Style CSS - Laurent Deschênes */
body, table, td, tr {
	padding:0px;
	font-size: 12px;
	border-spacing: 0;
	border-collapse:collapse;
}
img {
	border: 0;	
}

.texte_courant {
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
}

#master {
	vertical-align:top;
}


/* background */
.bk_no_repeat {
	background-repeat: no-repeat;	
}
.bk_repeat_x {
	background-repeat: repeat-x;	
}
.bk_position {
	background-repeat: no-repeat;
	background-position: bottom right;	
}

#td_left {
	background-repeat: no-repeat;
	background-position: top right;
	background-image:url(../../images/barre_verticale.gif);
}

#droite {
	margin:30 70 30 30;
	line-height:18px;
}
#gauche {
	margin:30 30 30 90;
	line-height:18px;
}


/* Hyperliens */
a:link, a:visited {
	color:
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

.notification {
	font-size:10px;
}

#master {
	vertical-align:top;
}