/* CSS Document */


/* BALISES */

body
{
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color : #fff;
	background-color: #000;
}

a:link, a:visited, a:hover {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}



/* BLOCS */

.std-invisible{
	display: none;
}

.std-conteneur{
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	border: 0px solid #4d5778;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	top: 2px;
	background: #000 url('../images/fond-repeat.gif') top center repeat-y;
}




/* INTERFACE */

.std-interface {
	margin: 0px;
	padding: 0px;
	margin-right: 2px;
	float: left;
	width: 303px;
	height: 734px;
	background: #fff url('../images/fond-interface.jpg') top center no-repeat;
	border: 0px solid blue;
}

.std-interface span{
	display: none;
}

a#std-biographie:link, a#std-biographie:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 94px;
	width: 259px;
	height: 29px;
	background: #fff url('../images/bt-biographie-out.jpg') top center no-repeat;
	border: 0px solid red;
}

a#std-biographie:hover {
	background: #fff url('../images/bt-biographie-over.jpg') top center no-repeat;
}

a#std-videos:link, a#std-videos:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	width: 259px;
	height: 29px;
	background: #fff url('../images/bt-video-out.jpg') top center no-repeat;
	border: 0px solid red;
}

a#std-videos:hover {
	background: #fff url('../images/bt-video-over.jpg') top center no-repeat;
}

a#std-oeuvre-graphique:link, a#std-oeuvre-graphique:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	width: 259px;
	height: 29px;
	background: #fff url('../images/bt-oeuvre-1-out.jpg') top center no-repeat;
	border: 0px solid red;
}

a#std-oeuvre-graphique:hover {
	background: #fff url('../images/bt-oeuvre-1-over.jpg') top center no-repeat;
}

a#std-oeuvre-peint:link, a#std-oeuvre-peint:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	width: 259px;
	height: 29px;
	background: #fff url('../images/bt-oeuvre-2-out.jpg') top center no-repeat;
	border: 0px solid red;
}

a#std-oeuvre-peint:hover {
	background: #fff url('../images/bt-oeuvre-2-over.jpg') top center no-repeat;
}

a#std-atelier-abbaye:link, a#std-atelier-abbaye:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	width: 259px;
	height: 29px;
	background: #fff url('../images/bt-abbaye-out.jpg') top center no-repeat;
	border: 0px solid red;
}

a#std-atelier-abbaye:hover {
	background: #fff url('../images/bt-abbaye-over.jpg') top center no-repeat;
}

a#std-atelier-saumur:link, a#std-atelier-saumur:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	width: 259px;
	height: 29px;
	background: #fff url('../images/bt-saumurois-out.jpg') top center no-repeat;
	border: 0px solid red;
}

a#std-atelier-saumur:hover {
	background: #fff url('../images/bt-saumurois-over.jpg') top center no-repeat;
}

a#std-contact:link, a#std-contact:visited {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	width: 259px;
	height: 29px;
	background: #fff url('../images/bt-contact-out.jpg') top center no-repeat;
	border: 0px solid red;
}

a#std-contact:hover {
	background: #fff url('../images/bt-contact-over.jpg') top center no-repeat;
}



/* CORPS DE LA PAGE */

.std-contenu {
	margin: 0px;
	padding: 0px;
	border: 0px solid pink;
}

.std-bio-fond {
	margin: 0px;
	padding: 0px;
	height: 734px;
	background: #000 url('../images/fond-biographie.jpg') bottom right no-repeat;
	border: 0px solid green;
}

.std-bio-fond p{
	display: block;
	position: absolute;
	left: 350px;
	top: 45px;
	text-align: justify;
	width: 250px;	
	border: 0px solid green;
}

.std-saumur-fond {
	margin: 0px;
	padding: 0px;
	height:734px;
	background: #000 url('../images/fond-saumurois.jpg') bottom right no-repeat;
	border: 0px solid green;
}

.std-abbaye-fond {
	margin: 0px;
	padding: 0px;
	height:734px;
	background: #000 url('../images/fond-abbaye.jpg') bottom right no-repeat;
	border: 0px solid green;
}

.std-graphique-fond {
	margin: 0px;
	padding: 0px;
	height:734px;
	background: #000 url('../images/fond-graphique.jpg') bottom right no-repeat;
	border: 0px solid green;
}

.std-peint-fond {
	margin: 0px;
	padding: 0px;
	height:734px;
	background: #000 url('../images/fond-peint.jpg') bottom right no-repeat;
	border: 0px solid green;
}

.std-video-fond {
	margin: 0px;
	padding: 0px;
	height:734px;
	background: #000 url('../images/fond-video.jpg') bottom right no-repeat;
	border: 0px solid green;
}

.std-contact-fond {
	margin: 0px;
	padding: 0px;
	height:734px;
	background: #000 url('../images/fond-contact.jpg') bottom right no-repeat;
	border: 0px solid green;
}

.std-graphique-fond table.oeuvre, .std-peint-fond table.oeuvre{
	width: 635px;
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
	margin-left: 40px;
	text-align: center;
	vertical-align: middle;
	border: 0px solid red;
}

.std-abbaye-fond table.oeuvre, .std-saumur-fond table.oeuvre {
	width: 635px;
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
	margin-left: 20px;
	text-align: center;
	vertical-align: top;
	border: 0px solid pink;
}

.std-details {
	width: 86px;	
	margin: 0px;
	padding: 0px;
	width: 100px;
	text-align: center;
	vertical-align: top;
	border: 0px solid green;
}

.std-details img{
	margin: 5px;
	padding: 0px;
	border: 0px solid red;
}

.std-contact {
	margin: 0px;
	padding: 0px;
	margin-top: 94px;
	font-size: 11px;
	color: #fff;
	border: 0px solid pink;
}

.std-video{
	display: none;
	position: absolute;
	top: 80px;
	left: 342px;
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 350px;
}

.std-bt-peintures {
	position : absolute;
	left: 692px;
	top: 80px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 300px;
	border: 1px solid #4d4d4d;
	

}

#std-confirmation {
	margin: 0px;
	padding: 0px;
	margin-top: 94px;
	font-size: 12px;
	width: 500px;
	text-align: center;
	border: 0px solid #fff;
}

.std-txt{
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	border: 0px solid red;
}



/* PIED DE PAGE */

.std-footer {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 450px;
 	background: #000 url('../images/fond-footer.jpg') bottom right no-repeat;
	border: 0px solid blue;
	border-top: 1px solid #333;
}

.std-footer a {
	margin: 0px;
	padding: 0px;
	color: grey;
	border: 0px solid blue;
}