@charset "utf-8";
/* CSS Document */
/* Général
***********************************************/
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family:"Times New Roman", Times, serif;
	background-image:url(../images/css/4/body.jpg); 
	}
#header {
	max-width:980px;
	margin: 0 auto;
	text-align:center;
	background-image:url(../images/css/4/header.jpg);
	background-position: 0% 0%;
	}
#pied {
	max-width:980px;
	margin: 0px auto;
	text-align:center;
	height:75px;
	background-image:url(../images/css/4/pied.jpg);
	background-position: 0% 100%;
	}
#container {
	max-width:980px;
	margin: 0px auto;
	text-align:center;
	/*background-color:#FFFBDD;*/
	background-image:url(../images/css/4/body.jpg); 
	}
a {
	text-decoration: none;
 }
a:link {
	text-decoration: none;
 }
a:hover {
	text-decoration: none; 
 }
img {
	border:0;
	}
h1, h1 a {
	width: 100%;
	margin:0 auto; 
	font: 110% "Algerian", Trebuchet MS, Georgia ;
	color:#EDDEE5;
	text-align:center;
}
h1 a:hover {
	color:#D9D709;
	}
h2 {
	clear:both;
	color:#623851;
	margin:0;
	vertical-align:top;
	font-size: 110%;
 }
h3 {
	padding-top:15px;
	font: 220% "Algerian", Trebuchet MS, Georgia ;
	line-height:20px;
	vertical-align:middle;
	color:#622424;
	text-align:center;
 }
p, #pa {
	padding-left:10px;
	font-size: 90%;
	color: #681610;
 }
p {
	text-align:left;
 }
#pa {
	text-align:center;
 }
/* Forme
***********************************************/
#cadretitre {
	margin: 0px auto;
	text-align:center;
	width:60%;
	background-color:#E4FEEB;
	}
#formulairs {
	margin: 0px auto;
	width:100%;
	background-color:#FFFFFF;
	}
#tlcor, #trcor, #blcor, #brcor {
	background-color: transparent;
	background-repeat: no-repeat;
	}
#tlcor {
	background-position: 0% 0%;
	background-image:url(../images/cadre/4/corpshg.gif);
	}
#trcor {
	background-position: 100% 0%;
	background-image:url(../images/cadre/4/corpshd.gif);
	}
#blcor {
	background-position: 0% 100%;
	background-image:url(../images/cadre/4/corpsbg.gif);
	}
#brcor {
	background-position: 100% 100%;
	background-image:url(../images/cadre/4/corpsbd.gif);
	}
#tb, #bb{
	background-color: transparent;
	background-repeat: repeat-x;
	}
#tb {
	background-image:url(../images/cadre/bh.gif);
	background-position: 0% 0%;
	}
#bb{
	background-image:url(../images/cadre/bb.gif) ;
	background-position: 0% 100%;
	}
#rb, #lb{
	background-color: transparent;
	background-repeat: repeat-y;
	}
#rb {
	background-image:url(../images/cadre/bd.gif);
	background-position: 100% 0%;
	}
#lb {
	background-image:url(../images/cadre/bg.gif);
	background-position: 0% 100%;
	}
div#gite {
	float:left;
	margin: 0px auto;
	height:105px;
	width:14%;
	}
div#camping {
	float:right;
	margin: 0px auto;
	height:105px;
	width:14%;
	}
div#entete {
	height: 105px ;
	width: 535px;
	margin: 5px auto;
	background: no-repeat center bottom;
	border-top-color:#D8E0C9;
	border-left-color:#D8E0C9;
	border-bottom-color:#745364;
	border-right-color:#745364;
	border: ridge;
	padding:2px; 
	}
/* Piedpage
***********************************************/
#Piedpage {
	margin:0 auto;
	text-align:center;
	font-size:90%;
	line-height:22px;
	color:#D9E0C9;
	padding-top:7px;
	}
#Piedpage a {
	color:#D9E0C9;
	}
#Piedpage a:hover {
	color:#D9D709;
	}
#Copyright{
	margin:0 auto;
	padding-top:5px;
	text-align:center;
	font-size:70%;
	color:#702020;
	}

