



#valider{ 
background:transparent;
border:none;
float:left;
padding:0px;
text-align:right;
margin-top: 10px;
margin-left:115px;
height:23px;
width:116px;
background: transparent url(../images/bouton_recherche_simple.gif);
cursor:pointer;
 }
#departements{ 
float:right;
position:relative;
top:10px;
}

#pop_dep{ 
position:absolute;
top:300px;
left:850px;
height:500px;
width:220px;
border:1px solid black;
/*padding:10px;*/
background: #aef;
overflow:auto;
/*visibility:hidden;*/
opacity:0.0;
filter:Alpha(opacity=0);

 }

table.departements {
color:black;
background:white;
font-family:"Lucida Sans Unicode",verdana,helvetica,sans-serif;
font-size:11px;
font-weight:bold;
border:5px solid black;
cursor:pointer;
}
.odd {
background:#ddd;
color:black;
}

#msg_erreur{ 
/*position:relative;*/
position:absolute;
top:300px;
left:400px;
opacity:0.0;
filter:Alpha(opacity=0);
width:300px;
display:;
border:1px #98EFFC solid;
background: #309BBC; /*J'adore cette chaine, pas vous ? mais je ne sais pas si elle est réellement sur le canal 309*/
color:white;
padding:10px;
 }


.rechercheSimple{ 
font-family: Arial,helvetica,sans-serif;
font-size: 12px;
color:#626262;
height:70px;
width:558px;
margin-bottom:0px;
padding:0px;
}

.rechercheSimple a { 
color: #91122A;
text-decoration:underline;
margin-bottom:3px;
}
.rechercheSimple label, .rechercheSimple input { 
 display:block;
 float:left;
 margin-top: 10px;
 }


.rechercheSimple label{
  width: 120px;
  padding-right:5px;
  text-align:right;
  padding-top:6px;                        
 
}
.rechercheSimple input{
  width: 100px;
  padding-left:3px;
}

.spacer{ 
border:None;
float:left;
width:100%;
 }

/*Modifs de yassine*/
.rechercheSimple fieldset {
padding: 10px;
margin: 0px;
/*border: 2px green solid;*/
}


form.rechercheSimple { 
font-family: Arial,helvetica,sans-serif;
font-size: 12px;
color:#626262;
height:80px;
width:558px;
}

