body{
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:14px;
}
img{
	border:none;
}
a{
	color:#6eac00;
}
a:hover{
	color:#000000;
}
hr{
	float:left; 
	width:100%; 
	border:1px solid #6eac00;  
	margin-top:30px; 
	margin-bottom:30px;
}


.bt{
	float:left;
	height:50px;
}
.link_admin{
	text-decoration:none;
}

#bt_accueil{
	background-image:url(../images/bt_accueil.jpg);
	width:91px;
}
#bt_oeuvres{
	background-image:url(../images/bt_oeuvres.jpg);
	width:86px;
}
#bt_conferences{
	background-image:url(../images/bt_conferences.jpg);
	width:128px;
}
#bt_formation{
	background-image:url(../images/bt_formation.jpg);
	width:108px;
}
#bt_projets{
	background-image:url(../images/bt_projets.jpg);
	width:90px;
}
#bt_contact{
	background-image:url(../images/bt_contact.jpg);
	width:90px;
}
#bt_accueil:hover{
	background-image:url(../images/bt_accueil_over.jpg);
}
#bt_oeuvres:hover{
	background-image:url(../images/bt_oeuvres_over.jpg);
}
#bt_conferences:hover{
	background-image:url(../images/bt_conferences_over.jpg);
}
#bt_formation:hover{
	background-image:url(../images/bt_formation_over.jpg);
}
#bt_projets:hover{
	background-image:url(../images/bt_projets_over.jpg);
}
#bt_contact:hover{
	background-image:url(../images/bt_contact_over.jpg);
}
#newsBlock{
	background-image:url(../images/news_back.jpg); 
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:right;
}



