/* @override http://www.journal-des-notaires.com/CSS/layout.css */

/* Réalisé par le Studio Vert - www.lestudiovert.fr */

/* STRUCTURE  - - - - - - - - - - - - - - - - - - - - - - - - - - - + 
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#page {
	margin: 0 auto;
	position: relative;
}

#entete {
	position: relative;
	height: 200px;
}

#navigation {
	position: absolute;
	top: 94px;
	z-index: 2;
	left: 70px;
}

#conteneur {
	margin-left: 70px;
	position: relative;
}

#conteneurFlash {
	padding-top: 0px;
	margin-top: -45px;
	text-align: left;
	padding-left: 12px;
	background: #DBE3EA url(../IMAGES/conteneur_flash.gif) repeat-x left top;
	position: relative;
	z-index: 50;
}

#contenu {
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 60%;
}

#encart {
	float: right;
	margin-top: 15px;
	width: 32%;
}

#extra {
	display: block;
	height: 750px;
}

#pied {
	padding-bottom: 15px;
	background-color: #D7E88E;
	clear: both;
	width: 100%;
	padding-top: 15px;
}

/* BALISES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + 
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  +
+  Reinitialisation des styles par défaut des balises 
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

fieldset, img, a img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

hr {
	border: none;
}

/* Styles et balises généraux */

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", verdana, "Lucida Sans Unicode", sans-serif;	
}

body {
	margin: 0;
	padding: 0;
	text-align: center;	
	font-family: "Lucida Grande", verdana, "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	color: #9f9f9f;
	text-align: center;
	background: url(../IMAGES/body.jpg) repeat-x left top;
}

a, a:visited {
	color: #5c3430;
}

a:hover {
	color: #488ba5;
}

.clear {
	clear: both;
	margin: 3px 0;
}

.clearLeft {
	clear: left;
	margin: 3px 0;
}

.hidden {
	clear: both;
	visibility: none;
	border-style: solid;
}

address {
	text-align: left;
	line-height: 13px;
	margin-top: 6px;
	color: #3d3d3d;
}

/* Styles des titres */

h1 {
	font-size: 4em;
	color: #fff;
	position: relative;
	width: 500px;
}

h2 {
	color: #839837;
	margin-bottom: 5px;
	font: normal normal 3em Times, Georgia, "Times New Roman", serif;
	margin-top: 10px;
}

h3 {
	margin: 1em 0;
	font-size: 1.5em;
	color: #456030;
}

h4, h5 {
	font-weight: bold;
	font-size: 11px;
	margin-right: 0;
	margin-top: 17px;
	margin-left: 0;
	color: #3f3f3f;
}

/* Styles des paragraphes  */

#contenu p {
	color: #5a5a5a;
	line-height: 17px;
	margin-top: 5px;
	font-size: 12px;
}

p.chapeau {
}

p.legende {
	font-size: 10px;
	font-style: italic;
}

p a, #contenu li a {
	color: #839837;
	border-bottom: 1px dotted #666;
}

p a:hover, #contenu li a:hover {
	color: #333;
	border-bottom: 1px solid #666;
}

p a:visited {
	color: #eee;
	font-style: italic;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

blockquote {
	margin: 10px auto 10px auto;
	width: 450px;
	background: #3B3B3B url(blockquote.gif) no-repeat center bottom;
	font-size: 1.5em;
	font-style: italic;
}

/* Tableaux */

table {
	text-align: left;
	width: 100%;
	padding: 0;
	margin-right: 0;
	margin-left: 0em;
}

caption {
	color: #fff;
	font-size: 1.3em;
	text-align: left;
	margin: 0;
	font-weight: bold;
	padding: 1px 1px 1px 5px;
}

th {
	width: auto;
	font-size: 11px;
	padding-left: 5px;
	color: #17388e;
	background-color: #DBE3E7;
	text-align: center;
}

th.vertical {
	border: 1px solid #6484a9;
	padding: 0.2em;
	width: auto;
	text-align: left;
}

td {
	border: 1px dotted #d7e1eb;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

table strong {
	font-size: 1.3em;
}

tr.ligneDifferente {
	background-color: #EAEBD0 !important;
}

.texteCentre {
	text-align: center;
}

tfoot {
}

tfoot td {
	width: auto;
	text-align: center;
}
