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


/* --------------------------------------------------------------------------------
	REINITIALISATION
-------------------------------------------------------------------------------- */

/* ------------ réinitialisation des marges pour tous les naviguateurs ----------- */
* {
	margin: 0; 
	padding: 0;
}
/* ------------ réinitialisation des listes pour tous les naviguateurs ----------- */
ul, li {
	list-style : none;
}
/* ------------ définition de la police du corps de la page ------------ */
body {
	font-family: Verdana, sans-serif; 
	font-size: 11px ;
}

a {
	outline: none;
}

img {
	border: none;
}

/* --------------------------------------------------------------------------------
	STRUCTURE DE LA PAGE
-------------------------------------------------------------------------------- */

/* ------------ Propriétés pour centrer la page verticalement ------------ */
html {
	height: 100%;
}

table#general {
	height: 100%;
	width: 100%;
}

body {
	height:100%;
	background-color: #000;
	color: #fff;
}

#global {
	margin: 0 auto;
	width: 950px;
	height: 495px;
}

#banner {
	float: left;
	width: 200px;
	height: 493px;
	background-image: url(../images/bgBanner.jpg);
}

#navig {
	float: left;
	width: 200px;
	height: 493px;
	background-image: url(../images/bgMenu.jpg);
	position: relative;
}

#content {
	float: left;
	width: 550px;
	height: 493px;
	background-image: url(../images/bgContent.jpg);
}


/* --------------------------------------------------------------------------------
	BANNER
-------------------------------------------------------------------------------- */

#banner h1 a {
	display: block;
	width: 137px;
	height: 157px;
	background-image: url(../images/logo.jpg);
	margin: 25px 0 0 30px;
	text-indent: -5000px;
}

#banner h2 {
	text-indent: -5000px;
}

/* --------------------------------------------------------------------------------
	NAVIG
-------------------------------------------------------------------------------- */

#bgSubMenu {
	position: absolute;
	top: 20px;
	left: 0;
	width: 0px;
	height: 480px;
	background-color: #000000;
	z-index: 1;
}

#PosMenu {
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 2;
}

#newsletter {
	width: 160px;
	position: absolute;
	top: 350px;
	left: 20px;
	z-index: 2;
}

#newsletter input {
	width: 160px;
	margin: 5px 0 0 0;
}

#newsletter input.bouton {
	width: 30px;
	margin: 0 0 0 0;
}



#PosMenu h3 a#menu {
	display: block;
	width: 170px;
	height: 35px;
	text-align: LEFT;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

#PosMenu h3 a#menu:hover {
	color: #e21b9e;
}


#subMenu a {
	text-decoration: none;
	color: #fff;
	line-height: 25px;	
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#subMenu a:hover {
	color: #e21b9e;
}

#newsletter h3 {
	color: #e21b9e;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* --------------------------------------------------------------------------------
	CONTENT
-------------------------------------------------------------------------------- */

#navig2 {
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	text-align: right;
	padding: 0 20px 0 0;
}

#navig2 a {
	color: #fff;
	text-decoration: none;
}

#navig2 a:hover {
	color: #e21b9e;
}

#content h3 {
	margin: 10px 30px 0 30px;
	font-size: 16px;
	font-weight: bold;
}

#contentInfos h3 {
	margin: 10px 30px 0 30px;
	font-size: 16px;
	font-weight: bold;
}

#contentInfos h3 a {
	margin: 10px 30px 0 30px;
	font-size: 16px;
	font-weight: bold;
}

.courant {
	margin: 10px 30px 10px 30px;
	font-size: 13px;
	line-height: 16px;
	width: 400px;
}

.courant a {
	text-decoration: none;
	font-weight: bold;	
}

.courant a:hover {
	color: #fff;
}

#baTop {
	margin: 0 0 0 30px;
	width: 490px;
	height: 15px;
	background-image: url(../images/videoBoxTop.png);
}

#baContent {
	margin: 0 0 0 30px;
	padding: 0 0 0 15px;
	width: 475px;
	background-image: url(../images/videoBoxContent.png);
	background-repeat: repeat-y;
}

#baBottom {
	margin: 0 0 0 30px;
	width: 490px;
	height: 15px;
	background-image: url(../images/videoBoxBottom.png);
}

.rose {
	color: #e21b9e;
}

/* --------------------------------------------------------------------------------
	INFOS PRATIQUES
-------------------------------------------------------------------------------- */

#contentInfos {
	float: left;
	width: 550px;
	height: 493px;
	background-image: url(../images/bgContent.jpg);
}

#contentInfos h4 {
	margin: 20px 0 0 0;
	padding: 0 0 0 50px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/puce.png);
	background-repeat: no-repeat;
	background-position: 30px center;
}

#contentInfos h4:first-letter {
	text-transform: uppercase;
}
#contentInfos a {
	text-decoration: none;	
	color: #fff;
}

#contentInfos a:hover {
	color: #e21b9e;
}

#contentInfos ul {
	padding: 0 0 0 50px;
	font-size: 12px;
}

#contentInfos ul li {
	line-height: 18px;
}

.courant1 {
	margin: 20px 30px 20px 30px;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	width: 400px;
}

.courant2 {
	margin: 20px 30px 20px 30px;
	padding: 0 20px 0 0;
	font-size: 14px;
	line-height: 18px;
	width: 400px;
	height: 380px;
	overflow: auto;
}

.gras {
	font-weight: bold;
}

.courant1 a {
	text-decoration: none;
	font-weight: bold;	
}

.courant1 a:hover {
	color: #fff;
}






/* --------------------------------------------------------------------------------
	ARTISTES ASSOCIES
-------------------------------------------------------------------------------- */

.artistes {
	margin: 20px 0 0 30px;
}

.artistes img {
	width: 200px;
	float: left;
}

.artistes p {
	width: 280px;
	float: left;
	margin: 0 0 0 20px;
		font-size: 13px;
	line-height: 16px;
}

a#test {
color: #e21b9e;
	text-decoration: none;
	font-weight: bold;
}

a#test:hover {
color: #fff;
	text-decoration: none;
	font-weight: bold;
}


/* --------------------------------------------------------------------------------
	CONTACT
-------------------------------------------------------------------------------- */

#contact {
	width: 456px;
	height: 287px;
	background-image: url(../images/fondContact.png);
	background-repeat: no-repeat;
	margin: 30px 0 0 25px;
}

#formulaire {
	padding: 25px 0 0 30px;
}

input.contactIn {
	border: none;
	background-image: url(../images/fondAera.png);
	background-repeat: repeat;
	background-color: transparent;
	margin: 0 0 10px 0;
}

#comment {
	width: 280px;
	height: 120px;
	border: none;
	background-image: url(../images/fondAera.png);
	background-repeat: repeat;
	background-color: transparent;
	overflow: auto;
}

label.contactLab {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}


