/* Style Eden Park */

/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, fieldset, label, legend { margin:0; padding:0; border:0; font-weight:normal; font-style:normal; font-size:100%; font-family:inherit; vertical-align:baseline;}

body {line-height:1; color:black;}

ol, ul {list-style:none;}

blockquote:before, blockquote:after, q:before, q:after {content:"";}

blockquote, q {quotes:"" "";}

input {font-size:100%;}

/* COMMUN */

html, body {
    margin: 0;
    padding: 0
}

body {
    font: 12px Geneva, Arial, Helvetica, sans-serif;
	background:url(../../images/bg.png) top left repeat-x #d3e2e9;
	color:#5B3218;
}

h1 {
	background: url(../../images/oiseau-titre.png) top left no-repeat;
	height:27px;
	font-size:18px;
	font-weight:bold;
	padding:0 0 0 70px;
	margin:20px 0 20px 0;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#3a34ee;
}

h3 {
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 20px;
}

h4 {
	font-size:16px;
	font-weight:bold;
}

h5 {
	font-size:12px;
	font-weight:bold;
	color:#3a34ee;
	text-align:center;
}

h6 {
	font-weight: bold;
	font-size:14px;
}

li {
	background: url(../../images/puce.png) top left no-repeat;
	padding:0 0 0 15px;
	margin:5px 0 0 25px;
}

a.grand-lien, a.grand-lien:visited {
	font-weight: bold;
	text-decoration:underline;
	font-size:14px;
	color:#5B3218;
}

a.grand-lien:hover {
	color:#B76631;
}

/* HEADER */

div#header {
    height: 203px;
    margin: 10px 0 0 0;
}

/* CONTAINER */

div#container {
    width: 969px;
    margin: 0 auto;
}

div#wrapper {
	background:url(../../images/milieu-contenu.png) top left repeat-y;
}

/* CONTENT */

div#content {
	padding:10px 30px;
}

.texte-standard {
	text-align:justify;
}

.titre-grand {
	font-size:16px;
	text-align:center;
}

.texte-marron {
	color:#5B3218;
}

.texte-blanc {
	color:#ffffff;
}

.image {
	border:3px solid #FFFFFF;
}

.ombre {
	float:left;
	background: url(../../images/ombre.png) no-repeat bottom right;
	margin: 10px 7px 0 8px !important;
	margin: 10px 7px 0 5px;
}

.boite {
	position:relative;
	bottom:3px;
	right: 6px;
}

.lien-tableau {
	color:#5B3218;
	font-weight:bold;
	text-decoration:none;
}

.lien-tableau:hover {
	color:#C86E35;
}

.lien-tableau-blanc {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.lien-tableau-blanc:hover {
	color:#D8DD02;
}

/* FOOTER */

div#footer {
    background:url(../../images/photos-bas.jpg) top left no-repeat;
	height:222px;
    clear: both;
    width: 100%;
}

div#footer .photos-bas {
	height:265px;
}

div#footer .infos {
	color:#5B3218;
	margin:5px 0 0 0;
	height:60px;
}

div#footer .infos a {
	text-decoration:none;
	font-size:13px;
	color:#5B3218;
	display:inline;
}

div#footer a:hover {
	color:#d2d700;
}