body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 10px;
}

h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
h2 {
	font-size: 20px;
	margin: 30px 0 20px 0;
}
h3 {
	font-size: 20px;
	margin: 5px 0 20px 0;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
	margin: 30px 0 0 0;
	color: #666699;
}

a img {
	border: 0;
}

img.puce {
	vertical-align: middle;
	margin-right: 5px;
}

div.spacer {
	clear: both;
}

div#conteneurpopup {
	margin: 0;
}

div#conteneur {
	margin: 0 auto 10px auto;
	width: 100%;
}

div#conteneur p,div#conteneurpopup p {
	line-height: 180%;
}

div#footer {
	margin: 40px auto 10px auto;
	width: 100%;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
}

#liens_haut {
	text-align: right;
	margin: 0 0 30px 0;
}

#liens_haut a,#conteneur a,div#conteneurpopup a, .quiet {
	color: #666666;
	text-decoration: none;
}

#liens_haut a:hover,#conteneur a:hover,div#conteneurpopup a:hover {
	color: #666666;
	text-decoration: underline;
}

#conteneur a.liste_oeuvre {
	display: block;
	float: left;
	margin: 10px 12px 10px 0;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	width: 190px;
}

#conteneur a.liste_oeuvre:hover {
	color: #333;
	text-decoration: none;
}

p.chapeau {
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
	font-size: 13px;
	font-style: italic;
}

ul.draggableoeuvres {
	list-style: none;
	/*border: 1px solid #FF0000;*/
	margin: 0;
	padding: 0;
}

ul.draggableoeuvres li {
	display: inline;
	margin: 0;
	padding: 5px 5px 5px 0;
	cursor: move;
}

.liste_oeuvre img {
	margin-bottom: 5px;
	border: 0;
}

.liste_oeuvre strong {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

img.oeuvre_grande {
	float: left;
	margin: 0 15px 0 0;
}

label {
	display: inline;
	float: left;
	padding-top: 4px;
	line-height: 100%;
}

#footer {
	text-align: center;
}
#footer, #footer a {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

table {
	border: 1px solid #CCCCCC;
}
table th {
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
}
table tr.alt td {
	border-top: 1px solid #E5E5E5;
}