/* CSS Document */

/*----------- OPTIONS GLOBALES ----------*/

html {
	height:100%;
	}
	
body {
	margin:0px;
	padding:0px;
	height:100%;
	}
	
#site {
	width:100%;
	height:100%;
	background-color:#000000;
	}
	
table{
	border-collapse:collapse;
	border:0px;
	padding:0px;
	margin:0px;
	}

tr, td {
	padding:0px;
	}
	
img {
	border:0px;
	}
	
a {
	color:#0000CC;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
/*----------- BANNIERES ----------*/
	
#ban_centre {
	width:943px;
	height:121px;
	background-image:url(../Boites/banniere.jpg);
	background-repeat:no-repeat;
	}

#ban_gauche {
	height:121px;
	background-image:url(../Boites/fond_gauche_ban.jpg);
	background-repeat:repeat-x;
	}

#ban_droite {
	height:121px;
	background-image:url(../Boites/fond_droit_ban.jpg);
	background-repeat:repeat-x;
	}

/*----------- BARRE NOIRE QUI SEPARE BANNIERE ET CORPS ----------*/

#barre {
	height:23px;
	background-image:url(../Boites/barre.jpg);
	background-repeat:repeat-x;
	}
	
/*----------- CORPS DU SITE ----------*/

#corps {
	height:100%;
	background-color:#FFFFFF;
	}
	
#corps_gauche {
	background-image:url(../Boites/fond_cont.jpg);
	background-repeat:repeat-x
	}
	
#corps_droit {
	background-image:url(../Boites/fond_cont.jpg);
	background-repeat:repeat-x
	}
	
/*----------- LES OMBRES DE LA PAGE ----------*/

#ombre_gauche {
	width:19px;
	background-image:url(../Boites/fond_ombre_gauche.jpg);
	}
	
#ombre_droite {
	width:19px;
	background-image:url(../Boites/fond_ombre_droit.jpg);
	}
	
/*----------- LA PAGE ----------*/

#page {
	width:943px;
	background-color:#FFFFFF;
	padding-top:60px;
	}

/*----------- LE MENU ----------*/

#div_menu {
	width:218px;
	float:left;
	}
	
#tbl_menu {
	width:198px;
	float:right;
	}

.td_menu {
	width:194px;
	height:30px;
	background-image:url(../Boites/menu_inactif.jpg);
	padding-left:2px;
	}
	
.a_menu {
	display:block;
	width:156px;
	height:20px;
	padding-left:38px;
	padding-top:7px;
	font-size:13px;
	text-decoration:none;
	color:#000000;
	font-family:"Arial Rounded MT Bold", Arial, "Times New Roman", sans-serif
	}
	
.a_menu:hover {
	text-decoration:underline;
	}

/*----------- LE TEXTE ----------*/

#div_text {
	width:437px;
	float:left;
	padding-left:35px;
	padding-right:35px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	overflow:visible;
	padding-bottom:30px;
	}

h1 {
	display:block;
	width:437px;
	background-image:url(../Boites/soulign_h1.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top:0;
	margin-bottom:30px;
	}
	
h4 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	text-decoration:underline;
	}
	

.div_rep_img {
	width:130px;
	float:left;
	padding-top:20px;
	}
	
.div_rep_txt {
	width:297px;
	float:left;
	}
	
#galerie {
	border-collapse:separate;
	border-width:3px;
	}
	
#galerie td {
	width:140px;
	height:150px;
	}
	
#galerie .haut_cel {
	background-image:url(../Boites/haut_cel.jpg);
	height:94px;
	padding-top:8px;
	padding-bottom:8px;
	}
	
#galerie .bas_cel {
	background-color:#FFFFFF;
	height:40px;
	text-align:center;
	}

#galerie a {
	color:#000000;
	text-decoration:none;
	}
	
#galerie a:hover {
	color:#000000;
	text-decoration:underline;
	color:#295C96;
	}

.cel_gal_photo {
	width:140px;
	height:100px;
	padding-bottom:5px;
	padding-right:4px;
	vertical-align:middle;
	text-align:center; 
	background-image:url(../Boites/fond_gal.jpg);
	}
	
#tbl_sons .tbl_sons_impair{
	background-color:#CCCCCC;
	}

#tbl_sons .tbl_sons_pair{
	background-color:#FFFFFF;
	}
	
#tbl_sons td {
	padding-left:10px;
	}
	
	
/*----------- LA BOITES "CONCERT" ----------*/

#div_boite {
	width:218px;
	height:300px;
	float:left;
	}
	
#db_haut {
	width:198px;
	height:23px;
	background-image:url(../Boites/haut_boite_droite.jpg);
	font-size:13px;
	text-decoration:none;
	color:#000000;
	font-family:"Arial Rounded MT Bold", Arial, "Times New Roman", sans-serif;
	padding-top:8px;
	}
	
#db_bas {
	width:198px;
	height:270px;
	background-image:url(../Boites/bas_boite_droite.jpg);
	}
	
	
