body {
	margin: 0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #FFF;
	background: #000;
	}

img {
	padding:0;
	margin:0;
	}

a:link, a:active, a:visited {
	color: #FF0000;
	text-decoration:none;
	font-weight:normal;
	}

a:hover {
	font-weight:normal;
	color: #FFF;
	text-decoration:none;
	}
	
table, tr, td {
	font-size: 11px;
	}

table.indextbl {
	background: url("../images/logo.gif") no-repeat;
	}

/* page d'accueil */
.navi {
	padding: 0 0 3px 0;
	}

.navi a, .navi a:active, .navi a:visited {
	color: #FFF;
	font-size:11px;
	text-transform:lowercase;
	text-decoration:none;
	margin: 0 0 0 14px;
	font-weight:normal;
	}

.navi a:hover {
	color: #FF0000;
	font-size:11px;
	text-transform:lowercase;
	text-decoration:none;
	font-weight:normal;
	}

div.indextitle {
	font-size:12px;
	text-transform:uppercase;
	color: #FF0000;
	margin: 4px 0 0 0;
	text-align:center;
	}

p.indexdesc {
	margin:0;
	padding:0;
	text-align:justify;
	}

td.indextblfoot {
	text-align:center;
	padding: 5px 0 5px 0;
	border-top: solid 1px #333;
	}

/* mise en page */
#layout {
	width:910px;
	margin-left:auto;
	margin-right:auto;
	background: url("../images/navibg.gif") repeat-x;
	}


#logobox {
	width:270px;
	float:left;
	height:78px;
	margin:0;
	background: url("../images/logo-top.gif") no-repeat;
	}
	
#navbox {
	float:right;
	padding: 57px 0 0 0;
	height:21px;
	width:620px;
	}

#leftmenu {
	width:270px;
	padding:0 0 10px 0;
	float:left;
	text-align:right;
	}

#maincontent {
	float:right;
	padding: 15px 0 10px 0;
	width:619px;
		}
	
#bodyFoot1 {
	clear:both;
	text-align:right;
	border-top: solid 1px #333;
	margin: 0 0 5px 0;
	padding: 5px 0 30px 0;
	}

#clear {
	clear:both;
	}


/* navigation principale */
.navigation {
	width:619px;
	text-align:right;
	padding:0;
	margin:0;
	}



/* page galerie */
.galerdesc {
	margin: 5px 0 0 0;
	text-align:justify;
	}

.galerdesc-eng {
	margin: 5px 0 0 0;
	text-align:justify;
	color: #999;
	}


.galertitre {
	font-size:11px;
	color: #FF0000;
	text-transform:uppercase;
	margin: 10px 0 0 0;
	text-align:left;
	}
	
.galerlistetitre {
	font-style:italic;
	color: #777;
	padding: 0 7px 10px 0;
	}

.galerlistetitre a, .galerlistetitre a:link {
	text-transform:uppercase;
	}

.galerliste a:link, .galerliste a, .galerliste a:active, .galerliste a:visited {
	color: #888;
	font-weight:normal;
	padding: 0 7px 0 0;
	display:block;
	}

.galerliste a:hover {
	color: #FFF;
	font-weight:normal;
	padding: 0 7px 0 0;
	background: url("../images/arrow.gif") no-repeat right center;
	}

/* page artiste */
.artistetitre {
	font-weight:bold;
	text-align:left;
	color: #FF0000;
	}

.artistedesc, .artistebio, .artistecom {
	text-align:justify;
	}

#vignette {
	float:right;
	width:100px;
	height:100px;
	text-align:center;
	margin: 0 0 3px 3px;
	background: #1A1A1A;
	}
#vignette2 {
	float:right;
	width:100px;
	height:100px;
	margin: 0 0 3px 3px;
	}

/* page oeuvre */
.oeuvrephoto {
	text-align:center;
	margin: 10px 0 10px 0;
	}

.oeuvretitre {
	text-align:left;
	font-weight:bold;
	}

.oeuvredescfr, .oeuvredimfr, .oeuvrebiblio, .oeuvrefondeur, .oeuvredate  {
	text-align:justify;
	}

.oeuvredescus, .oeuvredimus  {
	text-align:justify;
	color: #CCC;
	}

/* page expos & salons */
.exposlistedates {
	font-style:italic;
	color: #666;
	padding: 0 7px 0 0;
	}

.expotitre {
	text-align:left;
	font-weight:bold;
	color: #FF0000;
	}

.expodates {
	font-weight:bold;
	}

.expoaffiche {
	text-align:center;
	margin: 10px 0 10px 0;
	}

.expodesc {
	text-align:justify;
	}

/* metions legales */
h2 {
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	}

h1 {
	font-size: 11px;
	font-weight:normal;
	text-transform:uppercase;
	color:#FF0000;
	}


/* expos galerie photos */
img
{
	border: none;
}
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #FFF;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #FFF;
}
#ImageBoxCaptionText
{
	padding-bottom: 5px;
	font-size: 11px;
	color: #333;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(../images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(../images/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(../images/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}


/* connect */
.champsvallois {
	font-weight:bold;
	color:#FF0000;
	}

/* input */

.buttonSubmit {
	background: #000;
	border:solid 1px #FF0000;
	color: #FF0000;
	}

/* commentaires vignettes */

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#FFF;
    text-decoration:none}

a.info:hover{z-index:25 ;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    width:15em;
    border:1px solid #333;
    background-color:#111; color:#FFF;
    text-align: center;
	z-index:200;
	position:absolute;
	}