/*
*******************************************************************************
PARTIE EDITABLE SIMPLEMENT
color: black, ou #000000 par exemple
font-weight: normal ou bold (gras ou non)
font-size: 12px par exemple
line-height: Epaisseur de ligne en px
text-align: left, right ou center
text-indent: indentation en px
*/
.mainTitle{ /* Grand titre des pages */
    color: #660000;
    font-weight: bold;
    font-size: 125%;
    line-height: 16px;
    text-align: left;
}

.title{ /* Petit titre des pages */
    font-weight: bold;
    font-size: 120%;
    line-height: 16px;
    text-align: left;
    color: #3f3f3c;
}

p{ /* Paragraphes */
    color: #3f3f3c;
    font-weight: normal;
    line-height: 16px;
    text-align: left;
}

.red{ /* Elements affichés en couleur */
    color: #660000;
    font-weight: bold;  
}

.bold{ /* Elements affichés en gras (mots clés) */
    font-weight: bold;
}

.italic{ /* Elements affichés en italic */
    font-style: italic;	
}

.center{ /* Elements centrés */
    text-align:center;
}

.agendaElement{ /*Contour des elements de la liste dans l'agenda*/
    border: 1px solid #660000;
}

/*
FIN DE LA PARTIE EDITABLE SIMPLEMENT
*******************************************************************************
Après ca, il n'est pas recommandé de faire des modifications sans vraiment 
savoir ce qu'on fait...
*/

.center{
    text-align:center;
}

.floatingBox a{
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.floating400{
    float:left;
    width:400px;
    margin: 5px 10px 5px 10px;
}

.floating400 div{
    width:auto;
}

.floatingBox{
    float:left;
    width:48%;
    margin:10px 1% 10px 1%;
}

.floatingBox div{
    width:auto;
}

.mainTitle{
    margin:2px 10px 10px 2px;
    font-variant: normal;
}

p{
    margin:2px 10px 0 2px;
    font-variant: normal;
}

.title{
    margin:2px 10px 10px 2px;
    font-variant: normal;
}


#articleList{
    width:auto;
}

.article{
    margin:5px;
	text-align: justify;
    cursor: pointer;
    text-decoration: none;
    color: black;
}
.article img{
    float:left;
    margin:0 5px 0 0;
}
.listElementTitle{
    margin: 0px;    
}

.spacer{
    clear:both;
    height:5px;
}

.mapSetCenter{
    cursor:pointer;
}

.agendaElement{
    margin: 5px;
    width: auto;
}

.agendaMoreInfo{
    text-align:right;
    font-size:80%;
}

.myForm{
    width:auto;
}

.halfSize{
    width:50%;
}
