/* CSS de la partie annuaire */

.com_txt_gris {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}

.com_fond_form {
	background:#F3E8F3;
	border: 2px solid #E9C7E9;
}

.com_numero {
	background:#F3E8F3;
	border: 2px solid #E9C7E9;
	width:16px;
	text-align:center;
}

.com_fond_res {
	background:#fff;
	border: 1px solid #E9C7E9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	width:100%;
	margin-bottom:10px;
}

.com_txt_noir {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}

.com_txt_violet {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8B1D8A;
}

.com_titre_violet {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8B1D8A;
	font-weight:bold;
}

.com_textfield {
	border: 1px solid #8B1D8A;
	font-size:12px;
	padding:3px 0 3px 5px;
	color:#000;
}

.com_textfield2 {
	border: 1px solid #8B1D8A;
	font-size:12px;
	padding:3px 0 3px 5px;
	margin:3px 0 3px 5px; 
	color:#000;
	width:250px;
}

.com_select {
	border: 1px solid #8B1D8A;
	font-size:12px;
	width:250px;
	margin:3px 0 3px 5px;
	color:#000;
}

/*** info bulles ***/
div.bulle_cachee {
    display:none;
}
div.bulle {
	display:block;
	height:0px;
    border: 0;
    position: relative;
    z-index: 500;
}
div.bulle em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 1px;
    left: 80px;
    padding: 5px;
    color: #8B1D8A;
    border: 1px solid #8B1D8A;
    background: #ffc;
    width:220px;
}
div.bulle em span {
    position: absolute;
    top: -11px;
    left: 15px;
    height: 11px;
    width: 11px;
    background: transparent url(../annuaire/images/image-infobulle.gif) no-repeat;
    margin:0;
    padding: 0;
    border: 0;
}
/*** fin info bulles ***/


div.mot {
	width:100%;
	height:20px;
}

div.sousmot {
	width:92%;
	float:left;
}

div.mot a {
	color:white;
}
