body{
	margin: 0 auto;
	background-color:white;
	background-image:url('images/background_gris.jpg');
}

#header_site{
	width:100%;
	height:130px;
	background-color:white;
	background-image:url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
#header_site #logo_header{
	padding-top:35px;
	padding-left:50px;
	font-size:30px;
	line-height: 50px;
}

#onglets{
	width:100%;
	background-image:url('images/background_bois.jpg');
	height:50px;
}

#onglets table{
	margin:0 auto;
	border-collapse: collapse;
	border:none;
}
#onglets table td{
	color:white;
	border-left:1px solid white;
	border-right:1px solid white;
	height:50px;
	width:150px;
	text-align:center;
	cursor:pointer;
	font-size:16px;
}
#onglets table td:hover{
	background-color:rgba(255,255,255,0.5);
}
	
#contenu{
	width:1000px;
	margin:0 auto;
	background-color:rgba(255,255,255,0.65);
	border-radius:0px 0px 10px 10px;
	padding:10px 30px 10px 30px;
}

#contenu .titre_page{
	color:#3f4c6b;
	font-size:26px;
}
#contenu #texte_contenu{
	margin-top:20px;
}

.formConnect{
	width:500px;
	background-color: white;
	margin:0 auto;
	padding:10px 50px;
	margin-top:20px;
	margin-bottom:20px;
}
	
#entete_unmateriel{
	width:100%;
	background-image:url('images/background_bois.jpg');
	height:30px;
	color:white;
	font-size:22px;
	font-style: italic;
	text-align:center;
}

a.unMateriel{
	color:#3f4c6b;
}

#des_unmateriel{
	min-height:200px;
	background-color:white;
	padding-top:10px;
}	

button.btn_typ1{
	width:200px;
	border:1px solid black;
	border-radius:3px;
	cursor:pointer;
	margin-top:10px;
	height:30px;
}

button.btn_typ1:hover{
	color:white;
	background-color:grey;
}

.page_reserv{
	width:800px;
	border:1px solid black;
	margin-bottom:10px;
	background-color:grey;
	color:white;
	font-weight:bold;
}
.page_reserv td{
	color:white;
	font-weight:bold;
}
.page_reserv a{
	color:white;
	font-weight:bold;
}
.page_reserv a:hover{
	color:#9bbfd5;
}

.img_panneau{
	width:300px;
	height:250px;
	background-image:url("images/panneau_ste_gemme.png");
	background-repeat: no-repeat;
}

table.listReserv{
	border-collapse: collapse;	
}
table.listReserv tr.headReserv{
	border:1px solid grey;
	background-color: #f0f0f0;
	font-weight:bold;
}
table.listReserv tr.headReserv td{
	padding-left: 5px;
	padding-right: 5px;
	cursor:pointer;
}
table.listReserv tr.contentReserv{
	border:1px solid grey;
	background-color: white;
	margin-bottom:10px;
}
table.listReserv tr.contentReserv td{
	padding-left:5px;
	padding-top: 10px;
	padding-right:0px;
	padding-bottom:0px;
	cursor:pointer;
}
table.listReserv tr.trVide{
	border:none;
	height:10px;
}
div.total{
	width:150px;
	color:white;
	padding:2px;
	float:right;
	background-color:grey;
}