@charset "utf-8";
/* CSS Document */

#agenda{
	width:660px;
	height:280px;
	margin:20px 10px 0px 0px;
	float:left;
}
#contentAgenda{
	float:left;
	width:670px;
}
#agendaLeft{
	float:left;
}
#sortBy{
	margin:40px 0px 0px 10px;
	float:left;
	clear:left;
}
#sortBy p{
	float:left;
	color:#fff;
	margin:5px 20px 0px 2px;
}
#sortBy div{
	float:left;
}
#sortBy div a, #sortBy div a:link, #sortBy div a:active, #sortBy div a:visited {
	display:block;
	width:174px;
	height:20px;
	border:1px solid #fc0;
	background:#fc0;
	text-align:center;
	color:#151b2d;
	text-decoration:none;
	font-size:13px;
	padding-top:4px;
	margin-bottom:2px;
}
#sortBy div a:hover{
	color:#fc0;
	background:none;
}
#agendaDays{
	clear:left;
	float:left;
	width:660px;
	margin:10px 0px;
}
#agendaDays a{
	display:block;
	float:right;
	width:91px;
	height:23px;
	color:#fc0;
	text-align:center;
	font-size:13px;
	text-decoration:none;
	padding-top:6px;
	border-left:1px solid #fff;
}
#agendaDays a.dayActive{
	background:#fc0;
	color:#151b2d;
}
#agendaDays a:hover{
	background:#fc0;
	color:#151b2d;
}

.agendaEvents{
	border:1px solid #c7c8cd;
	float:left;
	clear:left;
	width:636px;
	margin:0px 10px 10px 17px;
	padding:5px 0px 5px 5px;
	display:block;
	cursor:pointer;
}
.agendaEvents:hover{
	border:1px solid #151b2d;
}
.agendaEventsContent{
	color:#151b2d;
	font-size:14px;
	float:left;
	width:457px;
}
.agendaEvents p{
	margin:5px;
}
.agendaEvents img{
	float:left;
	margin-right:14px;
}
.agendaEvents .eventType{
	color:#53aa20;
	font-size:18px;
}
.agendaEvents .eventTitle{
	font-size:24px;
}
.agendaEvents .eventDescription{
	font-size:11px;
}
#pages{
	clear:left;
	text-align:right;
	padding-right:10px;
}
#pages a{
	border:1px solid #c7c8cd;
	text-decoration:none;
	color:#151b2d;
	padding:3px;
	margin-left:5px;
	display:block;
	float:right;
}
#pages a:hover{
	border:1px solid #151b2d;
}
#pages a.pageActive{
	color:#53aa20;
}
#pages a.pageActive:hover{
	border:1px solid #c7c8cd;
}
/* ------- CALENDRIER -------- */

div#calendar{
	margin:20px 0px 0px 80px;
	float:left;
}

#calendar td {
	height:28px;
	text-align:center;
	padding:0px;
}
.calendarTop {
	color:#ffe400;
}

.calendarTop a {
	 color:#fff;
}

.calendarTop a:hover {
	 font-weight:bold;
}

td.calendar {
	 /*background-color: #FFFFCC;*/
}

td.calendar a, td.calendarToday a {
	display:block;
	padding-top:7px;
	width:23px;
	height:21px;
	color:#fff;
	border:1px solid #696d79;
}

td.calendar a:hover, .calendar td.calendarToday a:hover {
	 border:1px solid #fff;
}

td.calendarToday a {
	 color:#ffe400;
}

/* ----- Page Agenda Détails ------------ */

.agendaDetails{
	border:1px solid #c7c8cd;
	float:left;
	clear:left;
	width:636px;
	margin:0px 10px 10px 17px;
	padding:5px 0px 5px 5px;
	display:block;
}
.agendaDetails p{
	margin:5px;
}
.agendaDetails img{
	margin-right:14px;
}
.agendaDetails .eventType{
	color:#53aa20;
	font-size:18px;
}
.agendaDetails .eventTitle{
	font-size:24px;
}
.agendaDetails .eventDescription{
	font-size:11px;
}
.agendaDetails .eventPlace{
	color:#53aa20;
}
.agendaDetails .eventDjs{
	font-size:12px;
	margin-bottom:20px;
}
.agendaDetails #detailsLeft{
	float:left;
}
#share a.blockShare{
	border:1px solid #c7c8cd;
	color:#151b2d;
	display:block;
	font-size:10px;
	height:20px;
	margin-top:4px;
	width:148px;
}
#share a.blockShare:hover{
	border:1px solid #151b2d;
}
#share .blockShare img{
	margin:2px 10px 0px 2px;
	float:left;
}
#share .blockShare div{
	padding-top:4px;
}
.agendaDetails #detailsLeft #share{
	font-size:12px;
	margin-top:11px;
}

