@charset "utf-8";

body {
	margin-top: 0px;
	padding-top: 0px;
	background-color:#000;
}

#conteneur {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #000;
}

/*===================== ENTETE ==============================*/

#header {
	width: 955px;
	float: left;
	height: 140px;
	background-color: #000;
}
#header #logo {
	float: left;
	width: 730px;
	height: 136px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#header #logo a {
	float: left;
	width: 730px;
	height: 136px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}




/*#logo {
	float: left;
	height: 136px;
	width: 730px;
}
#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}*/


h1 {
	width: 730px;
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 0px;
	margin: 0px;
}
h1 span {
	display: none;
}

#outils {
	font-family: Arial, Helvetica, sans-serif;
	color: #EE0416;
	float: left;
	height: 130px;
	width: 225px;
	background-color: #000;
}

#newsletter {
	height: 50px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	float: left;
	margin-top: 35px;
	background-color: #840403;
}
#newsletter    .champ  {
	border: 1px solid #EE0416;
	height: 18px;
	width: 150px;
	margin: 0px;
	background-color: #D6D6D6;
}
#btok  {
	height: 20px;
	width: 22px;
	background-color: #840403;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
	border: thin solid ##840403;
	margin: 0px;
	text-align: center;
}


/*NAVIGATION SECONDAIRE*/

#navSecond {
	height: 15px;
	float: left;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #840403;
	padding-top: 6px;
	text-align: right;
}
#navSecond ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #840403;
	list-style-type: none;
	display: inline;
	padding: 3px;
	text-align: right;
}
#navSecond  a  {
	text-decoration: none;
	color: #840403;
}
#navSecond a:hover {
	color: #EE0416;
	text-decoration: underline;
}
#youtube {
	float: left;
	height: 26px;
	list-style-type: none;
	text-align: center;
	margin-right: 15px;
}
#facebook {
	text-align: center;
	height: 26px;
	margin-right: 15px;
	float: left;
}
#liens {
	text-align: center;
	float: left;
	height: 26px;
	margin-right: 15px;
}

#myspace {
	text-align: center;
	float: left;
	height: 26px;
	margin-right: 10px;
}

/*NAVIGATION PRINCIPALE*/

#navPrinc  {
	height: 25px;
	width: 951px;
	padding-left: 4px;
	float: left;
	background-color: #000;
}

#navPrinc ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navPrinc li {
	list-style-type: none;
	display: inline;
	margin: 10px;
	padding: 0px;

}
.boutique {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:141px;
	margin-left: 0px;
	background-image: url(../media/images/btn-boutique.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#navPrinc a.boutique:hover {
	height: 25px;
	margin-left: 0px;
	background-image: url(../media/images/btn-boutique.jpg);
	background-position: bottom;
	width: 141px;
}



.groupe {
	text-decoration:none;
	color: #fff;
	height: 25px;
	float: left;
	display: inline;
	background-image: url(../media/images/btn-groupe.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 70px;
}
.groupeActif {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-decoration:none;
	color: #ff4800;
	height: 25px;
	float: left;
	display: inline;
	text-align: center;
	width:70px;
	margin-left: 0px;
	background-image: url(../media/images/btn-groupe.jpg);
	background-position: bottom;
}

#navPrinc   a.groupe:hover   {
	height: 25px;
	margin-left: 0px;
	background-image: url(../media/images/btn-groupe.jpg);
	background-position: bottom;
	width: 70px;

}
a  img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}


.concert {
	text-decoration:none;
	color: #fff;
	height: 25px;
	float: left;
	display: inline;
	width:94px;
	background-image: url(../media/images/btn-concerts.jpg);
	background-position: top;
}
.concertActif {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:94px;
	margin-left: 0px;
	background-image: url(../media/images/btn-concerts.jpg);
	background-position: bottom;

}

