h1, h2, h3, h4, h5, h6, p {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
a img {
	border:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: lighter;
	line-height: 14px;
	text-align: left;
	margin: 0;
	height: 100%; /* Nécessaire si on veut que le fond de page se poursuive jusqu'au footer*/
	background-image: url(../images/decaelis_elements/de_caelis_ciel.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

p{
	font-size: 14px;
	}
.decalage{
	padding-left: 4px;
	}
h1 {
	font-size: 48px;
	color: #666;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -1px;
	padding-top: 16px;
}
h2 {
	font-size: 24px;
	font-weight: lighter;
	color: #FFF;
	line-height: 28px;
	letter-spacing: normal;
}
h3 {
	font-size: 14px;
	color: #FFF;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 16px;
	}
h4 {
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 70px;
}
h5 {
	font-size: 10px;
	color: #036;
	font-weight: lighter;
}
h6 {
	font-size: 9px;
	color: #330000;
	font-weight: lighter;
	line-height: 14px;
}

/*mise en page*/
div#global{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 860px;
	text-align:left;
	}
div#bandeau{
	position:absolute;
	width: 860px;
	height: 170px;
	z-index: 3;
	left: 0px;
	top: 0px;
	padding-left: 2px;
	background-color: transparent;
	background-image: url(../images/decaelis_elements/De_Caelis_Desmarquest.jpg);
	background-repeat: no-repeat;
	}	
div#colonnegauche{
	position:absolute;
	width: 570px;
	height: 600px;
	z-index: 2;
	left: 0px;
	top: 170px;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 15px;
	}
div#colonnedroite{
	position:absolute;
	width: 200px;
	height: 600px;
	z-index: 1;
	left: 600px;
	top: 150px;
	background-color: transparent;
	padding-right: 20px;
	}	

#footer {
	position: relative;  /* Nécessaire pour Safari */
	height: 30px;
	padding: 1em;
	background-color: #ffb200;
}
.coldroite{
	padding-left: 10px;
	padding-right: 120px;
	}	

a:link {
	color: #330000;
	text-decoration: none;
}
a:visited {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #660000;
}
a.blanc {
	color: #FFF;
	text-decoration: none;
}
a.bleu {
	color: #069;
	text-decoration: none;
	padding-left: 4px;
}
a.dateDuConcert {
	color: #930;
	text-decoration: none;
}

span.dateconcert {
	color: #930;
	/*text-transform: uppercase;*/
}
span.bdc {
	text-transform: none;
}
span.orange {
	color: #C30;
}
span.titreconcert {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
}
span.titreprochainsconcerts {
	color: #333;
	font-weight: bold;
	text-transform: none;
	font-size: 11px;
	letter-spacing: normal;
	}
span.reservation {
	font-size: 11px;
	text-transform: none;
	color: #FFF;
	letter-spacing: normal;
}

/* Formulaires  ------------------ */

.emailText
{
	margin:  0;
	padding: 0px;
	border:  0px;
	background-color:#CCC;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:14px;
}

.submit
{
	margin:  0px;
	padding: 0px;
	border:  #069 1px solid;
	background-color:#069;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:   10px;
	line-height: 14px;
}

