﻿body
{
	background-image: url('/images/background.gif');
	background-repeat:repeat-x;
	background-color: #DFF0F8;
	margin: 0px 0px 0px 0px;
}

body, button, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #404F56;
}

body.Contenu
{
	background-image: none;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

.LeftMenuTable
{
	border: 0;
	padding: 0;
	width: 100%;
	height: 31px;
}

.LeftMenuCell1
{
}

.LeftMenuCell1
{
}

h1
{
	font-family: 'Copperplate Gothic Light', Copperplate, sans-serif;
	/*font-family: 'Arial Narrow', sans-serif;*/
	font-size: 18pt;
	/*font-weight: bold;*/
	/*color: #1D2C7C;*/
	color: #333333;
	margin: 0 0 1px 0;
}

h2
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	margin: 0 0 1px 0;
}

a:link{
	color:#404F56;
	/*text-decoration:none;*/
}
a:visited {color:#404F56;}
a:hover{
	 text-decoration:none;
	 border-bottom:0px;
}
a:active  {color:#404F56;}

A.MenuTop
{
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom:0px;
}
A.MenuTop.current{
	font-weight:bold;
	font-size: 11pt;
	color:#F1C121;
	/*border-bottom:1px solid yellow;*/
}

A.MenuTopLang
{
	font-family: Arial;
	font-size: 10pt;
	color:#FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.Texte
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #3d4c53;
	text-align: justify;
}

.big-text
{
	font-weight: bold;
	color: #3d4c53;
	margin-bottom:5px;
}


.TexteFooter
{
	font-family: Arial;
	font-size: 8.5pt;
	font-weight: bold;
	color: #1D2C7C;
}


.smallNote{
	color: #3d4c53;
	font-size:0.9em;
	font-style:italic;
}

.required {
	font-weight: bold;
}
.accept, .status {
	padding-left: 90px;
}

.valid {
	color: green;
}

.invalid {
	color: red;
}
span.k-tooltip {
	margin-left: 6px;
}
#contactForm span.k-tooltip {
	margin-left: 0;
}

input:invalid, input:-moz-ui-valid {
     box-shadow: none;     
}

html .top-message{
	display:none;
	width:100%;
	height:auto;
	margin-bottom:20px;
	padding:10px;
	text-align:center;
}


div.k-dropzone {
    border: 1px solid #c5c5c5; /* Default skin */
}
 
div.k-dropzone em {
    visibility: visible;
}

@font-face {
	font-family: 'EntypoRegular';
	src: url('/styles/Entypo/entypo-webfont.eot');
	src: url('/styles/Entypo/entypo-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/styles/Entypo/entypo-webfont.woff') format('woff'),
		 url('/styles/Entypo/entypo-webfont.ttf') format('truetype'),
		 url('/styles/Entypo/entypo-webfont.svg#EntypoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Bullet list */
.bullet-list {
	margin-left: 0;
	list-style-type: none;
	}
	.bullet-list > li {
		padding-top: 10px;
		padding-left: 16px;
		}
		.bullet-list > li:first-child {
			padding-top: 0;
		}
		.bullet-list > li:before {
			display: block;
			float: left;
			width: 16px;
			margin: 1px 0 0 -16px;
			font-weight: normal;
			font-style: normal;
			font-family: 'EntypoRegular';
			content: 'k';
			font-size: 25px;
			color: #cccccc;
		}
		/* IE7 */
		.bullet-list-before {
			display: block;
			float: left;
			width: 16px;
			margin: 1px 0 0 -16px;
			font-weight: normal;
			font-style: normal;
			font-family: 'EntypoRegular';
			font-size: 25px;
			color: #cccccc;
		}

.k-block.light{
	background:#FFFFFF;
}
.k-block.light > .k-header{
	background-image: url(/images/deg_menu.gif); background-repeat: repeat-x;
	color:#FFFFFF;
	padding-left: 5px;
	padding-right:0px;
	height: 1.3em;
    line-height: 1.3em;
}
.k-block, .k-widget{
	line-height: 16px;
}

.header{
	background-image: url(/images/titlebg.png); background-repeat: repeat-y;
	background-position:right;
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 15px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	padding: 5px 8px;
}
.header > H1{
	font-family: 'Lora', serif;
	font-size: 12pt;
	font-weight: bold;
	color: #404F56;
}


.mainContentContainer{
	padding:8px 16px 8px 16px;
	background-color: #FFFFDD;
}

textarea.k-textbox{
	white-space:normal;
}

.pictogram, .small-picto{
	font-family: 'EntypoRegular';
	font-size: 20px;
	font-weight: normal;
	vertical-align: middle; 
	line-height: 0;
}

	.refresh:after {	content: "h"; font-size: 38px; }
	.shuffle:after {	content: "f"; font-size: 38px; }
	.preview:after {	content: "M"; font-size: 38px; }
	.back:after{ content: "ë"; }
	
	.tea:after {	content: "u"; font-size: 38px; }
	.wifi:after {	content: "T"; font-size: 38px; }
	
	.circles:after {	content: "L"; font-size: 98px; vertical-align: middle; }
	
	.rss:after {	content: "S"; font-size: 70px; position: absolute; margin: .33em .28em; }
	.cloud:after {	content: "y"; font-size: 70px; position: absolute; margin: .32em .2em; }
	.download:after {	content: "w"; font-size: 70px; position: absolute; margin: .3em .27em; }
	.trash:after {	content: "I"; font-size: 70px; position: absolute; margin: .35em .24em; }
	.rack:after {	content: "t"; font-size: 70px; position: absolute; margin: .35em .22em; }
	
	.setting:after {	content: "@"; font-size: 150px; display: inline-block; }
	.identity:after {	content: "."; font-size: 150px; }
	.navigation:after {	content: "2"; font-size: 150px; }
	.gallery:after {	content: "p"; font-size: 150px; }
	
	.email:after {	content: "%"; font-size: 50px;}
	.calendar:after {	content: "P"; font-size: 50px; position: absolute; color: #1a3d51; margin: .6em .8em; }
	.link:after {	content: ">"; font-size: 50px; position: absolute; color: #1a3d51; margin: .6em .8em; }
	.time:after {	content: "N"; font-size: 50px; position: absolute; color: #1a3d51; margin: .6em .8em; }
	
	.folder:after { content: "s"; font-size: 30px; color: #81a9c5; }
	.tag:after { content: "C"; font-size: 30px; }
	.lock:after { content: "U"; font-size: 30px; }
	.unlock:after { content: "V"; font-size: 30px; }
	.mic:after { content: "O"; font-size: 30px; }
	.love:after { content: "6"; font-size: 30px; color: #ff82ac; }
	.star:after { content: "7"; font-size: 30px; color: #ffb700;}
	.like:after { content: "8"; font-size: 30px; color: #3b5998; }
	.phone:after { content: "!"; font-size: 30px;}
	.redphone:after { content: "!"; font-size: 30px; color: #f45232;}
	
	.flag:after { content: "?"; font-size: 30px; }
	.adduser:after { content: "-"; font-size: 30px; }
	.attach:after { content: "'"; font-size: 30px; }
	.edit:after { content: "&"; font-size: 30px; }
	
	.upload:after { content: "v"; font-size: 60px; color: #806d79; text-shadow: rgba(255,255,255,0.5) 1px 1px 1px; }
	.storage:after { content: "x"; font-size: 60px; color: #806d79; text-shadow: rgba(255,255,255,0.5) 1px 1px 1px; }
	.photo:after { content: "D"; font-size: 60px; color: #806d79; text-shadow: rgba(255,255,255,0.5) 1px 1px 1px; }
	.help:after { content: "K"; color: #806d79; text-shadow: rgba(255,255,255,0.5) 1px 1px 1px; }
	.print:after { content: "<"; font-size: 60px; color: #806d79; text-shadow: rgba(255,255,255,0.5) 1px 1px 1px; }
	.gadget:after { content: '"'; font-size: 60px; color: #806d79; text-shadow: rgba(255,255,255,0.5) 1px 1px 1px; }
	
.small-picto:after{
	font-size: 30px;
	padding-right:5px;
}

.manufacturerTile{
	background-image:url(../images/manufacturerBg.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 38px;
	width: 165px;
	color: #FFFFFF;
	vertical-align: middle;
	line-height:38px;
	text-align:center;
	font-weight:700;
	font-size:20px;
	text-transform: uppercase;
	font-family: Georgia,serif;
	letter-spacing:-1px;
}

.manufacturerTile a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.manufacturerTile a:visited {color:#FFFFFF;}
.manufacturerTile a:hover{
	 text-decoration:none;
	 color:#F1C121;
}
.manufacturerTile a:active  {color:#FFFFFF;}

img.right, .right {
    float: right;
    margin: 0 0 4px 12px;
}

img.left, .left {
    float : left;
  	margin : 0 10px 5px 0;
}

.breadcrumbs{
	padding-top:0px;
	padding-bottom:0px;
	min-height:16px;
}

.printerOnly{
	display:none !important;
}


.categorie {
	float: left;
	width: 330px;
	background-color:#FFFFFF;
	margin: 10px;
	padding: 5px;
	-moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.categorie img {
	float: left;
	width: 110px;
	height: 83px;
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 0;
	border-radius: 15px;
	border-top-right-radius: 0;
	transition: opacity 0.3s linear;
}
.categorie img:hover, .imglink:hover {
	opacity: 0.6;
	transition: opacity 0.4s linear;
}
.imglink{
	transition: opacity 0.3s linear;
}
img.soldOverlay {
    left: -5px;
	top: -5px;
    position: absolute;
    z-index: 999;
}
.categorie h3 {
	margin: 0;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	font-size: 1em;
	float: left;
	width: 193px;
	text-transform: uppercase;
	background-color: #989898;
	-moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.descHtml {
	float: left;
	padding-left:10px;
	padding-top:5px;
}

.equipementDetail {
	margin: 15px 8px;
	padding: 5px;
	background-color:#FFFFFF;
	-moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.equipementDetail img {
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 0;
	border-radius: 15px;
	border-top-right-radius: 0;
}

