@charset "ISO-8859-1";

/* -------------------------------- base -------------------------- */
html {
	overflow-y: scroll;
}
body {
	background-image: url(/images/template/ombre_centre.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5e60;
	margin: 0px;
	padding: 0px;	
}
p {
	margin: 0 0 5px 0;
	padding: 0px;
}
th {
	text-align: left;
}
.left {
	float: left;
}
img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
div.clear {
	clear: both;
}
div.clear2 {
	clear: both;
	margin-bottom: 10px;
}
div.ligne{
	clear: both;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
}
div.ligne_scar{
	clear: both;
	border-top: 1px solid #CCCCCC;
}
div.ligne2{
	clear: both;
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #CCCCCC;
}
div.traitille{
	clear: both;
	margin-bottom: 5px;
	border-top: 1px dotted #CCCCCC;
}
div.traitille2{
	clear: both;
	margin: 5px 0px 5px 0px;
	border-top: 1px dotted #CCCCCC;
}
.ligneHaut,
td.ligneHaut {
	border-top: 1px solid #CCCCCC;
}
.textePetit {
	font-size: 9px;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clear{
	clear: both;
}
.espace{
	margin-bottom: 10px;
}
/* ---------------------------- titre -------------------------- */
h1,
h2,
h3,
h4 {
	margin: 0px;
	padding: 0px;
}
.titre ,
.titreMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #326BB1;
	margin: 5px 0px;
}
/* ----------------------------------- liens ---------------------------------- */
a {
	color: #386FB3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	.texteLien b {
		padding-bottom: 5px;
	}
	.texteLien a {
		color: #5e5e60;
		text-decoration: none;
	}
	.texteLien a:hover {
		text-decoration: underline;	
	}
a.neutre:hover {
	text-decoration:underline;
}

a.neutre {
	color:#5E5E60;
	text-decoration:none;
}

#menuDroite div.gris a{
	color: #5E5E60;
	text-decoration: none;
}
/* ----------------------- fonds couleurs ---------------------- */
.gris1 {
	background-color: #5e5e60;
}

.gris2 {
	background-color: #CCCCCC;
}

.gris3 {
	background-color: #E8E8E8;
}

/*-------------------------------------- ERRORS -------------------------------*/
#errors {
	background-color: #FF8181;
	border: 1px solid #A52500;
	color: #FFFFFF;
	padding: 5px;
	margin: 10px 0px 10px 0px;
}
	#errors h1 {
		background: none;
		color: #FFFFFF;
		border: 0;
		font-size: 18px;
		font-weight: bold;
	}
		#errors ul li {
			border: 0pt none;
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
			margin: 0pt 0pt 0pt 10px;
		}		
div.book-navigation,
div.links,
div.taxonomy{
	display:none;
}
div#helpBox{
	position: absolute;
	width: 300px;
	border: 1px solid #5E5E60;
	color: #5E5E60;
	background-color: #DFEEFF;
	padding: 2px;
	margin-left: 3px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/*----------------------- favoris ------------------------*/
div.favoris{
	border-top: solid 1px #999;
	padding: 6px 0 5px 0;
	}
	div.favoris img {
		margin-right: 15px;
		border: 0;
		}
	div.favoris a {
		margin-right: 15px;
		border: 0;
		}
	div.favoris img:first-child {
		margin-right: 5px;
		}
	div.favoris span.titre {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #7B2D8E;
		text-align: left;
		font-weight: normal;
		text-transform: uppercase;
		margin-right: 15px;
	}
/*----------------------- content ------------------------*/
	#contenu .content p{
			margin-bottom: 10px;
		}
		#contenu .content h1{
			margin-bottom: 10px;
		}
		#contenu .content h2{
			margin-bottom: 5px;
		}
		#contenu .content table{
			margin-bottom: 5px;
		}


table tr td{
	vertical-align:top;
}
table.milieu tr td{
	vertical-align:middle;
}

div.footer_legal{
	font-size: 9px;
	color: #666666;
	text-align:center;
	margin: 10px 0px 10px 0px;
}

