/* GENERAL */
* {margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	color: white;
}
h1, h2 {font-size: 24px; line-height: 50px;}
a {color: #ccc;}

/* BLOCS DE POSITIONNEMENT */
/* les blocs suivants sont centrés dans la page */
#menu				{width: 790px; height: 33px; margin: 0 auto;}
#conteneur	{width: 790px; height: auto; margin: 0 auto;}
#pied				{width: 790px; height: 50px; margin: 0 auto;}

/* gestion de la page Home */
#home_gauche {float: left; width: 580px; 	text-align: justify; font-size: 12px;}
#home_droite {float: right; width: 200px; color: black;}
#home_droite h3 {background-color: white; font-size: 13px; text-align: center;}
#home_droite p {background-color: #ccc; font-size: 11px; padding: 4px;}
#home_droite a {color: black;}

/* pied de page */
div#pied p {margin-top: 20px; font-size: 11px; color: #222; text-align:right;}
div#pied a {font-size: 11px; color: #222;}

/* gestion de la table Tour Dates */
table#tour_date {width: 790px; font-size: 12px;}
table#tour_date thead {background-color: white; color: black; font-size: 13px; height: 25px;}
table#tour_date td {padding: 3px 10px;}

/* gestion du portfolio */
#cont_img {width: 800px; margin: 0 auto;}
img.vignette {border: 1px solid #666}

/* mise en page */
img.top_image {margin: 0px 0;}

.texteprincipal {
	font-size: 13px;
	line-height: 15px;
	text-align: justify;
	color: #ccc;
	margin-bottom: 15px;
}

.texte-dates {
	font-size: 10px;
	color: black;
}

.texte-tourdates {
	font-size: 11px;
	line-height: 12px;
	color: black;
	text-align: justify;
	margin: 5px 5px 2px 5px;
}
.lien-tourdates {
	font-size: 11px;
	line-height: 12px;
	color: black;
	background-color: #FFCC33;
	text-align: justify;
	margin: 2px 4px;
}



.date-tourdates {
	font-size: 12px;
	line-height: 18px;
	color: white;
	text-align: center;
}

.venue-details-tourdates {
	font-size: 12px;
	line-height: 18px;
	color: white;
	text-align: left;
	margin-right: 2px;
	margin-left: 2px;
}

/* LIENS */
a:link {
	font-size: 13px;
	line-height: 15px;
	text-align: justify;
	color: #CCCCCC;
}

a:visited {
 font-size: 13px;
	line-height: 15px;
	text-align: justify;
  color: #CCCCCC;
}

a:hover {
	font-size: 13px;
	line-height: 15px;
	text-align: justify;
	color: #FFFFFF;
}

a:active {color: white;}

a.hidden {
	font-size: 11px;
	line-height: 12px;
  color: black;
}

a.hidden:visited {
  color: black;
}

a.hidden:hover {
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	color: white;
}

a.hidden:active {color: black;}

a.nav:link {
	color: #333;
	padding: 2px;}

a.nav:visited {
	color: #CCC;
	padding: 2px;
}

a.nav:hover {
	color: white;
	background-color: #666;
	padding: 2px;
}

a.menu {
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: white;
	text-decoration: none;
	border: medium solid #ccc;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
	padding: 3px;
	text-decoration: none;
	background-color: #666;
	border: medium solid #3366FF;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Balises SPIP */
p.spip {margin-bottom: 8px; font-size: 12px;}

.box {
margin-top:5px;
color:#FFF;
}
.box fieldset
{
border: none;
}

.box H4
{
  text-align:center;
  color:#FFF;
}
.box legend
{
 display:none;
}
.box input
{
border:1px solid #000;
margin-top:5px;
}
.box button
{
margin-top:5px;
border:1px solid #FFF;
background-color:#000;
color:#fff
}
#home_gauche , #home_droite
{
margin-top:10px;
}

