




/*GENERAL*/


html {


}


body {
width:100%;
height:auto;
font-family:"Century Gothic", verdana, advent;
font-size-adjust:inherit;
font-size:12px;
color:#FFFFFF;
/*
color: #C8170D;*/
background: #0a0a0a;
margin:0;

}


.centerheader{
width:800px;
margin:0 auto;
height:auto;
border-left:dashed;
border-left-color: #333333;
border-left-width: thin;
border-right:dashed;
border-right-width:thin;
border-right-color: #333333;
}


.center_wrapper {
	width: auto;
	height:auto;
	margin-left:25px;
	margin-right:25px;
	border-left:dashed;
	border-left-width: thin;
	border-left-color: #333333;
}

h1 {
color:#FFFFFF;
margin-left:20px;
padding-left:20px;
font-size:50px;
border-left:thin;
border-left-style:dashed;
border-left-color:#333333;
}

h2 {
color: #CC0000;
margin-top:15px;
margin-left:20px;
padding-left:20px;
font-size:20px;
border-left:thin;
border-left-style:dashed;
border-left-color:#333333;
}

p {
font-family:"Century Gothic", verdana, advent;
font-size-adjust:inherit;
letter-spacing:2px;
line-height:15px;
font-size:12px;
color: #FFFFFF;
margin-left:20px;
margin-right:20px;
}


#contenu {
width:auto;
height:auto;
margin-top:15px;
/*
border-top:#333333;
border-top-style:dashed;
border-top-width:thin;

border-bottom:#333333;
border-bottom-style:dashed;
border-bottom-width:thin;*/
}


a {
font-size:12px;
color: #CC0000;
text-decoration:none;
}

a:hover {
font-size:12px;
color:#CCCCCC;
text-decoration:none;
}


/*HEADER*/

.top {
width:auto;
height:80px;
background-image:url(../pix/top.png);
background-repeat: repeat-x;
border-top:#333333;
border-top-style:dashed;
border-top-width:thin;

}






/*MENU*/


/*CORPS*/

#corps {
clear:both;
height:auto;
/*
overflow:scroll;*/
}

.gras {
color: #FFFFCC;
font-size:16px;
}

.logoagenda {
width:64%;
height:100px;
background-image: url(../pix/logoagenda.png);
background-repeat:no-repeat;
float: right;
padding-bottom:30px;
margin-top:-15px;
}

.logomusique {
width:63%;
height:100px;
background-image: url(../pix/logoagenda.png);
background-repeat:no-repeat;
float: right;
padding-bottom:30px;
margin-top:-15px;
}

.logodj{
width:55%;
height:100px;
background-image: url(../pix/logoagenda.png);
background-repeat:no-repeat;
float: right;
padding-bottom:30px;
margin-top:-15px;
}

.logoguest{
width:60%;
height:100px;
background-image: url(../pix/logoagenda.png);
background-repeat:no-repeat;
float: right;
padding-bottom:30px;
margin-top:-15px;
}

.logofly{
width:73%;
height:100px;
background-image: url(../pix/logoagenda.png);
background-repeat:no-repeat;
float: right;
margin-bottom:-90px;
margin-top:-15px;
}

.cacabarianc {
width:100%;
height:200px;
margin-left:25px;
background-image:url(../pix/cacabarianc.png);
background-repeat:no-repeat;
}

.galerie{
height:550px;
}

/*FOOTER*/

#footer {
width:auto;
height:100px;
background-image:url(../pix/footer4.png);
background-repeat:repeat-x;
margin-top:25px;
border-bottom:thin #333333;
border-bottom-style:dashed;
}



.copyright {
font-family:"Century Gothic", verdana, advent;
color: #FFFFFF;
padding-top:70px;
margin-top:45px;
font-size:10px;
}

.dashboard {
padding-top:300px;
}

/* 
   Floats
------------------------------------------------------------------- */

.left {width:80%;
float: left;}



.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}
