 
 
#tetepage {
	border-radius:  50px 50px 0 0;
	text-align: center;
	background : #111;
	color : white;
	margin :0;
}



#titrecours{
    margin :0;
    
}
#titrecours::after{
    content : "\3000""\3000"    "\2728"'  Cours ' "\2728";
    
}



#corpspage{
    margin-top : 4em ;
	
	width : 100%;
}



#contenu{
	width : 90%;
	 margin-left: auto;
    margin-right: auto;
}

#piedpage{
   margin-top: 3em;
	background : #555;
	color :white; 
	display :table;
	width : 100%;
}

#piedpage a{
	color: white;
}

#retourhautpage{
	display : table-cell;
	text-align : left;
}

#planpied{
	 display : table-cell;
	 text-align : center;
}

#lycee{
	 display : table-cell;
	 text-align:right;
}







/* article correspondant à un paragraphe de cours. */
 .unitecours{
	display : table;
	width : 100%;
}

 
 



/* boîte conseil destinée à être contenue dans un article 
(paragraphe de cours ) */
 .boiteconseil{
 	display :table-cell;
 	width : 20%;
 	padding-left: 5%;
 	font-family: Courier;
}




/* titre des articles de contenu */
#contenu h2{
	color : #31B404 ;
	font-size : 2em;
}

 
 
 
 
 

/* affichage pour les résultats d'un programme */
.affichage{
	width : 80%;
	margin : auto;
	background-color : #4C1B1B;
	color :  #FFFFFF;
	border : none;
	font-size: larger;
}

  

 
 
