/*
Theme Name: Besoin de
Theme URI: 
Description: Custom theme for Besoin de
Author: Djamel BEN BELAID
Author URI: http://www.dbbdesign.fr
Version: 0.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: 
*/

/*@import "tablette.css";
@import "mobile.css";*/
/*.besoinde{
	margin-top: 90px;
}*/
/* debut Boutons ouvrants popup*/

/*  menu responsive  */
/*Strip the ul of padding and list styling*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*Create a horizontal list with spacing*/
li {
    display: inline-block;
    float: left;
    width: 14%;
    background-color: #EDECE6!important;
    line-height: 47px;
}
/* separate*/
hr {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	/*background: #edece6 !important;*/
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	/*background: #19c589;*/
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #EDECE6!important;;
	text-align: center;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

.annuaire1 {
	display:none;
}
.annonces1 {
	display:none;
}
.publierannonce1 {
	display:none;
}

/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
		background-color:#EDECE6!important;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
.annuaire {
	display:none;
}
.annonces {
	display:none;
}
.publierannonce {
	display:none;
}
.menu {
	display:none;
}

}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #505050!important;
    background: #EDECE6!important;
    text-align: center;
    display: none;
    font-size: xx-large;
	height: 42px;
}

/* fin Boutons ouvrants popup*/
.fieldset{
	border-width:0px!important;
}
/*.presentation{
	background-color: rgba(0, 0, 0, 0.5);
    font-size: 2em;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 400px;
}*/
body {
	background: #000;
	color: #FFF;
	margin: 0;
	padding: 0;
}

select {
    width: 98%;
    margin: 0 1%;
}

.typebesoin {
    width: 100%;
}
a {
	color: #FFF;
	text-decoration: none;	
}
img {
	border: 0;	
}

/*#title {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	bottom: 26px;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	position: fixed;
	right: 0px;	
	text-align: right;
	width: 100%;
}*/
/*	#title h1 {
		font: 26px 'Ultra', Arial, serif;
		margin: 0;	
		padding: 0;
	}*/
#thumbnails {
	background: rgba(0, 0, 0, 0.8);	
	height: 90px;
	left: 0px;
	position: fixed;
	top: 0px;
	display: block;

}
		#thumbnails ul {
		margin: 0;
		padding: 0;
	}
		#thumbnails li {
			float: left;
			list-style: none;
			margin: 5px;
			padding: 0;
		}
		#thumbnails a {
			outline: none;
		}
		#thumbnails img {
			width: 112px;
		}
			
#pointer {
	border: 2px solid #F30;
	cursor: pointer;
	height: 75px;
	left: -100px;
	margin: 3px;
	position: absolute;
	width: 112px;
}

#flash {
	background: #FFF;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
}

#pause {
	display: none;
	font: 100px 'Ultra', arial, serif;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 5px #000;
	width: 100%;
}
	#pause a {
		color: #FFF;
		height: 100px;
		left: 50%;
		margin: -50px 0 0 -250px;
		position: absolute;
		text-transform: uppercase;
		top: 50%;
		width: 500px;
	}

#volume {
	opacity: 0.8;
	position: absolute;
	bottom: 96px;
	right: 10px;
}
    #volume a {
    	background: transparent url(../img/icons.png) no-repeat;
    	display: block;
    	height: 30px;
    	text-indent: -9999px;
    	width: 30px;
    }
	#volume.all a {
		background-position: 0 0;
	}
	#volume.some a {
		background-position: -30px 0;
	}
	#volume.none a {
		background-position: -60px 0;
	}
	
.vegas-loading {
	top: auto;
	bottom: 40px;
	left: 40px;
}
.vegas-overlay {
	background-image: url(../js/vegas/overlays/02.png);
}

.jspHorizontalBar {
	height: 5px;	
}
	.jspHorizontalBar .jspTrack {
		background: #333;
	}
	.jspHorizontalBar .jspDrag {
		background: #666;
		cursor: ew-resize;
	}
	#thumbnails:hover .jspHorizontalBar .jspDrag {
		background: #F30;
    }           