body {
	background: #990033 url('/design/home/fond.jpg') no-repeat center top;
	min-height : 850px;
	}

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



/**

*******************************************************************************/

#content {
	margin-top: 60px;
}



/*******************************************************************************/

#gauche {
    float: left;
    padding: 35px 0 0 39px;
    width: 363px;
}

.copyright{
        position: absolute;
        margin: 533px 0 0 0;
        width: 360px;
        font-size: 0.6em;
        text-align: right;
        color: gray;
    }



/*******************************************************************************/

#centre {
    padding: 0;
    margin-left: 401px;
}
    #centre #accueil {
        width: 195px;
        height: 384px;
        padding: 45px 0 0 30px;
    }
    #centre #accueil #texte_accueil {
        width: 195px;
        height: 384px;
    }    

    #centre #accueil .editor_apercu{font-size: 0.9em;}
    #centre #accueil .editor_apercu h1{font-size: 0.9em;}
    #centre #accueil .editor_apercu h2{font-size: 0.9em;}
    #centre #accueil .editor_apercu h3{font-size: 0.9em;}
    #centre #accueil .editor_apercu b{color: #ff6600;}

    #menu_centre {width:365px; height:152px; padding: 0 0 0 10px;}
    
    #menu_culinaire {

        background: url('/design/home/fond_activites.gif') no-repeat;

    }

    

    #menu_martial {
        background: url('/design/home/fond_martial.gif') no-repeat;
    }

/*********************************************************************************/

#droite {
    float: right;
    width: 193px;
    padding: 37px 15px 0pt 0pt;
	position: relative;
}

#droite #encart {
        padding: 10px;
        height: 395px;
    }

		#droite #encart .editor_apercu{
            font-size: 0.7em;       
        }
        
        #droite #encart #texte {
            height: 395px;
        }

        #droite #encart #texte img {
            float: left;
            margin: 5px 5px 5px 0;
        }

        #droite #encart #texte #titre_encart {
            font-variant: small-caps;
            font-size: 1em;
            color: #33ffff;
            margin: 8px 0 8px 0;
        }

        #droite #encart #texte a {
            color: #ff66cc;
            text-decoration: none;
            font-weight: bold;
        }

        #droite #encart #texte a:hover {
            text-decoration: underline;
        }

    #droite #photo {
        margin-top: 4px;
    }
