/* Général */
body {
	text-align: center ;
	background-repeat: no-repeat; 
	font-family: "Trebuchet MS",Arial,sans-serif;
	color: #f9eec6;
	background: url(/images/tissus.jpg) ;
}
div#conteneur {
	position: absolute;
	min-width: 150px;
	max-width: 750px;
	max-height: 800px ;
	margin: 1em 5% ;
	padding: 0 40px 0 0 ;
	background: url(/images/fondt4.jpg) left no-repeat;
	background-color: #2777A8;
	border: ridge 2px black ;
}
#presentation div#conteneur {
	background: url(/images/fondt3.jpg) bottom left no-repeat;
	padding: 20px 60px 20px 20px ;
}
hr {
	display: none;
}

/* Standart */
h1 {
	width: 90% ;
	padding: 0 0 4px 0;
	margin: 0 5% 3px ;
	border-bottom: dotted 1px #f9eec6 ;
	text-align: center;
	font-size: large;
}
img,hr {
	clear: both;
}
img#tableau {
	margin: 1.5em 1em .5em ;
	border: solid 1px black ;
}
p,h6 {
	margin: 1px ;
	font-family: Bimini,"Lucida Casual","Trebuchet MS",sans-serif;
	min-width: 10%;
}
a {
	text-decoration: none;
	color: #d9eb9b;
}
a:hover {
	color: #f9eec6;
}

/* Menu */
ul#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 40px;
	background: url(/images/bande2.jpg) right no-repeat;
} 
ul#menu li {
	margin: 1em 0 1em 4px;
	padding: 0;
}
ul#menu a {
	display: block ;
	padding: 0;
	width: 32px ;
}
ul#menu span {
	display: none ;
}
a#index {
	background: url(/images/index.png) right no-repeat;
	height: 138px ;
}
a#photos {
	background: url(/images/photos.png) right no-repeat;
	height: 115px ;
}
a#presentation {
	background: url(/images/presentation.png) right no-repeat;
	height: 154px ;
}
button {
	font-size: 10pt;
	margin: 0 1px 0 0.5em;
	padding: 0 1em 0 1em;
	border: solid 1px white ;
}

/* Navigation */
#navig {
	clear: both ; 
	margin: .5em 0 0 0 ;
	min-height: 40px;
}
a img, img.bouton {
	border: 0;
}
.bouton {
	background-image: none;
	position: relative;
	top: 0.5em;
}
.prev span, .next span {
	display: none;
}
.prev, .next {
	position: absolute;
	bottom: 6px;
	width: 54px;
	height: 54px;
	margin: 0 0 0 .5em;
}
.prev {
	left: 0;
}
#vprev {
	background: url(/images/flecheg2.gif);
}
.next {
	right: 40px;
}
#vnext {
	background: url(/images/fleched2.gif);
}
p#titre {
	font-size: larger;
}
p#taille {
	font-style: italic;
}
#desc {
	margin: 0 58px 1em;
}

/* validator */
.validator {
	position: fixed;
	bottom: .4em;
	right: .4em;
	color: white;
	font-size: 8pt;
}
.validator a {
	float: right;
}

/* sommaire */
.somhcase, .somwcase {
	float: left;
	margin: 5px;
	padding: 5px;
	height: 140px;
}
.somimg, .somhcase a, .somwcase a, .somhcase img, .somwcase img {
	padding: 0;
	margin: 0;
}
.somimg {
	display: block;
	height: 130px;
}
.somtitre {
	display: none;
}
