body {
    background: #990033 url('/design/activites/fond.jpg') no-repeat center top;
}


.editor_apercu h1 span {
    background-color: #FF6600;
}

/**
*******************************************************************************/
.pointille {
    background: url('/design/pointille.gif') repeat-x;
    height: 5px;
}

/**
*******************************************************************************/
#gauche {
    float: left;
    padding: 37px 0 0 39px;
    height: 555px;
    width: 366px;
    
}
    #illustration {
        height: 392px;
        
    }
    
    .copyright{
        position: absolute;
        margin: 361px 0 0 0;
        width: 360px;
        font-size: 0.6em;
        text-align: right;
        color: grey;
    }

	#fond_culinaire {background: url('/design/activites/fond_activites.gif') no-repeat;
        width: 195px;
        height: 115px;
    }

 	#fond_martial {
        background: url('/design/activites/fond_martial.gif') no-repeat;
        width: 171px;
        height: 115px; } 

/**
*******************************************************************************/
#droite {
    float: right;
    padding: 37px 32px 0 0;
    height: 544px;
    width: 525px;
}
    #droite #menu {
        padding: 5px 5px 0 5px;
    }
        #droite #menu #titre{
            position: relative;
            top: -15px;
            font-size: 0.7em;
            background: url('/design/activites/etoile_activites2.gif') no-repeat;
            padding: 5px 0 5px 35px;
            
        }
            #droite #menu #titre span {
                border-bottom: 1px dotted #a00c3a;
            }
            #droite #menu #titre a{
                text-decoration: none;
                color: white;
            }
            #droite #menu #titre a:hover{
                text-decoration: none;
                color: #9b1e1f;
            }
            #droite #menu #titre .selected_titre{
                color: #9b1e1f;
            }
        #droite #menu #sous_menu {
            float: right;
            font-size: 0.7em;
            padding: 0 20px 0 0;
        }
            #droite #menu #sous_menu ul {
                margin: 0 0 0 20px;
                padding: 0;
                list-style-type: none;
                list-style-image: url('/design/puce_blanche.gif');
            }
            #droite #menu #sous_menu li a{
                position: relative;
                color: white;
                top: 1px;
                text-decoration: none;
            }
            #droite #menu #sous_menu li a:hover{
                color: #9b1e1f;
            }
            #droite #menu #sous_menu li.selected_ssmenu a {
                color: #9b1e1f;
            }
            
    #droite #container {
        padding: 10px;
    }
        #droite #container #texte {
            clear: both;
            height: 470px;
        }

