/* CSS Document */

div#page .liste {
	padding: 20px;
	border-left: solid 1px #b885ad;
	border-right: solid 1px #b885ad;
	border-bottom: solid 1px #b885ad;
	font-size: 0.8em;
	overflow: hidden;
	clear: both;
	height: 100%;	
}
div#page .liste div.image {
	float: right;
	margin: 0 0 20px 20px;	
	text-align:right;
}
div#page .liste div.image cite {
	display: block;
	text-align: center;
	font-size: 0.8em;
	padding: 5px 0 0 0;
}
div#page .liste ins {
	color: #ef521b;	
}
div#page .liste ins a{
	color: #ef521b;	
}
div#page .liste ins a:hover{
	text-decoration: underline;	
}
div#page .liste h3 {
	color: #720c5b;
	font-size: 1.7em;
	font-family: "Myriad Pro", Arial, sans-serif;
	margin: 8px 0 0 0;
}
div#page .liste h4 {
	color: #eb484d;
	font-size: 1.3em;
	font-family: "Myriad Pro", Arial, sans-serif;
	margin: 8px 0 0 0;
}
div#page .liste h5 {
	color: #514f4e;
	font-size: 1.3em;
	font-family: "Myriad Pro", Arial, sans-serif;
	margin: 8px 0 0 0;
}
div#page .liste h6 {
	color: #eb484d;
	font-size: 1.2em;
	font-family: "Myriad Pro", Arial, sans-serif;
	margin: 8px 0 0 0;
}
div#page .liste p {
	color: #514f4e;
	margin: 8px 0 0 0;
}
div#page .liste p.travaux {
	color: #ef521b;
	padding: 0 0 0 70px;
	background: url(../img/plot.gif) no-repeat;
	min-height: 55px;
}

div#page .liste a.suite {
	color: #6a7381;
	font-size: 0.8em;
	text-decoration: underline;
}
div#page .liste a.suite:hover {
	color: #720c5b;
}
div#page .liste li {
	list-style: url(../img/puce_li.gif);
	margin: 5px 0 0 0;
}
div#page .liste ul {
	margin: 10px 0 0 17px;
	color: #514f4e;
}


/********************************/
/*    numérotation des pages    */
/********************************/
ul#numerosPage {
	margin: 8px;
}
 ul#numerosPage li {
	display: inline-block;
	background: url(../img/rond_numPage.gif) no-repeat;
	width: 24px;
	height: 24px;
	float: left;
	color: #720c5b;
	padding: 4px 0;
	font-size: 0.8em;
	text-align:center;
	font-weight: bold;
}
ul#numerosPage li a {
	display: inline-block;
	color: #fff;
}
ul#numerosPage li a span {
	display: none;
}
ul#numerosPage li a#suite {
	background: url(../img/flecheSuite.gif) no-repeat center;
	height:16px;
	width:16px;
}
ul#numerosPage li a#retour {
	background: url(../img/flecheRetour.gif) no-repeat center;
	height:16px;
	width:16px;
}

/*****************************/
/*      PAGE DE RECHERCHE    */
/*****************************/
dt {
	margin: 15px 0 0 0;
}
dd {
	margin: 1px 0 0 20px;
}

