html, body {
	background: url(/images/background.png);
	color: #cfcbca;
}
img {
	border: 0;
	vertical-align: middle;
}
h1 {
	text-transform: uppercase;
	font-size: 18px;
}
a {
	color: #cfcbca;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color: #F99F1C;
}

.selected {
	color: #F99F1C;
}

.petit {
	font-size: 12px;
}

#header {
	position: relative;
	width: 980px;
	margin: auto;
	z-index:2;
}
#header h1 {
	display: inline-block;
}
#logo {
	position: relative;
	margin-left: 10px;
	top: 35px;
}
#ajaxLoader {
	position: absolute;
	top: 350px;
	left: 300px;
	display: none;
}
#barre {
	background: url(/images/barre.png) repeat-x;
	position:relative;
	margin: auto;
	top: 82px;
	width:740px;
	left: 135px;
	height: 11px;
	z-index: 1;
}
#infos {
	position: absolute;
	top: 30px;
	left: 280px;
	font-family:"Bell Gothic Std", "Gill Sans MT";
	text-align: center;
	font-size: 16px;
}
/*
#separation {
	background: url(/images/separation2.png);
	position: absolute;
	top: 75px;
	height: 0px;
	width: 10px;
	left: 860px;
}
*/
#separation {
	background: url(/images/separation6.png);
	position: absolute;
	top: 75px;
	height: 0px;
	width: 160px;
	left: 787px;
}
#menu {
	position: absolute;
	top: 90px;
	left: 615px;
	
	font-family:"Bell Gothic Std", "Gill Sans MT";
	font-size: 18px;
	text-transform:uppercase;
}
#menu ul {
	margin: 0px auto;
	padding-left: 55px;
	margin-bottom: 30px;
}
#menu ul li {
	cursor: pointer;
	margin: 0px auto;
	padding-left: 55px;
	width: 100px;
	text-align:left;
	list-style-type:none;
	float:left;	
}
#menu ul li:hover {
	color: #F99F1C;	
}

#menu img {
	margin-left: 25px;
}

.menu {
	cursor: pointer;
}
#menuItem {
	position: absolute;
	display: none;
	top: 100px;
	left: -78px;
	#border: 1px solid #000000;
	width: 350px;
	height: 500px;
	font-family:"Gill Sans MT";
}

#menuItem ul {
	float: left;
	width: 130px;
	list-style: none;
	text-transform:uppercase;
}
#menuItem ul li {
	padding-top: 15px;
	font-size: 15px;
	cursor: pointer;
}

#menuItem ul li.selected {
	color: #F99F1C;
	font-size: 17px;
}

#menuItem ul li:hover {
	color: #F99F1C;
	font-size: 17px;
	
}
#menuItem #leftItem {
	text-align: right;
	padding-left: 9px;
}

#menuItem #rightItem {
	text-align: left;
	padding-left: 38px;
}

#menuBottomItem {
	display: none;
	position: absolute;
	top: 405px;
	left: -137px;
	width: 400px;
	
	font-family:"Bell Gothic Std", "Gill Sans MT";
	font-size: 13px;
	text-transform:uppercase;
}
#menuBottomItem li {
	cursor: pointer;
	margin: 0px auto;
	padding-left: 51px;
	width: 90px;
	text-align:left;
	list-style-type:none;
	float:left;	
}
#menuBottomItem li:hover {
	color: #F99F1C;	
}

#content {
	padding-top: 60px;
	width: 1000px;
	margin: auto;
}

#content .left {
	position: relative;
	width: 650px;
	left: -150px;
}
.centrer {
	text-align: center;
}

.hide {
	display: none;
}
#content img {
	#display: none;
}

#contentLeft {
	display: none;
	#opacity: 0;
	#border: 5px solid #000000;
	height: 650px;
	width: 700px;
	z-index: 5000;
}

#panneau_admin {
	margin-top: 50px;
}

.flash-notice {
	color: #F99F1C;
	font-weight: bold;
	margin: 20px;
}

#addPhotoForm input[type="text"] {
	width: 250px;
}
#addPhotoForm input[type="submit"] {
	margin-top: 30px;
}
#addPhotoForm textarea {
	width: 250px;
	height: 100px;
}
.panel-test {
	position:absolute;
	left: 300px;
}
.gv-panel-overlay {
	position:absolute;
	left: -80px;
	#top: 390px;
	top: 270px;
	width: 800px;
	text-align:center;
}
.gv-pointer {
	display: none;
}

.gv-panel-overlay h3 {
	color: #F99F1C;
}

.description {
	color: #cfcbca;
	font-weight:normal;
}

.gv-panel2 {
	overflow: hidden;
}

#.gv-filmstrip li.current {
#	border: 2px solid #F99F1C;
#	padding-top: 6px;
#	padding-bottom: 6px;
#	padding-left: 10px;
#	padding-right: 10px;
#}
#panneau_admin li {
	list-style: none;
	margin-bottom: 10px;
}

#list_photos li {
	float: left;
	width: 200px;
	height: 250px;
	margin-bottom: 40px;
	list-style: none;
	cursor:move;
}
#list_photos li:hover {
	background: #474141;
}

#list_photos li .edit  {
	font-size: 10px;
}

#list_photos li img {
	max-width: 150px;
	max-height: 100px;
}
#list_photos h3 {
	font-size: 13px;
}

#wait_message {
	display: none;
	position: absolute;
	top: 500px;
	left: 150px;
	width: 400px;
	text-align: center;
	margin: auto;
	background: #666666;
	border: 2px solid #000000;
	border-radius: 15px;
	
}

#updateDescription {
	display: none;
	position: absolute;
	top: 300px;
	left: 150px;
	width: 500px;
	text-align: center;
	margin: auto;
	background: #666666;
	border: 2px solid #000000;
	border-radius: 15px;
}
#updateDescription input[type="text"] {
	width: 250px;
}
#updateDescription input[type="submit"] {
	margin-top: 30px;
}
#updateDescription textarea {
	width: 250px;
	height: 50px;
}

@font-face {
	font-family: "Bell Gothic Std";
	src: url('/fonts/bellgothicstd-bold-webfont.eot');
	src: local("☺"),
    url("/fonts/bellgothicstd-bold-webfont.woff") format("woff"),
    url("/fonts/bellgothicstd-bold-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

