/*** Eléments génériques *******************************/
a {
	color: #336633;
}
a:hover {
	color: #669966;
}

ul {
	list-style: url("pucerouge.gif") square;
}

/*** Styles Temporaires ********************************/
table.bottom td {
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}

/*** Tableaux des tarifs *******************************/
table.tarifs {
	border-top: 1px dotted #DD5555;
}
table.tarifs td:first-child {
	background-color: #EEEEEE;
}
table.tarifs tr:hover td {
	background-color: #DDDDDD;
}
table.tarifs td {
	text-align: left;
	border-bottom: 1px dotted #DD5555;
	font-size: 10pt;
	padding: 4px;
}

/*** Tableaux des groupes ******************************/
table.groupes {
	border: 0;
}
table.groupes td {
	padding: 2px;
}
table.groupes th {
	padding: 2px;
	font-weight: bold;
	text-align: left;
}

.nomArtiste {
	font-size: 135%;
}
.typeArtiste {
	font-style: italic;
	font-size: 75%;
	color: #9F9481;
}
.texteArtiste {
	margin-top: 8px;
	margin-bottom: 16px;
	font-size: 85%;
	color: #5C8F59;
}

/*** Login *********************************************/
#login {
	display: none;
}

/*** Formulaires ***************************************/
.inscription {
	margin-top: 20px;
	text-align: center;
}
.inscription input {
	vertical-align: middle;
}
.inscription label {
	margin-right: 30px;
}

/*** Télécharger ***************************************/
ul.telecharger {
	margin: 20px 0px;
	padding: 5px 5px 5px 20px;
	border: 1px dashed #DD5555;
	background: #FFDDDD url("telecharger.jpg") left top no-repeat;
}
ul.telecharger:before {
	content: "A télécharger";
	display: block;
	padding-bottom: 5px;
	font-size: 85%;
	color: #BB3333;
}
ul.telecharger li {
	margin: 0px;
	padding: 3px;
	background-color: #FFFFFF;
	list-style: url("puce_fleche.gif");
}
ul.telecharger li:hover {
	list-style: url("puce_fleche2.gif");
}
ul.telecharger li a {
	text-decoration: none;
}
ul.telecharger li a:hover {
	text-decoration: underline;
}