/*
	CSS Reset
	http://meyerweb.com/eric/tools/css/reset/index.html
	v1.0 | 20080212 
*/
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,
b, u, i, center,
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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********************************* CSS RESET END */
body{font-family:Verdana,Arial,Helvetica,sans-serif;font-size: 12px;}

/********************************* HEADER START */
#header{
	background: url(../graphics/layout/entete.jpg) no-repeat;
	height: 116px;
	position: relative;
}
#header h1{
	height:132px;
	width: 320px;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#header h1 a{
	display: block;
	height: 90px;
	text-decoration: none;
	width: 190px;
}
#header h1 a span{
	visibility: hidden;
}
#header p{
	display: block;
	height: 68px;
	width: 681px;
	float: right;
	padding-left: 5px;
	z-index: 50;
	position: absolute;
	right: 0;
}
#header p span{
	display: none;
}
#header #main_nav{
	left: 330px;
	position: absolute;
	top: 94px;
	z-index: 100;
}
#header #main_nav li{
	float: left;
	z-index: 100;
}
#header #main_nav li a{
	color: white;
	display: block;
	font-family: Arial,sans-serif;
	height: 22px;
	padding-top: 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 170px;
	z-index: 100;
}
#header #main_nav li a span{
	display: none;
}
#header #main_nav li a#menuRechSimple{
}
#header #main_nav li a#menuRechSimple:hover{
}
#header #main_nav li a#menuRechGuidee{
}
#header #main_nav li a#menuRechGuidee:hover{
}
#header #main_nav li a#menuRechGeo{
}
/********************************* HEADER END */
/********************** CONTENT DEFAULT START */
#content_default{
	padding:20px 10px 10px 20px;
}
#content_default h4{
	color:#A10732;
	font-size:120%;
	font-weight:bold;
	margin:17px 0 20px 17px;
}
#content_default .media_left img{
	float: left;
	margin:0 15px 15px 0;
	margin-left: 0;
}
#content_default strong{
	color:#A10732;
}
/************************** CONTENT DEFAULT END */
/********************************* CREDIT START */
.credit h4{
	color:#A10732;
	border-bottom: 1px solid #A10732;
}
.credit_left {
	float: left;
	padding: 3px 20px 0 0;
	width: 160px;
}
.credit_right {
	float: left;
	padding: 3px 20px 20px 0;
	width: 400px;
}
.link_right a.lien {
	clear: both;
	float: left;
	text-transform: none !important;
}
/********************************* CREDIT END */

/********************************* FOOTER START */
#footer a:hover {
	text-decoration:underline;
}
#footer a {
	color:#C1AD73;
	text-decoration:none;
}
#footer .adresse {
	float: left;
	padding-top: 20px;
}
#footer .contact {
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	text-decoration: none;
}
#footer .logoMnesys {
	float: right;
	padding-left: 20px;
	padding-top: 10px;
}
#footer .liens {
	float: right;
	padding-top: 20px;
}
/********************************* FOOTER END */
/********************************* VARIOUS START */
.clear {
	clear:both;
}
.lisa90{
	float: right;
}
.nouveaute{
	background-color:#593154;
	padding:10px 10px 10px 10px;
	color:#FFFFFF !important;
}
abbr, acronym{
	cursor: help;
	border-bottom: 1px dashed #000;
}
/********************************* VARIOUS END */

div.ead_title {margin:0 !important; padding:0 !important; display:inline; font-weight:bold; color:#8B1646 !important}
ul.ead_list {margin:0 0 0 22px !important; padding:0 !important;}
ul.ead_list li{background: none !important;}
li.ead_item {list-style-image: url(../graphics/puce_ocre.gif);margin:0 !important; padding:0 0 0 0!important;}
li.ead_itemt {list-style-image: url(../graphics/puce_ocre.gif);margin:0 !important; padding:0 0 0 0!important;}

a.icon_pdf {text-decoration:none; color: #000 ; padding-right: 18px; background: url(../graphics/picto_pdf_small.gif) no-repeat ; background-position: right 0;}
a:hover.icon_pdf {text-decoration:underline}

a.icon_ead {text-decoration:none; color: #000 ; padding-right: 22px; background: url(../graphics/picto_ead_small.gif) no-repeat ; background-position: right 0;}
a:hover.icon_ead {text-decoration:underline}

a.liens_accueil {
	text-decoration:none;
	font-weight:bold;
}

.box_center{
	background-color: #ECE6D3;
	/*float: right;*/
	font-size: 0.85em;
	margin: 0 10px 10px 10px;
	width: 653px;
	color: #000;
}
.content_box_center{
	width: 653px;
	padding-top: 10px;
}
#content_default .content_box_center h4, .content_box_center div{
	margin: 10px 10px 10px 17px;
	font-size:16px;
}
#content .content_box_center ul li {
	margin-left:30px;
}
#content .content_box_center ul li p{
	margin-left:30px;
	margin-right:10px;
}
.pied_box_center{
	display: block;
	height: 9px;
	width: 653px;
}
.box_center a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.box_center a:hover{
	color: #4F3C15;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}
