@charset "utf-8";
/* CSS Document */

body{
	background-color: #F5F5F5;
	font-family: Verdana, Geneva, sans-serif;
}

div.maPage{
/*	width:996px;
	margin-right:auto;
	margin-left:auto;
*/	border:	1px solid #B9BBBC;
	min-height:600px;
	text-align:center;
	background-color:white;
}

p.footer{
	font-size: 11px;
	color: #666;
	text-align: center;
}

a, label{
	color:#01a7e1;
}

div.topTop{
	clear:both;
	float:right;
	height:20px;
}
div.topTop a{
	font-size:9px;
	margin-right:25px;

}
br.spacer{
	clear:both;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#767676;
	border-bottom: 1px dotted;
	font-weight:normal;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#767676;
	border-bottom: 1px dotted;
	font-weight:normal;
}

address{
	color:#767676;
	font-size:11px;
}

div#cartouche_usage{
	background:url(../img/compatible-remanufactured-printer-cartridges.png) right center no-repeat;
	opacity:0.5;
	height:247px;
}

div.maBox{
/*	float:left;
	width:300px;
*/
margin:15px;border:solid 2px #01a7e1;border-radius: 25px;
padding:15px;
}

div.maBox .imgConteneur{
	width: 	100%;
	height: auto;
}
div.mesBox{
/*	width:602px;

	height:440px;
	margin-left:auto;
	margin-right:auto;
*/	border: 1px dotted #767676;
}

div.maBox a{
	font-size:10px;
}

span{
	font-size:10px;
	color:grey;
}

div.fondBlanc{
	background-color:white;

}


div.recap{
    border: solid 2px #01a7e1;
    border-radius: 25px;
    padding: 15px;
    margin:15px;
}

div.content{
    border: solid 2px #01a7e1;
    border-radius: 25px;
    padding: 15px;
    margin:15px;
}
*{
	box-sizing: border-box;
}


table{border:solid 1px black;width:100%;}
table td, table th{border:solid 1px black;}
table{border:solid 1px black;}
table td textarea, table td input, table td select{width: 100%}


.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn.primary{
	color: #000;
	background-color: #01a7e1;
	border-color: #007bff;
}