@charset "utf-8";
/* CSS Document */

/* Back Office */
body{
	margin:0;
	padding:0;
	}
.login_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.login_text_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/* Site */
.mes_oreilles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
table#sample {
     
    border-left: dotted #EC8B00 1px;
	border-top: dotted #EC8B00 1px;
     

}

table#sample td {
    padding: 10px;
	border-bottom: dotted  #EC8B00 1px;
	border-right: dotted #EC8B00 1px;
}
