@charset "utf-8";
/* CSS Document */

.col-container:hover {
	text-decoration: none;
	color: #000000;
	background-color:#CCCCCC;
}

h2 {
	color:#000000;
	border-style:none;
}

.h2_RC {display:none;}

.col-container a:visited, .col-container a:link {
	text-decoration: none;
/*	color: #000000;
	background-color:#FF0000;*/
}

/* Pour empécher la numérotation automatique des chapitres*/
h2:before { counter-increment: chapNv2; content: "";}
h3:before { counter-increment: chapNv3; content: "";}
h4:before { counter-increment: chapNv4; content: "";}
h5:before { counter-increment: chapNv5; content: "";}
