/*************************/
/* Général               */
/* Strcuture             */
/* Typo                  */
/* Liens                 */
/* Signature             */
/*************************/
/* Général */
html, body {
	padding:0;
	margin:0;
	height:100%;
	background:#000;
}
form{
	padding:0;
	margin:0;
}
.displayNone{
	display:none;
}
.WHM{
	width:100%;
	height:100%;
}
.WM{
	width:100%;
}
.HM{
	height:100%;
}
/* Structure Accueil */
table#tableGen{
	width:900px;
	height:620px;
}
td#tdBandeHaut{
	height:80px;
	width:900px;
}
td#tdBandeMil{
	height:460px;
	width:900px;
}
td#tdBandeBas{
	height:80px;
	width:900px;
}
td#tdCentreAc{
	background-color:#fff;
	width:672px;
	height:460px;
}
td#tdSignBasAc{
	width:581px;
	height:80px;
}
td#tdInterface{
	width:205px;
	height:80px;
}
div#divSignBasAc{
	position:relative;
	width:100%;
	height:100%;
}
div#divCopyAc{
	font:10px Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	position:absolute;
	top:0px;
	left:0px;
}
div#divBTAc{
	color:#fff;
	position:absolute;
	top:0px;
	left:238px;
	width:196px;
	height:80px;
}
div#divInterfEleph{
	position:relative;
	width:199px;
	height:32px;
	left:0px;
	top:41px;
}

/* Structure Intérieur */
td#tdCentreInt{
	background-color:#fff;
	width:740px;
	height:460px;
}
td#tdSignBasInt{
	width:615px;
	height:80px;
}
div#contenuGen{
	width:100%;
	height:100%;
	position:relative;
	text-align:left;
}

/* Contenus */
td#tdArtisteDroite{
	width:350px;
	background:#fff;
}
div#divNewsGauche{
	position:relative;
	float:left;
	width:492px;
	height:440px;
	text-align:left;
	/*margin:10px 0px 0px 10px;*/
}
div#divNewsDef{
	position:relative;
	float:left;
	width:490px;
	height:440px;
	text-align:left;
	/*background-color:#FF00FF;*/
}
div#divNewsContenu{
	background-color:#f1f1f1;
	position:relative;
	float:left;
	width:490px;
	height:440px;
	text-align:left;
}
div#divNewsContenu h1{
	font:24px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#545454;
	margin:0px;
	padding:0px 0px 2px 0px;
}
div#divNewsContenu p{
	padding:0px 10px 0px 10px;
}
div#divNewsListe{
	text-align:left;
	position:relative;
	float:left;
	width:215px;
	height:440px;
	overflow:auto;
	/*background-color:#18ff00;*/
}
div#divNewsListe ul{
	list-style-position:inside;
	padding:0px;
	margin:0px;
}
div#divNewsListe li{
	color:#545454;
	font:16px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
}
div#divNewsListe li a{
	color:#545454;
	font:16px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
div#divNewsListe li a:hover{
	background-color:#ffed00;
}
div#divContGal{
	width:736px;
	height:456px;
	padding:0px;
	margin:2px 0px 0px 2px;
}
div.fondnoir{
	background-color:#000;
}
div.fondblanc{
	background-color:#fff;
}
td#tdGalNom{
	font:12px Arial, Verdana, Helvetica, sans-serif;
	color:#808080;
	font-weight:bold;
	text-align:left;
	padding:8px;
}
td#tdGalNom strong{
	font:18px Arial, Verdana, Helvetica, sans-serif;
	color:#808080;
	font-weight:bold;
}
td#tdGalNum{
	text-align:right;
	padding:8px;
	font:14px Arial, Verdana, Helvetica, sans-serif;
	color:#808080;
	font-weight:bold;
}
td#tdGalImg{
	height:360px;
	text-align:center;
}
td#tdGalPrev{
	text-align:left;
	padding:8px;
}
td#tdGalNext{
	text-align:right;
	padding:8px;
}
td#tdGalPrev a, td#tdGalNext a{	
	color:#4b4b4b;
	font:14px Arial, Verdana, Helvetica, sans-serif;	
	text-decoration:none;
}
td#tdGalPrev a:hover, td#tdGalNext a:hover{
	text-decoration:underline;
}
td.tdContact{
	text-align:center;
	font:24px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#545454;
}
td.tdContact a{
	font:24px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#545454;
	text-decoration:none
}
td.tdContact a:hover{
	text-decoration:underline;
}

