/*

	Zen Photo Default 1.0
	
*/

/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
body {
	background: #4b4b4b url('images/back.gif') repeat-x top;
	margin: 0px;
	padding: 0px 0px 0px;
	text-align: center;
	margin-bottom: 20px;
}
#main {
	text-align: left;
	margin: 20px auto;
	width: 600px;
	background: #fff repeat-x top;
	padding: 20px 30px 70px;
	border: 5px solid white;
}
#credit {
	margin: 0 auto;
	font-size: 85%;
	text-align: center;
	clear: both;
	width: 600px;
	padding: 0px 30px 0px;
}
#credit a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
	width: 615px;
	height: 236px;
	background: #fff url('images/panorama.jpg') no-repeat;
	border-bottom: 1px solid #E6E6DF;
	margin: -30px 0px 12px 0px;
	padding-bottom: 30px;
	/*_margin-top: 40px; IE Only */
}
#gallerytitle2 {
	width: 615px;
	height: 50px;
	background: #fff;
	border-bottom: 1px solid #E6E6DF;
	margin: -45px 0 50px;
	padding-bottom: 30px;
	/*_margin-top: 40px; IE Only */
}

/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5A5A4B;
}
h2 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 25px;
}
h2#title {
	font: 35px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin: 0px;
	padding: 0px;
	font-weight: 900;
}
h2#titlesub {
	text-align: center;
	font: 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	padding-top: 236px;
	margin-bottom: 15px;
	font-weight: 100;
}
h2#titlesub2 {
	text-align: center;
	font: 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-bottom: 15px;
	font-weight: 100;
}
h2 a:link, h2 a:visited, h2 span {
	color: #8DB8CF;
	text-decoration: none;
}
h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 30px;
}


