#titreNewRecup {
	color: #FFF;
	padding: 5px 15px;
	font-family: "Lato",Arial,serif;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 5px;
	background : #333;
	border-radius: 4px;
}

#menusSecondaire {
    margin-bottom: 20px;
}

#menusSecondaire > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
}

/* The container */
#menusSecondaire > ul {
	display: block;
	position: relative;
	width: 100%;
	border-style: solid;
    border-width: 2px;

    border-radius: 8px;
}

/* The list elements which contain the links */
#menusSecondaire > ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* General link styling */
#menusSecondaire > ul li a {
    /* Layout */
    display: block;
    position: relative;
    margin: 0;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #d9d9d9;
    padding: 10px 10px;
    width: 100%;

    /* Typography */
    /*font-family:  Helvetica, Arial, sans-serif;*/
    /*color: #d17b0a;*/
    text-decoration: none;
    /*text-shadow: 0 1px 0 #fff;*/
    font-size: 13px;
    font-weight: bold;

    /* Background & effects */
   /* background: #FDFDFD;*/
}

/* Rounded corners for the first link of the menu/submenus */
#menusSecondaire > ul li:first-child>a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 0;
}

/* Rounded corners for the last link of the menu/submenus */
#menusSecondaire > ul li:last-child>a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 0;
}
#menusSecondaire > ul li.menubleu>a{
    /*text-shadow: 0 1px 0 rgba(0, 0, 0, .25);*/
    border-color: transparent;
}

/* The hover state of the menu/submenu links */
#menusSecondaire > ul li a:hover, #menusSecondaire > ul li:hover>a {
    /*text-shadow: 0 1px 0 rgba(0, 0, 0, .25);*/
}

/* The arrow indicating a submenu */
#menusSecondaire > ul .has-sub >a::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;

    /* Creating the arrow using borders */
    border: 4px solid transparent;
    border-left: 4px solid #3dafea;
}

/* The same arrow, but with a darker color, to create the shadow effect */
#menusSecondaire > ul .has-sub >a::before {
    content: '';
    position: absolute;
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;

    /* Creating the arrow using borders */
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}

/* Changing the color of the arrow on hover */
#menusSecondaire > ul li>a:hover::after, #menusSecondaire > ul li:hover>a::after {
    border-left: 4px solid #fff;
}

#menusSecondaire > ul li>a:hover::before, #menusSecondaire > ul li:hover>a::before {
    border-left: 4px solid rgba(0, 0, 0, .25);
}

/* THE SUBMENUS */
#menusSecondaire > ul ul {
    position: absolute;
    left: 150px;
    top: -9999px;
    padding-left: 5px;
    opacity: 0;
    /* The fade effect, created using an opacity transition */
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -ms-transition: opacity .3s ease-in;
}

/* Showing the submenu when the user is hovering the parent link */
#menusSecondaire > ul li:hover>ul {
    top: 0;
    opacity: 1;
}

#imageprincipale {
	position: fixed;
}

#imagePartenaire {
	position: absolute;
    right: 336px;
}

.menuactif label a {
  color:#0040FF;
}

audio {
    width: 90%;
}

@media (max-width: 767px) {
	#imageprincipale {
			width:40%;
	}
}

@media (min-width: 1200px) {
	#menusSecondaire {
		width:250px;
		float:left;
		position:fixed;
	}

	#contentCas {
        margin-left:270px;
	}
}

#alignInfoSupp {
    margin-top:-8px
}

.menubleu {
    color: #000;
}

#tabProd {
    font-size: 13px;
}

.produits {
    height: 40px;
}

.titres {
    height: 55px;
    color: #ff7b00;
    padding-left: 5px;
}

.inputNbPrix {
    width:20px;
    border: none;
    background-color: #fdfdfd;
}

h4 {
    font-size: 1.5em;
    font-weight: bold;
}

.entete {
    color: black;
}

.btSubmit {
    text-align:center;
}

input {
    padding-left: 2px;
}

input[type="text"] {
    /*width: 200px;*/
}

input[type="number"] {
    /*width: 60px;*/
}

.tdImage {
    text-align: center;
}

.entete {
    height: 40px;
}

.descType, .descPrixU, .descQte, .descTot {
    padding-left:5px;
}

.tdImage img {
    height: 30px;
}

.tdType, .tdPrixU, .tdQte, .tdTotal {
    padding-left: 5px;
}

