@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background-color:#e7e7e7;
	font-family:Arial,Geneva,Kalimati,sans-serif;
	font-size:10pt;
	color:#fff;
	font:100%/1.25;
}

img{
	border:none;
}
.majuscule{
	text-transform:uppercase;
}
/* Header */

#headerContainer{
	width:100%;
	height:255px;
	background-color:white;
	background:url(../images/fondban.jpg);
}
#header{
	margin:0 auto;
	width:1100px;
	height:255px;
	background:url(../images/fondban.jpg);
}
.floatLeft{
	float:left;
}

.floatRight{
	float:right;	
}

h2{
	text-transform:uppercase;
	font-size:11pt;
	font-weight:100;
	color:orange;
	background:white;
	margin-bottom:5px;
	padding:4px;
}
h2 a{
	color:orange;
}
h3{
	margin:30px 0 0px 0;
	text-transform:uppercase;
	font-size:11pt;
	font-weight:100;
	color:black;
	background:white;
	padding:2px;
}
h3 a{
	color:black;
}
h4{
	font-size:11pt;
	margin-top:25px;
}

/* Contenu */
#contenu{
	width:75%;
}
#contentWrapper{	
	margin:0px auto;
	width:940px;
	text-align:left;
	height:500px;
}
html>body #contentWrapper {
	height: auto;
	min-height:500px;
} 


p{
	margin-top:10px;
	margin-bottom:10px;
}

a{
	color:white;
}

#menu{
	margin-left:240px;
	position:relative;
	bottom:52px;
	width:800px;
	height:20px;
}

#menu li{
	display:inline;
	height:20px;
	
}
#menu ul{
	height:20px;
}
#menu li a{
	padding-top:15px;
	padding-bottom:15px;
	height:100%;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	font-size:10pt;
	font-weight:400;
	color:white;
	text-decoration:none;
}

.separationGauche{
	padding-left:5px;	
	padding-right:4px;
	border-left : 1px solid white;
}

#news{
	background-color:#181818;
	height:380px;
	width:540px;
}
#news ul{
	list-style:none;
}
#edito{
	float:right;
	height:380px;
	width:320px;
	color:#3b3b3b;
}
#editoContenu{
	overflow:auto;
	height:320px;	
}
#edito h1{
	color:#00a2ff;	
}
#carte{
	background-color:#181818;
	height:520px;
}

h1{
	color:#fff;
	font-family:Arial,Geneva,Kalimati,sans-serif;
	font-size:20pt;
	font-weight:100;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:20px;
	padding-bottom:6px;
	border-bottom:#808080 solid 1px;
}

#content{
	padding-bottom:35px;
	background-color:#181818;
}
#detailArtiste{
	width:440px;
	height:540px;
}

html>body #detailArtiste {
	height: auto;
	min-height:540px;
}

#content li{
	margin:15px 15px 15px 15px;
	list-style:none;
	border-bottom:solid thin white;
}

#content li a{
	text-decoration:none;
	color:white;
	width:100%;
	display:block;
}

#content li a:hover{
	text-transform:uppercase;
	color:orange;
	background-color:white;
	width:100%;
	display:block;
}
tr img{
	margin-left:30px;
}

.retrait a{
	position:relative;
}
.retrait{
	margin-left:50px;
	margin-bottom:30px;
}
#map{
	width:850px;
	height:600px;
	color:grey;
}
/* Footer */

#footerContainer{
	width:100%;
	margin-top:20px;
	background:#fff url(../images/footerSeparation.jpg) repeat-x;
}
#footer{
	width:940px;
	margin:0px auto;
	color:#a0a0a0;
	font-size:13px;
}
#footer li{
	display:block;
	margin-top:5px;
}

#footer a{
	color:#a0a0a0;
}
#footer h3{
	color:#a0a0a0;
}
#footer .floatLeft{
	margin-left:60px;
	margin-bottom:20px;
}
#credits{
	clear:both;
	padding-top:10px;
	padding-bottom:5px;
	border-top:1px solid #ddd;
	color:#ccc;
	font-size:9pt;
	font-style:italic;
	text-align:center;
}
#credits p{
	margin:0;
}