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

/*/////////////////////////////// CONTENEUR ////////////////////////////*/
body{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	overflow-x:hidden;
	background-color: #000000;
	background-image: url(../img/bgbody.gif);
	background-repeat: repeat-x;
	background-position: center top;
}



#header{ background: #000000 ;width:1200px; height:576px;margin: 0 auto;border:0;}
#header img{ border:0;}


#conteneur {
	position:relative; 	
	width:790px;
	margin: 0 auto; text-align:left;
}



#main{text-align:left; color:#efefef; background: #000000 ;width:790px; border:0;}

a{color:#a1c86a;}

a:hover{
	color:#000; background-color:#a1c86a; text-decoration:none;
}

.gras{ font-weight:bold;}
.grasVert{ font-weight:bold;color:#a1c86a;}

h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: lighter; color:#a1c86a;
}
h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#a1c86a;
}
/*#conteneur #main table {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #006600;
}*/

/*a img{
	border: 1px solid #006600;
}

img:hover{
	border: 1px solid  #a1c86a;
}*/
.titre:hover{ border:none;}
.footer ul{ list-style-type:square; }
.footer li{
	display:inline;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-left: 5px; line-height:25px;
}
.artiste{color:#a1c86a; font-weight:bold;}

.site{
	color:#FFCC00;
	font-weight:normal;
	font-size:0.8em;
	}
	
a.contact { 
	border: none;
	}
	
p { background-image:url(../img/bgParagraphe.gif); background-position: left; background-repeat:repeat-y; padding-left:28px;
	}
/*	
.LinkMenu{ background-image:url(../img/bgLinkMenu.gif); background-position: 5px top; background-repeat:no-repeat;
	}*/
.LinkMenu a{ display:block; text-decoration:none;background-image:url(../img/bgLinkMenu.gif); background-position: 0 -5px; background-repeat:no-repeat; width:96px; height:40px; margin-top:5px; padding-top:20px; text-align:center;
	}
	
.LinkMenu a:hover{ background-position: 0px -10px; color:#FFFFFF;
	}
	
.Menu table{ border-color:#000; text-align:center;
	}