* {
	outline: none; 	
}
html {
	font-size: 100%;
}
body {
	font-size: 1.0em;
}

html, body {
	background-image: url(/images/fond.jpg);
	background-position : center center;
	background-repeat:repeat-y;
	background-color: #3c1418;
	color: #cfcbca;
	font-family:Times;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

a {
	color: #cfcbca;
	text-decoration: none;
}
a:hover {
	color: #c49430;
	#text-decoration:underline;
}
img {
	border: 0;
	vertical-align: middle;
}

.selected {
	color: #c49430;
}
.centrer {
	margin: auto;
}
.rightAlign {
	text-align: right;
}
.leftAlign {
	text-align: left;
}
.centerAlign {
	text-align: center;
}
.gras {
	font-weight:bold;
}

.hide {
	display: none;
}



#splash {
	padding-top: 20px;
	width: 980px;
	margin: auto;
	color: #c49430;
}
#splash a {
	color: #c49430;
}
#splash a:hover {
	text-decoration:underline;
}
#splash h1 {
	font-size: 1.2em;
	padding-bottom: 0;
}
#splash h2 {
	font-size: 1.0em;
}
#splash_center .petit {
	font-size: 0.7em;
}



#splash_left {
	float: left;
	width: 240px;
	text-align: right;
}
#splash_left div {
	padding-right: 7px;
	position: relative;
	top: 250px;
}
#splash_center {
	float: left;
	width: 500px;
	text-align: center;
}
#splash_right {
	float: left;
	width: 240px;
	font-size: 0.8em;
}
#splash_right div {
	position: relative;
	top: 250px;
	padding-left: 10px;
}


#ajaxLoader {
	position: relative;
	width: 100px;
	margin: auto;
	top: 350px;
	left: 100px;
	display: none;
}

#content {
	width: 1000px;
	height: 100%;
	margin: auto;
}
#leftColumn {
	#border: 1px solid #000000;
	border: none;
	height: 100%;
	width: 230px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
	position: relative;
	top: 30px;
	
}
#rightColumn {
	#border: 1px solid;
	border: none;
	height: 100%;
	width: 660px;
	float: right;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 40px;
}

#rightColumn  h1:first-child {
	text-transform:uppercase;
}

#logo {
	position: relative;
	left: 5px;
}

#menu {
	list-style-type:none;
	text-transform: uppercase;
	font-size: 1.0em;
	
	width: 9em;
	position: relative;
	right: 55px;
	top: 40px;
	
}
#menu > li {
	margin-top: 1em;
	text-align: right;
}
.sous_menu {
	display: none;
	text-align: right;
}
.sous_menu li {
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}


#gallery_photos {
	
}

#gallery_photos_evenements li {
	list-style: none;
	float: left;
	width: 300px;
}
#gallery_photos_evenements img {
	#width: 250px;
	
	max-width: 250px;
	max-height: 350px;
}


#contact {
	color: #c49430;
	text-align: center;
	font-weight: bold;
}
#contact a {
	color: #c49430;
}


.gv-panel-overlay {
	position: relative;
	left: 400px;
	width: 260px;
	top:129px;
}
.gv-panel-overlay hr {
	width: 190px;
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 10px;
}
.gv-panel-overlay h3 {
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 0;
}
.gv-panel-overlay p {
	font-size: 0.7em;
	margin-top: 0;
	margin-bottom: 0;
}
.gv-panel-overlay .complements {
	font-size: 0.7em;
	font-style: italic;
}

#wait_message {
	position: relative;
	top: -300px;
	width: 400px;
	text-align: center;
	margin: auto;
	background: #666666;
	border: 2px solid #000000;
	border-radius: 15px;
	
}
#updateDescription {
	display: none;
	position: relative;
	margin: auto;
	top: -300px;
	width: 600px;
	text-align: center;
	margin: auto;
	background: #666666;
	border: 2px solid #000000;
	border-radius: 15px;
	clear: both;
}

fieldset {
	margin-top: 30px;
	width: 500px;
}
label.text {
	float: left;
	width: 100px;
}

label.input input {
	width: 250px;
}
label.small_input input {
	width: 30px;
}

#list_photos li {
	float: left;
	width: 200px;
	height: 250px;
	margin-bottom: 40px;
	list-style: none;
	text-align: center;
}
#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;
}
#list_photos .description {
	font-size: 10px;
}

@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;
}

