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

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

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

/**
*******************************************************************************/
#gauche {
    float: left;
    padding: 37px 0 0 39px;
    height: 555px;
    width: 365px;
}
    #illustration {
        height: 392px;
    }
    #menu_culinaire {
        background: url('/design/pagefooter/fond_activites.gif') no-repeat;
    }
    #menu_martial {
        background: url('/design/pagefooter/fond_martial.gif') no-repeat;
    }
    .copyright{
        position: absolute;
        margin: 361px 0 0 0;
        width: 360px;
        font-size: 0.6em;
        text-align: right;
        color: grey;
    }
    
/**
*******************************************************************************/
#droite {
    float: right;
    height: 581px;
    width: 578px;
}
    #droite #encart {
        padding: 37px 21px 0 55px;
        height: 535px;
        /*width: 498px;*/
        width: 495px;
        float: left;
        font-size: 0.7em;
    }
    #droite #encart .editor_apercu{
        font-size: 1.0em;
        color : #93e2ed;
    }
        #droite #encart #titre {
            position: relative;
            /*top: -23px;*/
            left: 25px;
            font-size: 1.20em;
            margin-right: 21px;
            border-bottom: 1px dotted #ff2c00;
            color: #93e2ed;
        }
        #droite #intitule_encart {
        	background: url('/design/pagefooter/etoile_mini.gif') no-repeat;
            height: 25px;
        }
        #droite #contenu {
            clear: both;
            color: #93e2ed;
            margin: 10px 0 0 25px;
        }
        #droite #contenu #texte {
            clear: both;
            height: 470px;
        }
        #droite a{
            color: white;
            text-decoration: underline;
            font-weight: bold;
        }
        #droite a:hover {
            color: #ff6600;
        }
        #droite .lien_actif {
            color: #FF6600;
            text-decoration: none;
        }
        #droite .impair a{ 
            color: #93dbe8;
            text-decoration: none;
            font-weight: bold;
        }
            #droite .impair a:hover{ 
                text-decoration: underline;
            }
        #droite .pair a{ 
            color: #ff6600;
            text-decoration: none;
            font-weight: bold;
        }
            #droite .pair a:hover{ 
                text-decoration: underline;
            }
            
        #droite h1 {
            font-style: italic;
            font-size: medium;
            margin-bottom: 20px;
            color : #93e2ed;
            width: 470px;
            float: left;
            height: 21px;
        }
        #droite h2 {
            font-style: italic;
            font-size: small;
            margin: 0 0 20px 0px;
            color : #93e2ed;
        }
        #droite h3 {
            color : #93e2ed;
        }
        #droite p {
            color: #ff6600;
            margin: 0 0 5px 0; 
            text-align : justify;
        }
    #droite #encart #nav_video{
        text-align:center;
    }
    
    #droite #gallery-ending {
            width: 460px;
            height: 20px;
	}
    
   #droite #text_left {
		float: left;	
		width: 250px;
		margin-left: 5px;
		height: 21px;
    }


   #droite #text_right {
		float: right;			
	    border: none;
	    color: #93e2ed;
	    height: 20px;
	    margin-right: 5px;	    
    }
        #text_right a {
           
            padding: 0 0 0 15px;
            color: white;
            text-decoration: none;
            font-weight: bold;
        }
        #text_right a:hover {
        	color: gray;
            text-decoration: underline;
        }
        
/**
*******************************************************************************/

/**
*******************************************************************************/
fieldset {
    border: none;
	width: 480px;
	margin-right:auto;
	/*margin-left:auto;*/
}
    fieldset label {
        display: block;
        margin: 10px 0 2px 0;
    }

/** PARTENAIRE
*******************************************************************************/
div.texte_partenaire #logo_partenaire {
    float: right;
    padding: 10px 0 0 5px;
    margin: 0 50px 10px 0;
}
div.texte_partenaire #descr_partenaire {
    float: left;
	width: 250px;
    margin: 0 0 10px 0;
}
div.texte_partenaire{
    width: 100%;
    clear: both;
    margin: 0 auto 0 auto;
}


.image_gallery{

    float : left;
    display : block;
    width : 100px;
    height : 100px;
    margin : 3px;
    border : 2px solid white;
    text-align : center;
    background : white;
}
.video_gallery{

    float : left;
    display : block;
    width : 193px;
    height : 124px;
    margin : 3px;
    border : 2px solid white;
    text-align : center;
    background : white;
}

#album-bar{
color:#93E2ED;
float:left;
font-size:medium;
font-style:italic;
height:21px;
margin-bottom:10px;
width:460px;
background-color:#FF6600;
font-weight: bold;
margin-left: -10px;
}
    
    #droite  ul {
        margin: 0 0 0 20px;
        padding: 0;
        list-style-type: none;
        list-style-image: url('/design/puce_blanche.gif');
    }
    #droite li a {
        position: relative;
        color: white;
        top: 1px;
        text-decoration: none;
    }
    #droite li a:hover{
        color: #FF6600;
    }
    
    #droite li.selected_ssmenu a {
        color: #9b1e1f;
    }    
