html, body { margin:0; padding:0; width:100%; height:100%; }
body { font-family:Arial, Helvetica, sans-serif; font-size:12px; background-image:url(/_images/bg.jpg); background-repeat:repeat; }

#wrapper {
	position: absolute;
	/*top: 50%;*/
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;
}
 
#inner 
{
	width: 670px;
	height: 250px;
	margin-left: -335px;  /***  width / 2   ***/
	position: absolute;
	top: 25%;         /***  height / 2   ***/
	left: 50%;
}

.middle {
	width:209px; /* 224 - 15 */
	height:182px; /* 197 - 15 */
	margin:13px 0 0 9px;
	position:relative;
	padding:15px 0 0 15px;
	background-color:#8cc97a;
}

.hide {display:none}
.left { float:left; }
.right { float:right; }
.clear { font-size:0; width:0; height:0; min-height:0; margin:0; padding:0; clear:both; }
a { outline:none; }
a img { border:0; }

.linkStar { 
	display:block; 
	background-image:url(/_images/ico_plus.gif); 
	background-repeat:no-repeat; 
	background-position:top right; 
	text-align:right; 
	padding-right:15px;
	color:#7f7f7f; 
	text-decoration:none;
	position:absolute;
	bottom:-23px;
	right:0;
}
.linkStar:hover { color:#3f3f3f; }

.linkStarSwitch { 
	display:block; 
	background-image:url(/_images/ico_plus.gif); 
	background-repeat:no-repeat; 
	background-position:top right; 
	text-align:right; 
	padding-right:15px;
	color:#7f7f7f; 
	text-decoration:none;
	position:absolute;
	bottom:200px;
	right:0;
}
.linkStarSwitch:hover { color:#3f3f3f; }


.on { background-image:url(/_images/ico_moins.gif); }

.inputField {
	background-color:#fff;
	color:#777777;
	padding:4px;
	font-style:italic;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border:0;
	font-size:15px;
	width:180px;
	margin-top:12px;
}

.submitButton { position:absolute; bottom:10px; right:-3px; width:120px; height:30px; }
.annuler { color:#00853f; font-size:11px; position:absolute; bottom:17px; left:60px; }
.annuler:hover { color:#00853f; text-decoration:none; }
small { color:#fff; font-size:11px; display:block; margin-top:10px; }

#wrapper_main { width:100%; height:100%; padding:0; margin:0; }
#topBar {
	width:100%;
	background-color:#e77d00;
	height:35px;
}

#content { width:840px; margin:0 auto; position: relative; top:100px; }
.footer {
	float:left;
	width:840px;
	padding-top:100px;
	margin:0 auto;
}
.footer_left{
	float:left;
}
.footer_right{
	float:right;
	padding-top:20px;
}
.footer_login {
	float:left;
	width:670px;
	padding-top:125px;
	margin:0 auto;
}
#content-right { float:right; width:630px; background-color: #fff; padding: 20px; }

.download-status { color:#a0a0a0; font-size: 110%; letter-spacing: 1px; display: block; margin: 10px 0 10px 0; }
.disabled { filter: alpha(opacity=50); -khtml-opacity: 0.5; -moz-opacity: 0.5; opacity: 0.5; }
.bt-ajouter { margin-right:10px; }
.download-controls { padding:30px 0 150px 0; }
.vider-liste { position: absolute; bottom: 20px; right: 20px; }
.fsc-logo { position: absolute; left: 50%; bottom:-150px; }

.topBar-content { width:840px; margin:0 auto; }
.topBar-content a { 
	display: block; 
	height: 25px; 
	padding: 10px 12px 0 10px; 
	margin-right: 0px;
	text-decoration: none;
	color: #ffd5a3;
	font-size: 95%;
}
.topBar-content .active { background-color: #d37200; color: #fff; }
.topBar-content a:hover { background-color: #d37200; color: #fff; }



/* Fancy Upload */
a.hover { color: red; }
#demo-list { padding: 0; list-style: none; margin: 0; }
#demo-list .file-invalid {
	cursor: pointer;
	color: #514721;
	padding-left: 48px;
	line-height: 24px;
	background: url(/_files/fancyupload/assets/error.png) no-repeat 24px 5px;
	margin-bottom: 1px;
}
#demo-list { margin-bottom:20px; }
#demo-list .file-invalid span { background-color: #fff6bf; padding: 1px; }
#demo-list .file { line-height: 2em; padding-left: 22px; background: url(/_files/fancyupload/assets/attach.png) no-repeat 1px 50%; }
#demo-list .file span, #demo-list .file a { padding: 0 4px; }
#demo-list .file .file-size { color: #666; }
#demo-list .file .file-error { color: #8a1f11; }
#demo-list .file .file-progress {
	width: 125px;
	height: 12px;
	vertical-align: middle;
	background-image: url(/_files/fancyupload/assets/progress-bar/progress.gif);
}
.swiff-uploader-box { height:29px !important; }

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.imgProduit 
{
    width : 175px;
    height: 300px;
    overflow : scroll;
}

.ficheProduit 
{
    border-width : 10px;
    position :absolute;
 
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #8C4510;
    color: white;
    background-color: #CC9966;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
.accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
.accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #8C4510;
    color: white;
    background-color: #D37200;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
.accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
.accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: #F2E4D5;
    border: 1px dashed #8C4510;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}