@charset "utf-8";
html,body{
	/* background-color:#e4e5e7; */
	background-image:url('../images/background.png');
	background-repeat:no-repeat;
	background-color:#FFF;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}
p,ul,li,h1,h2,h3{
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
a{
	color:#000;
	text-decoration:none;
}
img{
	border:0;	
}

.invisible{
	border:0;
	clear:both;
	margin:30px;
}

#main{
	width:950px;
	margin:auto;
	position:relative;
}
#header{
	padding-top:10px;
	height:80px;
}
#header h1{
	position:absolute;
	top:0;
}
#header h1 img{
	border:0;	
}
#header h2{
	position:absolute;
	top:65px;
	left:14px;
	font-size:0.6em;
	font-weight:bold;
	color:#f60;
}
#header #recherche{
	position:absolute;
	top:20px;
	left:200px;
	display:none;
}
#header #recherche input{
	display:inline;
}
/* tooltip du menu */
#tooltip{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-size:0.8em;
}
#tooltip h3, #tooltip div { margin: 0; 
	font-weight:normal;text-align:justify;padding:5px;}
#tooltip.right { width: 250px; }

#menu{
	height:60px;
	margin-left:250px;
}
#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li{
}
#menu ul li a{
	color:#666;
	float:right;
	display:block;
	text-decoration:none;
	margin-right:0px;
	margin-left:20px;
	font-size:0.8em;
	width:80px;
	padding-top:50px;
	text-align:center;
	background-position:top center;
	background-repeat:no-repeat;
}
.menu_agenda a{
	background-image:url(../images/agenda.png);
}
.menu_agenda a:hover,.menu_agenda .hover{
	background-image:url(../images/agenda2.png);
}
.menu_mag a{
	background-image:url(../images/mag.png);
}
.menu_mag a:hover,.menu_mag .hover{
	background-image:url(../images/mag2.png);
}
.menu_annonces a{
	background-image:url(../images/annonces.png);
}
.menu_annonces a:hover,.menu_annonces .hover{
	background-image:url(../images/annonces2.png);
}
.menu_communaute a{
	background-image:url(../images/communaute.png);
}
.menu_communaute a:hover,.menu_communaute .hover{
	background-image:url(../images/communaute2.png);
}
.menu_annuaire a{
	background-image:url(../images/annuaire.png);
}
.menu_annuaire a:hover,.menu_annuaire .hover{
	background-image:url(../images/annuaire2.png);
}


#menu ul li a:hover,#menu .hover{
	color:#F60;
}

#content{
	border:1px #000 solid;
	padding:25px;  
	
	-moz-box-shadow:0px 0px 15px #333;
  -webkit-box-shadow:0px 0px 15px #333;
	box-shadow:0px 0px 15px #333;

	position:relative;
		overflow: auto;
	width: 100%;
	background-color:#FFF;
}


#pub{
	margin-top:30px;
	width:120px;
	height:600px;
}

#footer{
	margin-top:10px;
	font-size:0.7em;
	padding:5px;
	padding-bottom:30px;
	text-align:center;
}
#footer a{
	text-decoration:none;
	color:#666;
}



.home_cat{
	margin-bottom:10px;
}
.home_cat li{
	display:inline;	
}
.home_cat li a{
	color:#666;
	margin-right:15px;
	padding-left:8px;
	font-size:0.9em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-left:4px #CCC solid;
}
.home_cat li a:hover, .home_cat li .hover{
	border-color:#F60;
}

.home_cat li .add{
	background-image:url(../images/add.png);
	background-repeat:no-repeat;
	padding-left:20px;
	border:0;
}
.home_cat li .add:hover{
	background-image:url(../images/add_hover.png);
}

/*

FORM

*/

#post{
}
#post fieldset{
	margin-bottom:20px;
	padding-top:20px;
}
#post label{
	display:block;
	width:150px;
	float:left;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
}
input[type="text"]{
	min-width:200px;
}
input[type="text"],select,input[type="submit"],input[type="file"],input[type="password"]{
	border:1px #000 solid;
	background-color:#FFF;
	padding:5px;
	margin-bottom:10px;
	background-image:url(../images/form_bg.png);
}
input[type="text"]:hover,textarea:hover,select:hover,input[type="submit"]:hover,input[type="file"]:hover,input[type="password"]:hover{
	border:1px #CCC solid;
	color:#333;
}
textarea{
	width:500px;
	height:200px;
	border:1px #000 solid;
	background-color:#FFF;
	padding:5px;
	margin-bottom:10px;
}
input[type="submit"]{
	display:block;
	background-image:url(../images/form_bg.png);
}
.info{
	margin:10px;
	background-color:#E1E1E1;
	padding:10px;
	font-size:0.8em;
	color:#333;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.erreur{
	padding:5px;
	margin:5px;
	font-weight:bold;
	text-align:center;
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	background-color:#F60;
	color:#FFF;
}
.erreur a{
	color:#FFF;	
}

