/* CSS Document */

/* START - PAGE ELEMENT STYLES */
body {
	background: #000000 url("../pics/layout/bg_lines.gif") repeat-x;
	margin: 0;
	padding: 0;
	text-align:center;
}

#pagediv {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}

#content_area {
    width: 760px;
	background: #0A63B5 url("../pics/layout/bg_container_main.gif") repeat-y;
    margin: 0;
    padding: 0; 
	text-align:left;
}

h1 {
	height: 20px; 
	background: url("../pics/layout/bg_h1.png") no-repeat;
	margin: 0 0 8px 0;
	padding: 2px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F31112;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ECFCFF;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ECFCFF;
}

#text_content {
    width: 600px;
	margin: 0px 10px 0 85px;
	padding: 70px 0 30px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ECFCFF;
}

#text_content p {
	margin: 15px 0;
}

#text_content h2 {
	margin: 20px 0;
	padding: 0;
}

#text_content a:link {
	text-decoration: none;
/*	color: #FEE147; */
	color: #E6CC01;
}

#text_content a:visited {
	text-decoration: none;
	color: #E6CC01;
}

#text_content a:hover {
	text-decoration: underline;
	color: #E6CC01;
}

#text_content a:active {
	text-decoration: none;
	color: #E6CC01;
}
/* END - CONTENT AREA STYLES */


/* START - ADDITIONS FOR SPECIFIC PARTS OF THE SITE */
/* Mise en page des news */
.news {
	margin: 30px 0;
	padding: 0 2px 10px 2px;
}

.news img {
	margin: 0 10px 0 0;
	float: left;
}

#news_precedentes {
    float: left;
}

#news_suivantes {
    float: right;
}

/* Mise en page de la discographie */
.disque {
    width: 50px;
    height: 50px;
    text-align: center;
	margin: 5px;
	float: left;
}

.disque img {
	border: 0px;
}

/* Mise en page de la liste des concerts */
table {
    border: 0px;
    width: 100%;
}

tr {
    text-align: left;
}

.concert_fr {
    margin: 5px 0 10px 0;
	clear: left;
	font-weight: bold;
	color: #F8ECDC;
}

.concert_date {
    width: 6%;
}

.concert_lieu {
    width: 50%;
}

.concert_ville {
    width: 20%;
}

.concert_pays {
    width: 17%;
}

.concert_cr {
    width: 3%;
}

.concert_photo {
    width: 4%;
}

.concert_billets {
    width: 7%;
}

/*Mise en page du navigateur pour la galerie */
#galerie_gauche {
/*   border: 1px solid #FFFFFF; */
	width: 110px;
	float: left;
    text-align: right;
}

#galerie_droite {
	width: 110px;
	float: right;
	text-align: left;
}

#galerie_centre {
	margin: 0 111px 0 111px;
	float: none;
	text-align: center;
}

#galerie_image {
	margin: 5px 0 0 0;
	float: none;
}

.galerie_mosaique {
	height: 104px;
	width: 104px;
	text-align: center;
	margin: 5px;
	float: left;
}

.galerie_mosaique img {
	border: 0px;
}

/* Mise en page des interviews */
.question {
	margin: 25px 0 10px 0;
	text-decoration: none;
	color: #E6CC01;
}

.reponse {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ECFCFF;
}

.intervention {
	margin: 0 0 10px 0;
	text-decoration: none;
	font-weight: bold;
	color: #E6CC01;
}

/* Mise en page du calendrier de l'avent */
#transcript_gauche {
    width: 280px; 
    float: left;
}

#transcript_droit {
    width: 280px; 
    float: right;
}

#avent_cal {
    background-image: url("../pics/media/avent_2007.jpg");
    width: 450px;
    height: 450px;
    margin: 0 auto;
    font-size: 14px; 
    font-weight: bold; 
    text-align: center; 
    position: relative;
}

.avent_case1 {
    width: 50px;
    height: 35px;
    padding-top: 15px;
    background: #3C7588; 
    position: absolute;
}

.avent_case2 {
    width: 50px;
    height: 35px;
    padding-top: 15px;
    background: #105670; 
    position: absolute;
}

