@charset "utf-8";
/* CSS Document */

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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a {
	text-decoration:none;
	color:#000;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

body {
	font-size:100%;
	color: #000;
	line-height:1;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f2f2f2;
}

#principale {
	width: 100%;
	position: relative;
	background-color: #f2f2f2;
}

/* HEADER */

header {
	width: 100%;
	background-color: #e0e0e0;
}

#header {
	width: 960px;
	margin: 0px auto;
	padding: 35px 20px 13px 20px;
	height: 24px;
	line-height: 24px;
	position: relative;
}

.titre,
.address,
.telephone,
.email,
.texte {
	background: url(../../img/layout/separation.png) right center no-repeat;
	float: left;
	font-size: 0.75em;
	font-style: italic;
	margin: 0px 10px 0px 0px;
}

.titre {
	color: #999;
	width: 200px;
}

.titre a {
	color: #999;
}

.titre strong {
	color: #000;
	font-weight: normal;
}

.titre strong a {
	color: #000;
}

address {
	color: #333;
	width: 210px;
}

address a {
	color: #333;
}

.telephone {
	width: 100px;
	color: #333;
}

.email {
	width: 50px;
}

header .email {
	background-image: none;
}

.email a {
	color: #f06;
}

/* NAV */

nav {
	width: 100%;
	background-color: #fff;
}

#nav {
	background: url(../../img/layout/ombre-fond-blanc.png) center top no-repeat;
	width: 960px;
	margin: 0px auto;
	padding: 14px 20px 9px 20px;
	height: 24px;
	font-style: italic;
	color: #333;
	font-size: 0.765em;
	line-height: 1.25em;
}

nav legend {
	display: none;
}

#retour {
	color: #333;
	font-style: italic;
	width: 360px;
	float: left;
	line-height: 1.5em;
}

#retour a {
	color: #333;
}

form#rechercher {
	background: url(../../img/layout/fleche-grise.png) 4px 20px no-repeat;
	padding: 0px 0px 4px 0px;
	float: left;
	margin: 0px 0px 0px 395px;
	width: 205px;
	font-size: 0.765em;
}

input#q {
	background-color: #dfdfdf;
	color: #333;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: none;
	padding: 0px 10px;
	width: 185px;
	height: 20px;
	line-height: 1.25em;
	font-size: 1.25em;
}

/* PAGE */

#page {
	width: 100%;
}

#page_content {
	/*background: url(../../img/layout/ombre-fond-gris.png) center top no-repeat;*/
	padding: 60px 0px;
	width: 1000px;
	margin: 0px auto;
	overflow: auto;
	position: relative;
}

/* FOOTER */

footer {
	width: 100%;
	background-color: #fff;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

#footer {
	margin: 0px auto;
	height: 33px;
	line-height: 2.063em;
	width: 1000px;
	position: relative;
}

#footer .texte {
	color: #999;
	font-size: 0.625em;
	width: 130px;
}

#footer .admin {
	width: 80px;
}

#footer .texte:last-of-type {
	background: none;
}

/* CLASS */

.clear {
	clear: both;
}

/* BULLE D'INFORMATION */

#bulle_information,
#scroll-top {
	height: 20px;
	width: auto;
	background: url(../../img/layout/bas-fleche-blanche.png) 6px bottom no-repeat;
	position: absolute;
	padding: 0px 0px 4px 0px;

}

#bulle_information div,
#scroll-top a {
	background-color: #fff;
	font-style: italic;
	color: #000;
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding: 0px 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	display: block;
}

#scroll-top {
	position: fixed;
	bottom: 43px;
	left: 50%;
	margin: 0px 0px 0px -500px;
}