body#main{
	background: #DEDEDC;
	margin: 0;
	padding: 0;
	text-align:center;
}
html{
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img{border:0; margin:0; padding:0;}


/* TEXTES ET HYPERLIENS GLOBAUX
--------------------------------------------------------------------------------------- */
a, a:link, a:visited, a:hover{outline:none;}

h1{color:#000;font-size:20px;}

p{font-size: 11px; line-height: 150%; color:#6b6b6b;}
p.textePetit{font-size:10px;}
p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color:#0A254E; text-decoration:underline;}
p a:hover, p a:visited:hover, ul li a:hover, ul li a:visited:hover, ol li a:hover, ol li a:visited:hover{
	color:#CC6600; text-decoration:underline;
}

ul li{color:#1F1F1F; font-size:11px; line-height:150%; list-style:square; margin-left:16px;}
ol li{color:#1F1F1F; font-size:11px; line-height:150%; margin-left:16px;}

/* 
p:first-letter{color:green; font-size:200%; text-transform:uppercase;}
sup{position:relative; bottom:0.3em; vertical-align:baseline;}
sub{position:relative; bottom:-0.2em; vertical-align:baseline;}
*/

/* CONTENEURS ET CLASSES GÉNÉRALES
--------------------------------------------------------------------------------------- */
#haut img{display:block;}

#conteneur{
	background: url(Gx/M/contenu_fond.jpg) repeat-y;
	margin: 0 auto;
	text-align:left;
	width:977px;
}

#contenu{
	padding:0 35px;
}

.both{clear:both;}
.left{clear:left;}

/* MENUS
--------------------------------------------------------------------------------------- */
#menu{margin:0; padding:0; background:url(Gx/M/menu_fond.jpg) no-repeat; height:51px; text-align:center;}
#menu ul{margin:0;padding:10px 0 0 0;}
#menu ul li{padding:0 6px; margin:0; display:inline; list-style-type:none;}

/* PAGE ACCUEIL
--------------------------------------------------------------------------------------- */

#boiteASurveiller{
	background: url(Gx/01/boite_asurveiller_fond.jpg) no-repeat;
	height:301px;
	padding-top:11px;
}
#boiteASurveiller .imageShow{margin-left:46px;float:left;width:421px; height:237px;}
#listeEvenement{float:left;width:350px;padding:0 10px;}
#listeEvenement a, #listeEvenement a:link, #listeEvenement a:visited{
	clear:both;
	display:block;
	text-decoration:none;
	color:#6E6E6E;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #d1d1d1;
	padding:3px 10px;
}
#listeEvenement .production{color:#CE0D0D;font-size:10px;}
#listeEvenement .date{font-size:15px;float:right;line-height:200%;}
#listeEvenement a:hover, #listeEvenement a:visited:hover, #listeEvenement a.actif, #listeEvenement a.actif:visited{background:url(Gx/01/itemEvenement_over.gif) repeat-x bottom;}

#boiteSPTV{
	background:url(Gx/01/sptv.jpg) no-repeat top left;
	width:465px; height:350px;
	float:left;
}
#boiteSPTV div{
	background:#fff url(Gx/01/boite_sptv_entete.jpg) no-repeat top;
	width:410px; height:300px;
	padding:45px 5px 5px 5px;
	float:right;
	border:3px solid #d1d1d1;
}
#boiteSpectacle{
	float:right;
	background:#fff url(Gx/01/boite_spectacle_entete.jpg) no-repeat top;
	width:420px; height:350px;
	border:3px solid #d1d1d1;
}
#boiteSpectacle div{
	border:2px solid #d1d1d1;
	margin:50px 3px 3px 3px; 
	height:290px;
	position:relative;
}
#boiteSpectacle div a.toutesLesDates{
	padding:0 3px;
	background:#000;
	color:#fff;
	text-decoration:none;
	position:absolute;
	bottom:5px; right:5px;
}

