#contenu h1 {
	width:226px;
	height:27px;
	text-indent:-5000px;
	font-size:10px;
	background: url('../images/cours_cut.gif') left top no-repeat;
	margin-bottom:6px;
	 }	 
	 
#contenu h2 {
	text-indent:10px;
	margin-bottom:6px;
	 }	

.texte {
	margin: 0 10px 8px 20px;
	color:#F0F0F0;
	 }
		 	 

a.imprimer {
	float:right; 
	
	margin-right:34px;
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	font-size:12px; 
	color:#EBEBEB; 
	font-weight:bold;
	text-decoration:none
	 }
	 	 
.planning {
	margin-left:303px; 
	width:170px;  
	color:#FF6633; 
	font-weight:bold; 
	font-size:16px;
	 }	 
	 
/* rajout d'une bordure droite au menu à cause de la bordure insuffisante du contenu
	!!!! à désactiver lorsque photo pour le contenu */
#menu li {
	border-right:1px #D59A79 solid;
	 }	 
	 
	 
/* CSS DU PLANNING */
.lignesJours {

	height: 50px;
	line-height: 50px;

}

.colonnesJours {

	width: 100px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #800080;
	border-left: 1px solid #000;
	border-bottom: 1px dotted #FFF;

}


.colonnesHoraires {

	width: 60px;
	padding-right: 4px;
	text-align: right;
	line-height:20px;
	vertical-align: middle;
	color: #FFF;
	background: #800080;
	border-bottom: 1px dotted #FFF;

}


.lignesCours {

	height: 81px;

}

.colonnesCours {

	width: 100px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	background: #800080;
	border-left: 1px solid #000;
	border-bottom: 1px dotted #FFF;
	
}



.cours {

	width:100px !important;
	
	/*width: 96px;*/
	text-align: center;

}


.cours p {

	margin: 10px;
	padding: 0;

}


.cible div{

	/*/margin:  8px 0 0 0*/

}

/* FIN CSS PLANNING */
	 