#navPrinc   a.concert:hover   {
	height: 25px;
	margin-left: 0px;
	background-image: url(../media/images/btn-concerts.jpg);
	background-position: bottom;
	width: 94px;

}
.discographie {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:123px;
	background-image: url(../media/images/btn-discographie.jpg);
	background-position: top;

}
.discographieActif {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:123px;
	margin-left: 0px;
	background-image: url(../media/images/btn-discographie.jpg);
	background-position: bottom;

}

#navPrinc   a.discographie:hover   {
	height: 25px;
	background-image: url(../media/images/btn-discographie.jpg);
	background-position: bottom;
	width: 123px;

}
.video {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:67px;
	margin-left: 0px;
	background-image: url(../media/images/btn-video.jpg);
	background-position: top;

}
#navPrinc   a.video:hover   {
	height: 25px;
	margin-left: 0px;
	background-image: url(../media/images/btn-video.jpg);
	background-position: bottom;
	width: 67px;

}
.videoActif {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:67px;
	background-image: url(../media/images/btn-video.jpg);
	background-position: bottom;

}
.photo {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:82px;
	background-image: url(../media/images/btn-photos.jpg);
	background-position: top;

}
#navPrinc   a.photo:hover   {
	height: 25px;
	background-image: url(../media/images/btn-photos.jpg);
	background-position: bottom;
	width: 82px;

}
.photoActif {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:82px;
	background-image: url(../media/images/btn-photos.jpg);
	background-position: bottom;
}
.espacepro {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:111px;
	background-image: url(../media/images/btn-pro.jpg);
	background-position: top;
}
#navPrinc a.espacepro:hover {
	height: 25px;
	background-image: url(../media/images/btn-pro.jpg);
	background-position: bottom;
	width: 111px;
}
.espaceproActif {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:111px;
	background-image: url(../media/images/btn-pro.jpg);
	background-position: bottom;
}
.contact {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:87px;
	background-image: url(../media/images/btn-contact.jpg);
	background-position: top;
}
.boutique {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:98px;
	background-image: url(../media/images/btn-boutique.jpg);
	background-position: top;
}
#navPrinc a.boutique:hover {
	height: 25px;
	background-image: url(../media/images/btn-boutique.jpg);
	background-position: bottom;
	width: 98px;
}
.boutiqueActif {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:98px;
	background-image: url(../media/images/btn-boutique.jpg);
	background-position: bottom;
}

#navPrinc a.contact:hover {
	height: 25px;
	background-image: url(../media/images/btn-contact.jpg);
	background-position: bottom;
	width: 87px;
}
.contactActif {
	text-decoration:none;
	height: 25px;
	float: left;
	display: inline;
	width:87px;
	background-image: url(../media/images/btn-contact.jpg);
	background-position: bottom;
}




/******************CONTENU CENTRAL**********************/

#centre {
	float: left;
	width: 955px;
	height: auto;
	padding-bottom: 20px;
	padding-top: 40px;
}
#centre h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #840403;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#centreIndex {
	float: left;
	width: 955px;
	height: 720px;
	background-repeat: no-repeat;
	padding-bottom: 25px;
	padding-top: 40px;
	background-image: url(../media/images/fond-photo.jpg);
	background-color: #000;
}

#centre #colG a {
	text-decoration: none;
	color: #e8dcbc;
}
#centre #colG a:hover {
	text-decoration: underline;
	color: #e8dcbc;
}

#colCentre {
	float: left;
	width: 480px;
	margin-left: 10px;
}



#colCentre .txtcourant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ABABAB;
	margin: 0px;
}
#colCentre .txtcourant a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	color: #ABABAB;
}

#colCentre h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #840403;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}



#colCentre #choix {
	background-color: #FF6600;
	height: 110px;
	width: 450px;
	float: left;
	margin-top: 20px;
	margin-bottom: 15px;
}
#colCentre #choix img {
	margin: 10px;
	float: left;
	height: 85px;
	width: 85px;
}
#colCentreConcert {
	width: 705px;
	margin-top: 0px;
	padding-left: 10px;
	float: left;
}
#colCentreConcert p {
	width: 403px;
}

