body{
	font-family: Arial;
	font-size: 15px;	 
}

#accueilFond{
	background: url('../img/textures/004.JPG') repeat;
}
#page2Fond{
	background: url('../img/textures/011.JPG') repeat;
}
#page1Fond{
	background: url('../img/textures/015.JPG') repeat;
}

#content {
  width: 1000px;
  height: 800px;
  margin-left: auto; 
  margin-right: auto; 
  position: relative;

}

/* CENTER */
#center {
  width: 1000px;
  height: auto;
  clear: both;
}
#gauche{
    float: left;
    width: 500px;
}

#adresse{
    font-weight: bold;
    color: #a34b73;
    
    text-align: justify;
    
    width: 475px;
}

#ouverture{
    font-weight: bold;
    color: #a34b73;
    
    margin-top: 20px;
    width: 250px;
}

h1{
	font-size: 16px;
	font-weight: bold;	
}

#droite{
    float: right;
    width: 500px;
    text-align: justify;
    margin-bottom: 20px;
}

/* Menu */
#titreMenu{
    font-weight: bold;
    color: #b50a7d;
}
#menu{    
    text-align: left;

    font-weight: bold;
}
#menu, #menu li{
    list-style-type: none;
}
#menu a{
	font-weight: bold;
	color: #b50a7d;
	text-decoration: none;
}
#menu a:hover{
	text-decoration: underline;
	color: #b50b27;
}
/* FIN Menu */


a{
	color: #b50a7d;
	text-decoration: none;
}
a:hover{
text-decoration: underline;
	color: #b50b27;
}


#carousel {
    text-align: center;
    clear: both;    
}
#carousel a img{
    text-decoration: none;
    border-style: none;
}
/* **** */

/* Labels en page d'accueil */
#labels{
    margin-top: 20px;   
    text-align: right;
}
#labels img{
    max-width: 75px;
    max-height: 75px;    
}


/* HEADER */
#header {
  margin-top: 0px;
  width: 1000px;
  height: 300px;
  
  margin-bottom: 50px;
  clear: both;
}
#logo {
  float: left;
  width: 300px;
}

#titre {
    text-align: center;
    width: 280px;	

    font-weight: bold;
    color: #a34b73;
    background-color: #fff;
}

#diaporama {  
  margin-left: 300px;
  width: 700px;
}
#diaporama ul{
	list-style-type: none;
	margin: 0px;
  padding: 0px;
}
#diaporama a img{
	text-decoration: none;
	border-style: none;
}
/* *********** */

/* FOOTER */
#footer{
    width: 490px;

    font-weight: bold;
    text-align: right;
}

.bordure{
    padding: 5px;

    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    border-radius : 5px;
	
    -webkit-box-shadow : #666 0px 0px 4px;
    -moz-box-shadow : #666 0px 0px 4px;
    box-shadow : #666 0px 0px 4px;
    
    background : #F3f3f3;
}

/* **** */
/* Tarifs tableau */
#tarifs{
    border-style: solid;
    border-width: 1px;
    text-align: center;

    font-weight: bold;
    font-size: 11px;
}
#tarif{
    border-style: solid;
    border-width: 1px;
    text-align: center;

    font-weight: bold;
    font-size: 10px;
}



/* Style pour TOUTES les images */
img{
    margin : 0;
    background : #FFF;

    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    border-radius : 5px;
	
    -webkit-box-shadow : #666 0px 0px 4px;
    -moz-box-shadow : #666 0px 0px 4px;
    box-shadow : #666 0px 0px 4px;

    behavior: url(js/PIE.htc);
}

/* Overlay Publicité */
#pub2011{
    display: none;
}
