* {
    font-family: sans-serif;
}

body {
    background-color : #FFFFEB;
}

a {
    color: Navy;
}

.Highlight {
	background-color: #FFE0A0;
}

#TitreGeneral {
	width: 100%;
	height: 80px;
	background-image: url('titre.png');
	background-position: center;
	background-repeat: no-repeat;
	margin: 5px;
}
#TitreGeneral_small {
	width: 100%;
	height: 40px;
	background-image: url('titre.png');
	background-position: center;
	background-repeat: no-repeat;
	margin: 5px;
}

#BtnShowMenu {
	margin: 5px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	width: 32px;
	height: 32px;
	background-image: url('btnMenuDown.png');
	background-color: transparent;
	border: none;
	display: block;	
}

#MenuPanel {
	margin: 5px;
	position: absolute;
	left: 0px;
	width: 140px;
	background-color : #FFFFEB;
	z-index: 10;
}
.MenuFloating {
	border: 1px solid black;
	visibility: hidden;
}

.MenuItem {
	width: 105px;
}
.MenuStyle {
	margin : 5px;
	float: left;
	padding-left : 25px;
}
.MenuStyle:hover {
	background-image: url('bouton.png');
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFE0A0;
}

.MenuStyleHighlight {
	margin : 5px;
	float: left;
	padding-left : 25px;
	background-image: url('bouton.png');
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFE0A0;
}

.MenuOtherSite {
	margin: 10px;
	left: 0px;
	right: 0px;
	text-align: center;
}

#ContentPanel {
	position: absolute;
	margin: 5px;
	padding: 5px;
}
.ContentFullWidth {
	left: 0px;
	
}
.Content {
	left: 150px;
}

.TitreRubrique {
    font-family: sans-serif;
    font-size: large;
    font-style: italic;
    font-weight: bolder;
    color: darkBlue;
    text-align: left;
}

.DeveloppementRubrique {
    font-family: sans-serif;
    font-size: small;
    color: Black;
    text-align: justify;
}

.CadreThumb {
	float: left;
	width: 156px;
	height: 118px;
	overflow: hidden;
	position: relative;
	min-height: 112px;
	min-width: 150px;
}

.CenteredLinkImg {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #000000;
}
.BasicLinkImg {
	border: 1px solid #000000;
}

.OpenLargeView {
	background-color: white;
	float: right;
	clear: right;
	width: 26px;
	height: 26px;
	overflow: hidden;
	margin: 1px;
	position: relative;
	min-height: 26px;
	min-width: 26px;
}

#btnClosePanel {
	width: 48px;
	height: 48px;
	background-image: url('close.png');
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 110;
	background-color: transparent;
	border: none;
	display: block;	
}
#btnClosePanel:hover {
	background-image: url('close_hi.png');
}

#imageNext {
	margin: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 48px;
	height: 48px;
	background-image: url('forward.png');
	right: 10px;
	z-index: 110;
	background-color: transparent;
	border: none;
	display: block;	
}
#imageNext:hover {
	background-image: url('forward_hi.png');
}

#imagePrevious {
	margin: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 48px;
	height: 48px;
	background-image: url('backward.png');
	left: 10px;
	z-index: 110;
	background-color: transparent;
	border: none;
	display: block;	
}
#imagePrevious:hover {
	background-image: url('backward_hi.png');
}

#grayed_background {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.75;
	background-color: black;
	z-index: 100;
	visibility: hidden;
}

#image_viewport {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 105;
	overflow: auto;
	visibility: hidden;
}

#gallery_admin_toolbar {
	width: 64px;
	height: 64px;
	position: fixed;
	bottom: -1;
	right: -1;
	background-color: white;
	opacity: 0.0;
	z-index: 90;
	overflow: hidden;
	border: 1px solid gray;
}

#gallery_admin_toolbar:hover {
	opacity: 0.9;
}

#btnUploadImage {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 48px;
	height: 48px;
	background-image: url('upload.png');
	right: 10px;
	z-index: 110;
	background-color: transparent;
	border: none;
	display: block;	
}
#btnUploadImage:hover {
	background-image: url('upload_hi.png');
}

#upload_panel {
	width: 400px;
	height: 260px;
	position: fixed;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	z-index: 105;
	overflow: hidden;
	border: 1px solid gray;
	visibility: hidden;
	padding: 10px;
}

#btnSendImage {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 48px;
	height: 64px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url('upload.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: none;
	display: block;
	bottom: 12px;
}
#btnSendImage:hover {
	background-image: url('upload_hi.png');
}

.upload_field {
	width: 250px;
	float: right;
	border: 1px solid black;
}
.file_selector {
	top: -21px;
	position: relative;
	opacity: 0;
	margin-bottom: -18px;
	z-index: 110;
}
.fake_file_selector {
	background-image: url('fileopen.png');
	background-repeat: no-repeat;
	background-position: right;
	z-index: 109;
}

.form_row {
	clear: both;
	margin: 15px 5px 15px 5px;
}


#pageNext {
	position: absolute;
	width: 48px;
	height: 48px;
	background-image: url('forward.png');
	right: 10px;
	top: 0px;
	background-color: transparent;
	border: none;
	display: block;	
}
#pageNext:hover {
	background-image: url('forward_hi.png');
}

#pagePrevious {
	position: absolute;
	width: 48px;
	height: 48px;
	background-image: url('backward.png');
	right: 64px;
	top: 0px;
	background-color: transparent;
	border: none;
	display: block;	
}
#pagePrevious:hover {
	background-image: url('backward_hi.png');
}

#imagesPerPage {
	background-color: white;
	border: 1px solid black;
}

#pageFooter {
	position: relative;
	clear: both;
	height: 100px;
	width: 95%;
	padding-left: 16px;
	padding-top: 16px;
}
