/* feuille de style css pour la page de Noel */

body {
     font-family: "Arial" "Times New Roman";
     font-size: 14px;
     background :#c9dfe7;
     margin : 0;
     padding : 0;
	 scrollbar-face-color: #124dad;
    scrollbar-shadow-color: #092E8A;
    scrollbar-highlight-color: #8899B6;
    scrollbar-3dlight-color: #092E8A;
    scrollbar-darkshadow-color: #092E8A;
    scrollbar-track-color: #9BBFF4;
    scrollbar-arrow-color: #FFFF00;
    }

#contener {
	width : 1000px;
        height : auto;
	margin : 0;
        margin-left : auto;
        margin-right : auto;
	padding : 0px 0px 0px 0px;
	background : #c9dfe7 url(./Images/bordurefondecran.gif) top center repeat;
        position : relative;
	}


#entete {
	width: 900px;
	height : 150px;
	margin : 0px 0px 0px 50px;
	padding : 0;
	}


#menu  {
	width: 900px;
	height : 40px;
	margin : 0px 0 10px 50px;
	padding : 0;
        list-style-type : none;
        text-align : center;
    }


#menu li {
        width: 900px;
        height : 19px;
	margin : 0;
	padding : 0;
        margin-right : 1px;
        display : inline;
        color : black;
	}


#titre {
	width: 610px;
	height : 190px;
	margin : 10px 0px 10px 340px;
	padding : 0px;
    }



#sousmenu  {
	width: 280px;
	height : 650px;
	margin : 0;
       	padding : 0;
        list-style-type : none;
	background : url(./Images/fondmenugauche.png) center center no-repeat;
        position : absolute;
        left : 50px;
        top : 200px;
    }


#sousmenu p {
         text-align : center;
         font-size : 16px;
         padding : 0px 10px 0 10px;
         color : #ffff00;
      }

#sousmenu img {
         padding : 10px 0 0 0;
      }


#corps {
	width: 610px;
/*	height : auto;
	min-height : 571px; /* pas compris par ie */
/*        _height : 571px; /* hack pour ie */
	margin : 10px 0px 10px 340px;
	padding-top : 5px;
        border-style : none;
        background : url(./Images/saintevictoirebandehaut.gif) top center no-repeat;
	}

	
#corpsBas {
        height : auto;
	min-height : 564px; /* pas compris par ie */
        _height : 564px; /* hack pour ie */
        background : #869efd url(./Images/saintevictoiremontagne.gif) bottom center no-repeat;
	}


#texte { 
     /* height : auto;*/
     /* min-height : 380px; /* pas compris par ie */
     /* _height : 380px; /* hack pour ie */
     height : 300px;
     overflow : auto;
	 scrollbar-face-color: #124dad;
    scrollbar-shadow-color: #092E8A;
    scrollbar-highlight-color: #8899B6;
    scrollbar-3dlight-color: #092E8A;
    scrollbar-darkshadow-color: #092E8A;
    scrollbar-track-color: #9BBFF4;
    scrollbar-arrow-color: #FFFF00;
     margin : 0 0 70px 0;
	 
 }
#partenaire {
	  width: 610px;
        height : 47px;
	margin : 0;
	padding : 0;
      margin-right : 1px;
        display : inline;
        color : black;
		}

#texte h2 { 
     padding : 0 10px 2px 10px;
     border-style : solid;
      border-width : 0 0 2px 0;
      border-color :  #ffff00;
      color : #ffff00;
      text-align : left;
 }

 #texte h3 { 
     padding : 0 10px 2px 10px;
      color : #ffff00;
      text-align : left;
 }
#texte p { 
      padding : 0 10px 0px 10px;
      color : #124dad;
      text-align : justify;
 }
#liste ul {
	color : #124dad;
}
#liste ol {
	color : #124dad;
}
#diaporama { 
     height : 184px;
     padding : 0 0 0 16px;
     margin : 70px 0 0 0;
 }


#adresse {
	width: 280px;
	height : 109px;
	margin : 0;
	padding : 0;
        background : url(./Images/adresse.gif) center center no-repeat;
	position : absolute;
        left : 50px;
        top : 860px;
    }


#adresse p { 
        padding : 5px 0 0 0;
        text-align : center;
        color : #ffff00;
          }


/*#spacer {
	background : pink;
	clear: both;
       }*/


#menuPiedsDePage {
	width: 900px;
	height : 19px;
	margin : 10px 0 0 50px;
	padding : 0;
	clear: both;
        list-style-type : none;
        text-align : center;
	}


#menuPiedsDePage li {
        width: 900px;
        height : 19px;
	margin : 0;
	padding : 0;
        margin-right : 1px;
        display : inline;
        color : black;
	}


a { 
   color : #124dad;
   }

a:visited {
   color : #124dad;
}

a:active {
   color : #124dad;
}

a:hover {
   color : #ffff00;
}