#search{
	width:600px;
}
#search form{
	float:left;
	width:250px;
}
#search form input[type="submit"]{
	display:inline;
	
}
/* affichage recherche google */
#cse-search-results{
	width:635px;
	overflow:hidden;
}



/***********************************

			PAGES

************************************/

.pages{
	padding:0;
	list-style:none;
	margin:0;
	margin-bottom:10px;
}
.pages li{
	margin-right:5px;
	display:inline;
	border-right:1px #CCCCCC solid;
	padding-right:5px;
}
.pages li:last-child{
	border:0;
}
.pages li a{
	font-size:0.8em;
	color:#999999;
	text-decoration:none;
	width:20px;
	text-align:center;
}
.pages li a:hover {
	color:#000;
}

.pages li .hover{
	color:#FF6600;
	font-size:1.1em;
}


/*

login

*/

.inscription{
	display:block;
	text-decoration:none;
	color:#000;
	padding:5px;
	border:1px #000 solid;
	margin-bottom:25px;
	text-align:center;
}
.inscription:hover{
	color:#FFF;
	background-color:#000;
}
#form form input[type="submit"]{
	margin-top:10px;
	margin-left:160px;
}

/* signup */

.signup{
	
}
.signup h1{
	padding-bottom:25px;
	margin-bottom:25px;
}
.signup p{
	font-size:0.8em;
}
.signup input[type="submit"]{
	margin-top:10px;
	margin-left:160px;
}

/*
p=events
*/

#events_soirees{
	position:relative;
	height:800px;
	border-bottom:1px #000 solid;
	margin-bottom:20px;
}
#events_festivals{
	position:relative;	
	height:800px;
}


/* BETA */

#tooltip.menu_tooltip{
	border:1px #FF6600 solid;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.7em;
}

/* HOME */

#home{
	width:640px;
	float:left;
}

.separateur{
	border:1px #CCC solid;	
}


#home #last_events{
	position:relative;
	margin-bottom:20px;
}

#home .last_events_div{
	width:202px;
}

#home .last_events_div .events_div_date{
	font-size:0.6em;
}
#home .last_events_div .events_div_clickable{
	border:1px #FFFFFF solid;
}
#home .last_events_div .events_div_clickable:hover{
	border-color:#000;
	cursor:pointer;
}
#home .last_events_div img{
	
}
#home .last_events_div .events_div_info h1{
	background-color:#000000;
	margin:0;
	height:20px;
	font-size:0.7em;
	padding:6px 2px 0 8px;
	font-weight:normal;
	margin-top:-26px; filter:alpha(opacity=80); opacity:.80; -moz-opacity:0.8;
}
#home .last_events_div .events_div_info h1 a{
	text-decoration:none;
	color:#EEE;
}
#home .last_events_div .events_div_info p{
	margin:0;
	padding:5px;
	font-size:0.7em;
	height:80px;
	overflow:hidden;
	text-align:justify;
}

#home .last_events_div .events_div_info .pseudo a{
	float:left;
	text-decoration:none;
	color:#F99;
}

#home .last_events_div .events_div_info .coms a{
	float:right;
	text-decoration:none;
	color:#F60;
}
#home .last_events_1{
}

#home .last_events_2{
	position:absolute;
	top:0;
	left:220px;
}
#home .last_events_3{
	position:absolute;
	top:0;
	left:440px;
}

#droite{
	margin-left:660px;
}

#droite #account{
	min-height:130px;
}
#droite #account #photo{
	float:left;	
}
#droite #account #photo img{
	width:100px;
}
#droite #account #pseudo{
	margin-left:110px;
	font-weight:bold;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}
#droite #account #ecole{
	margin-left:110px;
	font-size:0.6em;
}
#droite #account #liens{
	margin-left:110px;
}

