body,textarea{
	font-family: Helvetica, Arial;
}
#wrapper{
	width:900px;
	margin:auto;
}
header{
	background:url(/images/headerbg.jpg);
	height:155px;
	padding:20px;
	color:#fff;
}
header #logo{
	width:180px;
	height:150px;
	bor!der:1px solid lightgrey;
	float:left;
	margin-left: 30px;
}
header #rightheader{
	width:550px;
	height:150px;
	bor!der:1px solid lightgrey;
	float:right;
}
header h1{
	margin: 0;
	font-size: 26px;
}
header #enseigne{
	font-size: 90px;
	font-weight: bold;
	margin-bottom: -8px;
}
header #slogan{
	font-size: 16px;
}
.clear{
	clear:both;
}
a{
	color:#000;
}
#loader{
	display:none;
}


/*infos*/
#infos{
	margin-top:30px;
}
#infos #infosproduit{
	float:left;
	width:500px;
	padding:20px;
	background:#f0f0f0;
	border-radius:5px;
}
#infos #rightimage{
	float:right;
	width:340px;
	height:420px;
}
#infos #infosproduit .item{
	hei!ght:80px;
	padding-top:10px;
}
#infos #infosproduit .item .icone{
	width:70px;
	height:80px;
	float:left;
	margin-top: 10px;
}
.infoicone{
	font-size:10px;
	color:red;
	text-align:center;
}
#infos #infosproduit .item .icone img{
	width:70px;
}
#infos #infosproduit .item .itemcontent{
	width:400px;
	float:right;
}
#infos #infosproduit .item .itemcontent .itemtitle{
	font-weight:bold;
	margin-bottom:15px;
}
#infos #infosproduit .item .itemcontent .itemcontentcontent{
	bor!der-bottom:1px solid #e3e3e3;
	padd!ing-bottom:15px;
	color:#7a7575;
	font-size:12px;
}
#infos #infosproduit .item .itemcontent .itemcontentcontent .separateur{
	height:2px;
	background:url(/images/separateur.jpg) repeat-x;
	margin-top:15px;
}




/*contact*/
#contact{
	margin-top:20px;
}
#contact #contactinfos{
	float:left;
	width:390px;
}
#contact #contactform{
	float:right;
	width:390px;
}

#contact #contacttitle{
	font-size:20px;
	font-weight:bold;
	margin-bottom: 15px;
}
#contact #contactinfos #contactadressetitle{
	font-weight:bold;
	margin-bottom: 10px;
}
#contact #contactinfos #adressetelephone{
	margin-bottom: 10px;
}
#contact #contactinfos #adresseemail{
	margin-bottom: 40px;
}
#contact #contactinfos #contactinfosfooter{
	line-height: 38px;
	font-weight:bold;
}
#thankyou{
	display:none;
	margin-top:40px;
	text-align:center;
}

#contact #contactform input[type=text], #contact #contactform textarea{
	background:#757070;
	border-radius:5px;
	color:#a9a9a9;
	width:380px;
	padding: 3px 5px;
}
#contact #contactform textarea{
	height: 100px;
}
#contact #contactform #envoyer{
	float:right;
	background: #d42a2a;
	color: #fff;
	border-radius: 5px;
	border: none;
	padding: 3px;
	cursor:pointer;
}


footer{
	height:70px;
	width:900px;
	margin:20px auto;
}



/*admin*/
#metas{
	margin-bottom:20px;
}
#metas .metalabel{
	width:150px;
	float:left;
	margin-bottom:5px;
}
#metas .metacontent{
	width:750px;
	float:left;
	margin-bottom:5px;
}
#metas .metacontent input[type=text], #metas .metacontent textarea{
	width:360px;
}
#metas .metacontent textarea{
	height:50px;
	font-size: 14px;
}

#admintitle{
	width:545px;
	font-size: 26px;
}
#adminslogan{
	width:545px;
}
#adminvalider{
	text-align:center;
	margin-bottom:40px;
}
#infos #infosproduit .item .itemcontent .itemtitle input[type=text],#infos #infosproduit .item .itemcontent .itemcontentcontent textarea{
	width: 395px;
}
#infos #infosproduit .item .itemcontent .itemcontentcontent textarea{
	font-size: 12px;
	height:60px;
}
input[type=file]{
	display:none;
}
.overlay{
	background: #000;
	height: 100%;
	width: 100%;
	opacity:0;
}