#boiteSpectacle div div{clear:both;border:none;margin:0;padding:5px 5px 10px 5px;height:auto;}
#boiteSpectacle div div span{font-size:15px;text-transform:uppercase;display:block;}
#boiteSpectacle div div span.date{width:120px;float:left;}
#boiteSpectacle div div span.ville{float:left;}
#boiteSpectacle div div span.lieu{float:right;font-size:11px;line-height:170%;}
.odd{background:#dfdfdc;}

/* PAGE NOUVELLES
--------------------------------------------------------------------------------------- */
#boiteNouvelle{background:url(Gx/02/boiteNouvelle_entete.jpg) no-repeat top;width:218px;border:3px solid #d1d1d1;float:left;margin-right:10px;padding: 45px 5px;}
#boiteNouvelle a, #boiteNouvelle a:link, #boiteNouvelle a:visited{text-decoration:none;color:#555;font-size:10px;display:block;padding:5px;border-bottom:1px solid #ccc;}
#boiteNouvelle a:hover, #boiteNouvelle a:visited:hover, #boiteNouvelle a.actif, #boiteNouvelle a.actif:visited{background:url(Gx/01/itemEvenement_over.gif) repeat-x bottom;}
#boiteNouvelle span.date{color:#CF0D0D;float:right;}

#boiteMilieu{width:475px;float:left;}
#boiteTitre{border: 1px solid #d1d1d1;padding:4px;/*height:105px;*/}
#boiteTitre img{float:left;margin-right:10px;}
#boiteTitre h1{color:#CF0D0D;font-size:18px;font-weight:normal;}
#boiteTitre h2{color:#999;font-size:13px;font-weight:normal;} 
#boiteTitre span.date{font-size:17px;color:#6E6E6E;}
#boiteDetail{border: 1px solid #d1d1d1;}
#boiteDetail h2{text-transform:uppercase;color:#000;font-size:20px;font-weight:normal;background:url(Gx/02/boiteDetail_entete.jpg) repeat-x;line-height:41px;padding:0 10px;}
#boiteDetail p{padding:10px;}

/* PAGE PROFIL
--------------------------------------------------------------------------------------- */
#boiteBio{border:2px solid #d1d1d1; width:710px;float:left; background:#f1f1f1;}
#boiteBio h1{font-size:20px; text-transform:uppercase; letter-spacing:1px; font-weight:normal;background:url(Gx/03/boiteBio_entete.gif) repeat-x;line-height:54px;padding:0 10px;}
#boiteBio p{padding:10px;}

/* PAGE MUSIK
--------------------------------------------------------------------------------------- */
#pochette{border:1px solid #c3c3c3;padding:10px;width:375px;float:left;margin-right:10px;}
#infoPochette{float:left;width:310px;}
#infoPochette p{font-weight:bold;color:#000;line-height:120%;font-size:10px;}
#discographie{border:1px solid #d1d1d1; padding:20px 5px; width:700px;position:relative;}
#discographie h2{font-size:12px;color:#fff;background:#292929;width:auto;display:inline;padding:3px;position:absolute;top:-20px;left:0;font-weight:normal;}
#discographie a, #discographie a:link, #discographie a:visited{padding:3px;float:left;border:1px solid #d1d1d1; width:121px;text-align:center;text-decoration:none;color:#000;margin:0 0 10px 10px;min-height:140px;_height:140px;}

/* PAGE VIDEOS
--------------------------------------------------------------------------------------- */
#videoDescription{
	float:left;
	width:210px;
	margin-left:10px;
}
#videoDescription h1{text-transform:uppercase;font-size:13px;padding-bottom:5px;}

#videos{border:1px solid #d1d1d1; padding:20px 5px; width:700px;position:relative;}
#videos a, #videos a:link, #videos a:visited{padding:3px;float:left;border:1px solid #d1d1d1; width:121px;text-align:center;text-decoration:none;color:#000;margin:0 0 10px 10px;min-height:140px;_height:140px;}
#menuVideos{height:16px;}
#menuVideos a, #menuVideos a:link, #menuVideos a:visited{text-decoration:none;font-size:12px;width:auto;background:#aaa;color:#000;display:inline;padding:3px;position:relative;font-weight:normal;}
#menuVideos a.actif, #menuVideos a.actif:visited{color:#fff;background:#292929;}