.last_classifieds{
}
.last_classifieds ul{
	
}
.last_classifieds ul li{
	
}
.last_classifieds ul li a{
	font-size:0.7em;
	border-left:2px #CCC solid;
	padding-left:5px;
	color:#999;
}
.last_classifieds ul li a:hover{
	text-decoration:underline;
	border-color:#999;
}
.last_classifieds ul li .add{
	color:#000;
	border-color:#000;
}
.last_qa .add{
	cursor:help;	
}
.fb_page{
}
.fb_page div{
	/*background:url(../images/bluearrow.png) no-repeat 120px -5px;*/
	margin-bottom:5px;
}
.fb_page p{
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}
.fb_page p a{
	text-decoration:underline;
}

#droite #propagande{
	text-align:center;	
}
#droite #propagande p{
	text-align:justify;
	font-size:0.7em;
	color:#999;
	padding:10px;
}
#droite #propagande a{
	color:#F60;
	cursor:crosshair;
}

#account form{
	font-size:0.8em;
	text-align:right;
}
#account form input[type="text"], #account form input[type="password"]{
	height:14px;
	width:80px;
	margin-right:40px;
	font-size:0.8em;
	padding:5px;
}
#account form input[type="checkbox"]{
margin-right:20px;
margin-bottom:10px;
}
#account form input[type="submit"]{
	color:#999;
	margin:auto;
}
#account form p{
	margin-top:10px;
	text-align:center;
	font-size:0.8em;
}
#account form p a:last-child{
	color:#FF6600;	
}
#account form p a:hover{
	text-decoration:underline;	
}


#agenda ul li a{
	font-size:0.7em;
	padding-left:20px;
}
#agenda ul li .bday{
	background-image:url(../images/bday.gif);
	background-repeat:no-repeat;
}
#agenda p{
	font-size:0.7em;
	color:#999;
	padding:5px;
	padding-top:0;
}
#agenda ul li a .date{
	color:#999;	
}

#teamspeak{
	font-size:0.6em;	
	font-family:Verdana, Geneva, sans-serif;
}

/* CONTACT  */

#contact{
	font-size:0.8em;	
}


/* BONS PLANS */

.bonplan{
	border:1px #CCC dashed;
	position:relative;
	background-color:#E2E2E2;
	margin-bottom:5px;
}
.bonplan h1{
	padding:4px;
	border-bottom:1px #FFF solid;
	background-color:#CCC;
}
.bonplan h1 a{
	font-size:1.2em;
	text-shadow:0px 0px 3px #333333;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#FFF;
}
.bonplan h2{
	position:absolute;
	right:5px;
	top:5px;
	font-size:0.7em;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
}
.bonplan h3{
	padding:5px;
	color:#FF6600;
	text-shadow: 0px 0px 2px #f58229;
	font-size:0.8em;
}

/* TOP CLUB */

.topclub_show{
	margin:auto;
	margin-bottom:5px;
}
.topclub_show img{
	width:290px;
	height:120px;
}
.topclub_show h1{
	background-color:#000000;
	height:20px;
	font-size:0.7em;
	padding:6px 2px 0 8px;
	margin-top:-26px; filter:alpha(opacity=80); opacity:.80; -moz-opacity:0.8;
	position:relative;
}
.topclub_show h1 a{
	font-weight:normal;
	color:#EEE;
}
.topclub_show iframe{
	position:absolute;
	top:2px;
	right:0;
}

.topclub{
	margin:auto;
	margin-bottom:5px;
	background-color:#8D8D8D;
	position:relative;
	padding:5px;
	padding-left:8px;
}
.topclub a{
	font-weight:normal;
	font-size:0.7em;
	color:#EEE;
}
.topclub iframe{
	position:absolute;
	top:2px;
	right:0;
}


/* bouton MORE */

.more{
	display:block;
	padding:4px;
	text-align:center;
	font-weight:bold;
	font-size:0.8em;
	color:#666;
	text-decoration:underline;
}
.more:hover{
	border-color:#333;
	color:#333;
}


/* allerte au pollen */

.pollen table{
	border:0;
	border-collapse:collapse;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	border-color:#CCC;
}



/* HOME FACEBOOK FANPAGE RIGHT */

