/* CSS Document */

/* --- STYLES DE BASE --- */

/* Page */
html { font-size: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "DejaVu Serif", Norasi, serif;
	font-size: .8em;
	line-height: 1.4;
	color: #333;
	background: url("images/bg_body1.jpg") repeat-y center center;
	text-align: center;
}

#page {
	margin: 0 auto;
	text-align: center;
	width: 700px;
	background-color: #fff;
}
#header {
	width: 700px;
	height: 298px;
	background: url("/images/header.jpg") no-repeat center center transparent;
}
#wrapper {
	clear: both;
	margin: 0 auto;
	padding: 0;
}
#content {
	background-color: #fff;
	margin: 0;
	padding: 1em;
	text-align: left;
}
#galeriePhoto { text-align: center; }
#footer { border-top: 1px dotted #DEDEDE; clear: both; }

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	line-height: 1.2;
	font-weight: bold;
	font-style: normal;
}
h1 {
	color: #663;
	font-size: 1.75em;
	margin: 0.5em auto 1em;
	text-align: center;
}
h1 span {
	color: #A5AF00;
	font-size: 0.8em;
	font-weight: normal;
}
h2 {
	border-bottom: 1px solid #A5AF00;
	color: #663;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	color: #A5AF00;
	font-size: 1.25em;
	font-weight: normal;
	margin: 0;
}
h4 { font-size: 1em; }


/* Listes */
ul, ol {
	margin: .75em 0 .75em 32px;
	padding: 0;
}

/* Paragraphes */
p { margin: .75em 0; }
p.InfoComplementaires { margin: 0.25em 0 0.75em; }
#footer p {
	color: #999;
}
address {
	background: #FCFFEF;
	color: #663;
	margin: .75em 0;
	padding: 1em;
	font-size: 1.15em;
	font-style: normal;
}
address strong { color: #663; }
address span { color: #A5AF00; font-size: 0.9em; }

/* Liens */
a { text-decoration: underline; }
a:link { color: #663; }
a:visited { color: #A5AF00; }
a:hover, a:focus, a:active { color: #990; }
#footer a:link, #footer a:visited { color: #A5AF00; }
#footer a:hover { color: #663; }
/* Pas de bordure pointillée ou halo lors du clic sur un lien */
a:active { outline: none; }
/* Pas de bordure autour des images dans les liens */
a img { border: none; }

/* Divers éléments de type en-ligne */
em { font-style: italic; }
strong { font-weight: bold; }

/* Formulaires */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select { vertical-align: middle; }