.btSubmit {
    height: 100px;
    width: 800px;
}

.tdImage {
    width: 100px;
}

.descType, .tdType {
    width: 400px;
}

.descPrixU. .tdPrixU {
    width: 100px;
}

.descQte, .tdQte {
    width: 100px;
}

.descTot, .tdTotal {
    width: 100px;
}


/* Feature Box */
.feature-box {
    clear: both;
}


.feature-box .feature-box-icon {
    background: #CCC;
    border-radius: 35px;
    color: #FFF;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
}

.feature-box.feature-box-style-5 .feature-box-icon {
    background: transparent;
    width: 74px;
    height: 74px;
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
    color: #e38914;
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
    font-size: 44px;
}

.feature-box.feature-box-style-5 .feature-box-info {
    padding-left: 84px;
}

.container {
width:100%;
}


.header-social-icons {
    margin: 0 0 0 0;
}

.header-social-icons {
    float: right;
    margin: 15px 0 0 10px;
}


.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;

}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
}

.social-icons li:hover a {
    background: #171717;
    color: #FFF !important;
}

.social-icons li:hover.social-icons-twitter a {
    background: #1aa9e1;
}

.social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
    background: #0073b2;
}

.social-icons li:hover.social-icons-rss a {
    background: #ff8201;
}

.social-icons li:hover.social-icons-googleplus a {
    background: #dd4b39;
}

.social-icons li:hover.social-icons-pinterest a {
    background: #cc2127;
}

.social-icons li:hover.social-icons-youtube a {
    background: #c3191e;
}

.social-icons li:hover.social-icons-instagram a {
    background: #7c4a3a;
}

.social-icons li:hover.social-icons-skype a {
    background: #00b0f6;
}

.social-icons li:hover.social-icons-email a {
    background: #dd4b39;
}

.social-icons li:hover.social-icons-vk a {
    background: #6383a8;
}

.social-icons li:hover.social-icons-xing a {
    background: #1a7576;
}

.social-icons li:hover.social-icons-tumblr a {
    background: #304e6c;
}

.social-icons li:hover.social-icons-reddit a {
    background: #ff4107;
}

.social-icons.social-icons-transparent li {
    box-shadow: none;
}

.social-icons.social-icons-transparent li a {
    background: transparent;
}

.social-icons.social-icons-icon-light li a i {
    color: #FFF;
}

.paidFactureImg {
    width: 100%;
    text-align: center;
}


.paidFactureImg img {
    width: 70px;
    height: 50px;

}

.paidFactureRadio {
    width: 100%;
    text-align: center;
}

.paidFactureName {
    width: 100%;
    text-align: center;

}

.paidFacturePrice {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.tabFactOptions {
    border-bottom: 1px solid #ddd;
}

.tabFactOptions:hover {background-color: #f5f5f5;}

.tabFactOptionsTitre {
    font-size: 1.5em;
    font-weight: bold;
    /*padding-top:10px;*/
}

.tabFactOptionsDescription {
    padding-bottom:10px;
}


.tabFactOptionsImage {
    text-align: center;
}


.tabFactOptionsPrice {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.tabFactOptionsPriceNormal {
    font-size: 1em;
    /*font-weight: bold;*/
    text-align: center;
    text-decoration:line-through;
}

.tabFactOptionsCheckbox {
    margin-top:20px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

.h_iframe iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.listingGrpHoriz {
    border:1px solid red;
    height:50px;
}

.listingLblHoriz {
    float:left;
    width:100px;
}

.listingInputHoriz {
    float:left;
}

.listingGrpVert {
    border:0px solid maroon;
    height:70px;
}

.listingLblVert {
    width:290px;
}

.listingInputVert {
    width:290px;
}

#listingFiltre {
    width:300px;
    float:left;
}

#listingDetailFolder.clFile {
    margin-left:310px;
}

#listingDetailFolder.clFolder {
    width:450px;
    float:right;
}

#listeFichiers td {
    font-size:0.9em;
    padding: 5px;
}

#listeFichiers {
    overflow: auto;
    height:550px;
}

#treeAjaxJSON {
    overflow: auto;
    height:550px;
}

#listingFolder {
    margin-left:310px;
    margin-right:460px;
}

div.codeOauth li a {
    padding:5px 5px;
}

div.codeOauth .nav-tabs li {
    float:left;
}