#colCentreConcert  .txtcourant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ABABAB;
	margin: 0px;
}
#colCentreConcert  .txtcourant  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	color: #ABABAB;
}
#colCentreConcert  .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #C0C0C0;
	margin: 0px;
	font-weight: bold;
}
#colCentreConcert  img {
	margin-bottom: 10px;
	margin-top: 10px;
}
#centreVideo {
	width: 845px;
	margin-left: 10px;
}
#centreVideo h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #840403;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#centreVideo h3 {
	color: #840403;
}

#centreVideo .txtcourant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ABABAB;
	margin: 0px;
}
#centreVideo  #video {
	float: left;
	width: 750px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#video object {
	margin-top: 20px;
	margin-bottom: 40px;
}
#colCentreDoc {
	float: left;
	width: 700px;
	margin-left: 10px;
	padding-top: 10px;
	height: auto;
}
#colCentreDoc img {
	border: thin solid #6C6C6C;
}
#colCentreDoc  table #contact {
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
	float: left;
}
#colD #documents     {
	width: 170px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-left: 5px;
}

#colCentreDoc table td {
	padding-left: 5px;
	width: 220px;
}

#colCentreDoc  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ABABAB;
}
#colCentreDoc p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ABABAB;
}
#colCentreDoc h2 {
	margin-bottom: 5px;
	height: 30px;
	margin-top: 15px;
	float: left;
	width: 175px;
}

#album {
	margin-bottom: 25px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 945px;
	height: auto;
}
#TitAlbum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #840403;
	margin-bottom: 5px;
	width: 945px;
}
#album  #couve {
	float: left;
	width: 200px;
	margin: 0 15px 0 0;
	height: 250px;
	background-color: #000000;
}
#album #playerYozik {
	float: left;
	height: 134px;
	width: 710px;
	margin-left: 20px;
}

#album #description {
	float: left;
	height: 360px;
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #ABABAB;
	margin-left: 20px;
	background-color: #000;
	margin-top: 20px;
}
#album #description p {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ABABAB;
}
#album #description a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ABABAB;
	text-decoration: none;
}




#album  #tracks {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #e8dcbc;
	list-style-type: none;
	margin: 0px;
	width: 340px;
	height: 210px;
}
#album  #tracks  em {
	font-style: normal;
	color: #f60;
}
#album  #tracks  li {
	margin-bottom: 4px;
}
#album  #tracks  ul {
	list-style-type: none;
	margin: 0px;
}
#album #tracks a {
	font-style: normal;
	color: #f60;
}


#colD {
	float: left;
	width: 175px;
	margin-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	color: #343434;
	background-color: #ABABAB;
}

#colD h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #840403;
	margin: 0px;
}
#colD p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #1B1B1B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#colD em {
	color: #000;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #840403;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}



#colG {
	float: left;
	width: 197px;
	padding-right: 12.5px;
	padding-left: 12.5px;
}
#colG img {
	margin-bottom: 5px;
}
#colG p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #e8dcbc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}




/********************PIED DE PAGE****************/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 30px;
	width: 955px;
	text-align: justify;
	float: left;
	text-decoration: none;
	/*background-image: url(../media/images/fond-footer.jpg);*/
	/*background-repeat: no-repeat;*/
	background-color:#840403;
	font-weight: bold;
	letter-spacing: normal;
	margin-top:5px;
}
#menuFooter {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	text-align: center;
	height: 30px;
	width: 955px;
	margin-top: 8px;
}

#footer  a  {
	color: #000;
	text-decoration: none;
	font-size: 10px;
}
#footer  a:hover  {
	color: #000;
	text-decoration: underline;
}
#footer span {
	margin-right: 3px;
	margin-left: 3px;
}

#albumActu {
	width: 475px;
	float: left;
	margin-top: 20px;
	height: 100%;
	padding-bottom: 10px;
	margin-left: 25px;
}
#albumActu  h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
}
#albumActu #TitAlbum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #F9DFA2;
}


#albumActu #tracks {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #330000;
	list-style-type: none;
	margin: 0px;
	width: 220px;
}

