* {
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
body{
	height: 100%;
	width:100%;
	position: relative;
}

fieldset{
    border:0px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;	
    border-radius:8px;	
}

.btnNotice{
	padding:6px 0 6px 0;
	font: 13px Arial;
	background:#47BD2C;
	color:black;
	width:100px;
	border-radius:2px;
	border:none;
}
.btnRecherche{
	padding:6px 0 6px 0;
	font: 13px Arial;
	background:#88D985;
	color:black;
	width:100px;
	border-radius:2px;
	border:none;
	padding-top: 1%;
}
.btnEffacer{
	padding:6px 0 6px 0;
	font: 13px Arial;
	background:#C0C0C0;
	color:black;
	width:100px;
	border-radius:2px;
	border:none;
}

.resultatRecherchePC{
	text-align: center;
}

#titreVertRecherche{
	font-family : Calibri;
	font-weight : bold;
	font-size:1.5em;
	color: #47BD2C;
}
#autreTitreVertRecherche{
	font-family : Calibri;
	font-weight : bold;
	font-size:1.15em;
	color: #47BD2C;
}
#titreVertRecherchePortable{
	font-family : Calibri;
	font-weight : bold;
	font-size:1.25em;
	color: #47BD2C;
}
#titreVertCatalogue{
	font-family : Calibri;
	font-weight : bold;
	font-size:25px;
	color: #47BD2C;
}

#titreVertCarte{
	font-family : Calibri;
	font-weight : bold;
	font-size:1.5em;
	color: #47BD2C;
}


#imgOeuvreListe{ 
	width:300px;
	height:300px;
	float: right;
}
#recherchePC{
	margin:auto;
	width:70%;
}

#tableOeuvre{
	margin: 5px 5px 5px 5px; 
	text-align:left;
	width:100%;
}

#tableOeuvre>tbody>tr>td:last-child{
	padding-left: 10px;
}
#tableOeuvre>tbody>tr:last-child{
	line-height:50px;
}

#tableListe td{
	width:40%;
	padding-left:7px;
}

#tableauOeuvreCatalogue td{
	text-align:left;
	width:275px;
	padding-left:25px;
}

#tableauOeuvreCatalogue th{
	text-align: center;
}

#tableauOeuvreCatalogue{
	width:550px;
}

#tdtitre{
	text-align: left;
}

#tdautreliste{
	font-family : Calibri;
	font-size:7;
	text-align: left;
}

#imgMilieu{
	display : block;
	margin-left:20%;
}

#panneauGauche{
	height:100%;
	width:20%;
	background-color : #47BD2C;
}

#map{
	height: 60%;
}
/* css pour balise a (lien de pagination) de l'onglet recherche */

#page{
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
}
#page:hover{
	color: #47bd2c;
}

#pageSelectionner{
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
	color: #47bd2c;
	font-weight: bold;
}

#tableRecherche{
	text-align: left;
	margin:auto;
}
#resultatRecherchePortable{
	text-align: left;
	margin-top:5px;
	margin-bottom: 5px;
}
#tdRecherchePortableDroite{
	width: 40%;
	padding-top: 5px;
}
#tdRecherchePortableGauche{
	width: 60%;
	padding-top: 5px;
}
#tdTitreResultatRecherchePortable{
	padding-top: 20px;
}

label{
	text-align:right;
}

@media (min-width: 50em) {
	header{
		display:none;
	}	
	body{
		border-left : 30px solid #47BD2C;
	}
	#divbody{
	width:95%;
	margin:auto;
	text-align:center;
	padding-left:16%;
}
}
@media (max-width: 49.938em) {
	#page {
	    width:960px;
	    position:relative;
	    margin-top:20px;
	    padding-left:10px;
	}
	.menu_btn {
	    background: #f2b33d url(../image_site/menuMobile.png) center center no-repeat;
	    display:block;
	    height:42px;
	    width:42px;
	    position:absolute;
	    top:0;
	    right:30px;
	}
	#divbody{
		width:100%;
		text-align:center;
		padding:1% 4%;
	}
	.btnNotice{
		padding :0 0 0 0;
	}
}