/* Mise en page des formulaires (newsletter) */
.form_ligne {
 	clear: both;
	padding-top: 10px;
}

.form_ligne span.form_libelle {
 	float: left;
 	width: 25%;
 	text-align: right;
 }

.form_ligne span.form_champ {
	float: right;
 	width: 73%;
 	text-align: left;
 }

/* Mise en page des auteurs dans l'à propos */ 
.auteur {
 	clear: both;
    margin: 0 0 30px 0;
}

.avatar {
    float: left;
    margin: 0 5px;
}

/* END - ADDITIONS */


/* START - HEADER */
#header {
    width: 760px;
    height: 80px;
    background: url("../pics/layout/bg_header.png") no-repeat;
    margin: 0;
    padding: 0;
	text-align:center;
}

#title {
    width: 358px;
    height: 52px;
    background: url("../pics/layout/bg_title.png") no-repeat;
    position: relative;
    top: 15px;
    margin: 0 auto;
    padding: 0;
}

/* END - HEADER */


/* START - FOOTER */
#footer {
    width: 760px;
    height: 100px;
    background: url("../pics/layout/bg_footer.png") no-repeat;
    margin: 0;
    padding: 0; 
	text-align:center;
}

#copy {
	margin: 0px 0 5px 0;
	padding: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ECFCFF;
	text-transform: uppercase;
} 
/* END - FOOTER */


/* START - MENU */
#menu {
    position: absolute;
    top: 80px;
    width: 222px;
    height: 213px;
    background: url("../pics/layout/bg_menu.png") no-repeat;
    margin: 0 0 0 -120px;
    padding: 0; 
	text-align:center;
}

html>body #menu {  /* seulement pour navigateurs modernes! */
position: fixed;
}

#menunav {
	width: 90px;
/*	margin: 20px 0 0 74px;*/
	margin: 20px auto;
	padding: 0 0 0 20px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;	
	color: #FDF1FD;
	text-align: right;
}

#menunav ul {
	margin: 0;
	padding: 0;
}

#menunav li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

#menunav li.passive {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #9e0d10;	
}

#menunav li a:link {
	text-decoration: none;
	color: #FDF1FD;
}

#menunav li a:visited  {
	text-decoration: none;
	color: #FDF1FD;	
}

#menunav li a:hover {
	color: #9e0d10;
	text-decoration: none;
}

#menunav li a:active {
	color: #ff561f;
	text-decoration: none;
}


#menunav li#active a {
	color: #ff561f;
	text-decoration: none;
}
/* END - MENU */

/* START - SUBMENU */
#submenu {
    position: absolute;
    top: 80px;
    width: 222px;
    height: 213px;
    background: url("../pics/layout/bg_submenu.png") no-repeat;
    margin: 0 0 0 658px;
    padding: 0; 
	text-align:center;
}

html>body #submenu {  /* seulement pour navigateurs modernes! */
position: fixed;
}

#submenunav {
	width: 90px;
/*	margin: 20px 0 0 58px; */
	margin: 30px auto;
	padding: 0 30px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#submenunav ul {
	margin: 0;
	padding: 0;
}

#submenunav li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;	
}

#submenunav li a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#submenunav li a:visited  {
	text-decoration: none;
	color: #FFFFFF;	
}

#submenunav li a:hover {
	color: #e68f01;
	text-decoration: none;
}

#submenunav li a:active {
	color: #fce54a;
	text-decoration: none;
}

#submenunav li#active a {
	color: #fce54a;
	text-decoration: none;
}

#submenunav li.passive {
	color: #e68f01;	
}

#submenunav li.passive a:link {
	color: #e68f01;	
}

#submenunav li.passive a:visited {
	color: #e68f01;	
}

#submenunav li.passive a:hover {
	color: #e68f01;	
}

#submenunav li.passive a:active {
	color: #fce54a;
	text-decoration: none;
}
/* END - SUBMENU */


/* Float containers fix */ 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/

* html .clearfix{height: 1%;}

.clearfix{display: block;}

/* End hide from IE-mac */  


