/********************
 * DOM éléments
 ********************/
*{font-family:Arial,Tahoma,Verdana;font-size:12px;}
body{margin:0;padding:12px 0 0 0;color:#222}
img{border:0;}
a{text-decoration:none;color:orange;font-weight:bold !important;}
a:hover{text-decoration:underline;}
li{margin-left:8px;}
select{background-color:#EEE;height:20px;width:68px;border:1px solid #EB6D1D;}
input{height:18px;}
input,textarea {
	font: normal 11px "Lucida Sans Unicode",Arial,sans-serif;
	padding-left:2px;
	margin-top:2px;
	border:1px solid #EB6D1D;
	color: #000;
	background-color:#EEE;
	}
input[type=checkbox] {border:none !important;}
input.checkbox{border:none !important;}
input.radio{border:none !important;}
input.button{
	height:20px;
	line-height:16px;
	padding:0px 4px 2px 4px;
	margin-left:2px;
	border:1px solid #555;
	color:#EEE;
	background-color:#EB6D1D;
	font-weight:bold;
	cursor:pointer;
	}
input.button:hover{border:1px solid pink;color:#FFF;background-color:#EB7D2D;}
a.button {
	height:16px;
	line-height:14px;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	margin-left:2px;
	border:1px solid #555;
	color:#EEE;
	background-color:#A41462;
	font-weight:bold;
	font-size:x-small;
	cursor:pointer;
	}
a.button:hover {
	border:1px solid #304180;
	color:#FFF;
	background-color:#B42472;
	}
img.buttonOK {vertical-align:middle;margin-left:8px;cursor:pointer;}
textarea.resume {
	border:0px solid red;
	background-color:transparent;
	color:#777;
	font-size:xx-small;
	}
hr {
	clear:both;
	border:0px dashed #DDD;
	width:100%;
    }
site {font-size:14px !important;color:#AAA !important;}
h1,h2,h3,h4,h5 {color:#090;}
h1, h1 a{background:url('../ihm/bgH1.png') no-repeat;padding-left:30px;font-size:18px;font-weight:bold;}
h2, h2 a{font-size:12px;font-weight:bold;color:#090}
h3, h3 a{font-size:12px;font-weight:bold;color:orange}
h4{font-weight:bold;}
cite{font-size:10px !important}
blockquote{border-left:12px solid #EB6D1D;padding-left:32px;font-size:128%;color:#000;}
b{color:#090;}
ul{padding:8px !important;margin:0}
li{list-style-type:none}
.file, button{padding-left:8px;padding-right:8px;}


/********************
 * Zoning
 ********************/
#container {
    width:941px;
    margin:0 auto 0 auto;
    } 
#content {
    float:left;
    background:url('../ihm/bgContent.png') repeat-y;
	width:inherit;
	border-right:1px solid #EEE;
	}
#header {
    float:left;
    background:url('../ihm/bgHeader.png') no-repeat;
    height:224px;
    width:inherit
    }
#logo {
    float:left;
    width:260px;
    height:180px;
    /*visibility:hidden;*/
    } 
#caddie {
    padding:8px 8px 0 0;
    float:right;
    color:#FFF;
    font-size:10px;
    }
#search {
    color:#FFF;
    margin:8px auto 0 240px;
    font-size:12px;
    float : left;
    }
#barre {
    float:right;
    height:30px;
    color:#FFF;
    width:100%;
    line-height:28px;
    font-size:16px;
    text-align:right;
    padding-right:8px;
    }
#menu {
    float:left;
    background:url('../ihm/bgMenu.png') no-repeat #1CB817;
    width:174px;
    overflow:hidden;
    padding:8px 0 32px 16px;
    }
#body {
    float:left;
    width:520px;
    padding:8px 8px 48px 8px;
    margin:0;
    }
#info {
    display:none
    } 
#pub {
    float:left;
    clear:right;
    width:180px;
    padding:32px 0 0 0;
    margin:0;
    }
#footer {
    background:url('../ihm/bgFooter.png') no-repeat;
    clear:both;
	width:inherit;
    height:50px;
	width:inherit;
	padding-top:8px;
	color:#EEE;
    }
#rank{
	float:left;
	height:inherit;
	line-height:16px;
	width:280px;
	padding-left:8px;
	}
#bottom{
	float:left;
	height:inherit;
	width:580px;
	line-height:16px;
	text-align:center;
}
#previewArea{
	float:left;
	border:1px solid #CCC;
	padding:4px ;
	color:#F90;
	width:95%

	
	}
#preview{
	float:left;
	border:1px solid #090;
	}

