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


body{
	background-color:#6c4562;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	}	

a {
	text-decoration: none;
	color: #592049;
	outline: none;
}

a:hover {
	color: #87276c;
}

h1 {
	color:#c3aa5d; 
	font-size:14px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 380px;
}

.bande_titre {
 	width: 780px;
	height: 20px;
}

.titre_g {
	color:#c3aa5d; 
	font-size:14px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 380px;
	margin-right: 18px;
	margin-bottom: 10px;
	float:left;
}

.titre_d {
	color:#c3aa5d; 
	font-size:14px;
	width: 380px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	float: left;
}

.colonne_g {
	float: left;
	width: 380px;
	height: 245px;
	margin-right: 10px;
}

.colonne_d {
 	float: right;
 	height: 245px;
 	width: 380px;
}

.photo_center {
	margin-left: 172px;
}

.photo_ambiance {
	margin-left: 60px;
}

.photo_trois {
	margin-left: 80px;
}

.img_home {
	margin-left: 40px;
}

#contenu{
	background-color:#f0efeb;
	width:850px;
	height:584px;
	margin:20px auto 0 auto;
	border: 12px solid #d9d4c3;
	}
	
#voile{
	background:url(../img/fond_clair.png);
	width:850px;
	height:45px;
	position:absolute;
	margin-top:-57px;
	}
	
#voile_bas{
	background:url(../img/fond_clair.png) repeat;
	width:850px;
	height:auto;
	position:absolute;
	margin-top:12px;
	}
	
#bordure{
	background:url(../img/bordure_clair.png);
	width:850px;
	height:12px;;
	position:absolute;
	margin-top:47px;
	}
	
#bordure_bas{
	background:url(../img/bordure_clair.png);
	width:850px;
	height:100%;
	position:absolute;
	margin-top:0px;
	}
	
#titre{
	padding: 0.45em;
	color:#c3aa5d;
	text-align:center;
	line-height: 1.3em;
	font-size:18px;
	margin-top:10px;
	font-weight: normal;
	}	
	
#ligne{
	width:725px;
	margin-left:63px;
	 }
	 
#zonetexte{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#424242;
	width:780px;
	height:280px;
	margin-top:50px;
	margin-left:35px;
	column-count:3;
	column-width:250px;
   	column-gap: 10px;
	text-align: left;
	}

#video {
	margin-left: 170px;
}
	
#slider_content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10.5px;
	color:#424242;
	width:780px;
	height:280px;
	margin-top:100px;
	margin-left:40px;
	column-count:3;
	column-width:250px;
   	column-gap: 10px;
	text-align: left;
	}	
	
#pied{
	width:850px;
	height:118px;
	background-color:#D9C997;
	margin:65px auto 0 auto;
	}
	
	
	
	
#menu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    margin-left:95px;
	text-transform:uppercase;
    }

#menu2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10.5px;
	margin-top:30px;
    margin-left:170px;
	text-transform:uppercase;
    }
    
#menu li{
    list-style:none;
    float/**/:left;
	margin-left:20px;
    }
	
#menu2 li{
    list-style:none;
    float/**/:left;
	margin-left:20px;
    }
    

#menu a{
    text-align:center;
    border:none;
    display:block;
    text-decoration:none;
	color:#908d84;
    }
    
#menu a:hover{
    color:#424242;
    }
    
#menu a:focus{
    color:#990066;
}

#menu2 a:focus{
    color:#990066;
}

/*-----------------------------------------------------------------------------------------------
  Javascript Coda-Slider
-----------------------------------------------------------------------------------------------*/

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: -50px 0 0 0;
			position: relative;
			width: 780px;
			height: 315px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 625px; height: 315px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 780px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 315px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 780px;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 315px;
			position: relative;
			width: 780px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0;
			margin: 0;
			height: 315px;
			overflow: hidden;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display: none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #000;
			text-decoration: none;
			display: block;
		}
		
		.stripNav a:hover {
			background: #9cf;
		}
		
		.stripNav a.current {
			background: #39c;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			text-indent: -9000em;
			top: 305px;
}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 28px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../img/button_2p.gif") no-repeat center;
			z-index: 1;
		}
		
		.stripNavL:hover {
			background: url("../img/button_2p_hover.gif") no-repeat center;
			z-index: 1;
		}
		
		.stripNavR {
			background: url("../img/button_2n.gif") no-repeat center;
			z-index: 1;
		}
		
		.stripNavR:hover {
			background: url("../img/button_2n_hover.gif") no-repeat center;
			z-index: 1;
		}
