body,html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: sans-serif;
	background: #232323;
}
a, a:hover, a:visited {
	text-decoration:none;
	border:none;
	color: white;
	}
* {
	margin: 0;
	padding: 0;
}
#fond {
	position: absolute;
	width: 100%;
	height: 319px;
	background: url('img/fond_page.jpg') no-repeat right;
	margin-top: 223px;
}
#structure {
	position: absolute;
	width: 762px;
	height: 512px;
	top: 0px;
	left: 50%;
	margin-left: -381px;
	}
#logo {
	position: relative;
	background: url('img/madeinbreizh_logo.png') no-repeat;
	margin-top: 75px;
	width: 100%;
	height: 104px;
	}
#main {
	position: relative;
	background: url('img/fond_main.png') no-repeat;
	width: 760px;
	height: 407px;
	border-left: 1px solid #1fa8e3;
	border-right: 1px solid #1fa8e3;
	border-bottom: 1px solid #1fa8e3;
	}
#menu {
	position: relative;
	float: left;
	width: 190px;
	height: 407px;
	background: url('img/menu.png') no-repeat;
	}
#menu a{
	position: absolute;
    display: block;
	outline:0;
	}
#accueil {
    top: 48px; /* décalage par rapport au bord supérieur */
    left: 10px; /* décalage par rapport au bord gauche */
    height: 45px; /* hauteur */
    width: 175px; /* largeur */
	}
#lesbijoux {
    top: 136px; /* décalage par rapport au bord supérieur */
    left: 10px; /* décalage par rapport au bord gauche */
    height: 45px; /* hauteur */
    width: 175px; /* largeur */
	}
#jecommande {
    top: 226px; /* décalage par rapport au bord supérieur */
    left: 10px; /* décalage par rapport au bord gauche */
    height: 45px; /* hauteur */
    width: 175px; /* largeur */
	}
#contact {
    top: 314px; /* décalage par rapport au bord supérieur */
    left: 10px; /* décalage par rapport au bord gauche */
    height: 45px; /* hauteur */
    width: 175px; /* largeur */
	}
#cadre {
	position: relative;
	float: right;
	background: url('img/fond_cadre.png') no-repeat;
	margin-right:25px;
	width: 524px;
	height: 407px;
	overflow: auto;
	}
#cadreaccueil {
	position: relative;
	float: right;
	background: url('img/fond_cadre.png');
	margin-right:0px;
	width: 549px;
	height: 407px;
	overflow: auto;
	}
.titre {
	clear:both;
	padding: 32px 10px 0 10px;
	font-size: 1em;
	color: #58c7f7;
	font-weight: bold;
	}
.paragraphe {
	clear: both;
	font-size: 0.8em;
	color: white;
	text-align: justify;
	padding: 10px 20px 10px 20px;
	}
#navigation {
	position: absolute;
	height: 407px;
	width: 524px;
	}
a img, a:hover img, a:focus img, a:visited  img{
	border: none;
	}
#cadrejecommande {
	margin-top: 10px;
	position: absolute;
	left: 20px;
	width: 503px;
	height: 330px;
	overflow: auto;
	}
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:10;
	opacity:0.8;
	filter: alpha(opacity=80);
}
#box 
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 524px;
	height: 407px;
	padding: 0;
	margin-left: -262px;
	margin-top: -203px;
	border: 1px solid white;
	z-index:11;
	overflow: none;
	background-color:black;
	opacity:0.8;
	filter: alpha(opacity=80);
}

#boxheader
{
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	padding-top:2px;
	padding-left:8px;
	margin:0;
	margin-right:20px;
	border-bottom:1px solid black;
	background-color: #060;
	color:white;
	text-align:center;
}

#boxclose
{
	float:right;
	position:absolute;
	top: 0;
	right: 0;
	background-image:url(img/close.gif);
	background-repeat:no-repeat;
	background-color:#CCC;
	border:1px solid black;
	width:20px;
	height:20px;
}

#boxcontent
{
	position:absolute;
	top:23px;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:100%;
	height:100%;
}
