#search {
	padding-top: 10px;
	margin-top: 10px;
}

.barcode{
  padding:20px;	
  text-align: center;
}


#header {
	background-color: #000;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 98px;
    z-index: 9999;
}

#headerCentre {
	display: inherit;
	background-color: #000;
    width: 1100px;
    margin: 0 auto; 
}

/*navigation*/

.menu {
	background-color: #000;
}

.logo{
	padding-right:70px;
	max-height: 80px;
}

#MenuTop{
	background-color: #d71314;
	z-index: 9999;
	height: 40px;
	display: block;
	color:#FFF;
}
	
#MenuTopCentre{
	margin:auto;
	width:900px;
	text-align:right;
	font-size:14px;
	padding-top:10px;
	text-transform:uppercase;
	font-weight:400;
}

#MenuTopCentre strong{
	font-size:30px;
	font-weight:900;
}


#MenuTopCentre a{
	color:#FFF;
	padding-left: 15px;
	padding-right: 15px;
}
#MenuTopCentre a:hover{
	color:#000;
	text-decoration:none;
}



/* Menu Styles */
.top-level-menu{
	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index:100;
}

.top-level-menu > li{
	position: relative;
	float: left;
	height: 68px;
	padding-top: 15px;
}


.top-level-menu li:hover > ul {
    display: inline;	
}

.top-level-menu a /* Apply to all links inside the multi-level menu */{
	text-decoration: none;
	padding: 20px;
	/* Make the link cover the entire list item-container */
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 18px;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	transition: color 0.9s;	
}

.top-level-menu a:hover {
	color:#d71314;
	text-decoration: none;
	transition: color 0s;
}


.second-level-menu{
    position: absolute;
    top: 63px;
    left: 0;
    width: 200px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
	z-index:200;
}

.second-level-menu > li{
	position: relative;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	color: #1C7BEF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.second-level-menu > li:hover {
	background-color: #d71314;	
}
.second-level-menu li a{
	color: #666666;
	text-align: left;
	font-weight: 300;	
	letter-spacing:normal;
	padding: 10px;
	font-size: 13px;
}

.second-level-menu li a:hover{
	color: #FFFFFF;
}

/* third Styles */
.third-level-menu {
    position: absolute;
    top: 0px;
    left: 150px;
    width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
	padding-top:15px;
    display: none;
	z-index:200;
}

.third-level-menu > li {
	position: relative;
	height: 30px;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 5px;
}

.third-level-menu > li:hover {
	background-color: #0099FF;	
}

.third-level-menu li a{
	color:#FFFFFF;
	text-align: left;
	font-weight: 300;	
	letter-spacing:normal;
	
}

.third-level-menu li a:hover{
	color:#01193D;	
}

/* end third Styles */


/*milieu*/
	

#mid{
	padding-top:50px;
	background-color:#151515;

	}
	
.midText{
	margin:auto;
	width:1100px;
	color:#fff;
}

/*Fin de la navigation*/


.formulaire {
	padding-top: 20px;
	margin-top: 20px;
	clear: both;
}

#colorinput{
	background-color: #000;
}

#red{
	color: #e63344;
	background-color: #e63344;
}

.totalprice {
	padding-right: 10px;
	padding-bottom: 60px;
	clear: both;
}

#submit-invoice {
	display: block;
	clear: both;
	padding-top: 40px;
}

#btnline{
	padding-bottom: 30px;
	margin-bottom: 30px;
	clear: both;
	padding-top: 30px;
	margin-top: 30px;
}

.marge{
	padding-right: 45px;
}
.space{
	padding-top: 30px;
}

.hidden-invoice {
	display: none;
}

