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


body{
margin: 0px; /* pour éviter les marges */
background-color:#ffffff;
}


img{
	border:0;	
}

a{
	text-decoration:none;	
}

#global{
	position:relative;
	width: 960px;
	min-height:100%;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
}

#header{
	width: 960px;
	height:20px;
}

#structure{
}

#menu{
	float:left;
	width:160px;
	height:auto;
	margin-top:15px;
	margin-right:40px;
}

.logo>img:hover{
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.conteneur-page{
    border-bottom: 1px solid #000000;
    float: right;
    margin-bottom: 40px;
    margin-top: 25px;
    padding-bottom: 20px;
    width: 760px;
}


#footer {
    background-color: #fff;
    bottom: 0;
    height: 20px;
    padding: 0 0 15px;
    position: fixed;
    width: 960px;
}
#footer>p{
	padding-left:180px;
}

.footerImage>img{
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.footerImage>img:hover{
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


.blocfr, .blocen {
	width:30px;
	height: 24px;
	background-color:#000;
	margin-left:1px;
	float:right;
	text-align:center;
}


.blocfr>a, .blocen>a {
	color:#FFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	
}


/*---------------DESIGN MENU------------*/
.listeMenu{
	width: 150px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.listeMenu li {
	color: #000 ;
	border-bottom: 1px solid #000 ;
}
.listeMenu li a {
	display: block ;
	color: #000 ;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif ;
	padding:5px 5px 5px 3px;
}
.listeMenu li a:hover{
	background: #000 ;
	color:#fff;
}

.listeMenu li a.actif{
	background: #000 ;
	color:#fff;
}


.listeArtiste{
	width: 150px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin:10px 0 10px 0;
}
.listeArtiste li {
	color: #000 ;
}
.listeArtiste li a {
	display: block ;
	color: #000 ;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif ;
	padding:2px 5px 2px 5px;
}
.listeArtiste li a:hover{
	background: #000 ;
	color:#fff;
}
.listeArtiste li a.actif{
	background: #000 ;
	color:#fff;
}

.menuArtiste li{
	background-color:#fff;
	border:1px solid #FFF;
}


/*--------------PAGE CONTACT-----------------*/
#formulaire-contact{
	float:left;
	width:475px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#formulaire-contact input{
	width:380px;
}
#formulaire-contact input[type=submit] {
	width:384px;
}
#formulaire-contact textarea{
	width:378px;
}
#adresse{
	float:left;
	width:190px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.bordure{
	width:100%;
	border-top:1px solid #000;	
}
.btEnvoyer{
	background-image:url(ressource/btEnvoyer.jpg);	
	width:382px;
	height:20px;
	border:none;
	cursor: pointer;
}

/*------------PAGE----------------*/
.conteneur-index{
	width:760px;
	height:auto;
	float:left;
	margin-top:5px;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px solid #000000;
}

#conteneur-lien-galerie{
	float:left;
	width:760px;
	height:auto;
	padding-top:20px;
}
.lien-galerie{
	float:left;
	width:760px;
	border-top:1px solid #000;	
}

.lien-galerie a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin-left:20px;
}

#texteIndex{
	width:760px;
	height:auto;
	float:left;
}
#texteIndex p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
}




#paris{
	float:left;
	width: 380px;
	height:410px;
	background-repeat:no-repeat;
	margin-right:1px;
	cursor:pointer;
	z-index:100;
}

#titre-paris{
	position:absolute;
	background-image:url(ressource/titre-paris.png);
	background-repeat:no-repeat;
	width:35px;
	height:410px;
	z-index:200;
}

#bruxelles{
	float:left;
	width: 379px;
	height:410px;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:101;
}

#titre-bruxelles{
	position:absolute;
	background-image:url(ressource/titre-bruxelles.png);
	background-repeat:no-repeat;
	width:35px;
	height:410px;
	z-index:201;
}

.fondNoir{
	float:left;
	width:210px;
	height:230px;
	background-color:#000;
	margin-top:80px;
	margin-left:90px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	z-index:300;
	display:none;
}
.fondNoir a{ 
	color:#FFF;
}

.blocBio{
	float:left;
	width:760px;
	height:auto;	
}

.bio{
	float:left;
	width:300px;
	height:auto;
	margin-right:10px;
}
.bio-bruxelles{
	float:left;
	width:300px;
	height:auto;
	margin-left:10px;
}

.titreBio h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	font-weight:lighter;
	background-color:#000;
	color:#FFF;
	margin-top:0px;
	padding-left:5px;
	padding-top:2px;
	height:20px;
}
.texteBio p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

.texteBio a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#666;
}

.photoBio{
	float:left;
	width:450px;
	height:auto;
}
.photoBio-bruxelles{
	float:left;
	width:450px;
	height:auto;
}



.texte{
	float:left;
	width:760px;
	height:auto;
}
.texte p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

.galerieBio{
	float:left;
	width:760px;
	height:auto;	
}

.image>a>img{
	float:left;
	height:188px;
	width:188px;
	margin-right:2px;
	margin-bottom:2px;
}

.blocArtiste{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin-bottom:50px;

}

.blocArtiste>a>img{
	height:175px;
	width:175px;
}
/*-----------------------------------*/

.erreur{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color: #990000;
}
.check{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color: #009933;
}
