/*le menu admin  terminer*/
#menu_admin{
	left:5px;
	border-bottom:1px solid white;
	background:#e4e4e4;
	font-size:12px;
	padding:5px;
	width:100%;
}

#menu_admin ul{
	margin:0;
	padding:0;

}

#menu_admin h2{
	margin:0;
	padding:0;
	margin-left:5px;
	font-size:14px;
	color:#0066FF;
	margin-bottom:5px;
	display:none;
}


#menu_admin ul li{
display:inline;
}

#menu_admin ul li a{
	margin:5px;
	padding:0;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}

#menu_admin ul li a:hover{
	color:#0066FF;
}



/*pop up formulaire*/
.p-form{
	position: absolute;	
	width: 154px;
	margin-top:-70px;
	margin-left:20px;
	text-align:left;
}

.p-form .contenu {
	width:150px;
	background-color: #e2e2e2;
	border:1px solid #d6d6d6;
	border-bottom:0px;
	font-size: 10px;
	padding:4px;
}

.p-form .contenu form{ 
	margin:0;
	padding:0;
}

.p-form .contenu form .submit{ 
	background-image:url(imgs/btn/ok.jpg);
	height:19px;
	width:25px;
	border:0;
	cursor:pointer;
	margin-left:2px;
}


.p-form .contenu form .text {
	border:1px solid white;
	height:15px;
	width:145px;
	margin-bottom:3px;
	padding:2px;
	font-size:11px;
	color:#999999;
}

.p-form .infobottom{
	background-image:url(imgs/popup/pop_bottom.gif);
	width:160px;
	height:12px;
	clear:both;
}

/*Erreur des formulaire dans une balise p*/
.f-error{
	margin:0;
	padding:0;
	color:#FF6633;
	font-size:10px;
	font-weight:bold;
}



/*pop up de validation*/

.popup_fond
{
    top:0;
    left:0;
    width:100%;
    height:100%;
    position: fixed;
    background-image: url(imgs/background_transparent.png);
	z-index:100;

}

.popup_contenu
{
	width: 271px;
	height: 165px;
	padding-left:25px;
	padding-top:40px;
	padding-right:25px;
	text-align:justify;
	color:#646464;
	font-size:14px;
	display: block;
	position:absolute;
	top: 50%;
	left: 50%; 
	margin-top: -97.5px;
	margin-left: -160.5px;
	background-image:url(imgs/popup.png);
}

.popup_contenu_texte
{
	width: 600px;
	color:#646464;
	font-size:14px;
	position:absolute;
	top: 50%;
	left: 50%; 
	margin-left: -300px;
	margin-top:-125px;
	text-align:left;	
}

.popup_contenu_texte .top{
	background-image:url(imgs/popup/popup_texte_top.jpg);
	width:575px;
	height:20px;
	padding-top:30px;
	padding-right:25px;
}

.popup_contenu_texte .content{
	background-image:url(imgs/popup/popup_texte_middle.jpg);
	background-repeat:repeat-y;
	width:540px;
	padding-left:30px;
	padding-right:30px;	
}

.popup_contenu_texte a{
	 color:#d14512;
	 text-decoration:none;
}

.popup_contenu_texte a:hover{
	 color:#d14512;
	 text-decoration:underline;
}

.popup_contenu_texte .content .texte{
	overflow:auto;
}

.popup_contenu_texte .content .texte form{
	margin-top:5px;
	margin-bottom:15px;
}

.popup_contenu_texte .content .texte label{
	color:rgb(236,73,19);
	font-size:11px;
}

.popup_contenu_texte .content .texte .submit{
	border:1px solid #aaaaaa;
	background-color:#f0f0f0;
	cursor:pointer;
}

.popup_contenu_texte .bottom{
	background-image:url(imgs/popup/popup_texte_bottom.jpg);
	width:600px;
	height:30px;
}

.cachediv {
	display:none;
}

/*avatar*/

.thumb_users_favorites{
	float:left; 
	background-color:#FFFFFF; 
	width:62px; 
	height:60px; 
	text-align:center; 
	padding:4px;
	padding-top:10px;
	border:1px solid #c0c0c0; 
	font-size:11px;
	margin:4px;
}

.thumb_users_favorites .photo{ 
	height:45px;
	border-bottom:1px solid #c0c0c0;
}

.thumb_users_favorites a{
	color:#d14512; 
	text-decoration:none;
}


.thumb_users_favorites a:hover{
	color:#333333;
	text-decoration:none;
}

.thumb_users_favorites .delete{
	position:absolute;
	margin-left:55px;
	margin-top:-15px;
 }
/*autocomplete*/

.autocomplete {
  position: absolute;
  background-color: white;
  margin: 0px;
  padding: 0px;
  margin-top:-1px;
  font-size:11px;
  z-index:100;
}
 
.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-height: 20em;
  overflow: auto;
  border:1px solid #CCCCCC;
border-top:0;
}
 
.autocomplete ul li.selected {
    background-color:#666666;
	font-weight:bold;
	color:white;
}
 
.autocomplete ul li {
  list-style-type:none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
  color:#666666;
}


/*curseur quick_look*/
#curseur{
	position:absolute;
	background-image:url(imgs/quick_look.png);
	height:163px;
	width:282px;
	visibility:hidden;
	margin-top:-220px;
	margin-left:-70px;
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	color:#585858;
}

