
/******* générique *******/

*{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
body{
/* 	font-size:11px; */
	font-size: 68.75%;
}
select, input, textarea, caption, label, td, th, span, table{
	font-size: 1em;
}
input, select{
	vertical-align: middle;
}
select{
	height:19px;
}
td, th{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
li{
	list-style-type: none;
}
a{
	color: orange;
	text-decoration: none;
}
a:hover {
	color: orange;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
form{
	padding:0;
	margin:0;
}

/******* classes communes *******/

.spacer{
	display: block;
	clear: both;
	margin-top: -1px;
}
input, select{
	vertical-align: middle;
}
img{
	border: 0;
}
.floatleft{
	position: relative;
	float: left;
}
.alignright{
	text-align: right;
}
/* .bg{
	background: url(../img/bg.gif) repeat-x;
} */
.bg{
	background: url(../img/bg02.gif) 0 0 repeat-x;
}
/******* Structure Principale *******/

.content{
	width: 670px;
	margin: 0 auto;
}
.logo span{
	display: none;
}

/******* Nav Top *******/

.logo{
	float:left;
	display: block;
	width: 80px;
	height: 52px;
	margin-top: 14px;
	background: url(../img/logo_sylvie.gif) no-repeat;
}
.accroche{
	margin: 50px 0 0 6px;
}

/******* Content *******/

.entrybox{
	margin: 41px 0 0 0;
}
.entrybox img{
	float:left;
}
.entrybox .navhome{
	float:left;
}

/******* Visus JS *******/
.visible{
	display: block;
}
.invisible{
	display: none;
}

.navhome li a{
	display: block;
	width: 222px;
	height: 50px;
}
.navhome li a span{
	display: none;
}
.navhome li.btatelier a{
	width: 222px;
	height: 51px;
	background: url(../img/bt_navindex_atelier.gif) left bottom no-repeat;
}
.navhome li.btatelier a:hover{
	background: url(../img/bt_navindex_atelier.gif) left top no-repeat;
}
.navhome li.btquali a{
	background: url(../img/bt_navindex_qualite.gif) left top no-repeat;
}
.navhome li.btquali a:hover{
	background: url(../img/bt_navindex_qualite.gif) left bottom no-repeat;
}
.navhome li.btprod a{
	background: url(../img/bt_navindex_produits.gif) left top no-repeat;
}
.navhome li.btprod a:hover{
	background: url(../img/bt_navindex_produits.gif) left bottom no-repeat;
}
.navhome li.btmag a{
	background: url(../img/bt_navindex_magasin.gif) left top no-repeat;
}
.navhome li.btmag a:hover{
	background: url(../img/bt_navindex_magasin.gif) left bottom no-repeat;
}
.contenthome{
	margin-top: 45px;
}
.contenthome p{
	margin-top: 14px;
}
/******* specials *******/
.w3cbutton{
	margin-top:28px;
	text-align: right;
}
.blackborder{
	border: 1px solid black;
}
.accroche_points_vente{
	margin: 14px 0 12px 0;
}
.misenvaleur{
	font-size: 1.4em;
	font-weight: bold;
}
.points_vente div{
	float: left;
	width: 240px;
	height: 60px;
	border: 1px solid black;
	padding-top: 10px;
}
.points_vente div p{
	text-align: center;
	font-size: 1.1em;
	margin: 0;
}
.points_vente div p a{
	font-size: 0.9em;
}
.points_vente div.metz{
	margin-right: 28px;
}

/* Pages interieures */

.navbox{
	margin-top: 15px; 
}
.navbox li{
	margin: 18px 0 0 0;
	padding: 0;
	float:left;
}
li.logonav{
	margin-top: 0;
	width: 122px;
}
.navbox li a{
	display: block;
}
.navbox ul li span{
	display: none;
}
li.logonav a{
	width: 162px;
	height: 67px;
	background: url(../img/logo_nav.gif) no-repeat;
}
li.bt_atelier a{
	width: 123px;
	height: 33px;
	background: url(../img/btnav2_atelier.gif) left top no-repeat;
}
li.bt_quali a{
	width: 95px;
	height: 33px;
	background: url(../img/btnav2_quali.gif) left top no-repeat;
}
li.bt_prod a{
	width: 95px;
	height: 33px;
	background: url(../img/btnav2_prod.gif) left top no-repeat;
}
li.bt_magasin a{
	width: 117px;
	height: 33px;
	background: url(../img/btnav2_magasin.gif) left top no-repeat;
}
li.bt_atelier a:hover, li.bt_quali a:hover, li.bt_prod a:hover, li.bt_magasin a:hover{
	background-position: left bottom;
}
li.endnav{
	width: 118px;
	height: 33px;
	background: url(../img/end_nav.gif) no-repeat;	
}

/* Atelier */
.atelierbox{
	margin-top:70px;
}


/* Encart post-it Accueil */
a.leftroom{
	display: block;
	width: 237px;
	height: 229px;
	position: absolute;
	top: 48px;
	margin-left: 490px;
	background: url(../img/postit.gif) no-repeat;
}
.leftroom span{
	display: none;
}
