/* Copyright à laisser : découpe par Cécile */
/*  Pour : http://kits-gratuits.net/ */

/*Rappel utile : les couleurs peuvent être modifiées au choix, ne modifiez pas les marges sans avoir les bases des CSS2, ou conservez le fichier intact quelque part ;) */

*{ margin:0; padding:0;}

body {
	width: 800px;
	margin: auto;
	background: url(../images/interface/bg.png) repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
}

img {
	border: none;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #000;
}

a:hover {
	color: #fff;
	background: #9C9C9C;
}

#global {
	background: url(../images/interface/extensible.png) repeat-y;
}

/* CSS du header
-----------------------*/

#header {
	height: 205px;
	background: url(../images/interface/header.jpg) no-repeat;
	font-size: 12px;
	padding: 5px 0 0 0;
	text-align: center;
}

#header h1{
	font-size:32pt;
	color:#FFFFFF;
}
#header h4{
	font-size:12pt;
	color:#000000;

}

#header ul {
	display: inline;
}

#header li {
	display: inline;
	list-style: none;
	margin-right: 20px;
}

.headerBan {
	text-align:left;
	margin-top:35px;
	float:left;
}

/* CSS du contenu
------------------------ */

#contenu {
	padding: 0 1.8em 2em 1.8em;
}

#annonce {
	padding: 1em 2em 1em 2em;
	margin: 1em 0em 1em 0em;
	border : solid 1px #000000 ;
}

#listeresultats {
	margin:10px;
	padding:0px;
	border: 1px dashed #a0c8fa;
	border-bottom :0px;
}

.resultat {
	background-color:white;
	margin:2px;
	padding:2px;
	padding-top:5px;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom: 1px solid #a0c8fa;
	height:55px;
}

.filariane {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:8pt;
}

.infobulle
{
  float:right;
  /* left: 128ex;*/
  background-color: #ffd;
  /* Couleur jaune ressemblant à une bulle d'aide. */
  font-size: small;
  text-decoration: none;
  width: 25ex;
  padding: 3px;
  border: 1px outset gray;
  z-index: 5;
  /* Pour être sûr qu'elles apparaissent au dessus de tout le reste. */
  -moz-border-radius: 5px;
  border-radius: 5px;
 	visibility:hidden;
  /* Pour arrondir les coins. */
}
.resultatFocus {
	background-color:#e0eeff;
	margin:2px;
	padding:2px;
	padding-top:5px;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom: 1px solid #a0c8fa;
	height:55px;
}

.resultatCol {
	float:left;
	margin-right:10px;
	height:55px;
}

.colonne {
	margin:1px;
	padding:1px;
	float:left;
	width:320px;
}

.colonneBleu {
	margin:5px;
	margin-left:10px;
	padding:5px;
	margin-bottom:10px;
	float:left;
	border: 1px dashed #a0c8fa;
	width:345px;
}

.colonneVert {
	float:left;
	width:325px;
	style=border-style: solid;
	border-top: 3px solid #009966;
	border-right: 1px solid #009966;
	border-left: 1px solid #009966;
	border-bottom: 3px solid #009966;
	padding: 0px 20px; -moz-border-radius: 3px;
	background-color: #99FF99;
	background-image:url(/images/fleur-orchidee.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin:10px 5px 5px 5px;

}

.colonneAnnonce {
	float:left;
	width:33%;
}

.basAnnonce {
	width:60%;
	style=border-style: solid;
	border-top: 3px solid #FFD129;
	border-right: 1px solid #ffd129;
	border-left: 1px solid #ffd129;
	border-bottom: 3px solid #ffd129;
	padding: 0px 20px; -moz-border-radius: 3px;
	background-color: #FFF4A6;
	margin:15px auto 5px auto;
}

.basAnnonceSignalement {
	width:30%;
        font-size:8pt;
	margin:5px auto 5px auto;
}




#conseil {
float:left;
margin:1px;
padding:2px;
background-color:#79baf7;
text-align:center;
border : solid 1px #000000 ;
}



.PubVerticale {
	float:left;
	margin:1px;
	margin-left:5px;
}

.cat {
	width: 610px;
	float: left;
	border-bottom: 1px solid #C5D3D6;
	//border-right: 1px solid #C5D3D6;
	padding: 0 1em 1em 1em;
}

#impression {
	float:right;
	margin:1px;
	margin-left:5px;
}

#contenu h2 {
	height: 25px;
	/*background: url(../images/interface/categorie.png) no-repeat;*/
	background-color:#3399FF;
	padding: 0.5em 0 0em 1.5em;
	font-size: 1.2em;
	color: #fff;
}
#contenu h3 {
	font-size: 1.1em;
	margin-bottom:3px;
	margin-top:5px;
	padding-left:0px;
}

#contenu a {
	border-bottom: 1px dotted #000;
	color: #000;
}

#contenu a:hover {
	color: #fff;
	background: #9A9882;
}

ul {
	padding-left:30px;
}



 /* CSS du menu
 ------------------------*/
#menu  ul {
	display: inline;
	font-size:14pt;
	color:#CCCCFF;
}

#menu li {
	display: inline;
	list-style: none;
	margin:3px;
	padding-top:10px;
	margin-bottom:10px;

}

#menu a {
margin: 0 10px 5px;
color: #FFFFFF;
text-decoration: none;
}

#menu a:link {
margin: 0 10px;
color: #FFFFFF;
text-decoration: none;
}
#menu a:hover {
margin: 0 10px;
color: #FFFFFF;
background:#0094e4;
text-decoration: none;
}


/* CSS Galerie */

#galerie_mini {
	margin-top:5px;
	float:left;
	width:150px;
	margin-right:5px;
}

#galerie_mini li {
	padding:0px;
	list-style-type: none;
}

#galerie_mini a:hover {
	color:#fff;
	padding:0px;
	margin:0px;
}

#photo {
	margin-top:5px;
	float:left;
	width:560px;
}


/*
 * Effet lightbox!
 */

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.6;
	filter: alpha(opacity=50);
}

#box
{
	display: none;
	/*position: absolute;*/
        position: fixed;
        _position:absolute;
	top: 35%;
	left: 35%;
	width: 280px;
	height: 150px;
	padding: 8px;
	margin:0;
        overflow:auto;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow: auto;
        -moz-border-radius: 5px;
        -webkit-border-radius:5px;
        border-radius: 5px;
}


#boxheader
{
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	padding-top:2px;
	margin:0;
	margin-right:20px;
	border-bottom:1px solid black;
	background-color: #6699FF;
	color:white;
        -moz-border-radius-top: 5px;
        -webkit-border-top-radius:5px;
        border-radius: 5px;
	text-align:center;
}

#boxcontent
{
	position:absolute;
	top:23px;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 5px;
        padding-left:45px;
	overflow: auto;
	width:78%;
	height:80%;
}


 /* CSS du footer
 ------------------------*/

#footer {
	clear: both;
	height: 56px;
	background: url(../images/interface/footer.png) no-repeat;
	text-align: center;
	font-size: 0.8em;
	color: #000;
}
