body {
    line-height: 1.8em;
    font: 62.5% /*Candara, */ Tahoma, Arial, Helvetica, sans-serif; /* Narrow Sans Serif Fonts */
/*font: 62.5% Candara, Verdana, Geneva, sans-serif;*/
/* Wide Sans Serif Fonts */
}

h1, h2, h3, h4, h5 {
    font-family: Georgia, sans-serif; /*font-family: Constantia, Georgia, Utopia, Palatino, 'Palatino Linotype', serif;*/
/* Wide Serif Fonts */
/*font-family: Cambria, 'Times New Roman', Times, serif;*/
/* Narrow Serif Fonts */
}

h2 {
    font-size: 2.6em; /*  line-height: 2.7em;*/
    margin-bottom: 0.9em;
    color: #44a001;
}

h3 {
    font-size: 1.4em; /*line-height: 2.4em;*/
}

h4 {
    font-size: 1.3em;
    line-height: 3.6em;
}

#page_main .titre {
    background: transparent url(../images/coeurs.png) no-repeat scroll 0 0;
    height: 71px;
}

#page_main #ie6 .titre {
    background: transparent url(../images/coeurs.jpg) no-repeat scroll 0 0;
}

#page_about .titre {
    background: transparent url(../images/ourson.png) no-repeat scroll 0 0;
    height: 71px;
}

#page_about #ie6 .titre {
    background: transparent url(../images/ourson.jpg) no-repeat scroll 0 0;
}

#page_contact .titre {
    background: transparent url(../images/lettre.png) no-repeat scroll 0 0;
    height: 71px;
}

#page_contact #ie6 .titre {
    background: transparent url(../images/lettre.jpg) no-repeat scroll 0 0;
}

.titre h2 {
    padding: 0.5em 0 0 4em;
}

.width_stretch, .page_event .indent, #page_about .indent, #page_contact .indent {
    font-size: 1.4em;
    text-align: justify;
}

#page_main .width_stretch, #page_action .width_stretch {
    margin-left: 24px;
}
.page_event .indent, #page_archive .indent, #page_events .indent {
    height: 400px;
    overflow: auto;
    width: 94%;
    position: relative;
}

.page_event .indent p {
    padding-right: 1em;    
}

#page_archive .indent, #page_events .indent {
    padding: 0;
}

#accueil {
    display: block;
    width: 373px;
    height: 120px;
    position: absolute;
    left: 43px;
    top: 74px;
}

#s3 {
    width: 300px;
    height: 300px;
}

#about {
    left:366px;
    position:absolute;
    top:207px;
    z-index:5;
    display: none;
}
#actions {
    left:372px;
    position:absolute;
    top:293px;
    z-index:5;
    display: none;
}
#projets {
    left:372px;
    position:absolute;
    top:377px;
    z-index:5;
    display: none;
}
#contact {
    left:372px;
    position:absolute;
    top:462px;
    z-index:5;
    display: none;
}

p.description {
    font-size: 1.4em;
}

a.mail {
    text-decoration: underline;
    color: orange;
}

.highlight {
    color: orange;
}