/* CSS Document */
@font-face {
    font-family: 'sansationregular';
    src: url('fonts/sansation_regular-webfont.eot');
    src: url('fonts/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansation_regular-webfont.woff2') format('woff2'),
         url('fonts/sansation_regular-webfont.woff') format('woff'),
         url('fonts/sansation_regular-webfont.ttf') format('truetype'),
         url('fonts/sansation_regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* This code is tested with latest version of Firefox and Chrome */
.boxx {
	position: relative;
	width: 75%;
	height: 350px;
	border: solid #F30 1px;
	border-radius: 5px    5px     5px     5px;
	text-align: center;
}

.box {
	position: relative;
	width: 400px;
	height: 300px;
	background-color: #fff;
	border-color:solid #F30 1px ;
}
.box1 {
	position: relative;
	width: 500px;
	height: 200px;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
	border-radius: 1%     1%     1%     1% /     1%     1%     1%     1%;
}
.box2{
  position: relative;
  width: 200px;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
  border-radius: 2%     2%     2%     2% /     2%     2%     2%     2%;
}
.butonlog{
color:#343434;
-moz-box-shadow: 0px 0px 10px #343434;
-webkit-box-shadow: 0px 0px 10px #343434;
-o-box-shadow: 0px 0px 10px #343434;
box-shadow: 0px 0px 10px #343434;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #656565;
background:#cfcfcf;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfcfcf", endColorstr="#656565"); /* Pour IE seulement et mode gradient à linear */
background: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#656565));
background: -webkit-linear-gradient(#cfcfcf, #656565);
background: -moz-linear-gradient(#cfcfcf, #656565);
background: -o-linear-gradient(#cfcfcf, #656565);
background: -ms-linear-gradient(#cfcfcf, #656565);
background: linear-gradient(#cfcfcf, #656565); }
.box:before {
      position: absolute;
      width: 80%;
      height: 40%;
      left: 10%;
      border-radius: 50%;
      z-index: -1;
      top: 0%;
      content: "";
      box-shadow: 0 -7px 16px rgba(0,0,0,0.4);
	  border-color: #E9590B;
      }
.box:after {
      position: absolute;
      width: 80%;
      height: 40%;
      left: 10%;
      border-radius: 50%;
      z-index: -1;
      bottom: 0%;
      content: "";
      box-shadow: 0 7px 16px rgba(0,0,0,0.4);
      }
	  .box1:before {
      position: absolute;
      width: 80%;
      height: 40%;
      left: 10%;
      border-radius: 50%;
      z-index: -1;
      top: 0%;
      content: "";
      box-shadow: 0 -7px 16px rgba(0,0,0,0.4);
      }
.box1:after {
      position: absolute;
      width: 80%;
      height: 40%;
      left: 10%;
      border-radius: 50%;
      z-index: -1;
      bottom: 0%;
      content: "";
      box-shadow: 0 7px 16px rgba(0,0,0,0.4);
      }

.box2:before {
      position: absolute;
      width: 50%;
      height: 40%;
      left: 10%;
      border-radius: 50%;
      z-index: -1;
      top: 0%;
      content: "";
      box-shadow: 0 -7px 16px rgba(0,0,0,0.4);
      }
.box2:after {
      position: absolute;
      width: 50%;
      height: 40%;
      left: 10%;
      border-radius: 50%;
      z-index: -1;
      bottom: 0%;
      content: "";
      box-shadow: 0 7px 16px rgba(0,0,0,0.4);
      }


.menu1 {
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase; 
	font-weight:bold;
	font-family: 'sansationregular';
	color: #FFF;
	background-color: #555555;
	
}
.menumenu {
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase; 
	font-weight:bold;
	font-family: 'sansationregular';
	color: #FFF;
	background-color: #001A66;
	height:100%;
	

}
.menumenutxt {
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase; 
	font-weight:bold;
	font-family: 'sansationregular';
	color: #FFF;
		
}
.bcg_bar {
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(235,235,235,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(1%, rgba(255,255,255,1)), color-stop(100%, rgba(235,235,235,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(235,235,235,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(235,235,235,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(235,235,235,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(235,235,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0 );
border: solid 1px #EBEBEB;

	
}

.menumenu1 {
	color:#FF7F00;	
}
.menumenuhaut {
height:100%;
background: rgba(117,131,175,1);
background: -moz-linear-gradient(top, rgba(117,131,175,1) 0%, rgba(117,131,175,1) 40%, rgba(4,30,105,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(117,131,175,1)), color-stop(40%, rgba(117,131,175,1)), color-stop(100%, rgba(4,30,105,1)));
background: -webkit-linear-gradient(top, rgba(117,131,175,1) 0%, rgba(117,131,175,1) 40%, rgba(4,30,105,1) 100%);
background: -o-linear-gradient(top, rgba(117,131,175,1) 0%, rgba(117,131,175,1) 40%, rgba(4,30,105,1) 100%);
background: -ms-linear-gradient(top, rgba(117,131,175,1) 0%, rgba(117,131,175,1) 40%, rgba(4,30,105,1) 100%);
background: linear-gradient(to bottom, rgba(117,131,175,1) 0%, rgba(117,131,175,1) 40%, rgba(4,30,105,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7583af', endColorstr='#041e69', GradientType=0 );
}
.btn-sample { 
  color: #ffffff; 
  background-color: #E9590B;
  border-color: #130269; 
  width:250px ;
  height:40px;
  box-shadow:1px 1px 1px 1px;
} 
 
.btn-sample:hover, 
.btn-sample:focus, 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  color: #ffffff; 
  background-color: #FF7F00; 
  border-color: #130269; 
   font-family: 'sansationregular'; 
  font-size: 15px;
} 
 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  background-image: none; 
} 
 
.btn-sample.disabled, 
.btn-sample[disabled], 
fieldset[disabled] .btn-sample, 
.btn-sample.disabled:hover, 
.btn-sample[disabled]:hover, 
fieldset[disabled] .btn-sample:hover, 
.btn-sample.disabled:focus, 
.btn-sample[disabled]:focus, 
fieldset[disabled] .btn-sample:focus, 
.btn-sample.disabled:active, 
.btn-sample[disabled]:active, 
fieldset[disabled] .btn-sample:active, 
.btn-sample.disabled.active, 
.btn-sample[disabled].active, 
fieldset[disabled] .btn-sample.active { 
  background-color: #E9590B; 
  border-color: #130269; 
} 
 
.btn-sample .badge { 
  color: #E9590B; 
  background-color: #ffffff; 
}

.bcg{
	background-color:background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 45%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(45%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 45%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 45%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 45%, rgba(237,237,237,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 45%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}

.bcg_tab{
	background-color:background: rgba(255,255,255,1);
}

body {background:#FFF;
}
.bcg_blanc {
	background-color:#FFF;
	
}
.bcg_histo {
	background-color:#EBEBEB;
	
}
.bcg_orange{
	background-color:#E9590B;
	
}
.bcg_gris {
	background-color:#E9590B;
	
}

.bcg_bleu {
	background-color:#001966;
	
}

.text_orange {
	color:#E9590B;
	ont-size: 16px;
	
}
.txt_head {
	color:#001966;
	font-style: italic;
	 font-family: 'sansationregular';
	font-size: 35px;
	font-weight:600;
	
	
}
.txtmenu2 {
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase; font-weight:bold;
	color: #FFF;
	font-family: 'sansationregular';
	
}

.txttexte {
	font-size: 14px;
	 font-family: 'sansationregular';
	font-style: normal;
	font-weight: 500; 
	color: #333333;
	
}
.txttextelog {
	font-size: 12px;
	 font-family: 'sansationregular';
	font-style: normal;
	font-weight: 500; 
	color: #333333;
	
}
.txttexteblanc1 {
	font-size: 14px;
	 font-family: 'sansationregular';
	font-style: normal;
	font-weight: 500; 
	color: #FFFFFF;
	
}
.txttexte1 {
	font-size: 13px;
	 font-family: 'sansationregular';
	font-style: normal;
	font-weight: 500; 
	color: #EBEBEB;
	
}
.txtmenu3 {
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize; 
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	
}
.txtmenu4 {
	font-size: 10px;
	font-style: normal;
	text-transform: capitalize; 
	color: #FFF;
	font-family: 'sansationregular';
	
}
.txtmenu5 {
	font-size: 13px;
	font-style: normal; 
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	
}

.footer_haut_bcg {
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase; 
	font-family: 'sansationregular';
	font-weight:bold;
	color:#FFFFFF;
	background-color: #E9590B;
	
}
.txt_footer_haut {
	font-size: 17px;
	font-style: normal;
	text-transform: uppercase; 
	font-family: 'sansationregular';
	font-weight:bold;
	color:#ECECF0;
	
}
.txt_rouge {
	font-family: 'sansationregular';
	font-size: 22px;
	font-style: normal;
	font-family:Arial
	text-transform: uppercase;
	font-weight:bolder;
	color:#D90000;
	
}
input#numcompte {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#numcompte1 {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#iban {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#rib {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#numclient {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#numclient1 {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#descriptif {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
#tab {
	border-radius:5px;}
	input#montant {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#ref {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#mp {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#code {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#frais {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#reference {
		width:250px;
		height:25px;
		 border:solid 1px #999999;
	border-radius:5px;
	box-shadow:2px #999999;}
	input#matricule {
		width:250px;
		height:25px;
		 border:solid 1px #999999;
	border-radius:5px;
	box-shadow:2px #999999;}
	input#tel {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#email {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	
	input#liste {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	select#liste1 {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;}
input#login {
		width:300px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}

input#login1 {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}

	a#carte {
	color:#001567;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	}
		
	a#carte:hover {
	color:#E9590B;
	font-weight:bold;
	font-size:15px;
	text-decoration: underline;
	}
	
		input#nom {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#prenom {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	select#pays {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#reference {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	select#reason {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	select#source {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	textarea#adresse {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#tel_rcv {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;
	box-shadow:2px #999999;}
	input#codejula {
		width:272px;
		height:27px;
		 border:solid 1px #999999;
	border-radius:6px;}
input#pass {
		width:300px;
		height:34px;
		background-color:#EEEEEE;
		 border:solid 1px #999999;
	border-radius:6px;}
	input#ct_captcha {
		width:125px;
		height:22px;
		background-color:#EEEEEE;
		 border:solid 1px #EB5800;
	border-radius:5px;}
.txt_gris {
	font-size: 15px;
	font-style: normal;
	 font-family: 'sansationregular';
	text-transform: uppercase;
	font-weight:bolder;
	color:#545454;	
}
.txt_grisclair {
	font-size: 15px;
	font-style: normal;
	 font-family: 'sansationregular';
	text-transform: uppercase;
	font-weight:bolder;
	color: #999;	
}
.txt_grismen {
	font-size: 14px;
	font-style: normal;
	 font-family: 'sansationregular';
	text-transform: uppercase;
	font-weight:bolder;
	color:#545454;	
}
.arrondi {
background: url(espace_client/image/valide.png);
border:none;
width: 134px; /* largeur à spécifier */
height: 34px; /* longueur à spécifier */
cursor: pointer;
}

.arondimp {
background: url(espace_client/image/mp.png);
border:none;
width: 202px; /* largeur à spécifier */
height: 22px; /* longueur à spécifier */
cursor: pointer;
}
.ajout {
background: url(espace_client/image/ajout.png);
border:none;
width: 134px; /* largeur à spécifier */
height: 34px; /* longueur à spécifier */
cursor: pointer;
}
.payer {
background: url(espace_client/image/payer);
border:none;
width: 134px; /* largeur à spécifier */
height: 34px; /* longueur à spécifier */
cursor: pointer;
}
.connex {
background: url(espace_client/image/connex.png);
border:none;
width: 160px; /* largeur à spécifier */
height: 34px; /* longueur à spécifier */
cursor: pointer;
}
.activ {
background: url(espace_client/image/activer);
border:none;
width: 134px; /* largeur à spécifier */
height: 34px;
cursor: pointer;
}
.desactiv {
background: url(espace_client/image/desactiver);
border:none;
width: 134px; /* largeur à spécifier */
height: 34px; /* longueur à spécifier */
cursor: pointer;
}
.txt_gris1 {
	display:block;
	width:250px;
	height:25px;
	font-size: 15px;
	font-style: normal;
	 font-family: 'sansationregular';
	text-transform: uppercase;
	font-weight:bolder;
	color:#fff;
	background-color:#E9590B;
	vertical-align:middle;
	padding-top:5px;
	padding-right:5px;	
}
.txt_gris2 {
	display:block;
	height:45px;
	font-size: 15px;
	font-style: normal;
	 font-family: 'sansationregular';
	text-transform: uppercase;
	font-weight:bolder;
	color:#EDEDED;
	vertical-align:middle;
	padding-top:5px;
	padding-right:5px;	
	background: #E9590B;
	
}
.txt_gris3 {
	display:block;
	height:35px;
	font-size: 15px;
	font-style: normal;
	 font-family: 'sansationregular';
	text-transform: uppercase;
	font-weight:bolder;
	color:#EDEDED;
	vertical-align:middle;
	padding-top:5px;
	padding-right:15px;	
	background: #E9590B;
	
	
}
.txt_orange {
	font-size: 13px;
	font-style: normal;
	font-family: 'sansationregular';
	font-weight:bold;
	color:#EB5800;
	
}
.txt_orange1 {
	font-size: 17px;
	font-style: normal;
	font-family: 'sansationregular';
	font-weight:bold;
	color:#EB5800;
	
}
.txt_orange2 {
	font-size: 14px;
	font-style: normal;
	font-family: 'sansationregular';
	font-weight:bold;
	color:#EB5800;
	
}
.txt_blanc {
	font-size: 15px;
	font-style: normal;
	font-family: 'sansationregular';
	text-transform: uppercase;
	font-weight:bolder;
	color:#ffffff;
	
}
.txt_blanc1 {
	font-size: 12px;
	font-style: normal;
	font-family: 'sansationregular';
	/*text-transform: uppercase;*/
	font-weight:bolder;
	color:#ffffff;
	
}
.txt_gris_petit {
	font-size: 13px;
	font-style: normal;
	font-family: 'sansationregular';
	text-transform: uppercase;
	font-weight:bolder;
	color:#545454;
	
}
.input_ptvente {
	font-family: 'sansationregular';
	font-size: 14px;
	font-style: normal;
	/*text-transform: uppercase;*/
	color: #CCC;
	border:0;
}
.trait_droit{
	border-right:solid #FFF 1px}
.trait_droit_noir{
	border-right:solid #424251 1px;
	}
.trait_barre{ border-bottom:solid #CCCCCC 1px}
.trait_barre1{ border-bottom: dashed #0028CF 2px}
.trait_barre2{ border-bottom: dashed #F5972D 2px}
.trait_barre3{ border-bottom:solid #000000 1px}

	
.txt_bleu {
	font-family: 'sansationregular';
	font-size: 18px;
	font-style: normal;
	font-weight:bold;
	color: #001966;
}
.txt_bleu1 {
	font-family: 'sansationregular';
	font-size: 15px;
	font-style: normal;
	font-weight:bold;
	color: #001966;
}
.txt_bleu2 {
	font-family: 'sansationregular';
	font-size: 13px;
	font-style: normal;
	font-weight:bold;
	color: #001966;
}


.bouton2{
	font-family: 'sansationregular';
	padding: 5px 5px 5px 5px;
	border-radius:5px;
	width:auto;
	color: #FFF;
	background-color: #306;
	font-weight:lighter;
	font-size:16px;
	text-decoration:none;
	border:solid 1px #E9590B;
}

.bouton6{
	font-family: 'sansationregular';
	padding: 5px 5px 5px 5px;
	border-radius:5px;
	width:auto;
	color: #FFF;
	background-color: #E9590B;
	font-weight:lighter;
	font-size:16px;
	text-decoration:none;
	border:solid 1px #001A66;
}


.bouton3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 3px;
	border-radius:5px;
	width:auto;
	color: #FFF;
	background-color: #C36;
	font-weight:lighter;
	font-size:16px;
	text-decoration:none;
	border:solid 1px #15356F;
}

.bouton4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 3px;
	border-radius:5px;
	width:auto;
	color: #FFF;
	background-color: #090;
	font-weight:lighter;
	font-size:16px;
	text-decoration:none;
	border:solid 1px #15356F;
}


input:focus[type="text"], input:focus[type="password"], input:focus[type="email"], input:focus[type="url"] , input:focus[type="file"] , textarea:focus, select:focus {
		border:solid 1px #E9590B;
}

input:[type="text"], input:[type="password"], input:[type="email"], input:[type="url"] , input:[type="file"] , textarea:, select:{
		border:solid 1px #001A66;
}

.input_container ul {
	width: 200px;
	border: 1px solid #E9590B;
	background-color:#CCC;
	list-style: none;
	color:#15356F;
	position:absolute;
	z-index:9;
	font-size:12px;
	text-align:left;
	font-weight:600;
}
.input_container ul li {
	padding-bottom:2px;
}
.input_container ul li:hover {
	background: #FFF;
}
#country_list_id {
	display: none;
}

.txt_neo {
	font-size: 13px;
	font-style: normal;
	 font-family: 'sansationregular';
	text-transform: uppercase;
	font-weight:bolder;
	color:#545454;	
}

.txt_neosurf {
	display:block;
	width:250px;
	height:30px;
	font-size: 13px;
	font-style: normal;
	 font-family: 'sansationregular';
	text-transform: uppercase;
	font-weight:bolder;
	color:#fff;
	background-color:#E9590B;
	vertical-align:middle;
	padding-top:5px;
	padding-right:5px;	
}
.bton2{
background-color:#001A66;
color:#EEEEEE;
font-size:14px;
border:none;
font-weight:bold;
border-radius:2px;
width: 110px; /* largeur à spécifier */
height: 40px; /* longueur à spécifier */
cursor: pointer;
}
.bton2:hover{
background-color:#EEEEEE;
color:#001A66;
font-size:14px;
border:none;
font-weight:bold;
cursor: pointer;
}
.bton{
background-color:#ED5700;
color:#EEEEEE;
font-size:14px;
border:none;
font-weight:bold;
border-radius:5px;
width: 134px; /* largeur à spécifier */
height: 34px; /* longueur à spécifier */
cursor: pointer;
}
.bton:hover{
background-color:#EEEEEE;
border:solid 2px #ED5700;
color:#ED5700;
font-size:14px;
border:none;
font-weight:bold;
border-radius:5px;
width: 134px; /* largeur à spécifier */
height: 34px; /* longueur à spécifier */
cursor: pointer;
}