/* CSS Document */
body {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	margin: 			15 0 0 0;
	color:				#1E1E1E;
}

a {
	color:				#1E1E1E;
	text-decoration:	underline;
}
a:hover {
	color:				#FFFFFF;
	text-decoration:	none;
}

li {
	color:				#2A5771;	
	list-style-position:inside;
	list-style-type:	square;
}	

#img_pad {
	padding-right: 		10px;

}

.header {
	width:				718px;
	background-color:	#FFFFFF;
	text-align:			center;
	padding-top:		5px;
	padding-bottom:		5px;
}

.left_panel {
	font-size:			12px;
	width:				170px;
	background-color:	#FFFFFF;
	padding-left:		8px;
	padding-right:		5px;
	padding-top:		4px;
	display: 			table;
	font-weight:		bold;
}
.left_panel a {
	color:				#2A5771;
	text-decoration:	none;
}
.left_panel a:hover {
	color: 				#FF6600;
	text-decoration:	none;
}

.right_panel {
	width:				505px;
	background-color: 	#FF9900;
	padding-left:		15px;
	padding-right:		15px;
	padding-top:		4px;
	padding-bottom:		6px;	
	display:			table;
	color:				#351B00;
}
.right_panel li {
	color:				#000000;
}

#accueil {
	background-image:	url(../images/background01.jpg);
	background-repeat:	repeat;

}
#artist {
	background-image:	url(../images/background02.jpg);
	background-repeat:	repeat;

}
#medium {
	background-image:	url(../images/background03.jpg);
	background-repeat:	repeat;

}
#oeuvres {
	background-image:	url(../images/background04.jpg);
	background-repeat:	repeat;

}
#joindre {
	background-image:	url(../images/background05.jpg);
	background-repeat:	repeat;

}
#liens {
	background-image:	url(../images/background07.jpg);
	background-repeat:	repeat;
}

.copyright {
	font-size:			10px;
	background-color:	#FFFFFF;
	text-align:			center;
	padding-top:		3px;
	padding-bottom:		3px;
	border-top:			1px dotted #000000;
}
.copyright a {
	color:				#1E1E1E;
	text-decoration:	none;
}
.copyright a:hover {
	color:				#1E1E1E;
	text-decoration:	underline;
}

.title {
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			16px;
	font-weight:		bold;
	color:				#FFFFFF;
	padding-bottom:		10px;
	padding-top:		10px;
}
.sub_title {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		normal;
	color:				#000000;
	padding-top:		4px;
}

.tableau {
	background-color:	#FFFFFF;
	width: 				225px;
	text-align:			center;
	padding:			10px 10px 10px 10px;
	margin-bottom:		8px;
	border:				3px solid #000000;
}

.image_border {
	border:				1px solid #000000;
	margin-bottom:		5px;
}

.titre_oeuvre {
	font-size:			12px;
	font-weight:		normal;
}
.titre_oeuvre a {
	color:				#1E1E1E;
	text-decoration:	none;
}
.titre_oeuvre a:hover {
	color:				#1E1E1E;
	text-decoration:	underline;
}

.description_oeuvre {
	font-size:			10px;
	font-weight:		normal;
}

.description_oeuvre a {
	color:				#1E1E1E;
	text-decoration:	none;
}
.description_oeuvre a:hover {
	color:				#1E1E1E;
	text-decoration:	underline;
}

.indexbg {
	height: 			596px;
	width:				775px;
	background-image:	url(../images/index_bg.jpg);
	background-position:center;
	background-repeat:	no-repeat;
	border: 			3px solid #000000;
	text-align:			center;
	margin-top:			25px;
}

.page_lien {
	margin-left:		25px;

}