/** définition accueil et promo    **/

.imgacc a {
text-decoration: none; /* définition du lien qui affichera le "calque" */
}
.imgacc a:hover {
background: none; /* correction d'un bug IE */
}
.imgacc a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
.imgacc a:hover span { /* définition de la balise <span> au survol */
display: inline;
position: relative;
width: 672px;
height: 497px;
background: green;
text-align: left;
color: white;
}

   .fondacc {background-image:url(../images_maquette/village_beaujolais_centre.png);
    background-repeat:no-repeat;background-position:center center;background-attachment:fixed;color:black;
    z-index: 100;}




img.regcenter{float: normal;margin: 0 10px 0 0;}   
.center {text-align:center}
.ti1acc  { font-family: Book Antiqua; color: rgb(1,33,2); font-size: 18pt; font-weight: bold; text-align:center;}
.ti2acc  { font-family: Book Antiqua; color: rgb(1,33,2); font-size: 16pt; font-weight: normal; text-align:center;}





.tx1acc {color:black;font-size:20px;font-style:normal;font-weight:normal;}
.tx2acc { font-family:Monotype Corsiva,Verdana,Arial,Hervetica,sans-serif;color:rgb(204,0,0);font-size:30px;font-style:italic;font-weight:bold;}
.tx3acc { font-family:Monotype Corsiva,Verdana,Arial,Hervetica,sans-serif;color:rgb(204,0,0);font-size:40px;font-style:italic;font-weight:bold;}

.imgacc001{float:right;margin:10px;border:1px solid rgb(255,0,0);}
.imgacc002{position:relative;left:0px;
top:-145px;float:left;margin:10px;border:0;}


.imgpro001{float:left;margin:10px;border:1px solid rgb(2,74,4)}

.imgpro002{width:400px;height:550px;float:left;margin:10px;border:1px solid rgb(0,32,96;}




/** fin accueil **/
