/********************STRUCTURE DES BLOCS DANS LA PAGE************************/
body{}
#wrapper{
width: 950px;
background-color: #FEFDBD;
margin: 0 auto 0 auto;
}
#tete{
height: 110px;
background-color: #CC021E;
background-image: url("bandetete.jpg");
background-position: bottom;
background-repeat: no-repeat;
display: none;
}
#colonne{
display: none;
}
#menu{
height: 38px;
background-color: #FFEC9E;
display: none;
}
#titre{
background-color: #AD070B;
height: 40px;

}

#zonetextuelle{
background-color: #FEFDBD;
min-height: 400px;
margin-top: 1cm;
}

/***********CONTENU GENERAL DES BLOCS ***********/
body{
font-family: 'Arial';
font-size: 12pt;
}
.clearer{
clear: both;
height: 0;
}
div, h1{
margin:0;
padding: 0;
}
h1{
font-size: 14pt;
font-weight: normal;
padding: 8px 0 0 20px;
color: #eeeeee;
}
img{
border: none;
}
/**********MISE EN PAGE DES BLOCS******/


/**********LE CALENDRIER*********/
.calendrier{
display: none;
}
/*************ZONE DE TEXTE***************/
#zonetextuelle{
text-align: justify;
padding: 20px;
}
#titre:before{
color: red;
font-size: 16pt;
content:"Version Imprimable du site de l'association Manche Promotion Piste";
}