/* CSS Document */
div#bandeau {
	background: #000 url(../img/bg_bandeau.gif) repeat-y;
}

/********************************/
/*             PAGE             */
/********************************/
div#page {
	padding: 0 0 0 20px;
	width: 700px;
}
* html div#page {
	width: 660px;
}
div#page div#ariane {
	font-size: 0.8em;
	padding: 10px 10px 0 0;
}
div#page div#ariane strong {
	color: #920038;
}
div#page div#ariane a {
	color: #000;
	text-decoration: none;
}
div#page h2 {
	font-size: 0.8em;
	padding: 20px 0 0 0;
	color: #920038;
}

/* outils du contenu de la page */
div#page h2 span#outilsContenu {
	display: block;
	position: relative;
	top: 0;
	left: 74%;
	width: 25%;
	text-align: right;
}
#page h2 span#outilsContenu a {
	color:transparent;
	font-size:0.2em;
	float:right;
	width: 22px;
	height: 23px;
	position: relative;
	top:-24px;
	color: #fff;
}
#page h2 span#outilsContenu a.outil_moins {
	background:url(../img/outil_moins.gif) no-repeat;
}
#page h2 span#outilsContenu a.outil_plus {
	background:url(../img/outil_plus.gif) no-repeat;
}
#page h2 span#outilsContenu a.outil_def {
	background:url(../img/outil_defaut.gif) no-repeat;
}
#page h2 span#outilsContenu a.outil_imprime {
	background:url(../img/outil_imprime.gif) no-repeat;
}
#page h2 span#outilsContenu a.outil_mail {
	background:url(../img/outil_mail.gif) no-repeat;
}




div#zone1 {
}


/********************************/
/*          MODE LISTE          */
/********************************/
div.liste {
	color: #000;
	font-size: 0.8em;
	overflow: hidden;
	clear: both;
}
div.liste h3 {
	color: #920038;
	margin: 15px 0 0 0;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1em;
}
div.liste h3 a {
	color: #920038;
}
div.liste h4 {
	color: #324f59;
	margin: 0px 0 10px 0;
	font-size: 1.3em;
}
div.liste h4 a {
	color: #324f59;
}
div.liste ins {
	display: block;
	margin: 0 0 8px 0;
	color: #575757;
}
div.liste p {
	font-size: 0.9em;
	margin: 0 20% 8px 0;
}
div.liste p a {
	color: #000;;
}
div.liste li {
	list-style: none;
	background: url(../img/puce_liste.gif) no-repeat left 3px;;
	padding: 0 0 8px 15px;
}
div.liste dt {
	border-top: solid 1px #FFFFFF;
	padding: 12px 0 0 22px;
	text-indent: -22px;
}
div.liste dt strong.num {
	display:inline-block;
	text-indent:0;
	width:22px;
}
div.liste dd {
	padding: 5px 0 12px 22px;
	border-bottom: solid 1px #c1d8dd;
}
div.liste a.suite {
	color: #920038;;
}
div.liste div.images {
	float: right;
	margin: 15px 0 0 30px;
	width: 150px;
}
div.liste div.images img {
	display: block;
	float: right;
	margin: 0 0 10px 0;
}
div.liste div.images h5 {
	margin: 0 30px 0 0;
}
/*----------------------------------------------*/
/* formulaire de recherche dans page recherche  */
/*----------------------------------------------*/
div.liste form#rech {
	clear: both;
	overflow: hidden;
	height: 100%;
	float: none;
	width: 90%;
}
div.liste form#rech label  {
	display: block;
	float: left;
	width: 15%;
	height: 18px;
}
div.liste form#rech input  {
	display: block;
	float: left;
	width: 30%;
	border: solid 1px #003333; 
	height: 18px;
}
div.liste form#rech input.trouver  {
	width: auto; 
	height: auto;
	background: #003333;
	color: #FFFFFF;
	padding: 0 0 1px 0;
	font-size: 0.9em;
}
div.liste dt, div.liste dd  {
	width: 90%;
}
/*----------------------------------------------*/
/* numerotation des pages - suivant - precedent */
/*----------------------------------------------*/
div#numerosPage {
	overflow: hidden;
	height: 100%;
	width: 90%;
	background: #fff;
	padding: 15px;
	text-align: center;
}
div#numerosPage strong {
	display: inline-block;
	text-align: center;
	background: #950c40;
	color: #ffffff;
	font-size: 0.9em;
	padding: 4px;
	margin: 0 2px 0 0;
	border-top: solid 1px #d6d6d6;
	border-left: solid 1px #d6d6d6;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}
