/**
 * Styles pour les éléments de la page
 **/
body {
	font-family: Verdana, sans-serif;
}

#sommaire .separation{
	border-top: 1px dashed #fff;
}

#pub {
	text-align: center;
}

#pub div.compterebours {
	margin-bottom: 10px;
}

#pub div.compterebours div {
	font-size:14px;
	margin-top: 0px;
	color: #fff;
	font-weight: bold;
}

/**
 * Style salle de classe 
 **/
.liste_cours {
	text-align: center;
}

.surbrillance a {
	text-shadow: 0px 0px 5px #fff;
}

.attenuation a {
	opacity: 0.5;
}

.brouillon a:after {
	content: url("../img/cours_brouillon.png");
	margin-left: 5px;
}


/**
 * Styles généraux réutilisables
 **/

div.avertissement {
	background: #f4efb9;
	border: 1px solid #b98a00;
	color: #b98a00;
	font-style: italic;
}