#preview1 {
	float:left;
	margin-left : 10px;
}

#ariane{
	color:#FFF;
	height:36px;
	line-height:36px;
	}
#squares{
	float:left;
	margin:0 0 0 30px;
	color:#000;
	}


/********************
 * Spécialisation
 ********************/
#barre a{color:#FFF;margin:0 3px 0 3px;font-size:11px !important;}
#barre a:hover{color:yellow;}

#menu h2{
    background:url('../ihm/bgMenuTitle.png') no-repeat;
    padding-left:12px;
    line-height:24px;
    font-size:14px;
    width:180px;
    margin:0 0 0 0px;
    color:#FFF;
    font-style:italic;
    text-transform:uppercase;
    }    
#menu li, #menu li.active{
    background:url('../ihm/bgMenuItem.png') no-repeat;
    line-height:24px;
    font-size:14px;
    list-style-type:none;
	margin:0;
}
#menu li.active{
    background:url('../ihm/bgMenuActive.png') no-repeat !important;
}
#menu li a{
    padding-left:30px;
    color:#000;
    font-weight:bold;
}
#menu li.active a{
    color:#FFF;
}
#menu a.level2{
	display:block;
    background:url('../ihm/bgMenuItemLevel2.png') 28px no-repeat;
	color:#000;
	padding-left:54px;
	font-weight:normal !important;
	line-height:20px;
	font-size:80%;
	}
#menu a.level2Active{
	display:block;
    background:url('../ihm/bgMenuItemLevel2Active.png') 28px no-repeat;
	color:#FFF;
	padding-left:54px;
	font-weight:bold !important;
	line-height:20px;
	font-size:80%;
	}
#menu h3{
    background:url('../ihm/bgMenuSep.png') no-repeat left bottom;
    margin:16px 0 0 8px;
    line-height:24px;
    font-size:14px;
    color:#FFF;
    font-style:italic;
    text-transform:uppercase;
	font-weight:normal;
    }    
#menu h3 span{
	font-weight:bold !important;
	font-size:inherit
    }
#menu a.simple{
	color:#FFF;
	padding-left:12px;
	font-weight:normal;
	line-height:16px;
	}
#footer div{float:left;}
#footer div.rank{line-height:15px;}
#footer a{color:#EEE;}
#ariane span{text-align:center;margin-bottom:24px;width:124px;font-size:11px;font-weight:bold;float:left;background:url('../ihm/bgAriane.png') no-repeat;}
#ariane span.current{float:left;background:url('../ihm/bgArianeCurrent.png') no-repeat !important;}
#squares div{display:inline;float:left;margin:0 2px 0 0;height:180px;padding:4px 8px 8px 8px;border:1px dotted #AAA;}
#square2{padding-right:41px !important;}
#square3{clear:left}

/********************
 * Styling
 ********************/
/* Référence */
.price{}
.pricePromo{
	color:#000;
	font-weight:bold;
	font-size:120%;
	}
img.promo{
	border:none !important;
	}
/* Pour la tn */
.tnAccueil {
	float:left;
	padding:8px;
	margin-right:8px;
	border:1px solid #DDD;
	}
.tnRef {
	float:left;
	position:relative;
	height:140px;
	width:240px;
	padding:0 6px 0 0;
	margin-bottom:12px;
	border-right:1px solid #DDD;
	margin-left:12px;
	}
.tnRefCol0 {
	margin-left:0 !important;
	}
.tnRefCol1{
	border-right:0px solid #FFF !important;
	}
.tnRefColLast {
	border-right:0px solid #FFF !important;
	}
