@font-face { font-family: Gothic; src: url('GOTHIC.TTF'); } 
@font-face { font-family: GothicBold; src: url('GOTHICB.TTF'); } 


.droite{float:right!important}
.aucenter{text-align:center!important}
.moyenne-marge-h{margin-top:10px!important;}
.rouge{color:#BA0000!important;}
.gras, tr.gras td{font-weight:bold!important;}

hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

html, body {
	font-family:arial;
	color:#333;
}
#header, #content, #footer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
a {
	color:#555;
	text-decoration:underline;
}
a:hover {

}

p{
	font-size:0.77em;
	margin:5px 0;
	font-weight:normal;
}

img {
	border:none;
	vertical-align:middle;
}
label {
	cursor:pointer;
}
input[type=submit] {
	cursor:pointer;
}
input[type=text],input[type=email],input[type=password], textarea{

	font-family:arial;
	border:1px solid #d0d0d0;
	outline: none;
	-moz-box-shadow:    inset 1px 1px 3px #777;
	-webkit-box-shadow: inset 1px 1px 3px #777;
	box-shadow:         inset 1px 1px 3px #777;		

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	-moz-border-radius: 	5px 5px 5px 5px;
	-webkit-border-radius:	5px 5px 5px 5px;
	border-radius: 			5px 5px 5px 5px;

	width:350px;
	font-size:16px;
	padding:3px 6px;
}
select {
	outline: none;
	border:1px solid #ccc;

	width:250px;
	padding:3px 4px;
	font-size:14px;

	-moz-border-radius: 	5px 5px 5px 5px;
	-webkit-border-radius:	5px 5px 5px 5px;
	border-radius: 			5px 5px 5px 5px;
}
textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	border:1px solid #d0d0d0;
	-moz-box-shadow:    inset 1px 1px 4px #777;
	-webkit-box-shadow: inset 1px 1px 4px #777;
	box-shadow:         inset 1px 1px 4px #777;		
	-moz-border-radius: 	5px 5px 5px 5px;
	-webkit-border-radius:	5px 5px 5px 5px;
	border-radius: 			5px 5px 5px 5px;

}
.placeholder { 
	color: #aaa; 
}

#header {
	position:relative;
	height:110px;
	margin-top:15px;
	background-color:#eee;
	/*background-image:url(../images/logo_viaesvista_400.png);
	background-repeat:no-repeat;
	background-position:480px 12px;*/
	border:1px solid #d0d0d0;

	-moz-border-radius: 	5px 5px 5px 5px;
	-webkit-border-radius:	5px 5px 5px 5px;
	border-radius: 			5px 5px 5px 5px;

	-moz-box-shadow:    0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow:         0px 0px 10px #000;
	
}
	#header h1 {
		font-family:Gothic;
		font-size:32px;
		font-weight:bold;
		padding:35px 0 0 0;
		text-align:center;
		
		-moz-text-shadow: 	 -1px -1px 3px #FFF;
		-webkit-text-shadow: -1px -1px 3px #FFF;
		text-shadow: 		 -1px -1px 3px #FFF;
		
	}
	
	.header-contenu h1{
		padding-top:5px!important;
	}
#header.header_nf {
	background: -ms-linear-gradient(top left, #B24E4E 0%, #E5352D 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#B24E4E), to(#E5352D));
	background: -moz-linear-gradient(top,#B24E4E,#E5352D);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B24E4E,endColorstr=#E5352D);
	color:#FFFFFF;
	border:0px solid #d0d0d0;
}
	#header.header_nf h1 {
		text-align:center;
		font-family:Arial;
		font-size:40px;
		font-weight:normal;
		padding:35px 0px 0px 0px;
		-moz-text-shadow: 	 -1px -1px 3px #444;
		-webkit-text-shadow: -1px -1px 3px #444;
		text-shadow: 		 -1px -1px 3px #444;
		
	}