.fb_fb{
	border:1px #3b5998 solid;
	font-size:0.8em;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
.fb_fb h1{
	background-color:#3b5998;
	color:#FFF;
	padding:10px;
	text-align:center;
}
.fb_fb h2{
	background-color:#869bc6;
	color:#FFF;
	padding:5px;
	text-align:center;
}
.fb_fb h1 a{
	color:#CCC;
}
.fb_fb ul{
	padding:10px;
	font-size:0.9em;
}
.fb_fb ul li{
	border-bottom:1px #f3f3f3 solid;
	margin-bottom:10px;
	padding-bottom:10px;
	word-wrap:break-word;
}

.fb_fb ul li a:hover{
	color:#666;
}
.fb_fb ul li:last-child{
	border:none;
	margin-bottom:0;
	padding-bottom:5px;
	text-align:center;
}
.fb_fb ul li:last-child a{
	text-decoration:underline;
}
.fb_fb ul li span{
	color:#999999;
	font-size:0.9em;
}

/* contest */

.contest{
	margin-top:10px;
	height:320px;
	position:relative;
	background:url(../images/concours_bg.png) no-repeat;
}
.contest .poster{
	position:absolute;
	top:0;
	width:200px;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	text-align:center;
}
.contest .poster img{
	margin-bottom:5px;
	-moz-box-shadow:0px 0px 15px #333;
  -webkit-box-shadow:0px 0px 15px #333;
	box-shadow:0px 0px 15px #333;
	
	width:200px;
	height:260px;
}
/* concours */

#concours h1{
	color:#CCC;
	font-weight:bold;
	text-shadow:0px 0px 1px #000;
	border-top:3px #CCC solid;
	padding-left:5px;
	padding-top:5px;
	text-align:center;
	margin-bottom:10px;
}
#concours img{
	border:2px #FF6600 solid;
	-moz-box-shadow:0px 0px 10px #333;
  -webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#concours p, #concours_home p{
	border-left:6px #CCC solid;
	background-color:#E5E5E5;
	padding:5px 15px 5px 15px;
	color:#666;
	margin-bottom:10px;
	margin-top:10px;
	font-size:0.9em;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	
	transition: color 0.5s linear;     
	-moz-transition: color 0.5s linear;    /* FF3.7+ */
  -o-transition: color 0.5s linear;      /* Opera 10.5 */
  -webkit-transition: color 0.5s linear; /* Saf3.2+, Chrome */
}

#concours_home h1{
	margin-bottom:5px;
	border-left:6px #EEE solid;
}
#concours_home textarea{
	width:630px;
	height:50px;
}
#concours_home input{
	width:100%;
	font-weight:bold;
}

#concours_home .message{
	min-width:60px;
	margin-bottom:5px;
	padding:3px;
	border:1px #EEE solid;
}
#concours_home .message img{
	display:block;
	float:left;
}
#concours_home .message a{
	margin-left:10px;
	font-size:0.8em;
}

#concours_home .message p{
	margin-left:60px;
	margin-top:5px;
	border:0;
	padding-left:5px;
}
.pasconnectay{
	padding:10px;
	
	color:#29243a;
	font-weight:bold;
	font-size:1.5em;
	
	border:1px #C00 solid;
	border-left:6px #C00 solid;
	border-right:6px #C00 solid;
	margin-bottom:5px;
}

.pasconnectay a{
	color:#FF3300;
}

/* REGISTER */

.popup{
	display:none;
	z-index:100;
	position:fixed;
	top:20%;
	left:10%;
	width:80%;
	
	padding:10px;
	background-color:#FFF;
	
	border:1px #C00 solid;
	border-left:6px #C00 solid;
	border-right:6px #C00 solid;
}
.popup h1{
	color:#f25500;
	font-weight:bold;
	font-size:1.5em;
}
.popup a{
	color:#FF3300;
}

.popup form{
	margin-top:15px;
}

.popup p{
	border-left:6px #CCC solid;
	background-color:#E5E5E5;
	padding:5px 15px 5px 15px;
	color:#666;
	margin-bottom:10px;
	margin-top:10px;
	font-size:0.9em;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
.popup form input[type="submit"]{
	width:100%;
	font-weight:bold;
}

.popup a.closewindow{
	font-size:0.7em;
	display:block;
	text-align:center;
}

#register_bg{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	-moz-opacity:0.70;
	opacity: 0.70;
	filter:alpha(opacity=70);
	z-index:99;
}

/* user */

#user h1{
	color:#f25500;
	font-weight:bold;
	font-size:1.5em;
}
#user a{
	color:#FF3300;
}

#user form{
	margin-top:15px;
}
#user form label{
	display:block;
	width:150px;
	height:30px;
	float:left;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
}
#user p{
	border-left:6px #CCC solid;
	background-color:#E5E5E5;
	padding:5px 15px 5px 15px;
	color:#666;
	margin-bottom:10px;
	margin-top:10px;
	font-size:0.9em;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
#user form input[type="submit"]{
	width:100%;
	font-weight:bold;
}