/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: none; color: #17A; }
a:visited { text-decoration: none; color: #035; }
a:hover, a:focus { text-decoration: none; color: #6BD; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}

#sortlink {
	text-decoration: none;
	color: #96967E;
	font-size: 10px;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;
	line-height: 0px;
	border: 1px solid #dbdbdb;
	background: #f1f1f1;
}
.imagethumb a:visited {
}
.imagethumb a:hover {
	border: 1px solid #d8d8d8;
	background: #eaeaea;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #d8d8d8;
	background: #eaeaea;
	cursor: pointer;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 480px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 610px;
	text-align: center;
	border: 0px solid #8dec05;
	margin-top: 13px;
	margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 90%;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}


/* Forms
------------------------------ */
.imgcommentform {
	margin: 0 auto;
	width: 450px;
}

.inputbox {
	width: 250px;
	padding: 2px;
	background: url('images/formbg.gif') no-repeat;
	border: 1px solid #b9b9b9;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url('images/formbg.gif') no-repeat;
	border: 1px solid #b9b9b9;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	border: 0px;
	background: url('images/commentbutton.gif') no-repeat;
	width: 129px;
	height: 50px;
}
.moveover {
	text-align: right;
}
.center {
	text-align: center;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}


/* Tooltips
------------------------------ */
.tooltip {
	width: 200px; 
	color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:center;
}
.tooltip span.top {
	padding: 30px 8px 0;
    background: url('images/bt.gif') no-repeat top
}
.tooltip b.bottom {
	padding:3px 8px 8px;
	color: #548912;
    background: url('images/bt.gif') no-repeat bottom
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	background: #222;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #aaa;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #86a1b6; }








body
{
width: 810px;
padding: 5px;
margin: auto;
background: #e1ceaa;
}

/* Petit plus permettant de définir la taille sous IE afin que le design ne soit pas extensible et qu'il soir centré.*/
#conteneur
{
width: 810px;
margin: auto;
}
/* Fin du petit plus */

/* L'en-tete */
#en_tete
{
height: 156px;
margin: 0px 0px 17px 0px;
background-image: url("image/ban.png");
background-repeat: no-repeat;
border: 0px solid black;
}
#en_tete p
{
text-align: center;
color: #fff;
margin: 0px;
padding-top: 156px;
}
#menu
{
text-align: center;
height: 58px;
margin: -17px 0px 10px 0px;
padding:0;
}
ul.menu
{
margin:0;
padding: 0;
list-style-type: none;
}
.menu li
{
float: left;
}
.menu a
{
text-decoration: none;
}
.menu a img
{
border: none;
}
#acceuil a
{
display:block;
height:58px;
width:100px;
background: url("image/menu/rollover-accueil2.png") no-repeat 0 0;
}
#acceuil a:hover
{
background: url("image/menu/rollover-accueil2.png") no-repeat 0 -58px ;
}
#activites a
{
display:block;
height:58px;
width:116px;
background: url("image/menu/rollover-activites2.png") no-repeat 0 0;
}
#activites a:hover
{
background: url("image/menu/rollover-activites2.png") no-repeat 0 -58px ;
}
#poneys a
{
display:block;
height:58px;
width:112px;
background: url("image/menu/rollover-poneys2.png") no-repeat 0 0;
}
#poneys a:hover
{
background: url("image/menu/rollover-poneys2.png") no-repeat 0 -58px ;
}
#equipe a
{
display:block;
height:58px;
width:101px;
background: url("image/menu/rollover-equipe2.png") no-repeat 0 0;
}
#equipe a:hover
{
background: url("image/menu/rollover-equipe2.png") no-repeat 0 -58px ;
}
#installations a
{
display:block;
height:58px;
width:163px;
background: url("image/menu/rollover-installations2.png") no-repeat 0 0;
}
#installations a:hover
{
background: url("image/menu/rollover-installations2.png") no-repeat 0 -58px ;
}
#tarifs a
{
display:block;
height:58px;
width:99px;
background: url("image/menu/rollover-tarifs2.png") no-repeat 0 0;
}
#tarifs a:hover
{
background: url("image/menu/rollover-tarifs2.png") no-repeat 0 -58px ;
}
#contacts a
{
display:block;
height:58px;
width:118px;
background: url("image/menu/rollover-contacts2.png") no-repeat 0 0;
}
#contacts a:hover
{
background: url("image/menu/rollover-contacts2.png") no-repeat 0 -58px ;
}
/* Fin de l'en-tete */

/* Le corps de la page */
#corps
{
width: 810px;
margin: 0px 0px 20px 0px;
background-color: #ffdf76;
border: 0px solid black;
}
#corps p
{
text-indent: 20px;
text-align: justify;
padding: 0px 21px 0px 12px;
color: #0b6b0b;
}
#corps a 
{
color: #f00;
}
#corps a:hover
{
font-style: italic;
}
#corps a img
{
border: none;
}
#corps h1
{
color: #B3B3B3;
text-align: center;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h2
{
height: 30px;
background-repeat: no-repeat;
padding-left: 30px;
color: #A52A2A;
text-align: left;
text-decoration: underline;
}
#corps h3
{
height: 30px;
background-repeat: no-repeat;
padding-left: 30px;
color: #A52A2A;
text-align: left;
}
#contact p
{
text-indent: 0px;
text-align: justify;
padding: 0px 21px 0px 11px;
color: #0b6b0b;
}
#contact a
{
color: #ff0000;
}

.bordure
{
width: 75%;/* l'écriture avec "em" est aussi possible ex: 10em */
border-right: 1px solid red;
}
/* Fin corps */
.separation
{
clear: both;
visibility: hidden;
}
/* Le pied de page */
#pied_de_page
{
width: 810px;
height: 40px;
margin: 0px 0px 0px 0px;
background-image: url("image/copyright.png");
background-repeat: no-repeat;
}
#pied_de_page p 
{
padding: 5px;
text-align: center;
font-size: 1.1em;
color: #000000;
}
#pied_de_page a
{
color: #000000;
}
#pied_de_page a:hover
{
font-style: italic;
color: #000000;
}
/* Fin pied de page ( 5697ff )*/


/*Le cadre du corps*/
#corpshaut
{
width: 810px;
height: 47px;
margin: 0;
padding: 0;
background: url("image/corps-haut3.png") no-repeat;
}

#corpsmilieu
{
width: 810px;
margin: 0;
padding: 0;
background: url("image/corps-milieu2.png") repeat-y;
overflow:hidden;
}

#corpsbas
{
width: 810px;
height: 21px;
margin: 0;
padding: 0;
background: url("image/corps-bas2.png") no-repeat;
}

/*Fin du cadre du corps*/