#content {
	color:#555;
	width:860px;
	min-height:400px;
	margin-top:20px;
	padding:20px;
	margin-bottom:10px;
	border:1px solid #d0d0d0;
	-moz-border-radius: 	5px 5px 5px 5px;
	-webkit-border-radius:	5px 5px 5px 5px;
	border-radius: 			5px 5px 5px 5px;

	-moz-box-shadow:    0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow:         0px 0px 10px #000;
}
#content p {
	margin:0px 0px 15px 0px;
	font-weight:bold;
}
#content table {
	width:700px;
	margin:auto;
	margin-bottom:15px;
}
	#content table th {
		text-align:right;
		vertical-align:top;
		padding:8px 5px 10px 5px;
		
	}
	#content table td {
		text-align:left;
		vertical-align:top;
		padding:4px 5px 4px 5px;
		
	}
	
#menu-haut{
	position:relative;
	top:20px;
	width:800px;
	margin-left:50px;
}

#menu-haut ul{
	display:table;
	width:100%
}

#menu-haut ul li{
	float:left;
	display:table-cell;
	width:33%;
	text-align:center;
	vertical-align:top;
	padding:0;
	margin:0;
	
}

#menu-haut ul li a{
	background-color:#ccc;
	display:block;
	text-decoration:none;
	padding:5px 0;
	margin:0 10px;
	border:1px solid #666;
	border-bottom:0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#menu-haut ul li a.milieu{
	padding-top:15px;
	padding-bottom:14px;
}

#menu-haut ul li a.on{
	background-color:#ababab;
}

#menu-haut ul li a:hover{
	background-color:#bbb;
}

#footer {
	font-size:18px;
	font-family:GothicBold;
	text-align:center;
}

.bt-valider{
	border:1px solid #d0d0d0;
	-moz-border-radius: 	5px 5px 5px 5px;
	-webkit-border-radius:	5px 5px 5px 5px;
	border-radius: 			5px 5px 5px 5px;

	-moz-box-shadow:    0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow:         0px 0px 10px #000;
	float:left;
	background-color:#ccc;
}

.bt-valider a{
	float:left;
	text-decoration:none;
	padding:3px 10px;
	padding-left:30px;
	background-image:url("../images/tick.png");
	background-repeat:no-repeat;
	background-position:5px 4px;
}
.titre_societe{
	text-align:center; 
	background-color:#ccc; 
	border:1px solid #666; 
	padding:8px; 
	margin-bottom:20px;
	margin-top:30px;
}
.tableau_commande{
	border:1px solid #666;
	font-size:0.77em;
	margin-top:15px;
	margin-bottom:30px;
	width:600px!important;
}

.tableau_commande th{
	background-color:#ccc;
	font-weight:bold;
}

.tableau_commande th, .tableau_commande td{
	border:1px solid #666;
	padding:5px 10px;
	text-align:center!important;
	vertical-align:middle!important;
}

.input_rouge{
	border-color:#BA0000 #BA0000!important;
	background-color:#b79898;
}

.chargement{
	display:none;
}

.ui-dialog-titlebar{
	background-color:#666!important;
}


.ui-dialog{
	z-index:1000;
}



.cover {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#pdf{
	z-index:1;
}

.titre_recto_verso{
	font-weight:bold;
	text-align:center;
	border:1px dashed #666;
	padding:5px;
	background-color:#eee;
}

#bt_type {
	text-align:center;
}

#bt_type a{
	text-decoration:none;
	display: block;
	padding: 5px 0;
	margin: 0 10px;
	border: 2px solid #666;
	border-radius:10px;
	text-align:center;
	background-color: #ccc;
}

#bt_type a:hover{
	text-decoration: underline;
}

#bt_type a.bton{
	background-color: #888;
	color:#fff;
}

.divderoule{
	display:none;
}

#nom_header{
	position:absolute;
	right:10px;
	top:10px;
}