#global {
	visibility: visible;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align:center;
	border: thin solid #875A18;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat;
}
.encadrementGris1px {
	border: 1px solid #999999;
}


/* Marge de 2px autour de certaine img (boutons) */
.marge {
	margin: 6px 2px 0px;
}

/* pour les "panneaux" de complement d'information (contenant ou non calque ascenseur) */
.complementInfo {
	display: none;
	visibility: hidden;
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 98%;
	border: 1px solid #000000;
	text-align: justify;
	background-position: center;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	padding-bottom: 10px;
	background-color: #CCCCCC;
}
/* Calque avec ascenseur */
.ascenseur {
	visibility:inherit;
	overflow: scroll;
	position: relative;
	z-index: 3;
	height: 150px;
	width: 96%;
	background-color: #FCF0CD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #875A18;
	border-right-color: #382F18;
	border-bottom-color: #382F18;
	border-left-color: #875A18;
	padding-bottom: 10px;
	margin-right: 2%;
	margin-left: 2%;
	padding-top: 5px;
}

/* pour partie de page en 2 colonnes */
.colonne1 {
	border: 1px solid #333333;
	overflow: visible;
	position: relative;
	width: 99%;
	left: 0px;
	top: 0px;
	float: left;
	height: auto;
}
.colonne2 {
	border: 1px solid #333333;
	overflow: visible;
	position: relative;
	width: 99%;
	top: 0px;
	float: right;
	height: auto;
	right: 0px;
}
/* éléments textes traités spécifiquement */
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #999999;
	text-align:center;
}
.BandeauSupCalque {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 0px;
	letter-spacing: 4px;
	line-height: 27px;
	background-color: #B77A20;
	text-indent: 20px;
	padding-top: 0px;
	font-weight: bold;
}
.SavoirPlus {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: right !important;
	margin-bottom: 3px;
}
.alignDr {
	text-align: right !important;
}
.alignGa {
	text-align: left !important;
}
.centrer {
	text-align: center !important;
}
.Centrer_BoutonTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
}
.encadrementGris2px {

	border: 2px solid #666666;
}
.margeBasse {

	margin: 6px 0px 10px;
}
.blocMarger {
	border: 1px solid #333333;
	overflow: visible;
	width: 100%;
	left: 0px;
	top: 0px;
	height: auto;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}
.blocSansMarge {
	overflow: visible;
	width: 100%;
	left: 0px;
	top: 0px;
	height: auto;
	margin-bottom: 2px;
	position: relative;
	text-align: right;
}
#global500px {

	visibility: visible;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align:center;
	border: thin solid #875A18;
	background-image: url(../images/fond.jpg);
}
.etendre {
	visibility:hidden;
	clear:both;
	line-height: 0px;
}