/* Menu */
div#lienAccueil a{
	display:block;
	width:39px;
	height:32px;
	background:url(../images/interface/menu/elephant-blanc.jpg) 0 0 no-repeat;
	float:left;	
	margin-right:1px;
}
div#lienAccueilOver a{
	display:block;
	width:39px;
	height:32px;
	background:url(../images/interface/menu/elephant-blanc.jpg) 0 0 no-repeat;
	background-position: -39px 0;
	float:left;
	margin-right:1px;
}
div#lienAccueil a:hover, div#lienAccueilOver a:hover{
	background-position: -39px 0;
}

div#lienArtist a{
	display:block;
	width:39px;
	height:32px;
	background:url(../images/interface/menu/elephant-rouge.jpg) 0 0 no-repeat;
	float:left;
	margin-right:1px;
}
div#lienArtistOver a{
	display:block;
	width:39px;
	height:32px;
	background:url(../images/interface/menu/elephant-rouge.jpg) 0 0 no-repeat;
	background-position: -39px 0;
	float:left;
	margin-right:1px;
}
div#lienArtist a:hover, div#lienArtistOver a:hover{
	background-position: -39px 0;
}

div#lienNews a{
	display:block;
	width:39px;
	height:32px;
	background:url(../images/interface/menu/elephant-jaune.jpg) 0 0 no-repeat;
	float:left;
	margin-right:1px;
}
div#lienNewsOver a{
	display:block;
	width:39px;
	height:32px;
	background:url(../images/interface/menu/elephant-jaune.jpg) 0 0 no-repeat;
	background-position: -39px 0;
	float:left;
	margin-right:1px;
}
div#lienNews a:hover, div#lienNewsOver a:hover{
	background-position: -39px 0;
}

div#lienGal a{
	display:block;
	width:39px;
	height:32px;
	background:url(../images/interface/menu/elephant-vert.jpg) 0 0 no-repeat;
	float:left;
	margin-right:1px;
}
div#lienGalOver a{
	display:block;
	width:39px;
	height:32px;
	background:url(../images/interface/menu/elephant-vert.jpg) 0 0 no-repeat;
	background-position: -39px 0;
	float:left;
	margin-right:1px;
}
div#lienGal a:hover, div#lienGalOver a:hover{
	background-position: -39px 0;
}

div#lienContact a{
	display:block;
	width:39px;
	height:32px;
	background:url(../images/interface/menu/elephant-bleu.jpg) 0 0 no-repeat;
	float:left;
}
div#lienContactOver a{
	display:block;
	width:39px;
	height:32px;
	background:url(../images/interface/menu/elephant-bleu.jpg) 0 0 no-repeat;
	background-position: -39px 0;
	float:left;
}
div#lienContact a:hover, div#lienContactOver a:hover{
	background-position: -39px 0;
}




/* Typo */
p.classique{
	text-align:justify;
	font:14px Arial, Verdana, Helvetica, sans-serif;
	color:#545454;
	line-height:15px;
	margin:0px;
	padding:0px;
}
p.classiqueAlignCenter{
	text-align:center;
	font:14px Arial, Verdana, Helvetica, sans-serif;
	color:#545454;
	line-height:15px;
	margin:0px;
	margin-top:50px;
	padding:0px;
}
h2{
	margin:0px;
	padding:0px;
	font:16px Arial, Verdana, Helvetica, sans-serif;
	color:#545454;
	text-align:left;
}

/* Formulaires */
input.inputGal{
	width:20px;
	border:1px solid #808080;
}

/* Liens */

/* Signature */
div#divSignAgora{
	position:absolute;
	bottom:5px;
	right:5px;
	z-index:1;
}
div#divSignAgora, div#divSignAgora a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
div#divSignAgora a:hover{
	text-decoration:underline;
}