@charset "iso-8859-1";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	font-size: 100%;
	}
	
body {
	background: #FFF url(../img/frise.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82.5%;
	}
body#frameTop {
	background: #FFF url(../img/frise.gif) no-repeat left top;
	height: 106px;
	}
body#frameLeft {
background-image: none;
/*background-color: #FFF;*/
}
h1 {
background: #FFF;
	margin: 50px 0 15px 0;
	padding: 0 0 0 127px;
	font-size: 150%;
	text-transform: uppercase;
	}
h1 span {font-size: 70%;} 
p {
	text-align: justify;
	}

pre {
	font-size: 100%;
	width: 100%;
	}


a:link,
a:visited {
	color: #4f5877;
	}
a:focus,
a:active,
a:hover {
	color: #f56425;
	}

a:link img,
a:visited img {
	border: 2px solid #f56425;
	}
a:focus img,
a:active img,
a:hover img {
	border-color: #4f5877;
	}

fieldset {
	position: relative;
	margin: 10px 0;
	padding: 0 10px 10px 10px;
	border-left: none;
	border-right: none;
	border-top: 1px solid gray;
	border-bottom: none;
	}
	fieldset legend {
		margin-bottom: 10px;
		padding: 0 5px;
		color: #454A6F;
		font-weight: bold;
		letter-spacing: 2px;
		text-transform: uppercase;
		}
#encart {
	position: absolute;
	padding: 10px 10px 15px 10px;
	width: 280px;
	top: 50px;
	right: 10px;
	background: #c6cfde;
	line-height: 25px;
	}
#encart2 {
	margin-left:0;
	border-left: 30px solid #EFF6FF;
	padding: 10px 10px 10px 20px;
	background-color: #c6cfde;
	line-height: 18px;
	}
.clear {
	clear: both;
	display: block;
	height: 0;
	font-size: 1px;
	visibility: hidden;
	}

/* GENERAL */
.page {
	width: 727px;
	}
#astuce {
background: #EEE;
font-size: 11px;
left: 610px;
padding: 5px;
position: absolute;
top: 50px;
width: 400px;
z-index: 2;
}
#contenu {
background: #D1DDEF;
height: 400px;
padding: 10px;
}
html>body #contenu {
height: auto;
min-height: 400px;
}
#filAriane {
	background: #C6CFDE url(../img/bg-ariane.gif) left top no-repeat;
	position: relative;
	margin: 10px 0 0 0;
	padding: 45px 10px 10px 10px;
	}
	#newSearch {
		position: absolute;
		right: 15px;
		}

/* FORMS */
p.help,
p.buttons,
p.field,
table.field {
	clear: both;
	margin: 0 0 10px 0;
	}
p.buttons {
	text-align: center;
	}
	input.submit {
		font-weight: bold;
		}
table.field {
	border-collapse: separate;
	border-spacing: 2px;
	}
	table.field td {
		padding: 5px 7px;
		background: #EFF6FF;
		}
label {
	display: block;
	font-weight: bold;
	}
	label.radio {
		display: inline;
		}
select,
input.text {
	width: 200px;
	}

#searchForm .field_date {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	}
	#searchForm .field_date label {
		display: block;
		font-weight: normal;
		}
	#searchForm #s_pr_annee,
	#searchForm #from_annee,
	#searchForm #to_annee {
		width: 4em;
		}
	#searchForm #s_pr_mois,
	#searchForm #s_pr_jour,
	#searchForm #from_mois,
	#searchForm #from_jour,
	#searchForm #to_mois,
	#searchForm #to_jour {
		width: 2em;
		}
/* PAGINATION */
.pagination {
	margin: 10px 0;
	padding: 5px 0;
	border: 1px dotted #b2b2b2;
	border-style: dotted none;
	text-align: center;
	}
	.pagination span.disabledLink,
	.pagination a {
		margin: 0 10px;
		}
	.pagination span.disabledLink {
		color: #6A6C81;
		}
.no_result {
	margin: 10px 0;
	padding: 40px 10px;
	border: 2px solid #b2b2b2;
	}
/* RESULTATS */
.resultats {
	}
	.resultats ul {
	margin: 15px 0 0 0;
		padding: 10px;
		border: 2px solid #b2b2b2;
		list-style: inside disc;
		}
		.resultats ul.vignettes {
			list-style: outside disc; /* IE HACK */
			list-style: none;
			text-align: center;
			}
			.resultats ul.vignettes li {
				margin: 0;
				padding: 0 0 10px;
				text-align: center;
				}
			.resultats ul.vignettes li img {
				margin: 0;
				padding: 0;
				}
			.resultats ul.vignettes li a {
				display: block;
				margin: 0;
				padding: 5px;
				}
			.resultats ul.vignettes li a.apercu_on {
				background: #eeeeee;
				}
	.resultats ul li {
		padding: 5px 0;
		}