@import url("./reset.css");

html {
	font-size: 62.5%;
}
html, body {
	height: 100%;
}
p,ul,ol,table { margin-bottom: 1.2em; }
a { cursor: pointer; color: #722608; text-decoration: none; }
a:focus { outline: none; }
a:visited { color: #ba7f4c; }
a:hover, a:focus { color: #900; }
a *, button * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.groupe:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .groupe {display: inline-block;}
/* Hides from IE-mac \*/ * html .groupe {height: 1%;} .groupe {display: block;} /* End hide from IE-mac */
sup { font-size: 80%; line-height: 1; vertical-align: super; }

h1, h2, h3, h4, h5, h6 { line-height: 1.2; }

body {
	text-align: center;
	font-family: Georgia, Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	position: relative;
	background: #ab7646 url(../img/fond-body.jpg);
}
#page {
	width: 750px;
	margin: auto;
	text-align: left;
	font-size: 1em;
	position: relative;
}


/* ------------------------------------------------------------------------
	Entête de la page
------------------------------------------------------------------------ */
#entete {
	height: 94px;
	background: url(../img/fond-entete.gif) 0 0 no-repeat;
}
#entete .logo a {
	display: block;
	text-indent: -9999px;
	outline: none;
}
#entete ul {
	position: absolute;
	top: 76px;
	right: 20px;
}
#entete li {
	float: left;
	display: block;
	margin: 0 0 0 13px;
}
#entete li a {
	color: #f2ebbf;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#entete li a:hover {
	color: #fff;
	text-decoration: underline;
}
#entete li ul {
	display: none;
}

/* ------------------------------------------------------------------------
	Corps de la page
------------------------------------------------------------------------ */

#corps {
	padding: 0 2px 2px;
	background: #fff2c2 url(../img/fond-corps.gif) 0 0 repeat-x;
}
#contenu {
	padding: 20px 35px;
	border: 1px solid #CE843F;
	border-top: none;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}
#contenu h1 {
	margin: 0 0 .5em;
	font-size: 3em;
	font-style: italic;
	color: #e6b277;
	font-weight: normal;
}
#contenu h2 {
	margin: 1em 0 0.8em;
	font-size: 1.5em;
	font-style: italic;
	color: #89401c;
}
#contenu p {
	margin-top: 1em;
}
#contenu a {
	text-decoration: underline;
}

#contenu img.cadre {
	border: 1px solid #e6b277;
	background: #fff;
}
#contenu a:hover img.cadre {
	border-color: #89401c;
}
#contenu .photo img.cadre {
	display: block;
	margin: 0 0 .5em;
	border: 1px solid #e6b277;
	background: #fff;
}

#contenu table {
	width: 100%;
}
#contenu table td {
	vertical-align: top;
	text-align: center;
	padding: 0 10px 10px;
}
#contenu table td strong {
	display: block;
	font-weight: normal;
	margin: .5em 0;
}
#contenu table td p {
	margin: .5em 0;
}

.clear {
	clear: both;
}

#contenu li {
	list-style: square;
	margin: 0 0 .5em 22px;
}

.alignright {
	float: right;
	margin: 0 0 2em 3em;
	text-align: center;
}
.alignleft {
	float: left;
	margin: 0 3em 2em 0;
	text-align: center;
}
.aligncenter {
	text-align: center;
}
.wp-caption {
	text-align: center;
}
.wp-caption-text {
	margin: .5em 0 0;
}

#contenu ul.albums {
	display: none;
	float: right;
	width: 200px;
	margin: 0;
	padding: 4px;
	background: #EFCE9B;
} 
#contenu ul.albums li {
	display: inline;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: .9em;
} 
#contenu ul.albums {

} 
#contenu ul.albums {

} 


	
/* Page d'accueil ------------------------------------------------------- */

#accueil #page {
	text-align: center;
	padding-top: 25px;
}
#accueil .splash {
	width: 443px;
	height: 315px;
	margin: 0 auto 25px;
	background: url(../img/accueil.gif) 0 0 no-repeat;
}
#accueil .splash a {
	display: block;
	padding: 278px 0 0 218px;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #F2EBBF;
	text-align: left;
}
#accueil .splash a strong {
	display: block;
	text-indent: -9999px;
	outline: none;
}
#accueil .splash a:hover {
	color: #833116;
}
#accueil p {
	color: #F2EBBF;
	font-size: .9em;
	font-weight: bold;
	margin: 0 0 .5em;
}


/* ------------------------------------------------------------------------
	Pied de la page
------------------------------------------------------------------------ */
#pied {
	margin: 0 10px;
	padding: 0;
	background: #6F3C21;
}
#pied p {
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 1em;
	color: #A07A58;
}