body
{
	margin: 0px ;
	padding: 0px;
	font: normal 12px Helvetica, Arial, sans-serif;
	background: #ffffff;
	text-align:center;
	color:grey;
	}

ul, li{
	list-style-type:none;
	padding:0; margin:0;
	list-style-position:outside;
}

/* Liens par défaut */
	
a,a:visited {
	text-decoration:none;
	/*color:#069;*/
	color:black;
}

a:hover {
	text-decoration: underline;
}

.clear{
	clear:both;
}

div#wrapper{

	text-align:left;
	margin:0 auto;
	border: 0px double #dddddd;
	padding:0px;
	padding-top:0px;
	width:970px;
	background: white;

}


div#header
{
	min-height: 115px ;
	border: 1px solid #cccccc ;
	margin-top: 10px;
	padding:10px;
}

div#menu_horizontal
{
	border: 1px solid #cccccc ;
	height:35px;
	margin-top:5px;
}

div#sousMenuArtiste{
	height:35px;
}

div#sousMenuArtiste li a{
	float:left;
	padding-right:10px;
}

div#sousMenuArtiste li a.actif{
	color:#cccccc;
}
	

div#container{
	padding:0px;
	float:left;
	width:100%;
	margin-bottom:5px;
}

div#sidebar
{
	float:left;
	margin-top:5px;
	padding:10px;
	min-height:500px;
	border-right:0px solid red;
	width:150px;
	border: 1px dotted black;
	}

div#maincontent
{
	margin-top:5px;
	margin-left:180px;
	padding:10px;
	min-height:500px;
	border: 1px solid grey;
}

div#footer
{
	clear:both;
	border:1px solid #999999;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	position:relative;
	}

img{
	border:0px;
}

h1{
	font-size: 180%;
	font-weight: normal;
	margin-bottom:0px;
	margin-top:0px;
	color:black;
	padding-top:0px;

}

h2{
	font-size: 130%;
	margin-top:0px;
	font-weight:normal;
	color:grey;
	margin-bottom: 20px;

	}


.breadcrumb{
	text-transform:capitalize;
	font-weight:bold;
	background: #e8e8e8;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	padding:5px;
}