body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: Black;
	color: White;
}

/*
------------------- INDEX
*/
#index {
	font-size: 80%;
	height: 73px;
	background-image:    url("img-chanteur/index-imitateur/imitations.jpg");
}
#index a {

	color: White;
	text-decoration: none;
	font-weight: bold;
}
#index a:hover {
	color: Yellow;
	text-decoration: none;
	font-weight: bold;
}
/*
------------------- MENU
*/
#menu {
	font-size: 100%;
	color: Yellow;
	font-weight: bold;
}
#menu a {
	font-size: 80%;
	color: White;
	text-decoration: none;

}
#menu a:hover {
	font-size: 80%;
	color: Yellow;
	text-decoration: none;

}
/*
------------------- CENTRE
*/
#centre {
	text-align: justify;
	padding-top: 5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 10px;
	font-size: 70%;
}
#centre a {

	color: Yellow;
	text-decoration: none;

}
#centre a:hover {
	color: Yellow;
	text-decoration: underline;
}
/*
------------------- DIVERS
*/
.lor {
color: Gray;
}
.misevaleur {
	/*color: #FFD700;*/
	color: #EA7D1C;
	font-weight: bold;
}
.rouge {
	color: Red;
}
.vert {
	color: Green;
}
.traitcentre {
	/*color: #FFD700;*/
	color: white;
	font-weight: bold;
	border-top: 1px dashed;
	text-align: left;
	padding: 0px;
	font-size: 50%;
	width: 50%;
}
.trait {
	/*color: #FFD700;*/
	color: #EA7D1C;
	font-weight: bold;
	border-top: solid 1px;
	text-align: left;
	padding: 0px;
	font-size: 50%;
}
/*
------------------- CENTRE ADMIN
*/
#centreAdmin {
	text-align: center;
	padding-top: 5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 10px;
	font-size: 70%;
}
#centreAdmin a {

	color: Yellow;
	text-decoration: none;

}
#centreAdmin a:hover {
	color: Yellow;
	text-decoration: underline;
}
#centreAdmin img {
	padding:5px;
}

.misevaleurAdmin {
	/*color: #FFD700;*/
	color: #EA7D1C;
	font-weight: bold;
	border-top: solid 1px;
	text-align: left;
	padding: 5px;
	font-size: 110%;
}
.misevaleurAdminSeul {
	/*color: #FFD700;*/
	color: #EA7D1C;
	font-weight: bold;
	text-align: left;
	padding: 0px 5px 5px 5px;
	font-size: 110%;
}

/*
------------------- CENTRE PHOTO
*/
#centrePhoto {
	text-align: center;
	padding-top: 5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 10px;
	font-size: 70%;
}

#centrePhoto img {

	padding:5px;
	border:none;
}
/*
#centrePhoto a {

	text-decoration: none;
	border:none;

}
*/
#centrePhoto a:hover {
	border: solid 1px #EA7D1C;
	text-decoration: underline;
}


/*
------------------- VIDEO
*/
#video a {
	font-size: 70%;
	color: white;
	text-decoration: none;
}
#video a:hover {
	font-size: 70%;
	color: yellow;
	text-decoration: none;
}
/*
------------------- CREDIT
*/
#credit {
	text-align: right;
	font-size: 50%;
	
}
#credit a {
	color: ButtonShadow;
	text-decoration: none;
}
#credit a:hover {
	color: ActiveBorder;
	text-decoration: none;
	font-size: 140%;
	font-weight: bold;
	color: Yellow;
}

/*
------------------- FORMULAIRE
*/
textarea, input, normal {
	background-color: black;
	color: #EA7D1C;
} 
.focus {
	background: Yellow;
	color: black;
	}
	
.retour {

	color: #EA7D1C;
	padding-bottom: 10px;
	font-size: 120%;
}
/*
------------------- GALERIES
*/
#galerie {
	text-align: center;
	padding-top: 10px;
	padding-left:20px;
	padding-right:20px;
	font-size: 70%;
}
#galerie a {

	color: Yellow;
	text-decoration: none;

}
#galerie a:hover {
	color: Yellow;
	text-decoration: underline;
}
/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}