@charset "utf-8";
/* CSS Document */
@import url(Rubrique.css); @import url(Typographie.css); @import url(formulaire.css);
body, html {
	font: 0.9em Arial, Helvetica, sans-serif;
	background: #FFCC00/* url(../images/BG_body.jpg) repeat-x left top*/;
	height: 100%;
	margin: 0;
	color: #333333;
}
#Container {
	width: 800px;
	padding: 0;
	min-height: 100%;
	margin: 20px auto 0 auto;
	background: #FFF url(../images/marge-gauche.gif) repeat-y left top;
}

/*-----------------------------------Contenu------------------------------*/
#contenu {
	padding: 0;
	background: #FFF url(../images/BG-contenu.jpg) repeat-x left top;
	min-height: 100%;
}
#photorama img{
	padding: 0 0 10px 0;
}
#terrain{
	border-top: 1px solid #333;
	border-left: 1px dotted #666;
	margin: 20px 0 0 25px;
}
#terrain TD{
	border-bottom: 1px solid #333;
	border-right: 1px dotted #666;
	padding: 0 10px;
}
#terrain .entete{
	background-color: #FFCC00
}
#plan img{
	border: 1px solid #333;
	margin: 0 20px 20px 0;
}
/*-----------------------------------Pied------------------------------*/
#pied {
	color: #666666;
	font-size: 11px;
	text-align: center;
	padding: 20px 0 0 0;
}
#pied a{
	color: #666666;
}
#pied a:hover{
	color: #000;
}