div#numerosPage a {
	display: inline-block;
	text-align: center;
	color: #000;
	font-size: 0.9em;
	padding: 4px;
	margin: 0 2px 0 0;
	border-top: solid 1px #d6d6d6;
	border-left: solid 1px #d6d6d6;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}
div#numerosPage a#retour, div#numerosPage a#suite {
	display: inline-block;
	text-align: center;
	color: #000;
	font-size: 0.8em;
	padding: 0;
	margin: 0 5px 0 0;
	background: none;
}




/********************************/
/*         MODE COMPLET         */
/********************************/
div.complet {
	color: #545454;
	font-size: 0.8em;
}
div.complet ins {
	font-weight: bold;
	background: #fff;
	white-space: nowrap;
}
div.complet sup {
	font-size: 0.6em;
}
div.complet h3 {
	color: #920038;
	margin: 15px 0;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1em;
}
div.complet h4 {
	color: #324f59;
	margin: 15px 0 5px 0;
	font-size: 1.1em;
}
div.complet h4 a {
	color: #324f59;
}
div.complet h5 {
	color: #000000;
	margin: 15px;
	font-size: 100%;
}
div.complet h6 {
	color: #545454;
	margin: 18px 0 0 30px;
	font-style: italic;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
}
div.complet address {
	background: #C9D8E0;
	color: #05326E;
	padding: 5px;
	margin: 8px 20% 8px 20px;
}

div.complet span.email {
	background: url(../img/pic_mail.gif) no-repeat;
	padding: 0 0 0 20px;
	color: #c6c7c8;
}
div.complet span.url {
	background: url(../img/pic_url.gif) no-repeat;
	padding: 0 0 0 20px;
	color: #c6c7c8;
}
div.complet span.pdf {
	background: url(../img/pic_pdf.gif) no-repeat;
	padding: 0 0 0 20px;
	color: #c6c7c8;
}
div.complet a.email {
	background: url(../img/pic_mail.gif) no-repeat;
	padding: 0 0 0 20px;
	color: #c6c7c8;
}
div.complet a.url {
	background: url(../img/pic_url.gif) no-repeat;
	padding: 0 0 0 20px;
	color: #c6c7c8;
}
div.complet a.pdf {
	background: url(../img/pic_pdf.gif) no-repeat;
	padding: 0 0 0 20px;
	color: #c6c7c8;
}

div.complet cite{
	display: inline-block;
	padding: 5px;
	margin:0 0 20px 0;
	border: solid 1px #920038;
	color: #324f59;
	font-size: 1em;
	font-style: italic;
	font-family: "Myriad Pro", Arial, sans-serif;
}
div.complet p {
	font-size: 0.9em;
	margin: 0 20% 8px 0;
}
/*   hack ie6   */ 
* html div.complet p {
	width: auto;
}
/*   hack ie7   */ 
*+html div.complet p {
	width: auto;
}
div.complet ul {
	margin:  8px 20% 8px 20px;
}
div.complet ul li {
	list-style-image: url(../img/puce_liste.gif);
}

