* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	color: white;
	background-color: transparent;
	background-image: url(images/interface/fond.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	font-size: 12pt;
	line-height: 14pt;
}
html>body .canvas { height: auto; }
.canvas {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#global {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 110px;
}
#content {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	width: 170px;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}
#menu {
	width: 180px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
#menu ul {
	list-style-image: url(images/interface/dauphin.png);
	list-style-position: inside;
}
.ulidx {
	list-style-image: url(images/interface/dauphin.png);
	list-style-position: inside;
}
#troiscube {
	width: 300px;
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}
#contenu {
	width: 730px;
	margin: 25px auto 0 auto;
}
#contenuidx {
	position: absolute;
	margin-top: 205px;
	margin-left: 25px;
	width: 330px;
	float: left;
	text-align: justify;
}
#montageidx {
	width: 350px;
	float: left;
	margin-top: 75px;
}
#prodnav {
	width: 150px;
	height: auto;
	float: left;
}
#produit {
	float: left;
	margin-left: 35px;
	width: 525px;
}

.break { clear: both; }

.pied {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 109px;
	background-image: url(images/interface/pied-mer-repeat-x.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#piedanim {
	width: 1000px;
	margin: 0 auto;
}
a {
	color: #9ff;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
p {
	font-family: Georgia;
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 5px;
}
ul.ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 25px;
	font-family: Georgia;
	font-size: 10pt;
	line-height: 13pt;
}
h1 {
	color: f30;
	font-family: Georgia;
	font-size: 16pt;
	line-height: 18pt;
	margin-bottom: 3px;
}
h2 {
	color: white;
	font-family: Verdana;
	font-size: 14pt;
	line-height: 18pt;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 5px;
}
h3 {
	color: white;
	font-family: Verdana;
	font-size: 11pt;
	line-height: 14pt;
	font-weight: normal;
	margin-bottom: 3px;
}
h4 {
	color: white;
	font-family: Arial;
	font-size: 11pt;
	line-height: 14pt;
	font-weight: normal;
	margin-bottom: 3px;
}
h5 {
	color: white;
	font-family: Georgia;
	font-size: 11pt;
	line-height: 13pt;
}
h6 {
	color: white;
	font-family: Georgia;
	font-size: 11pt;
	line-height: 13pt;
}
blockquote {
	font-family: Georgia;
	font-size: 9pt;
	line-height: 11pt;
	margin: 0 0 0 20px;
}
.txtc { text-align: center; }
.txtd { text-align: right; }
.txtsc14 {
	font-variant: small-caps;
	font-size: 14pt;
}
.txtpet {
	font-family: Times new Roman;
	font-size: 10pt;
}
.txtpetd {
	font-family: Times new Roman;
	font-size: 7pt;
	text-align: right;
}
.txtpetit {
	font-family: Times new Roman;
	font-size: 4pt;
	line-height: 6pt;
}
.txtpetitalic { font-style: italic; }
.retrait { margin-left: 16px; }
.retrait1 { margin-left: 10px; }
.retrait2 { margin-left: 32px; }
.retraitd {margin-right: 10px;}
.milieu { text-align: center; }


/* DEBUT JS */
.highslide {
	cursor: url(images/js/zoomin.cur), pointer;
	outline: none;
}
.highslide img { border: 1px solid #fff; }
.highslide:hover img { border: 1px #9ff solid; }
.highslide-image { border: 1px solid white; }
.highslide-caption {
	display: none;
	border: 1px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
	color: #333;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move { cursor: move; }
.highslide-overlay { display: none; }

/* highslide2 */
.highslide2 {
	cursor: url(images/js/zoomin.cur), pointer;
	outline: none;
}
.highslide2 img { border: 0; }
.highslide2:hover img { border: 0; }
.highslide2-image { border: 2px solid white; }
.highslide2-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
	color: #333;
}
.highslide2-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
}
a.highslide2-credits,
a.highslide2-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide2-credits:hover,
a.highslide2-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide2-move { cursor: move; }
.highslide2-overlay { display: none; }

/* Controlbar example */
.controlbar {	
	margin-left: 60px;
	background: url(images/js/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}
/* Necessary for functionality */
.highslide-display-block { display: block; }
.highslide-display-none { display: none; }
/* Fin JS */

