@charset "utf-8";
/* CSS Document */
@import url('reset.css');

*{
	margin:0;
	padding::0;
}

body{
	background:url("../images/bkg.jpg") no-repeat scroll center top #000;
	color:#FFF;
	font-family: Tahoma, Verdana;
	font-size:14px;
	margin:auto;
}

a{
	font-weight:bold;
	color:#FF1499;
	text-decoration:underline;
}


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

h2{
	font-size:16px;
	font-weight:bold;
	color:#31CCE8;
	font-variant:small-caps;
	margin-bottom:5px;
}

h1{
	font-size:20px;
	color:#ff1499;
	text-transform:uppercase;
	margin-bottom:20px;
}

p{
	margin-bottom:10px;
}

#main{
	margin:auto;
	background-color:transparent;
	width:960px;
}

#header{
	height:200px;
	text-align:center;
	background:url("../images/title.png") no-repeat scroll center left transparent;
}

	#mp3player{
		background-color:black;
		height:20px;
		left:690px;
		padding:10px;
		position:relative;
		top:150px;
		width:250px;
		background:url("../images/contentBkg.png") transparent;
	}

#nav{
	background:url("../images/menuBkg.jpg") repeat-x; 
	display: block;  
	height:39px;
	padding-bottom:20px;
}
#navigation  {  
	margin-left:44px;
}  
 
#navigation li  {  
	float:left;  
} 
	
	#navigation li a  {  
		background-image:url("../images/menuSprite.jpg");  
		display:block;  
	}  
	
	.acceuil{  
		background-position:0px 0px;  
		width:142px;  
		height:39px  
	}     
	.visite{  
		background-position:-142px 0px;  
		width:142px;  
		height:39px  
	} 
	.agenda  {  
		background-position:-284px 0px;  
		width:142px;  
		height:39px  
	} 	
	.photos  {  
		background-position:-426px 0px;  
		width:142px;  
		height:39px  
	}  
	.infos  {  
		background-position:-568px 0px;  
		width:142px;  
		height:39px  
	} 
	.contacts  {  
		background-position:-710px 0px;  
		width:142px;  
		height:39px  
	}
	
	#navigation a .hover {  
		background:url("../images/menuSprite.jpg") no-repeat;  
		display: block;  
		opacity: 0;  
		position: relative;  
		top: 0;  
		left: 0;  
		height: 100%;  
		width: 100%;  
	}  
  
	#navigation a.acceuil .hover{  
		background-position:-0px -39px;  
	}     
	#navigation a.visite .hover{  
		background-position:-142px -39px;  
	} 
	#navigation a.agenda .hover {  
		background-position:-284px -39px;   
	} 	
	#navigation a.photos .hover{  
		background-position:-426px -39px; 
	}  
	#navigation a.infos .hover{  
		background-position:-568px -39px;  
	} 
	#navigation a.contacts .hover{  
		background-position:-710px -39px; 
	}
	
#salles{
	margin:0 0 60px 200px;	
}

	#salles ul li  {  
		float:left;  
		width:200px;
	} 

	#salles li a{
		display:block;
		height:40px;  
	}

.piste h2{
	font-size:18px;
	font-weight:bold;
	color:#31CCE8;
	font-variant:small-caps;
	margin-bottom:10px;
	margin-bottom:15px;
}

#content{
	background:url("../images/contentBkg.png") transparent;
	min-height:500px; 
	padding:10px;
}

#slider {
	width:939px; 
	outline:0;
	padding:0px 0 30px 0;
}

#footer{
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	height:100px;
}

#footer a{
	font-size:12px;
}

.div540{
	width:540px;
	float:left;
}

.div380{
	width:380px;
	float:left;
}

.div385{
	width:385px;
	float:left;
}

.div535{
	width:535px;
	float:left;
}

.div250{
	width:250px;
	float:left;
}
.div650{
	width:650px;
	float:left;
}

/* SOIREES */

#events{
	overflow-y:auto;
}

.event{
	float:left;
	margin-bottom:35px;
	width:450px;
}

.evtPict{
	float:left;
	width:120px;
}
.evtDesc{
	float:left;
	margin-right:10px;
}

.evtDesc h2{
	font-size:18px;
}

.evtDesc p{
	font-size:14px;
}

.imgAgenda img{
	border:1px solid #FF1499;
}
.imgAgenda img:hover{
	border:1px solid #31CCE8;
}

/* PHOTOS */
#pictures{
	padding-left:50px;
}

.party{
	float:left;
	margin-bottom:35px;
	width:450px;
}

.partyPict{
	float:left;
	width:120px;
}
.partyDesc{
	float:left;
	margin-right:10px;
}

.partyDesc h2{
	font-size:20px;
	width:300px;
	font-variant:normal;
	font-weight:normal;
}
.partyDesc h2 a{
	font-weight:normal;
	color:#31CCE8;
	text-decoration:underline;
}


.partyDesc h2 a:hover{
	color:#FF1499;
	text-decoration:none;
}

.partyDesc p{
	font-size:10px;
}

.partyPict img{
	border:1px solid #FF1499;
}
.partyPict img:hover{
	border:1px solid #31CCE8;
}

.gallery{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

.gallery li {
	float:left;
	height:170px;
	margin:0px;
	padding:0pt;
	width:170px;
}

.imgParty img{
	border:1px solid #FF1499;
}
.imgParty img:hover{
	border:1px solid #31CCE8;
}



/* CONTACTS */
#contactContent{
	float:left;
	width:374px;
	height:385px;
	overflow-y:auto;
	font-size:12px;
}

#contact {
	font-size:12px;
	border:none;
	width:325px;
	margin:10px;
}

#contact legend {
	color:#FFF;
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	padding-left:5px;
}

#contact input {
	border:1px solid #ff1499;
	background-color:transparent;
	color:#FFF;
	font-size:12px;
	width:210px;
}

#contact textarea {
	border:1px solid #FF1499;
	background-color:transparent;
	color:#FFF;
	font-size:12px;
	width:300px;
}

#contact label {
	float:left;
	width:150px;
	margin-bottom:3px;
}


#ctc_error{
	color:#FF0000;
	font-weight:bold;
	font-size:9px;
}


#flashContent{
	text-align:center;
}
