/********************************
* RESET
********************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, 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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/********************************
* GENERAL
********************************/

body {
	font-size: 84%;
}

p {
	font-family: Georgia,Times New Roman,Times,serif;
	color: #915C22;
	padding-bottom: 1em;
	line-height: 1.2em;
}

p.small {
	font-size: 0.8em;
}

strong {
	font-weight: bold;
}

a {
	color: #915C22;
	text-decoration: underline;
}

a:hover {
	background-color: #EBCBA7;
}

a.none,
a:hover.none {
	text-decoration: none;
	background-color: transparent;
}


.center {
	text-align: center;
}

img.nocss {
	border: none;
	margin: none;
	padding: none;
}

/********************************
* HEADER
********************************/

#header {
	height: 90px;
	background: transparent url(../images/bg_header.gif) right top no-repeat;
	border-bottom: 43px solid #3A76A7;
}

#header h1 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 123px;
	width: 442px;
	background: transparent url(../images/logo.gif) left top no-repeat;
	text-indent: -9999px;
}

/********************************
* NAVIGATION
********************************/

#navigation {
	height: 20px;
	background-color: #B19E6A;
	width: 100%;
	margin: 2px 0;
}

#navigation ul li {
	float: left;
	border-right: 1px solid #fff;
	height: 20px;
}

#navigation ul li.right {
	float: right;
	border-right: none;
	border-left: 1px solid #fff;
}

#navigation ul li a {
	font-family: "Arial",Helvetica,sans-serif;
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
	height: 12px;
	display: block;
	padding: 4px 7px;
}

#navigation ul li a:hover,
#navigation ul li a.active {
	background-color: #4184BB;
}

/********************************
* CONTAINER
********************************/

#container {
	position: relative;
	background: transparent url(../images/bg_container.gif) left top no-repeat;
	width: 100%;
	min-height: 430px;
	min-width: 930px;
}

/********************************
* ILLUSTRATION
********************************/

div.illustration {
	position: absolute;
	top: 0;
	left: 0;
	width: 395px;
}

div.illustration span.adresse {
	display: block;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	line-height: 1.3em;
	color: #B19E6A;
	text-align: right;
	margin: 65px 1px 0 0;
}

/********************************
* CONTENT
********************************/

div.content {
	margin-left: 410px;
	padding: 15px 15px 20px 25px;
}

div.content h2 {
	color: #3A76A7;
	font-weight: bold;
	font-size: 1.350em;
	margin-bottom: 15px;
}

div.content img {
	border: 2px solid #B09E6E;
	margin: 0 20px;
}

div.content img.nocss {
	border: none;
	margin: none;
	padding: none;
}

div.content ul {
	text-align: center;
	min-width: 510px;
}

div.content ul li {
	float: left;
	width: 255px;
	margin-bottom: 30px;
}

div.imgright,
div.imgleft {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

div.imgright p,
div.imgleft p {
	margin-top: 50px;
	width: 50%;
}
div.imgright span,
div.imgleft span {
	width: 240px;
	text-align: center;
}

div.imgright p,
div.imgleft span { float: left; }
div.imgright span,
div.imgleft p { float: right; }

div.content span.bigimg { width: 260px; }
div.content p.bigimg { width: 45%; }

div.content a.retour,
div.content a.suite {
	font-size: 1.1em;
	font-weight: bold;
}

div.content p.marge {
	margin-top: 40px;
}
