@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-attachment: fixed;
	background-repeat:repeat-y;
	background-position: center top;
	background-image:url(../_img/bkg.gif);
	background-color:#ffffff;
	margin-top: 50px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:focus {
	outline: none;
}
#conteneur {
	width: 900px;
	height: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	background-repeat:no-repeat;
	background-position: center top;
	background-image:url(../_img/fond.gif);
}
.gauche {
	width:250px;
	height:160px;
	background-image:url(../_img/logo.gif);
	background-repeat:no-repeat;
	float:left;
}
.droite {
	width:250px;
	height:160px;
	float:left;
}
.centregalerie {
	width:340px;
	height:160px;
	margin-left:30px;
	margin-right:30px;
	float:left;
}
.centreaccueil {
	width:340px;
	height:160px;
	margin-left:30px;
	margin-right:30px;
	float:left;
	background-image:url(../_img/accueil.jpg);
}
.centrearchives {
	width:340px;
	height:160px;
	margin-left:30px;
	margin-right:30px;
	float:left;
	background-image:url(../_img/archives.jpg);
}
.centrecontact {
	width:340px;
	height:160px;
	margin-left:30px;
	margin-right:30px;
	float:left;
	background-image:url(../_img/contact.jpg);
}
.colonnegauche {
	width:195px;
	height:100%;
	float:left;
	margin-top:20px;
	margin-right:55px;
}
.colonnedroite {
	width:195px;
	height:100%;
	float:left;
	margin-top:20px;
	margin-left:55px;
}
.colonnecentre {
	width:340px;
	height:100%;
	float:left;
	margin-left:30px;
	margin-right:30px;
	margin-top:20px;
}
.artiste {
	font-size:32px;
	color:#000000;
}
.expo {
	font-size:18px;
	color:#000000;
}
.date {
	font-size:18px;
	color:#000000;
}
.resume {
	color: #666666;
	font-size:11px;
	text-align:justify;
	line-height:20px;
}
.expositions {
	color: #666666;
	font-size:11px;
	text-align:justify;
	line-height:20px;
}
.majuscules {
 	text-transform:uppercase;
	font-size:11px;
	color:#000000;
	font-weight:bold;
 }
#menu {
 	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
 	text-align:right;
}
#inactif {
 	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#666666;
 	text-align:right;
 }
#mail {
	color:#666666;
}
 .thumbs {
 	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#666666;
}
 .section {
	width:340px;
	height:32px;
	margin-top:128px;
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	color:#FFFFFF;
}
.enter {
	width: 100%;
	height: 100%;
	text-align: center;
}
.bold {
	font-weight:bold;
	color:#666666;
}
.noir {
	color:#000000;
}