/* Defaults
----------------------------------------------- */
body {
	margin:0;
	padding:0;
	font: 10px Arial, Verdana, Geneva, sans-serif;
	text-align:center;
	color:#29303B;
	background:black;
}

a {
	font: bold 11px Arial, Verdana, Geneva, sans-serif;
	color: #4A3532;
	text-decoration:none;
	}
a:hover {
	color: #FFFFFF;
	}

#conteneur { 
	position: absolute;
	top: 50%;
	margin-left: -380px;
	margin-top: -215px;
	left: 50%;
	width: 760px;
	height: 430px;
	}
	
.presentation {
	padding:30px 30px 0 30px;
	width:760px;
	height:410px;
	font: 12px Georgia, Times, Times New Roman, sans-serif;
	text-align:justify;
	background:black url("images/fonds/deminage2.jpg") no-repeat;
	}
	
.visite {
	padding:30px 30px 0 500px;
	width:760px;
	height:410px;
	font: 12px Georgia, Times, Times New Roman, sans-serif;
	text-align:justify;
	background:black url("images/fonds/courtines.jpg") no-repeat;
	}
	
.visite2 {
	padding:30px 30px 0 30px;
	width:760px;
	height:410px;
	font: 12px Georgia, Times, Times New Roman, sans-serif;
	text-align:justify;
	background:black url("images/fonds/visite.jpg") no-repeat;
	}
	
.infos {
	padding:30px 30px 0 30px;
	width:760px;
	height:410px;
	font: 12px Georgia, Times, Times New Roman, sans-serif;
	text-align:justify;
	background:black url("images/fonds/tableau.jpg") no-repeat;
	}
	
.accueil {
	padding:0px;
	background: black;
	width:760px;
	height:410px;
	font: 12px Georgia, Times, Times New Roman, sans-serif;
	}
	
.page_titre {
	padding: 0 0 15px 0;
	width:700px;
	font: bold 14px Georgia, Times, Times New Roman, sans-serif;
	text-align:left;
	color: #4A3532;
	}
	
.page_texte {
	padding: 0;
	width: 700px;
	font: 11px/16px Georgia, Times, Times New Roman, sans-serif;
	text-align:justify;
	color: #000000;
	}
	
.menu_item {
	border-top:1px solid #94693E;
	border-bottom:1px solid #94693E;
	text-align:left;
	height:20px;
	}

.menu_flag {
	border-top:1px solid #94693E;
	border-bottom:1px solid #94693E;
	text-align:right;
	height:20px;
	}
	
.item {
	padding: 0 10px 0 10px;
	font: 13px Georgia, Times, Times New Roman, sans-serif;
	}
	
.item a {
	color:#E6D29B;
	text-decoration:none;
	}
	
.item a:hover {
	color:#FFFFFF;
	text-shadow: 0 0 3px white;
	}
	
.flag {
	padding: 0 2px 0 2px;
	}
	
.photo_gauche {
	margin:0 15px 10px 0;
	border: 1px solid #4A3532;
	}
	
.photo_droite {
	margin:0 0 10px 15px;
	border: 1px solid #4A3532;
	}
	
.vignette_visite {
	margin:5px 5px;
	border: 1px solid #4A3532;
	}

	
.formulaire {
	padding:15px 5px 0 0;
	font: 11px Arial, Verdana, Geneva, sans-serif;
	color: black;
	}
	
.formtxt1 {
	background-color: #FFFFFF;
	height: 17px;
	width: 160px;
	border: 1px solid #000000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-indent: 1px;
	padding-top: 2px;
	color: #000000;
	text-decoration: none;
	}
.formtxt2 {
	background-color: #FFFFFF;
	height: 150px;
	width: 400px;
	border: 1px solid #000000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-indent: 1px;
	padding-top: 3px;
	color: #000000;
	text-decoration: none;
	overflow: auto;
	}
.formfile{
	background-color: #FFFFFF;
	height: 20px;
	border: 1px solid #000000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-indent: 1px;
	padding-top: 3px;
	color: #000000;
	text-decoration: none;
}
.formsubmit{
	height: 20px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	cursor: hand;
	}