/*=============================================
caractères pour les évenements du calendrier
===============================================*/
.liste-evenements {
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
    }


/*=============================== 
un espace au dessus du bandeau
=================================*/

div#bandeau {
padding-top: 25px;
}



/* ========================================
   de joli cadre pour le code ionformatique
   =======================================*/
.spip_cadre{
    display: inline-block;
    background-color:#000000;
    background-position: 10px 50% ;
    background-repeat: no-repeat;
    background-image: url("../images/code.png");
    margin: 0 2em 2em 2em;  
    padding: 15px 20px 15px 80px;
    text-align: justify;
    vertical-align: middle;
    width: 420px;
    box-shadow: 10px 10px 5px #333;
    border: 1px solid #333;
    border-radius: 10px;
    height: 100%;
    min-height: 40px;
    font-size: 14px;
    color:#34c924;
    width:55%;
}
