/* Feuille de style - La Bascule */

/* Violet : #861672 */
/* Bleu : #006FB0 */

/* Styles marges */

.margeGD15 {
	margin-left:15px;
	margin-right:15px;
}

.margeGD10 {
	margin-left:10px;
	margin-right:10px;
}

.margeHB10 {
	margin-top:10px;
	margin-bottom:10px;
}

.margeHB15 {
	margin-top:15px;
	margin-bottom:15px;
}

/* --- */

body {
	background-color:#2C2C2C;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#FFFFFF;
	scrollbar-base-color:#2A2A2A;
	scrollbar-3dlight-color:#2A2A2A;
	scrollbar-arrow-color:#006FB0;
	scrollbar-darkshadow-color:#444444;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#2C2C2C;
	scrollbar-shadow-color:#444444;
	scrollbar-track-color:#2A2A2A;
}

/* Liens */

a:link {
	color:#006FB0;
	text-decoration:none;
}

a:visited {
	color:#006FB0;
	text-decoration:none;
}

a:hover {
	color:#861672;
	text-decoration:none;
}

a:active {
	color:#006FB0;
	text-decoration:none;
}

/* Formulaires */

input, select {
	font-family:Tahoma, Arial, Verdana;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#333333;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}

.zoneCompte {
	font-family:Tahoma, Arial, Verdana;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#2A2A2A;
	border:1px solid #000000;
}

textarea {
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	color:#FFFFFF;
	background-color:#333333;
	border:1px solid #000000;
}

/* Fieldset et legendes */

fieldset {
	border:1px solid #3A3A3A;
	background-color:#333333;
}

legend {
	color:#FFFFFF;
}

/* Tableaux */

td {
	font-size:11px;
}

.tdcentré {
	text-align:center;
}

/* Style du cadre principal */

.menu {
	margin-top:7px;
}

.principal {
	vertical-align:top;
}

.margeprincipale {
	margin:5px 40px;
}

.menu {
	vertical-align:top;
	text-align:center;
}

.djs {
	text-align:center;
}

.soirees {
	
}

/* Styles généraux */

.cadre {
	margin:20px 20px 20px 20px;
}

/* Styles spécifiques */

.marqueePrincipal {
	background-color:#2A2A2A;
}

.titreGeneral {
	font-size:11px;
	font-weight:bold;
	text-align:left
}

.newsCadre {
	width:450px;
	border:1px #3A3A3A solid;
	background-color:#333333;
}

.titreAgendaDetail {
	background-image:url(images/autres/titres/fond_titre_agenda_detail.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:475px;
	height:75px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	border:1px dashed #000000;
}

.dateAgendaDetail {
	margin-top:5px;
	font-weight:normal;
	font-size:10px;
	text-align:center;
}

.margeDescAgendaDetail {
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
}

.descAgendaDetail {
	background-color:#333333;
	border:1px solid #000000;
	margin-left:20px;
	margin-right:20px;
	color:#FFFFFF;
}

.cadreCommentaire {
	border-style:dashed;
	border-width:1px;
}

/* Pied de site */

.cop {
	text-align:center;
	font-size:9px;
	color:#999999;
}

/***/