/* CSS Document */

body{
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5e815a;
	font-size:12px;

}

#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.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:65px; height:63px;
}

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

#BgBottom{
	padding:0; margin:0;
	background-image:url(images/bgBottom.png);
	background-repeat:repeat-x;
	background-position:top;
	height:24px;
}
#cornerBottomRight{
	padding:0; margin:0;
	background-image:url(images/cornerBottomRight.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:65px; height:64px;
}

#BgRight{
	padding:0; margin:0;
	background-image:url(images/bgright.png);
	background-repeat:repeat-y;
	background-position:left;
	width:19px;}

#cornerUpperRight{
	padding:0; margin:0;
	background-image:url(images/cornerUpperRight.png);
	background-repeat:repeat-y;
	width:65px; height:63px;
}
#BgTop{
	padding:0; margin:0;
	background-image:url(images/bgTop.png);
	background-color:#D5DDCF;
	background-repeat:repeat-x;
	background-position:top;
	height:10px;
}
#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;
}

#menu{
	padding-right:22px;
	}
	
#menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5e815a;
	
	text-decoration:none;
}

#menu a:hover{
	font-family:Arial, Helvetica, sans-serif;
	padding-right:15px;
	color:#19552a;
	background-image:url(images/menuBackHover.gif);
	background-repeat:repeat-y;	
	text-decoration:none;
}

span{
	width:100%;
}

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

h2{
	color:#5e815a;
	border-bottom:2px #5e815a solid;
	padding-bottom:0px;
	}
	
	#adresse{
	color:#5e815a;
	padding-bottom:0px;
	font-size:12px;
	}
	
	#adresse a{
	color:#5e815a;
	padding-bottom:0px;
	font-size:12px;
	text-decoration:none;
	}
	
		#adresse a:hover{
	color:#5e815a;
	padding-bottom:0px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}
	
	#SidePhoto{
	padding:0;
	background-image:url(images/sidePhoto.jpg);
	background-position:right;
	background-repeat:repeat-y;

}