a#shareEvent{
	display:block;
	width:230px;
	height:18px;
	border:1px solid #fc0;
	background:#fc0;
	text-align:center;
	color:#151b2d;
	font-size:13px;
	float:left;
	clear:left;
	margin-top:57px;
}
a#shareEvent:hover{
	background:none;
	border-left:none;
	color:#fc0;
}

#agendaBack{
	clear:left;
	float:left;
	width:660px;
	margin:20px 0px 10px 0px;
	height:23px;
	padding-top:6px;
}
#agendaBack a{
	color:#fc0;
	font-size:13px;
	margin-left:20px;
}
#agendaBack a span{
	color:#fff;
}

/* ---------- Page post  --------- */


#content{
}
#forms{
	margin:20px 10px 0px 0px;
	width:660px;
	float:left;
	background:#151b2d;
}
#categorie1, #categorie2, #categorie3, #categorie4{
	width: 320px;
	height: 40px;
	background-color: #000;
	float: left;
	overflow:hidden;
}
.title{
	font-size:24px;
	color:#fc0;
	padding:3px 10px 5px 10px;
}
.description{
	font-size:18px;
	color:#fff;
	padding:0px 10px 10px 10px;
}
.text{
	font-size:12px;
	color:#fff;
	text-align:justify;
	padding:0px 10px 0px 10px;
}
selfHome{
	width:300px;
	height:160px;
}
#contentForm p{
	color:#fff;
}
#contentForm p input, #contentForm p select{
	border:1px solid #151b2d;
	width:200px;
}
#contentForm p select{
	width:220px;
}
#contentForm p label{
	height:18px;
	text-align:right;
	width:120px;
}
#contentForm p label.slash{
	width:10px;
}
#nonref{
	border:1px solid #fff;
	/*width:510px;*/
}
#nonref #lieuRef{
	width:180px;
}
#nonref p label{
}
#nonref p{
}
#recaptcha_widget_diva{
	padding:30px 0px 10px 12px;
	float:left;
	clear:left;
}
#recaptcha_widget_diva #recaptcha_area{
	float:left;
	clear:left;
}
#contentForm{
clear:left;
}
p#alert{
	color:red;
	padding:8px;
	margin:18px 8px 8px 8px;
}
p#buttonSend{
	float:right;
	margin-right:22px;
}
#form_artiste_error{color:red !important;}
.post_error
{
	padding-left:5px;
	color:red;
}
table#newformpost
{
margin-top:20px;
margin-left:20px;
}
table#newformpost tr td
{
	color:white;
	
	padding-right:0px;
	padding-bottom:10px;
}
table#newformpost tr td.firstpost
{
	text-align:right;
	width:110px;
}
table#newformpost tr td.secondpost
{
	text-align:left;
}
table#newformpost tr td.thirdpost
{

}
table#newformpost tr td input
{
width:150px;
}

#djtable{margin-top:10px;margin-bottom:10px;}
#djtable tr td.djtable1{padding-left:5px;}
#djtable tr td.djtable1 a{text-decoration:underline;color:#53aa20;}
#lelieu{padding-left:5px;}
#form_dj1myspace,#form_dj2myspace,#form_dj3myspace,#form_dj4myspace
{
width:300px !important;
}

div#login{
	width:276px;
	height:122px;
	margin:0px 0px 10px 0px;
	padding:9px 12px;
	text-align:center;
}
#login p{
	color:#fff;
}
#login a#connect{
	display:block;
	font-size:24px;
	color:#fc0;
	margin:0px auto;
	width:200px;
	text-decoration:none;
}
#login a#connect:hover{
	background:#fc0;
	color:#151b2d;
}
#login p#contenu{
	margin-top:3px;
}
#errorInscript
{
color:red;
padding-bottom:5px;
}
