@charset "UTF-8";
/* CSS Document */

body{
	 background-image:url(images/background.jpg);
	 background-attachment:fixed;
	 background-repeat:no-repeat;
	 background-position:top center; 
	 margin: 0px; /* pour éviter les marges */
	 margin-top:0px;
     text-align: left; /*pour corriger le bug de centrage IE*/
	 background-color:#ffffff;
	 behavior: url(csshover.htc);
	 
}

#conteneur {

	 /* on positionne le conteneur */
	
	/*position:relative;*/
    margin-left: auto;
    margin-right: auto;
	padding:0px;
	width:980px;
}

div#contenu {
	float:left;
	width: 980px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fond-contenu.png', sizingMethod='scale');
	
}

html>body #contenu {
	
	background: url('images/fond-contenu.png') repeat-y;
}

div#contenu .entete{
    position: relative;
    z-index: 2;
}

div#contenu .adresse{
    position: relative;
    z-index: 1;
}

div#contenu .newsletter{
    position: relative;
    z-index: 1;
}

div#contenu .bandeau{
    position: relative;
    z-index: 1;
}

div#contenu .map{
    position: relative;
    z-index: 1;
}

div#contenu .reserver-en-ligne{
 position: relative;
    z-index: 1;
}

div#contenu .logo-rs{
 position: relative;
    z-index: 1;
}

div#contenu .baseline{
 position: relative;
    z-index: 1;
}

div#contenu .col-gauche-tarifs{
 position: relative;
    z-index: 1;
}



.entete{
float:left;
width:951px;
height:126px;
padding-left:15px;
z-index: 2;
}

.logo{
float:left;
background-image:url(images/logo-saint-roch.jpg);
width:263px;
height:126px;
}

.menu-css{
float:left;
background-image:url(images/fond-menu.jpg);
width:688px;
height:47px;
padding-top:69px;
font-size:13px;
}

.bandeau{
float:left;
width:942px;
height:392px;
padding-left:38px;
z-index:1;
}

.bandeau-offre{
float:left;
width:942px;
height:332px;
padding-left:30px;
}

.date{
font-size:17px;
font-family:"Arial", Times, serif;
margin-bottom:0px;
padding-bottom:5px;
padding-top:5px;
margin-top:0px;
}

.col-gauche-tarifs{
float:left;
width:565px;
padding-left:35px;
font-family:"Arial", Times, serif;
font-size:12px;
color:#726459;
text-align:justify;
}

.col-droite-tarifs{
float:left;
width:330px;
}


.phylosophie-fond{
float:left;
background-image:url(images/philosophie.jpg);
width:904px;
height:392px;
}

.seminaires-fond{
float:left;
background-image:url(images/seminaires.jpg);
width:904px;
height:392px;
}

.tourisme-fond{
float:left;
background-image:url(images/tourisme.jpg);
width:904px;
height:392px;
}

.offre-fond{
float:left;
background-image:url(images/offre.jpg);
width:909px;
height:336px;
}

.bandeau-flash{
float:left;
width:684px;
height:392px;
z-index:1;
}

.titre-bandeau{
float:left;
width:945px;
color:#756357;
font-family:"Arial", Times, serif;
font-size:18px;
padding-left:35px;
}

.menu a{
text-decoration:none;
color:#605148;
padding-left:8px;
padding-right:8px;
}

.menu a:hover{
color:#8d7160;
}

h1{
font-size:15px;
padding-bottom:0px;
margin-bottom:0px;
padding-top:0px;
margin-top:15px;
font-weight:600;
}

h2{
font-size:15px;
padding-bottom:0px;
margin-bottom:0px;
padding-top:0px;
margin-top:15px;
font-weight:600;
}

.separation{
float:left;
width:980px;
}

#footer{
float:left;
width:942px;
padding-left:38px;
}

.col-gauche{
float:left;
width:120px;
padding-top:0px;
}

.newsletter{
float:left;
width:120px;
height:80px;
background-image:url(images/img-newsletter.jpg);
}

.reserver-en-ligne{
float:left;
width:120px;
height:78px;
background-image:url(images/img-reserver-en-ligne.jpg);
}

.adresse{
float:left;
background-image:url(images/adresse.jpg);
width:664px;
height:43px;
padding-top:7px;
padding-left:10px;
font-family: "Arial", Times, serif;
font-size:12px;
color:#7a6355;
}

.logo-rs{
float:left;
width:100px;
height:50px;
}

.adresse-acces{
color:#7a6355;
}

.lien-tourisme{
color:#FFFFFF;
}

.separation2{
float:left;
width:714px;
}

.baseline{
float:left;
width:764px;
font-family:"Arial", Times, serif;
font-size:10px;
color:#7a6355;
padding-left:10px;
padding-right:20px;
padding-top:10px;
text-align:justify;
}

.baseline a{
color:#7a6355;
}

.bas-footer{
float:left;
background-image:url(images/bas-footer.png);
width:980px;
height:33px;
}

@font-face {
	font-family:"Walkway-SemiBold";
	src: url('Walkway-SemiBold.ttf');
}


#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge int�rieure */
        margin : 0; /* ni ext�rieure */
        list-style : none; /* on supprime le style par d�faut de la liste */
        line-height : 21px; /* on d�finit une hauteur pour chaque �l�ment */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
		
}

#menu /* Ensemble du menu */
{
        font-family:"Arial", Times, serif; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 11px; /* hauteur du texte : 12 pixels */
		padding-left:45px;
}

#menu a {
		
		display:block;
		background-color:#FFFFFF;	
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fond-menu-transparent-vert.png', sizingMethod='scale');          
        color : #605148;
        text-decoration : none;
		padding-left:5px;
		padding-right:7px;
		text-align:left;
		padding-top:2px;
		        
}

html>body #menu a{
	
	background: url('images/fond-menu-transparent-vert.png');
}



#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconna�t pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche � droite de chaque �l�ment */
		margin-bottom:8px;
}

/* IE ne reconnaissant pas le s�lecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente � droite de chaque �l�ment */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 60px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* �l�ments de sous-listes */
{
        /* pour IE qui ne reconna�t pas "transparent" (comme pr�c�demment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque �l�ment d'une sous liste */
}

/* IE ne reconnaissant pas le s�lecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque �l�ment */
}

#menu li ul ul 
{
        margin    : -22px 0 0 144px ; /* On d�cale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconna�t pas "transparent" (comme pr�c�demment) */
        border-left     : 1px solid #fff ; /* Petite bordure � gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le s�lecteur ">" ... je me r�p�te ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque �l�ment */
}


#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #767f47; /* On passe le texte en noir... */
        background: #fff; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un �l�ment de liste */
{
        left: -999em; /* On exp�die les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un �l�ment de liste ET sous-sous-lites lorsque la souris passe sur un �l�ment de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

