/*
	---------- Feuille de style des pages interieures ----------
*/


/* Styles de base */

body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body, p, td, th, div {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #006666;
}
a {
	color: #006666;
	text-decoration: underline;
}
a:hover {
	color: #009999;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}
input, textarea	{
	color: #005887;
	background-color: #EDEAD9;
	border-color: #ACACAC;
	border-width: 1px;
	font-family: Verdana,Helvetica;
	font-size: 11px;
}
input:hover, textarea:hover {
	color: #007BC7;
}

.scrolleur_marron {
	scrollbar-3dlight-color: #DAD6B1;
	scrollbar-arrow-color: #F1EFE2;
	scrollbar-darkshadow-color: #73353C;
	scrollbar-base-color: #713037;
	scrollbar-face-color: #771D05;
	scrollbar-highlight-color: #780B33;
	scrollbar-shadow-color: #4E050C;
	scrollbar-track-color: #E3DFBC;	/* DAD6B1 */
}

.rubriques,
.rubriques a {
	color: #EBE9D6;
	font-size: 11px;
	font-weight: bold;
}
.rubriques a:hover {
	color: #008AD4;
}

a.rubrique_selec {
	color: #00A6FF;
}

.copyright, .copyright a {
	font-size: 10px;
	color: #ACA568;
	text-align: left;
}

.titre {
	font-size: 17px;
	color: #004870;
	font-weight: bold;
}

.liste_artistes,
.liste_artistes a {
	font-size: 12px;
	color: #403D2F;
}
.liste_artistes a:hover {
	color: #005994;
	text-decoration: underline;
}

.liste_artistes_selec {
	font-weight: bold;
}

.artiste_titre1 {
	font-size: 20px;
	color: #003257;
	font-weight: bold;
}
.artiste_titre2 {
	font-size: 12px;
	font-weight: bold;
}
.artiste_titre3 {
	font-size: 12px;
	color: #003257;
	font-weight: bold;
}

.bouton_bas {
	background-color: #4A0000;
}
.bouton_bas,
.bouton_bas a {
	font-size: 9px;
	color: #DAD6B1;
	font-weight: bold;
}
.bouton_bas a:hover {
	color: #CC6D00;
	text-decoration: underline;
}
	
		.bouton_bas_2 {
			background-color: #4A0000;
		}
		.bouton_bas_2,
		.bouton_bas_2 a {
			font-size: 9px;
			color: #DAD6B1;
			font-weight: bold;
			text-align: center;
		}
		.bouton_bas_2 a:hover {
			color: #CC6D00;
			text-decoration: underline;
		}

.photo_encadree {
	border: 1px solid #440000;
}

.legende_photo {
	color: #6E6851;
	font-size: 9px;
}