#albumActu #couve {
	float: left;
	width: 200px;
	margin: 0 15px 0 0;
	height: 200px;
	border: thin outset #F9DFA2;
}
#albumActu #tracks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#albumActu #tracks li {
	margin-bottom: 4px;
	padding: 0px;
}
#albumActu .lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 440px;
	margin-top: 10px;
	text-align: right;
	background-color: #FFCC66;
	padding: 5px;
}

#program h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #840403;
	font-size: 1em;
}

#program {
	width: 370px;
	padding-left: 20px;
	float: left;
	margin-top: 20px;
	background-color: #000000;
	margin-left: 20px;
	padding-bottom: 10px;
	height: 100%;
}
#centreHaut {
	margin-bottom: 20px;
	width: 955px;
	float: left;
}


#program #affiche img {
	float: left;
	width: 170px;
	margin-top: 20px;
}
#program #infoConcert {
	float: left;
	width: 180px;
	padding-right: 10px;
}

#program .txtcourant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 0px;
}
#program h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #F9DFA2;
}
#program h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #840403;
	margin-bottom: 2px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #840403;
}
#program .lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 360px;
	margin-top: 10px;
	text-align: right;
	background-color: #FF6600;
	padding: 5px;
	margin-right: 10px;
}
#videolist {
	background-color: #000000;
	width: 885px;
	height: 80px;
	float: left;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tabloContact td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #969696;
}
#tabloContact input {
	background-color: #D5D5D5;
	height: 17px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1em;
}

#tabloContact label {
	margin-right: 10px;
}
#tabloContact textarea {
	height: 100px;
	margin-bottom: 10px;
	width: 350px;
	background-color: #C0C0C0;
	font-size: 1em;
}

#tabloContact select {
	background-color: #ABABAB;
	height: 17px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1em;
}

#colCentreContact {
	float: left;
	width: 420px;
	margin-left: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #F9DFA2;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 20px;
}
#colCentreMerci {
	float: left;
	width: 450px;
	margin-left: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #F9DFA2;
	height: 500px;
	padding-top: 20px;
}
#barre {
	margin-bottom: 10px;
}
.YYYY {
	border: 1px solid #FF9900;
}
#colD form {
	margin-top: 10px;
	margin-bottom: 20px;
}
#conteneur #centre #centreHaut #gifanime {
	float: left;
	width: 955px;
}
#albumActu .lienAlbum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#albumActu .lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #E3E6CB;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 465px;
	text-align: right;
	background-color: #990000;
	margin: 0px;
}
#albumActu img {
	width: 475px;
	float: left;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
	border: 0 px;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#colCentreIndex {
	float: left;
	width: 750px;
	margin-left: 50px;
	height: auto;
	padding-left: 20px;
	background-color: #000;
	padding-bottom: 30px;
}
#onlycoolprod  {
	float: left;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#onlycoolprod img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 150px;
	margin-right: 10px;
}
#onlycoolprod  h4  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #840403;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	width: 555px;
}
#onlycoolprod  p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A9976B;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	width: 200px;
}
#onlycoolprod  a  {
	font-family: Arial, Helvetica, sans-serif;
	color: #AD6952;
	text-decoration: none;
}
#colCentrePhoto {
	float: left;
	width: 680px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #ABABAB;
	height: auto;
	padding-top: 20px;
}
#colCentrePhoto a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ABABAB;
}
#colCentreIndex h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #840403;
	padding-left: 20px;
	display: block;
	width: 300px;
	float: left;
	margin-top: 150px;
}
#colCentreIndex h3 a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FC9;
	text-decoration: none;
	display: block;
	width: 200px;
	float: right;
}
#conteneur #centre #album #TitAlbum #playerZimbalam {
	float: left;
	height: 500px;
	width: 420px;
	margin-top: 10px;
}
#album #description h2 .info {
	font-weight: normal;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}
#conteneur #contactForm {
	background-color: #000;
}
#colCentreIndex img {
	float: left;
	padding-left: 40px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#colD #documents tr td p a {
	color: #333;
}

