
body {
	background-color: #000;
	width: 800px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Loma, "Mukti Narrow", sans-serif;
	font-size: 11px;
	color: #fff;
}

img.icon {
	vertical-align: middle;
}

/* En-tête */
#header {
	width: 500px;
	margin: 10px auto;
}
#header_logo {
	float: left;
	margin-right: 15px;
}
#header_titre h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 3px 0;
	padding-top: 5px;
	text-align: center;
}
#header_titre h1 a, #header_titre h1 a:hover {
	font-style: normal;
	font-weight: bolder;
	color: #666;
	text-decoration: none;
}
#header_titre h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bolder;
	color: #666;
	margin: 0 0 0 0;
	text-align: center;
}

#flags {
	float: right;
	margin: 10px;
}

/* Menu du haut */
#menu {
	clear: both;
	margin: 0 auto;
	text-align: center;
	height: 41px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	height: 27px;
	list-style-type: none;
}
#menu li {
    float: left;
	width: 100px;
	overflow: hidden;
}
#menu li a {
	height: 21px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 21px;
	color: #ddd;
	padding: 3px 0;
	display: block;
	background: url("/images/menu.gif") no-repeat;
	vertical-align: middle;
}
#menu li a:hover {
	color: #fff;
    text-decoration: none;
	background-position: 0 -27px;
}


/* Contenu de la page */
#page {
	padding: 5px;
	text-align: justify;
	font-size: 12px;
	color: #aaa;
}
#page p {
	text-indent: 20px ;
	margin: 5px 0 5px 0;
}

#page h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #ac8c96;
	margin: 0 0 15px 20px;
}

#page h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #ac8c96;
	margin: 5px 0 5px 20px;
}

#page h4 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #ac8c96;
	margin: 5px 0 2px 20px;
}


/* Tableau du Programme */
#prog td {
	text-align: left;
}
.prog_date {
	width: 100px;
	font-weight: bold;
	color: #e3dfb9;
	padding-top: 30px;
}
.prog_txt {
	padding: 30px 0 0 10px;
}
.prog_space {
	background-color: #1A1A15;
	height: 3px;
}

#prix {
	width: 450px;
}
#prix td.prix_nom {
	text-align: left;
	border-bottom: 2px solid #1A1A15;
}
#prix td.prix {
	width: 40px;
	border-bottom: 2px solid #1A1A15;
}
#prix td.prix_titre {
	padding: 10px 0 5px 10px;
	font-size: larger;
	font-weight: bold;
}
#prix td.prix_space {
	height: 18px;
}


#partenaires td {
	border-bottom: 2px solid #1A1A15;
	padding: 10px 3px 2px 3px;
}


/* Encart à droite (tarifs...) */
.encart {
	float: right;
	border-left: 1px dashed #ac8c96;
	width: 300px;
	padding: 0 5px 0 15px;
	margin-left: 10px;
}

hr {
	width: 90%;
	background-color: #1A1A15;
	height: 3px;
	margin : 40px auto;
	border: none;
}


/* Pied de page */
#footer {
	margin-top: 20px;
	border-top: 1px solid #333;
	text-align: center;
	color: #AAA;
}
#footer a {
	color: #AAA;
}


/* Liens */
a {
	color: #eee;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Images */
img {
	border: none;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}
.imgright {
	float: right;
	margin: 0 0 10px 10px;
}


ul {
	margin: 0;
	padding: 0 0 0 15px;
}

strong {
	font-size: 13px;
	/*color: #A09196;*/
	color: white;
}


/* Accueil : boutons et fond */
#accueil {
	background: url("/images/accueil.jpg?2") no-repeat;
	width: 800px;
	height: 573px;
	position: relative;
}
#accueil ul {
	position: absolute;
	top: 52px;
	left: 45px;
	margin: 0;
	padding: 0; 
	list-style-type: none;
	width: 90px;
}
#accueil li {
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	width: 90px;
	margin: 0 0 3px 0;
	padding: 0;
}
#accueil li a {
	display: block;
	height: 17px;
	padding: 5px 0 5px 10px;
	background: url("/images/bouton_entrer.gif") no-repeat;
	text-decoration: none;
	color: #aaa;
}
#accueil li a:hover {
	text-decoration: none;
	background-position: 0 -27px;
	color: white;
}
#accueil li img {
	vertical-align: middle;
}
#accueil_info {
	position: absolute;
	top: 440px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	color: #666;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}

#accueil_concours {
	position: absolute;
	top: 30px;
	left: 160px;
	width: 320px;
	padding: 0;
	color: #555;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}
#accueil_concours a {
	color: #df5214;
}
#accueil_registration_date {
	position: absolute;
	top: 350px;
	left: 0;
	width: 550px;
	text-align: center;
	padding: 0;
	color: #bbb;
	font-size: 16px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}


/* Page artistes */
.artist_thumb {
	background: url("/images/artistes/fond.png") no-repeat;
	_background: url("/images/artistes/fond.gif") no-repeat; /* Pour cette saleté d'IE6... */
	width: 120px;
	height: 150px;
	padding: 10px;
	position: absolute;
}
#artist {
	background: url("/images/artistes/showtop.png") no-repeat top;
	_background: url("/images/artistes/showtop.gif") no-repeat top; /* Pour cette pourriture d'IE6...*/
	width: 700px;
	padding: 10px 0 0 0;
}
#artist h3 {
	background-color: #333;
	margin: 0;
	padding: 0 10px 10px 20px;
	color: #D0B0BA;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}
#artist p {
	text-indent: 20px;
}
#artist_content {
	background-color: #333;
	margin: 0;
	padding: 10px;
	text-align: justify;
	font-size: 12px;
	overflow: auto;
	overflow-x: no;
}
#artist_bottom {
	clear: left;
	background: url("/images/artistes/showbot.png") no-repeat;
	_background: url("/images/artistes/showbot.gif") no-repeat; /* Pour cette moisissure d'IE6... */
	width: 700px;
	height: 40px;
	padding: 7px 0 0 0;
	text-align: center;
}
#artist_bottom input {
	background-color: #6A6A6A;
	border: 1px solid #222;
	text-align: center;
}


/* Formulaires : Champs de texte et boutons */
input, textarea, select {
	color : #000;
	border: 1px solid #888;
	background-color : #CCC;
}
input:hover, textarea:hover, select:hover {
	background-color : #eee;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #fff;
	background-color : #eee;
}
input[type=checkbox], input[type=radio] {
	border: none;
}
input[type=button], input[type=submit] {
	color: #000;
	background-color : #bbb;
}

/* Bulles d'aide */

.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #D0B0BA;
	padding: 8px 8px 4px;
	background: url("/images/bulle.png") top no-repeat;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url("/images/bulle.png") bottom no-repeat;
}