.tnRef .imgContainer {float:left;position:absolute;bottom:0;width:120px}
.tnRef .imgContainer img {border:1px solid #999;}

.tnRef .infoContainer {float:left;position:absolute;bottom:0;left:120px;padding:0 0 10px 0;width:120px}
.tnRef .infoContainer b{color:#000}
.tnRef .infoContainer .prix{margin:8px 0 0 0;font-size:140%;color:#090;font-weight:bold;font-family:"Arial black","Trebuchet MS",Arial}
.tnRef .infoContainer .prixBoutique{margin-bottom:8px;text-decoration:line-through;font-size:120%;font-weight:bold;color:#900}
.tnRef .caddie{
	margin:4px 0 0 0;
	cursor:pointer;
	}


/* Pour la big */
.bigRef {float:left;clear:both;padding:8px 0 0;width:740px;}
.bigRef .imgContainer {float:left;}
.bigRef .infoContainer {float:left;width:400px;padding:0 0 32px 8px;}
.bigRef .infoContainer a{color:green !important;text-decoration:underline;}
.bigRef .infoContainer a:hover{color:orange !important}

.bigRef select {float:left;width:116px;}
.bigRef .prix{margin-top:12px;font-size:140%;color:#090;font-weight:bold;font-family:"Arial black","Trebuchet MS",Arial}
.bigRef .prixBoutique{margin-bottom:8px;text-decoration:line-through;font-size:120%;font-weight:bold;color:#900}
.bigRef .buy{cursor:pointer;display:block;}

/* Miscellaneous */
.returnToTop{
	background:url(ressources/returnToTop.png) left no-repeat;
	width:300px;
	clear:both;
	float:left;
	margin:8px;
	font-size:10px;
	color:#000;
	padding-left:12px;
	padding-top:8px;
	}
	

/* Autres */
.disabled{display:none;border:none;}
.hidden{display:none;}
.exergue{color:#EB6D1D !important;font-weight:bold;}
.bigger{font-size:125%;}
.smaller{font-size:75%;}
.legende{color:#777;font-size:8px !important;line-height:14px !important;}
.important{color:red !important;}
.uppercase{text-transform:uppercase;}
.chercher{padding-left:8px;margin-top:8px;}
.doubleUnderline{text-decoration:underline;border-bottom:1px solid;}
.clearer{clear:both;}
.hide{display:none;}
.fleft{float:left}
.fright{float:right}
.noborder{border:none !important}
.cursor{cursor:pointer}
.ergologique{
	padding:8px 5px 3px 50px;
	background:url('http://ergologique.fr/ergologique51x12.png') -4px 7px no-repeat;
	font-size:9px;
	line-height:13px;
	color:#FFF !important;
	}
.webem{
	margin:0 0 0 42px;
	font-size:9px;
	line-height:28px;
	}
.ill{
	float:left;
	width:50% !important;
	padding:4px;
	margin-right:16px;
	border:1px solid #AAA;
	}
select.large{
	width:180px;
	}

table {border:none;width:100%;font-size:12px !important}
table th{background:#222;color:#AAA094}
table td{background-color:transparent;color:#222;border:2px solid #EEE;border-top:none;}
td.empty{background:none;border:none;}
td.center{text-align:center}
td.prix{text-align:right}

a.left {float:left;margin-left:0px }
a.right {float:right;margin-right:10px }


/********************
 * Styling CSS 3.0
 * Chrome, Chromium, Firefox >3.5, (IE 9 ou IE 23 ???)
 ********************/
#menu a.simple,
#barre a,
#menu h3
{text-shadow : 1px 1px 2px #666;} 
#menu h2
{text-shadow : 1px 1px 2px #444;} 
h1 {text-shadow : 1px 1px 2px #DDD;}

#comm {clear:both;float:left;margin:-25px 10px 0 200px;}

/********************
 * Style erreur formulaire
 ********************/
.erreurInput {background-color:#FF5555;} /* erreur de saisie */
.selectInput {background-color:#FF9999;} /* selection d'une ligne dans les tableaux adm  */
.msgErreur {font-size:8px;color:#FF5555;float :right;margin:5px 10px 0 0}
.cadreImg {border:1px dashed #DDD;margin:0px 0px 50px 30px}
.libelle {width:100px;}
.off {display:none }

p {text-align:justify }

#squares td  {border:none 0 #fff;margin:0;padding:0}

a.bouton {float:right;display:block;background-color:transparent;background-position:top left;text-indent:-9999px;}
a.bouton:hover {background-position:bottom left;}
a.bt_commander {width:118px;height:48px;background-image:url(../img/bt_commander.jpg);}


/************************
* Syle Upload
*************************/
/*
#divinputfile{
 height:16px;
 width:100px;
 margin:0px;
}

#divinputfile #filepc{
 opacity: 0.0;
 -moz-opacity: 0.0;
 filter: alpha(opacity=00);
 font-size:1px;
}
 
#fakeinputfile{
 margin-top:-28px;
}
 
#fakeinputfile #fakefilepc{
 float:left;
 width:80px;
 height:16px;
 font-size:10px;
 font-family:Arial;
 
}
*/

div.fileinputs {
	position: relative;	
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;	
}

#fakefilepc {
	position:relative;
	width:80px;
	bottom:3px;
	height:18px;
}
.azconception{
	padding:0 18px 3px 16px;
	background:url('http://www.azconception.com/common/rk/TEC.png') right 0 no-repeat;
	font-size:9px;
	line-height:13px;
	color:#FFF !important;
	}

