body {
	
	margin:0;
	font-family: geneva, verdana, arial, sans-serif;
	
}

#page {
	
	font-family: geneva, verdana, arial, sans-serif;
	font-size: small;
	background: #fff;
	margin: 0 auto;
	width:760px;
	position:relative;
}

#tete {
	
	background: #acab97 url('/images/top_pattern.jpg') bottom repeat-x;
	height: 114px;
	width: 100%;
	
}

#tete #deco {
	
	position: relative;
	left:556px;
	width: 204px;
	height: 114px;
	background: #acab97 url('/images/top_droit.jpg') bottom right no-repeat;
	color: #fff;
	
}

#tete #logo {
	
	position: absolute;
	width: 554px;
	height: 114px;
	background: #acab97 url('/images/top_gauche.jpg') bottom left no-repeat;
	
}

#tete #logo a {
	
	display: block;
	width: 230px;
	height: 114px;
	border: 0;
	
}
	
#tete .invisible {
	
	margin: 0;
	visibility: hidden;
	
}

#menuTop {
	
	position: absolute;
	top: 0;
	right:0;
	padding-right: 10px;
	color: black;
	font-size: small;
	
}

#menuTop a {
	
	color: black;
	
}

#corps {
	
	border: 1px solid white;
	background: #fff url('/images/bg_corps.jpg') repeat-x;
	margin: 0;
	min-height: 300px;
	
}

#corps #canots a {
	
	position: absolute;
	display: block;
	right: 66%;
	width: 250px;
	height: 100px;
	
}

#corps #chaloupes a {
	
	position: absolute;
	display: block;
	right: 33%;
	width: 250px;
	height: 100px;
	
}

#corps #accessoires a {
	
	position: absolute;
	display: block;
	right: 1%;
	width: 150px;
	height: 100px;
	
}

#pied {
	
	background: #fff url('/images/bottom_pattern.jpg') bottom repeat-x;
	height: 32px;
	width: 100%;
	
}

#pied #piedG {
	
	float: left;
	background: #fff url('/images/bottom_gauche.jpg') bottom left no-repeat;
	height: 32px;
	width: 554px;
}

#pied #piedD {
	
	float: right;
	background: #fff url('/images/bottom_droit.jpg') bottom left no-repeat;
	height: 32px;
	width: 204px;
	
	
}

.spacer {
	
	clear: both;
	background: transparent;
	
}


#corps .gras {
	
	font-weight: bold;
	
}

img {
	border: 0;
}


#corps #canots {
	
	float: left;
	background: transparent url('/images/canot.gif') top right no-repeat;
	width: 33%;
	height: 150px;
	display: block;
	
}

#corps #chaloupes {
	
	float: left;
	background: transparent url('/images/chaloupe.gif') top right no-repeat;
	width: 33%;
	height: 150px;
	display: block;
	
}

#corps #accessoires {
	
	float: left;
	background: transparent url('/images/veste_aviron.gif') top right no-repeat;
	width: 33%;
	height: 150px;
	display: block;
	
}

#corps #texte {
	
	border: 1px solid white;
	display: block;
	padding: 0px;
	padding-top: -100px;
	margin: 0 auto;
	width: 660px;
	
}


/* Pour la galerie de produits */

#corps .galerie {
	
	display: block;
	padding-top: 30px;
	padding: 10px;
	margin: 10px;
	border: 0;
	
}

#corps .galerie img.cat {
	
	float: left;
	margin-bottom: 40px;
	border: 1px solid #e7b204;
	margin: 0 0 0 0; /*(top right bottom left)*/
	
}

#corps dl.vignette {
	
	background: #transparent;
	text-align: center;
	float: left;
	display: block;
	padding: 0;
	margin: 5px 0px 5px 0px; /*(top right bottom left)*/
	border: 0;
	font-size: small;
	color: #000;
	height: 172px;
	width: 120px;
	
}

#corps .galerie > dl.vignette {
	
	height: 162px;
	
}

#corps dl.vignette dt span.ref {
	
	background-color: #f3f3f3;
	font-size: small;
	color: #777; /*#979797;*/
	
}

#corps dl.vignette dt.ref { 
	
	height: 20px;
	
}

#corps dl.vignette dt.txt { 
	
	background-color: #f3f3f3;
	margin: 0 8px 0 10px;
	padding: 0;
	font-weight: normal;
	font-size: x-small;
	color: #777;
	height: 40px;
	
	
}

#corps dl.vignette a { color: #7c2b09; }
#corps dl.vignette a:visited { color: #9b9b9b; }

