body {
	font-size: 1em;
	font-family: "lucida grande", geneva, arial, helvetica, Verdana, sans-serif;
	background: #6a7f85;
	color: #000;
	text-align: center;
	margin: 0;
}

#conteneur-photo {
	width: 828px;
	margin: 0 auto 0 auto;
	text-align: center;
	border-top: 0;
	padding-top: 20px;
}

#conteneur {
	width: 828px;
	margin: 0 auto 16px auto;
	text-align: left;
	background: #fff url(img/fond.jpg) no-repeat;
	color: inherit;
	border: solid 2px #485d63;
	padding-top: 232px;
}

#contenu {
	width: 750px;
	margin: 0 auto 16px 26px;
	text-align: left;
	border: solid 1px #999;
	padding: 16px 8px 0 8px;
	display: block;
}

th	{
	background-color: #ccc;
	color: inherit;
	border: solid 1px #666;
}

td {
	vertical-align: top;
	font-size: 0.8em;
}

#tablerepertoire {
	width: 100%;
	margin: 0;
}

#demi {width: 50%;}

ul {margin: 8px 32px;}

li
{
	/*display: inline-block;*/
	display: inline;
	margin: 0;
	border: solid 1px #999;
	padding: 4px 8px;
	background-color: #ccc;
	color: inherit;
	font-weight: bold;
}

li.actif {
	background-color: #fff;
	color: inherit;
}

li a:link {
	color: #000;
	background: inherit;
	text-decoration: none;
}
li a:visited {
	color: #000;
	background: inherit;
	text-decoration: none;
}
li a:hover {
	color: #fff;
	background: inherit;
	text-decoration: none;
}
li a:active {
	color: #f69;
	background: inherit;
	text-decoration: none;
}

.lien {cursor: pointer;}

p {
	text-align: justify;
}

.photos {
	width: 108px;
	height: 108px;
	padding: 16px;
	text-align: center;
	vertical-align: middle;
	background: #ccc;
	color: inherit;
	border: solid 1px #699;
}

.photo {
	width: 660px;
	height: 498px;
	padding: 0;
	text-align: left;
	vertical-align: top;
	background: #6a7f85 url(photos/fond-photo.jpg) no-repeat;
	color: inherit;
}

.photoV {
	width: 498px;
	height: 660px;
	padding: 0;
	text-align: left;
	vertical-align: top;
	background: #6a7f85 url(photos/fond-photoV.jpg) no-repeat;
	color: inherit;
}

.photolabel {
	padding: 0;
	text-align: center;
	background: #6a7f85;
	color: inherit;
	font-size: 1em;
}

.photobuttons {
	padding: 12px 0;
	text-align: center;
}

.frame {
	border: solid 2px #fff;
}

a img { border: none;}