html, body {
	font-family: "Arial", sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
}

h1, h2, h3 {
	margin: 0;
}

#main {
	background-color: #EEEEEE;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	bottom: 25px;
	overflow: auto;
	transition: all 300ms;
}

#top {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #EEEEEE;
	transition: top 300ms;
}

#header {
	/*background: url("../../imgs/logo.png") 10px 0px no-repeat #EEEEEE;*/
	height: 60px;
	line-height: 60px;
	border-top: 10px solid #525252;
	font-variant: small-caps;
}

#home {
	/*padding-left: 240px;*/
	padding-left: 20px;
	margin-top: -10px;
	float: left;
}

#headerComp {
	font-weight: bold;
	font-variant: small-caps;
	display: inline-block;
	margin-left: 10px;
}

#nav {
	clear: both;
	position: relative;
	height: 30px;
	margin: 0;
	font-variant: small-caps;
	background-color:#EEEEEE;
	line-height:28px;
	padding-left:20px;
}

#hlinks a {
	color:#666666;
	text-decoration: none;
}

#hlinks a:hover {
	text-decoration: underline;
}

#navleft {
}

#navright {
	position: absolute;
	right: 20px;
}
#naccueil{
	background-image: url("../../imgs/accueil.png");
	background-repeat: no-repeat;
	background-position:  left center;
}

#ntscan{
	background-image: url("../../imgs/pneus.png");
	background-repeat: no-repeat;
	background-position:  left center;
}
#ntscan:hover, #ntscan.actif{
	background-image: url("../../imgs/pneus_h.png");
}
#npneus{
	background-image: url("../../imgs/pneus.png");
	background-repeat: no-repeat;
	background-position:  left center;
}
#npanier{
	background-image: url("../../imgs/panier.png");
	background-repeat: no-repeat;
	background-position:  left center;
}
#ndevis, #ncommandes{
	background-image: url("../../imgs/devis.png");
	background-repeat: no-repeat;
	background-position:  left center;
}
#naccueil:hover, #naccueil.actif{
	background-image: url("../../imgs/accueil_h.png");
}
#npneus:hover, #npneus.actif{
	background-image: url("../../imgs/pneus_h.png");
}
#npanier:hover, #npanier.actif{
	background-image: url("../../imgs/panier_h.png");
}
#ndevis:hover, #ndevis.actif, #ncommandes:hover, #ncommandes.actif{
	background-image: url("../../imgs/devis_h.png");
}
#qtePanier{
	background-color: red;
	border-radius: 50%;
	color: white;
	font-weight: bold;
	padding: 0 5px;
}

.nbloc {
	display: inline-block;
}

.nbloc .nitem {
	border-bottom: 1px solid #666666;
	/*border-radius: 10px;*/
	padding: 1px 10px;
	color: #666666;
	/*background-color: #EAEAEA;*/
	cursor: pointer;
	transition: all 300ms;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.nbloc .nitem:hover {
	color: #EAEAEA;
	background-color: #666666;
	transition: all 300ms;
}

#navright span {
	font-size: smaller;
}

#navleft .nitem {
	padding-left: 25px;
	text-decoration: none;
	margin-right: 10px;
}

.nbloc .actif, .nbloc .actif:hover {
	color: #FFFFFF;
	background-color: #666666;
	border-color: #666666;
	cursor: default;
}

#contenu {
	background-color: transparent;
	/*position: absolute;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 20px;
	transition: all 300ms;
}

#hlinks {
	float: right;
	line-height: 20px;
	margin-right: 25px;
	background-color: #EEEEEE;
	font-size: 12px;
}

#hlinks span {
	padding-left: 25px;
	line-height: 20px;
	font-size:12px;
}

#hclient {

}


#hcontact {

}

#haide {

}

#hquitter {

}

#footer {
	position: fixed;
	bottom: 0;
	height: 25px;
	text-align: center;
	background-color: #333333;
	color: #FFFFFF;
	line-height: 25px;
	width: 100%;
	transition: bottom 300ms;
	font-size:11px;
	text-transform: uppercase;
}

#overlay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
#overlay.afficheMsg{
	display: block;
}

.bfullscreen #top {
	top: -80px;
	transition: top 300ms;
}

.bfullscreen #footer {
	bottom: -25px;
	transition: bottom 300ms;
}

.bfullscreen #main {
	top: 35px;
	bottom: 5px;
	transition: all 300ms;
}

/* Messages d'information */
#messagesinfos, #messageloading {
	font-weight: bold;
	border: 1px solid;
	margin: auto;
	padding:18px 10px 18px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	position: fixed;
	left: 10%;
	right: 10%;
	top: 50px;
	width: 90%;
	max-width: 800px;
	cursor: help;
	border-radius: 5px;
	box-shadow: 0 5px 90px #888;
}
#messagesinfos.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('info.png');
}
#messageloading {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('msgloader.gif');
}
#messagesinfos.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('success.png');
}
#messagesinfos.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('warning.png');
}
#messagesinfos.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('error.png');
}
#messagesinfos.aucun, #messageloading.aucun {
	display: none;
}

::-webkit-input-placeholder {
	font-style: italic;
	text-transform: none !important;
}

::-moz-placeholder {
	font-style: italic;
	text-transform: none !important;
}

:-ms-input-placeholder {
	font-style: italic;
	text-transform: none !important;
}
.msplaceholder {
	color: #A0A0A0;
	font-style: italic;
	text-transform: none !important;
}
#fond{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1900;
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background-color:#525252;
	display:none;
}
#bo_iframe{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#btn_close_ifrm{
	display: none;
	position: fixed;
	right: 50px;
	top: 15px;
	padding: 2px 5px;
	cursor: pointer;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	background-color: #FFBCC5;
	color: #777777;
}
#btn_close_ifrm:hover{
	color: #000000;
}
#btn_close_ifrm.opened{
	display: inline-block;
}
iframe{
	border: none;
}
a img{
	border: none;
}