#corps dl.vignette dt.img {
	
	display: table-cell;
	vertical-align: middle;
	background: #fff top left repeat-x;
	padding-left: 9px;
	padding-right: 9px;
	width: 100px;
	height: 100px;
	
}


#corps dl.vignette dt img {
	
	border: 0px solid blue;
	
}

#corps dl.vignette dd
{
	margin: 0;
	padding: 0;
}


/* Affichage d'un produit */

#corps #item {
	
	margin: 40px;
	margin-top: 25px;
	
}

#corps #item #ref, #corps #item #infos, #corps #item #desc {
	
	border-bottom: 2px solid #e5e5e5;
	padding-left: 25px;
	
}

#corps #item #ref, #corps #item #infos, #corps #item #desc {
	
	margin: 0;
	
}

#corps #item #ref h2 {
	
	font-family: georgia, geneva, verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: medium;
	font-weight: normal;
	
}

#corps #item #infos h2, #corps #texte #item #desc h2 {
	
	font-family: georgia, geneva, verdana, arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	border-bottom: 1px solid #6c2c08;
	width: 300px;
	
}

#corps #item div.img {
	
	float: left;
	width:350px;
	
	
}

#corps #item div #desc {

	float:left;
	width:200px;

}

#corps #item img {
	
	border: 1px solid orange;
	
}


#corps #item img.th {
	
	border: 1px solid #e7b204;
	
}

#boxes_fr, #boxes_en {
   width: 760px;
   height: 22px;
   padding: 0;
   position: absolute;
   margin-top: -23px;
   /*border-top: 1px solid red;
   border-bottom: 1px solid red;*/
   background: no-repeat url('/images/navibar_fr.gif') transparent;
}
#boxes_en {
   background: no-repeat url('/images/navibar_en.gif') transparent;
}

#boxes_fr li,#boxes_en li {
   margin: 0;
   padding: 0;
   list-style: none;
   position: absolute;
   display: block;
}
#boxes_fr a, #boxes_en a {
   display: block;
   font-weight: bold;
   color: #435465;
}


/* Définitions des zones cliquables */

#box0 {
	left: 0px;
	width: 255px;
	top: 1px;
	height: 23px;
}
#box1 {
	left: 255px;
	width: 252px;
	top: 1px;
	height: 23px;
}
#box2 {
	left: 507px;
	width: 253px;
	top: 1px;
	height: 23px;
}

#box0 a { 
	height: 20px;
	text-indent: 0px;
	text-decoration: none;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	margin-left:104px;
}
#box1 a {
	height: 20px;
	text-indent: 0px;
	text-decoration: none;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	margin-left:77px;
}
#box2 a { 
	height: 20px;
	width:170px;
	text-indent: 0px;
	text-decoration: none;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	margin-left:77px;
}

/* Zones en surbrillance */

#boxes_fr #box0 a:hover, #boxes_fr #box0.selected {
	background: transparent url('/images/navibar_fr.gif') -104px -23px no-repeat;
	color: white;
}

#boxes_fr #box1 a:hover, #boxes_fr #box1.selected {
	background: transparent url('/images/navibar_fr.gif') -332px -23px no-repeat;
	color: white;
}

#boxes_fr #box2 a:hover, #boxes_fr #box2.selected {
	background: transparent url('/images/navibar_fr.gif') -584px -23px  no-repeat;
	color: white;
}

#boxes_en #box0 a:hover, #boxes_en #box0.selected {
	background: transparent url('/images/navibar_en.gif') -104px -23px no-repeat;
	color: white;
}

#boxes_en #box1 a:hover, #boxes_en #box1.selected {
	background: transparent url('/images/navibar_en.gif') -332px -23px no-repeat;
	color: white;
}

#boxes_en #box2 a:hover, #boxes_en #box2.selected {
	background: transparent url('/images/navibar_en.gif') -584px -23px  no-repeat;
	color: white;
	
}

#boxes_fr #box1.selected, #boxes_fr #box2.selected, #boxes_en #box1.selected, #boxes_en #box2.selected {
	margin-left:77px;
	width:175px;
}
#boxes_fr #box0.selected, #boxes_en #box0.selected {
	margin-left:104px;
	width:170px;
}

#boxes_fr #box0.selected a, #boxes_en #box0.selected a, #boxes_fr #box1.selected a, #boxes_fr #box2.selected a, #boxes_en #box1.selected a, #boxes_en #box2.selected a {
	margin-left:0px;
}

.hidden {
	display:none;
}

#h2Bateau {
	position:relative;
	background: transparent url('/images/h2Bateau.gif') no-repeat;
	width:152px;
	height:22px;
}
.caracs li {
	list-style-type:none;
}