@CHARSET "UTF-8";
@import url("structure.css");
@import url("ImageCadre.css");

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

body{
	background-color: #999999;
}

a{
	text-decoration: none;
	color: #333333;
}

a:hover{
	text-decoration: none;
	color: white;
}

div.logo img{
	width: 115px;
}

ul.Menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.listDomain div{
	position:absolute;
	/*float: left;*/
	/*display: table-cell;*/
	color: #333333;
}

div.listArtists ul{
	list-style: none;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: left;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
}

div.listArtistsAll ul{
	list-style: none;
	margin: 0px;
	padding: 0px 50px 0px 0px;
	text-align: left;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
}

div.textPresentation{
	float: left;
	width: 220px;
	margin-right: 20px;
	color: white;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
}

div.content_txt{
	float: left;
	margin-right: 20px;
	text-align: left;
	font-size: 12px;
	margin-top: 0px;
	width: 240px;
	line-height: 22px;
	color: #333333;
}

div.content_txt2{
	float: left;
	margin-right: 20px;
	text-align: left;
	font-size: 12px;
	margin-top: 0px;
	line-height: 22px;
	color: #333333;
}

span.txtTitre{
	color: white;
	font-weight: bold;
	font-size: 12px;
}

span.txtSousTitre{
	color: #333333#;
	font-weight: bold;
	font-size: 12px;
}

span.txtGrandTitre{
	color: #FFFFFF#;
	font-weight: bold;
	font-size: 14px;
}

span.titre{
	color: white;
}

span.texte{
	color: #333333;
	font-size: 12px;
}
