body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	background-color: #6d6d6d;
}

#main_box {
	margin: 0;
	padding: 0;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	height: 600px;
	background-image: url(../_images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #6A6767;
}
#footer {
	margin: 0;
	padding: 0;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	text-align: center;
	font-size: 9px;
	color: #000; 
}
#footer a {
	color: silver;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#box_content {
	margin: 0;
	padding: 0;
	width: 970px;
	height: 574px;
	background-repeat: no-repeat;
	background-position: top right;
}

#box_menu {
	margin: 0;
	padding: 0;
	width: 970px;
	height: 26px;
	background-color: #000;
	text-align: center;
}

#menu {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	height: 26px;
	list-style: none;
}

#menu li {
	margin: 0;
	padding: 0;
	padding: 5px;
	display: inline;
}

#menu li a {
	cursor: pointer;
	line-height: 22px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #fff;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li a .active_li {
	color: #fff;
	text-decoration: underline;
}

/* ACCUEIL */
#box_accueil {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	top: 50px;
	width: 900px;
	height: 500px;
	overflow-x: auto;
}
#box_accueil_dat {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 100px;
	width: 100px;
	font-size: 9px;
	color: #fff;
}
#box_accueil_img_txt {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 200px;
	width: 600px;
}

/* ANNEES */
#box_ans {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	width: 850px;
	border-bottom: 1px solid #818181;
	list-style: none;
	text-align: right;
}
#box_ans li {
	margin: 0;
	padding: 0;
	display: inline;
	padding-left: 10px;
}

/* VIGNETTES */
#box_vignettes {
	margin: 0;
	padding: 0;
	width: 850px;
	list-style: none;
	text-align: right;
}
#box_vignettes li {
	margin: 0;
	padding: 0;
	display: inline;
}
#box_vignettes li a {
	margin: 0;
	padding: 0;
	
}

.vignettes {
	border: 1px solid #6A6767;
	padding: 4px;
}
.vignettes:hover {
	border-bottom: 1px solid #000;
}
.current {
	border-bottom: 1px solid #fff;
}

/* AGENDA */
#box_agenda {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	top: 50px;
	width: 900px;
	height: 500px;
	overflow-x: auto;
}

/* CONTENUS pour Peinture, Vidéos, Photos Installation */
#box_contenu {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	top: 50px;
	width: 900px;
	height: 500px;
}
#box_visuel {
	clear: both;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 100px;
	margin-top: 60px;
	width: 320px;
	height: 320px;
	text-align: center;
/* 	background-color: silver; */
}
#box_descriptif {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 10px;
	margin-top: 60px;
	width: 450px;
	height: 350px;
/* 	background-color: yellow; */
overflow-x: auto;
}


	

/* TEXTES */
.titre_blanc {
	text-decoration:none;
	font-size: 14px;
	color: #fff;
}

.texte_blanc {
	text-decoration:none;
	font-size: 12px;
	color: #fff;
}
.petit_blanc {
	text-decoration:none;
	font-size:10px;
	color:#fff;
}
.petit_noir {
	text-decoration:none;
	font-size:10px;
	color:#000;
}
.petit_gris {
	text-decoration:none;
	font-size:10px;
	color: #404040;
}
.link_petit_blanc {
	text-decoration:none;
	font-size:10px;
	color:#fff;
}
.link_petit_blanc:hover {
	text-decoration:none;
	font-size:10px;
	color:#000;
}
