/* CSS Document */

a{
	color:#5e815a;
	text-decoration:none;
}
a:hover{
	color:#5e815a;
	text-decoration:underline;
}
acronym{
	cursor:help;
}

body{
	background-image:url(../images/bg.jpg);
	background-position:bottom left;
	background-color:#c7e9f5;
	background-repeat:repeat-x;
	background-attachment:fixed;
	padding:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#5e815a;
	font-size:75%;

}
h1{
	font-size:125%;
	font-weight:bold;
	margin-right:10px;
	/*width:100%;*/
	border-bottom:2px solid #e3e8df;
	color:#60835c;
}
a img{border:none;}
#BgGauche{
	padding:0; margin:0;
	background-image:url(../images/bgGauche.png);
	background-position:right;
	background-repeat:repeat-y;
	width:15px;
}
	
#cornerUpperLeft{
	padding:0; margin:0;
	background-image:url(../images/cornerupperleft.gif);
	background-repeat:no-repeat;
	/*float:top;*/
	width:65px;
}

#cornerBottomLeft{
	padding:0; margin:0;
	background-image:url(../images/cornerBottomLeft.png);
	background-repeat:no-repeat;
	background-position:left;
	width:63px; height:63px;
}

#BgBottom{
	padding:0; margin:0;
	background-image:url(../images/bgBottom.png);
	background-repeat:repeat-x;
	background-position:top;
	height:30px;
}
#cornerBottomRight{
	padding:0; margin:0;
	background-image:url(../images/cornerBottomRight.png);
	background-repeat:no-repeat;
	background-position:top right;
	vertical-align:top;
	text-align:right;
	width:66px; height:70px;
}
#cornerBottomRightFF{
	padding:0; margin:0;
	background-image:url(../images/cornerBottomRightFF.png);
	background-repeat:no-repeat;
	background-position:top right;
	vertical-align:top;
	text-align:right;
	width:66px; height:70px;
}
#BgRight{
	padding:0; margin:0;
	background-image:url(../images/bgright.png);
	background-repeat:repeat-y;
	background-position:left;
	z-index:2;
	}

#cornerUpperRight{
	padding:0; margin:0;
	background:transparent;
	background:#c7e9f5;
	background-image:url(../images/cornerUpperRight.gif);
	background-repeat:no-repeat;
	/*float:top;*/
	width:65px;
}
#BgTop{
	padding:0; margin:0; border:0;
	background-image:url(../images/bgTop.png);
	background-color:#D5DDCF;
	background-repeat:repeat-x;
	background-position:top;
}
#cornerTopBlanc{
	padding:0; margin:0;
	background-image:url(../images/cornerBlancTop.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:55px; height:48px;
}

#cornerBottomBlanc{
	padding:0; margin:0;
	background-image:url(../images/cornerBlantBottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:55px; height:26px;

}
#cornerBottomBlanc2{
	padding:0; margin:0;
	background:#D5DDCF;
	background-image:url(../images/cornerBlantBottom2.gif);
	background-repeat:no-repeat;
	background-position: right top;
	width:52px; height:14px;

}

.bgVert2{
	padding:0; margin:0;
	background-image:url(../images/bgVert2.gif);
	background-repeat:repeat-x;
	background-position:top;

}

#ornament{
	padding:0; margin:0;
	background-position:bottom;
	background-image:url(../images/ornamentleft.gif);
	background-repeat:no-repeat;
}
	
span{
	width:100%;
}

#bgbande{
	padding:0;
	width:100%;
	background-image:url(../images/bdBande.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

h2{
	color:#5e815a;
	border-bottom:2px #5e815a solid;
	padding-bottom:0px;
	}
	
	#adresse{
	color:#5e815a;
	padding-bottom:0px;
	font-size:100%;
	}
	
	#adresse a{
	color:#5e815a;
	padding-bottom:0px;
	text-decoration:none;
	}
	
#adresse a:hover{
	color:#5e815a;
	padding-bottom:0px;
	text-decoration:underline;
	}
	
#SidePhoto{
	padding:0;
	background-image:url(../images/sidePhoto.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	width:300px;
}
/****************** Navigation **********************/
#menu{
	padding-left:25px;
	font-weight:bold;
	text-align:right;
	}
.menu_selected{
	padding:0 15px 0 0;
	color:#19552a;
	background-image:url(../images/menuBackHover.gif);
	background-repeat:repeat-y;
	text-decoration:none;
}
	#nav, #nav ul, #nav li ul{
		padding:0; margin:0; 
		border:0;
		list-style:none;
		display:block;
		vertical-align:middle;
		
	}
	#nav li{
		position : relative; height:auto;
		margin:0; border-bottom:1px solid #6c8b66; padding:0;
		width:150px;
		
	}
	#nav li.last_gauche{
		position : relative;height:25px;
		margin:0; border:none; padding:0;
	}
	#nav li a{
		color:#5e815a;
		text-decoration:none;
		display:block;
		height:auto;
		margin:0; border:0;
		padding:0;
		text-align:right;
		background:#d5ddcf;
		font-size:117%;
		/*font-size:117%;*/
	}
	#nav li a:hover{
		padding:0 15px 0 0;
		color:#19552a;
		background-image:url(../images/menuBackHover.gif);
		background-repeat:repeat-y;
		text-decoration:none;
	}
	#nav li ul li a:hover{
		color: #19552a;
		
	}
	#nav li ul{
		position : absolute;
		left: -999em;
		top:auto;
		margin:-2.1em 0 0 150px;
		display:block;
		padding:0;
		z-index:999999;
	}
	#nav li ul .first{
		margin:7px 0 0 0;
	}
	#nav li ul li{
		background-image:none;
		height:auto;
		margin:0; border:0; padding:0;
		z-index:999999;

	}
	#nav li ul li a{
		color:#5e815a;
		text-decoration:none;
		display:block;
		height:auto;
		margin:0;
		border-top:1px solid #6c8b66;
		border-bottom:1px solid #6c8b66;
		border-right:1px solid #6c8b66;
		padding:0 10px 0 10px;
		text-align:left;
	}
	div span a{color:#000000; text-decoration:none; cursor:pointer;}
	div span a:hover{color: #ffc000; cursor:pointer;}
	#nav li ul a:hover{
		color:#ffc000;
		padding:0 10px 0 10px;
	}
	#nav li ul ul{
		left: -999em;
		margin:-2.5em 0 0 300px;
	}
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: -1.2em;
		margin:-2.0em 0 0 164px;
		z-index:1;
	}
	#nav li:hover, #nav li.sfhover {
		background: #000000;
	}
/*****************************************************/
#photos_slideshow{
		margin:0; padding:0; border:0;
		/*background-image: url(../data/1-slideshow1.jpg);*/
		background-repeat:no-repeat;
		position:absolute;
		width:405px; height:146px;
		z-index:0;
		top:0; right:-2px;
	}
#photos_slideshow img{position:absolute; z-index:1; top:0; left:0; width:405px; height:146px;}

/*#photos_slideshowMac{
		margin:0; padding:0; border:0;
		background-image: url(../data/1-slideshow1.jpg);
		background-repeat:no-repeat;
		position:relative;
		width:360px; height:146px;
		z-index:1;
	}

#photos_slideshowMac img{position:absolute; z-index:1; top:0; left:-1px; width:385px; height:146px;}*/

.imgBorder{
border:#5e815a 1px solid;
padding:2px;
}