div.complet img.premiereImage {
	float: right;
	margin: 0 0 10px 10px;
	/*width: 150px;
	height: auto;*/
}
div.complet hr {
	clear: both;
	visibility: hidden;
	_margin: -7px 0;
	border: 0px none;
}
div.complet a.bouton {
	display: block;
	width: 70px;
	float: right;
	border: solid 1px #a7bec9;
	color: #335d6c;
	background: #d1dbdd url(../img/bg_bouton_clair.jpg) no-repeat;
	padding: 3px 5px 3px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
div.clavier {
	display: inline;
	border: solid 1px #235d7a;
	padding: 3px;
	font-size: 0.8em;
	color: #235d7a;
}

/* tableaux */
div.complet table {
	margin: 0 5% 20px 0;
}
div.complet table caption {
	padding: 4px;
	text-align: center;
	background-color: #606060;
	color: #FFFFFF;
	font-weight: normal;
}
div.complet table th {
	padding: 4px;
	text-align: right;
	background-color: #d6d6d6;
	border-bottom: solid 1px #606060;
}
div.complet table td {
	padding: 4px;
	text-align: left;
	border-bottom: solid 1px #606060;
}


/********************************/
/*           DIAPORAMA          */
/********************************/
div.complet div.images {
	float: right;
	margin: 0 0 30px 30px;
	width: 35%;
}
div.complet div.images img {
	display: block;
	float: right;
	margin: 0 0 10px 0;
}
div.complet div.images p {
	color: #000;
}
div.complet div.diaporama{
	clear: both;
	overflow: hidden;
	margin: 0 20% 0 0;
}
div.complet div.diaporama h4,
div.complet h4.aVoir {
	color: #000000;
	margin: 15px 0 10px 0;
	font-size: 100%;
}
div.complet div.diaporama ul {
	margin: 0;
}
div.complet div.diaporama ul li {
	float: left;
	margin: 0 10px 10px 0;
	list-style: none;
}
div.complet div.diaporama ul li img {
	width: 75px;
	height: 75px;
	margin: 0;
	display: block;
}
div.complet div.diaporama ul li span {
	display: none;
	font-size: 0.8em;
	text-align: center;
}

/********************************/
/*           FICHIERS          */
/********************************/
div.complet div.fichiers {
	overflow: hidden;
}
div.complet div.fichiers ul {
	margin: 0;
}
div.complet div.fichiers ul li {
	list-style: none;
	padding: 0;
}
div.complet div.fichiers ul li a {
	display: block;
	background: url(../img/pic_pdf.gif) no-repeat;
	padding: 4px 0 0 25px;
	text-decoration: none;
	color: #000;
}


/********************************/
/*             LIENS            */
/********************************/
div.complet div.liens {
	overflow: hidden;
}
div.complet div.liens ul {
	margin: 0;
}
div.complet div.liens ul li {
	list-style: none;
	padding: 0;
}
div.complet div.liens ul li a {
	display: block;
	background: url(../img/pic_url.gif) no-repeat;
	padding: 0 0 4px 25px;
	text-decoration: none;
	color: #000;
}


/********************************/
/*             RETOUR           */
/********************************/
div.complet a.retour {
	color: #000;
	display: block;
	float: right;
	margin: 10px 80px 0 0;
	padding: 5px 15px 5px 25px;
	/*border: solid 1px #606060;*/
	background: url(../img/bg_a_annonce.gif) no-repeat 5px 0;
	font-weight: bold;
}

/********************************/
/*             OUTILS           */
/********************************/

div.outilsAccess {
	float:right;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	background: #fff;
	margin:0 40px 0 0;
	width:auto;
}

div.outilsAccess a {
	width: 21px;
	height: 21px;
	display: block;
	float: right;
	padding: 1px 0 0 1px;	
}
div.outilsAccess a span {
	display: none;
}
div.outilsAccess a.outil_moins {
	background:url(../img/outil_moins.gif) no-repeat;
	margin: 0 1px 0 0;
}
div.outilsAccess a.outil_plus {
	background:url(../img/outil_plus.gif) no-repeat;
	margin: 0 1px 0 0;
}
div.outilsAccess a.outil_def {
	background:url(../img/outil_defaut.gif) no-repeat;
	margin: 0 1px 0 0;
}
div.outilsAccess a.outil_imprime {
	background:url(../img/outil_imprime.gif) no-repeat;
	margin: 0 1px 0 0;
}
div.outilsAccess a.outil_mail {
	background:url(../img/outil_mail.gif) no-repeat;
	margin: 0 1px 0 0;
}
div.outilsAccess a.outil_rss {
	background:url(../img/outil_rss.gif) no-repeat;
	color: #ffdfab;
}

/********************************/
/*     VUE PETITES ANNONCES     */
/********************************/
/*----------------------------------------------*/
/*         dans la partie "mon compte"          */
/*----------------------------------------------*/
div.complet ul.pa {
	margin: 0;
	width: 100%;
	padding: 10px;
}
div.complet ul.pa li {
	list-style:none; 
	border-bottom: dashed 1px #d6d6d6; 
	overflow:hidden;
	height: 100%;
}
div.complet ul.pa ul {
	margin:  8px 0 8px 20px;
	width: 100%;
}
div.complet ul.pa ul li {
	border: none;
	list-style: inside;
	clear: none;
}
div.complet ul.pa li ins {
	display:block; 
	margin-bottom: 8px;
}
div.complet ul.pa li p {
	width: auto;
}
div.complet ul.pa li img {
	float: right;
	width: 150px;
	margin: 10px 0 0 10px;
}
div.complet ul.pa li a.pdf {
	background: url(../img/pic_pdf.gif) no-repeat;
	display: inline-block;
	padding: 4px 0 0 20px;
	color: #c6c7c8;
	width: auto;
}
div.complet a.saisirAnnonce {
	display: block;
	padding: 5px 0;
	background: url(../img/bg_bouton_commentaire.gif) no-repeat;
	width: 174px;
	height: 25px;
	color: #fff;
	margin: 20px 0;
	text-align: center;
}
div.complet a.supprAnnonce {
	display: block;
	padding: 5px 0;
	margin: 20px 0;
	background: url(../img/bg_bouton_valider.gif) no-repeat;
	width: 88px;
	height: 25px;
	color: #fff;
	text-align: center;
	float: left;
}
div.complet a.modifAnnonce {
	display: block;
	padding: 5px 0;
	margin: 20px 0;
	background: url(../img/bg_bouton_reset.gif) no-repeat;
	width: 88px;
	height: 25px;
	color: #fff;
	text-align: center;
	float: left;
}

/*----------------------------------------------*/
/*dans la partie consulation (acces rapide-> PA */
/*----------------------------------------------*/
div.complet ul.tabs {
	margin: 15px 0 0 0;
	clear: both;
	overflow: hidden;
	width: 90%;
	background: url(../img/bg_onglet_ul.gif) repeat-x left 27px;
}
div.complet ul.tabs li {
	list-style: none;
	margin: 0 1px 0 0;
	float: left;
	width: auto;
}
div.complet ul.tabs li a {
	display: block;
	padding: 5px 15px;
	color: #333333;
	border: solid 1px #333;
}
div.complet ul.tabs li a.active {
	display: block;
	padding: 5px 15px;
	color: #333333;
	border-bottom: solid 1px #fff;
}
div.complet div.content {
	clear: both;
	padding: 20px;
	width: 90%;
}
div.complet div.content ul {
	clear: both;
}
div.complet div.content li {
	list-style: none;
	overflow: hidden;
	height: 100%;
	float: left;
	width: 45%;
	margin: 0 4% 0 0;
}
div.complet div.content li img {
	width: 120px;
}
div.complet div.content li ul {
	margin: 0;
	clear: none;
}
div.complet div.content li ul li {
	float: none;
}