#curseur h2{
	margin:0;
	padding:0;
	color: #d14513;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	margin-left:5px;
	margin-bottom:4px;
}

#curseur .address{
	float:left;
	margin:0;
	padding:0;
	color:#585858;
	font-size:11px;
	font-weight:bold;
	margin-left:5px;
	font-weight:bold;
	width:220px;
	height:45px;
	margin-bottom:4px;
}

#curseur .photo{
	float:left;
	width:40px;
	height:45px;
}

#curseur .photo img{
	border:2px solid white;
}

/*Help*/
.help{
	background-color:#ffffcc;
	border:1px solid #e0e0e0;
	padding:4px;
	font-size:12px;
	color:#585858;
	clear:both;
}

.help a{
	color:#dc5b16;
}

.help a:hover{
	text-decoration:none;
}

.help ul{
	margin-top:5px;
	margin-bottom:5px;
}

.help li{
	list-style:circle;
	margin:0px;
	padding:0px;
}

.help .title{
	font-size:12px;
	text-decoration:underline;
	text-transform:uppercase;
	margin-top:10px;
	color:#dc5b16;
}

.btn_help {
	background-image:url(imgs/btn/info.png);
	height:18px;
	width:20px;
	display:inline-block;
	margin-left:3px;
}

.bloc-title{
	display:block;
	font-size:11px;
	text-transform:uppercase;
	padding-top:4px;
	color:#666666;
}

.submit_text{
	background-color:#dc5b16;
	height:20px;
	cursor:pointer;
	color:white;
	font-weight:bold;
	font-size:11px;
	padding:0;
	margin:0;
	border-width:thin;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}

.submit_text:hover{
	

}

/*preview*/

.info_preview{
width:100%;
padding:5px;
background-color:#FFFFFF;
font-size:11px;
color:#8d8e91;
}
.info_preview b{
color:#d14512;
}

/*footer*/

#footer {
	clear:both;
	font-size:10px;
	color:#8d8e91;
	padding-right:140px;
	padding-left:120px;
	text-align:center;
}

#footer a{
	color:#d14512;
	text-decoration:none;
}

#footer .link{
	font-weight:bold;
	color:#595959;
	text-decoration:none;
}


#footer a:hover{
	text-decoration:underline;
}

/*BTN SPEC*/

#menu_plus{
	position:absolute;
	margin-top:1px;
	padding:0;
	z-index:100;
	margin-left:620px;
}

.btn_create_user{
	background-image:url(imgs/btn/btn_create_user_off.jpg);
	display:block;
	width:178px;
	height:26px;
}

.btn_create_user:hover{
	background-image:url(imgs/btn/btn_create_user_on.jpg);
}

/*BTN Lafourchette*/

.btn_lafourchette{
	background-image:url(imgs/btn/_fr/btn-lafourchette.jpg);
	width:138px;
	height:36px;
	float:left;
}

.btn_lafourchette:hover{
	background-image:url(imgs/btn/_fr/btn-lafourchette_hov.jpg);
}

/*tableau */
#t_result_tri{
	font-size:11px;
	color:#444749;
	font-weight:bold;
	/*margin-bottom:2px;*/
}

#t_result_tri{
	height:25px;
	background-color:#d9d9d9;
	border:1px solid #CCCCCC;
	text-transform:uppercase;
	margin-top:-1px;	
}

#t_result_tri th .text{
	border:1px solid #CCCCCC;
	margin:3px;
	background-color:#CCCCCC;
	display:block;
	padding:2px;
}

#t_result_tri a{
	color:#444749;
	text-decoration:none;
}

#t_result_tri a:hover{
	color:#d14513;
	text-decoration:underline;
}


/*pagination*/
.multipage{
	margin-top:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	border-bottom:1px solid #c0c0c0;
	padding:2px;
	width:564px; 
}

.pagination{
	text-align:center;	
	background-color:#ebebeb;
	clear:both;
}

.pagination ul{
	margin:0;
	padding:0;
	width:284px;
	margin-left:auto;
	margin-right:auto;
}

.pagination ul li{
	margin:0;
	padding:0;
}

.pagination .btn_average{
	background-image:url(imgs/btn/btn_average.jpg);
	display:inline-block;
	width: 142px;
	height: 27px;
	padding-top:8px;
	text-align:center;
	cursor:pointer;
}

.pagination a{
	font-size:11px;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
	color:#666666;
	text-transform:uppercase;
}

.pagination a:hover{
	color:#d14513;
}

.pagination b{
	font-size:12px;
	font-weight:bold;
	background-color:#d14512;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	color:#FFFFFF;
}

#loading{
	width:100px;
	height:30px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#loading .img_loader{
	margin-left:40px;
}
#loading .text_loader{
	color:#CCCCCC;
	font-size:10px;
	width:100px;
	text-align:center;
	text-transform:uppercase;
	}
	
#message {
	font-size:11px;
	color:#333333;
}

#message h2 {
	margin:0;
	padding:0;
	font-size:12px;
	color:#585858;
	text-transform:uppercase;
	margin-bottom:5px;
	
}

#message #error{
	font-size:10px;
	background-color:#FFFF99;
	border:2px solid  #FFFF66;
	padding:2px;
	color:#333333;
}


#message #success{
	font-size:10px;
	background-color:#FFFF99;
	border:1px solid #CCCCCC;
	padding:2px;
	color:#666666;
}

#map{
border:1px solid  #CCCCCC;
}