/* Général */
body {
	text-align: center ;
	background-repeat: no-repeat; 
	font-family: "Trebuchet MS",Arial,sans-serif;
	color: #134f79;
}
#conteneur {
	display: table ;
	min-width: 30%;
	max-width: 80%;
	margin: 0.5em 10% ;
	padding: 0 3em 1em 3em ;
	background-color: #2777A8;
	border: groove 1px white ; 
} 

/* Background */
body, ul#menu a, input, button,select {
	background-image: url(/images/guepe2.jpg);
	background-attachment: fixed;
	background-position: 75% 90%;
}	
#conteneur, ul#menu a:hover, button:hover {
	background-image: url(/images/guepe2claire.jpg);
	background-attachment: fixed;
	background-position: 75% 90%;
}

/* Standart */
img,hr {
	clear: both;
}
p,h6 {
	margin: 1px ;
	font-family: Bimini,"Lucida Casual","Trebuchet MS",sans-serif;
	min-width: 10%;
}
hr {
	margin: 0.5em 3% ;
}
h1 {
	text-align: left;
	float: left;
	font-size: 14pt
}
a {
	text-decoration: none
}

/* Menu */
ul#menu {
	list-style-type: none;
	margin: 0.5em 0 0 0;
	height: 2em;
} 
ul#menu li {
	float: right ;
	margin: 0;
	padding: 0;
}
ul#menu a, button {
	font-size: 10pt;
	color: white;
	margin: 0 1px 0 0.5em;
	padding: 0 1em 0 1em;
	border: solid 1px white ;
}

/* Navigation */
#navig {
	clear: both;
	margin: 1em 0 0 0 ;
}
a img, img.bouton {
	border: 0;
}
.bouton {
	background-image: none;
	position: relative;
	top: 0.5em;
}
.prev, .next {
	width: 58px ;
	height: 58px ;
}
.prev span, .next span {
	display: none ;
}
.prev {
	float: left;
}
#vprev {
	background-image: url(/images/flecheg.gif);
}
.next {
	float: right;
}
#vnext {
	background-image: url(/images/fleched.gif);
}
p#titre {
	font-size: larger;
}
p#taille {
	font-style: italic;
}
#desc {
	margin: 0 10% ;
}

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

/* Sommaire */
.somtab {
	width: 100% ;
}
.somhcase, .somwcase {
	float: left;
	margin: 5px ;
	padding: 5px;
	height: 165px;
}
.somimg, .somhcase a, .somwcase a, .somhcase img, .somwcase img {
	padding: 0;
	margin: 0
}
.somimg {
	display: block;
	height: 130px
}