/* PAGE SHOWS
--------------------------------------------------------------------------------------- */
.boiteDate{
 	float:left;
 	width:700px;
	border:1px solid #d1d1d1;
	text-transform: uppercase;
	background: #f1f1f1 url(Gx/06/calendrier_pathetik.jpg) no-repeat bottom right;
	padding-bottom: 200px;
}
.boiteDate h1{color:#000;font-weight:normal;font:18px Verdana;padding:3px 3px;letter-spacing:1px;}

.boiteDate table{width:100%;border-collapse:collapse;float:left;}
.boiteDate table th{padding:0 5px;font-size:16px; font-weight:normal; color:#fff; text-transform:uppercase; background:url(Gx/06/th_fond.gif) repeat-x;height:31px;}
.boiteDate table td{padding:2px 5px;text-transform:none;font-weight:bold;color:#6b6b6b}
.boiteDate table td.date{color:#d00408;width:160px;}
.boiteDate table td.detail{color:#ababab;font-size:11px;}

#colPub{float:right;width:180px;}
#colPub .pub{padding:10px;border:1px solid #c3c3c3;margin-bottom:5px;text-align:center;}

/* PAGE CONTACT
--------------------------------------------------------------------------------------- */
#boiteContact{
	width:485px; height:400px;
	padding:80px 20px 0 20px;
	background:url(Gx/09/contact_frame.jpg) no-repeat;
	float:left;
}
#boiteContact #gauche{float:left;}
#boiteContact #droit{float:right;}
#boiteContact h3, #boiteContactDroit h3{
	text-align:center;
	background:#000;
	color:#fff;
	font-size:12px;
}
#boiteContact h4{color:#CC6600;font-size:14px;padding-top:3px;}
#boiteContact p{color:#000;}
#boiteContactDroit{padding:20px 50px;width:250px;float:right;}
#boiteContactDroit p{color:#000;}
#boiteContactDroit h5{color:#fff;background:#333;font-size:12px;font-weight:normal;}

/* ICONES GÉNÉRALES
--------------------------------------------------------------------------------------- */
.lienRSS{background: url(Gx/icone_RSS.gif) no-repeat left;padding:5px 0 5px 20px;}

/* PUB
--------------------------------------------------------------------------------------- */

#pub_footer{ width: 864px; height: 141px; float: right; background: url(Gx/01/pub_footer.jpg) no-repeat; position: relative; }
#pub_footer #conteneur_image{ position: absolute; left: 4px; top: 19px; overflow: hidden; width: 855px; height: 115px; display: block; vertical-align: center; }
#pub_footer #conteneur_image a{ margin: 0; padding: 0; }
#pub_footer #conteneur_image a img{ margin: 0; padding: 0; vertical-align: top; border: none; }

/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#piedPage{color:#555; font-size:10px; height:13px; width:917px; padding:30px 30px 70px 30px;background: url(Gx/M/piedpage_fond.jpg) no-repeat;}
#piedPage a{color:#BD9500; text-decoration:underline;}
#piedPage a:hover{color:#000;}
#piedPage #copyrights{float:left; margin:0; text-align:left;width:260px;}
#piedPage #copyrights a{font-weight:bold;}
#piedPage #copyrights #lienCopyrights{font-weight:normal; text-decoration:none; color:#555;}
#piedPage #copyrights #lienCopyrights:hover{font-weight:normal; text-decoration:underline; color: #555;}
#piedPage #partenaire{float:left;padding-left:165px;padding-top:10px;}
#piedPage #partenaire img{margin-right:20px;}

/* Partager cette page (bookmarker) */
#socialBookmarker {float:right;}
#socialBookmarkerPrefix {float:left;cursor:default;}
.bookmarkIconesVisibles {float:left;margin-left:2px;}
#bookmarkHoverPopup {
	position:absolute;
	border:solid 1px;
	background-color:white;
	text-align:left;
	padding:4px;
	width:315px;
	display:none;
}
#bookmarkHoverPopup .bookmarkHoverPopupItems{
	float:left;
	width:150px;
	height:25px;
	margin-right:4px;
}

#bookmarkHoverPopup .bookmarkHoverPopupItems a{
	line-height:25px;
	height:25px;
}

#bookmarkHoverPopup .bookmarkHoverPopupItems a:link, #bookmarkHoverPopup .bookmarkHoverPopupItems a:visited{
	border:none;
	color:black;
	display:block;
	text-decoration: none;
	width:150px;
	padding-left:2px;
	border: 1px solid #fff;
}

#bookmarkHoverPopup .bookmarkHoverPopupItems a:active, #bookmarkHoverPopup .bookmarkHoverPopupItems a:hover{
	text-decoration: none;
	color:#333333;
	border: 1px solid #666;
	width:150px;
	height:25px;
	display:block;
	background-color:#eee;
	padding-left:2px;
}

/* FORMULAIRES
--------------------------------------------------------------------------------------- */
fieldset{border:1px solid #000; font-size: 11px; margin-bottom:10px; padding:5px;}
fieldset legend{border: 1px solid #999; color:#000; font-size:14px; font-weight:bold; padding:3px;}
fieldset label{font-size:12px; color:#000; margin:2px 0 2px 0;}

/* Formulaire contact */
#formulaireQuestion fieldset label{float:left;width:150px;}
#formulaireQuestion .champTexte{float:left;width:300px;}
#formulaireQuestion .listeDeroulante{float:left;width:300px;}
#formulaireQuestion .boiteTexte{float:left;height:70px;width:330px;}

.champTexte{
	background: #EEF3F7;
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-size: 11px;
	margin:2px 0 2px 0;
}
.listeDeroulante{
	background: #EEF3F7;	
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-size: 11px;
	margin:2px 0 2px 0;
}
.boiteTexte{
	background: #EEF3F7;
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin:2px 0 2px 0;
}
.bouton{
	background-color: #EEF3F7;
	color: #498ECB;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}
.bouton:hover{background-color:#1A80B6; color:#FFF;}

.champCache{display:none; visibility:hidden;} /* Utilisé pour l'anti-spam */

.erreur{color:#FF0000;}
