/* CSS Document */
.elemAnnuaire {
	background-color:#FCF7E0;
	border:1px dotted #006633;
	margin-bottom:5px;
	padding:5px;
}
.titreElemAnnuaire {
	background-color:#febf2e;
	margin-bottom:1px;
	padding:3px 1px 1px 25px;
	background-image:url(../images/etikTelemAnnuaire.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.ligneBasseElem {
	border-bottom:#999999 1px solid;
}
.titreElemAnnuaire H1 {
	color:#000000;
	font-size:14px;
	border-bottom:none;
	padding:0;
	margin:0;
}
.imgAnnuaire {
	background-color:white;
	padding:5px;
	border:1px solid #999999;
}
.thumbnail{
position: absolute;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dotted gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.filtreAnnu {
	font-size:9px;
	background-color:#FBF8E3;
	padding:0 10px 10px 10px;
	border:1px dotted gray;
	margin-bottom:10px;
}
.filtreAnnu form {
	padding:0;
	margin:0;
}
.filtreAnnu input {
	font-size:9px;
	padding:0;
	margin:0;
}
.filtreAnnu hr {
	border:1px solid gray;
	height:1px;
	color:gray;
}
h1 {
	font-size: 20px;
	color: #003300;
	border-bottom:#CCCCCC 1px dotted;
	clear:both;
	margin-bottom:10px;
}
h2 {
	clear:both;
	font-size: 14px;
	color: #990000;
	margin-bottom:5px;

}
h3 {
	font-size: 12px;
	color: #009900;
}
h4 {
	font-size: 11px;
	color: #00CC00;
}