@import url('/css/netedit.css');
@import url('/css/print.css');

@media screen{
body{
	background: #000;
	margin:0px;
	padding:0px;
}

#form1 {
	text-align:center;
	width:100%;
}

#wrap{
	width: 980px;
	margin: 0 auto 30px auto;
	text-align:left;
	overflow: hidden;
	min-height: 850px;
	height: auto !important;
}
#banniere{
	background: no-repeat right top url('/images/jivefest/banniere.png');
	height: 200px;
	margin: 0 0 10px 0;
	width: 100%;
}
#colGauche{
	background:#333;
	min-height: 590px;
	height: auto !important;
	height: 590px;
	margin: 0 0 -3000px 0;
	padding: 0 0 3000px 0;
	float: left;
	width: 300px;
}

#colGauche ul {
	padding: 0px;
	margin: 20px 20px 0px 20px;
	list-style-type: none;
}

#colGauche ul li{
	margin: 0px;
	list-style-type: none;
	border-bottom: 1px solid #fff;
}

#colGauche ul li a{
	padding: 10px 0 0 0;
	border-bottom: 2px solid #f00;
	display: block;
	text-decoration : none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Trebuchet MS';
	color: #fff;
}

#colCentre{
	margin: 0 0 0 310px;
	padding: 20px 20px 20px 20px;
	background: #fff;
}

#colCentreBox{
	display:inline-block;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

.titrecontenu{
	padding: 10px 0 0 0;
	border-bottom: 2px solid #f00;
	display: block;
	text-decoration : none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Trebuchet MS';
	color: #f00;
}

.titrecontenu2{
	padding: 0px 0 0 0;
	display: block;
	text-decoration : none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Trebuchet MS';
	color: #f00;
}

.footer{
	text-align: right;
	color: #fff;
}

.footer a{
	color: #fff;
}

/* Media Screen END*/
}























