body, html { height:100%; margin:0px}


acronym { border-bottom: 1px dotted #FF0000;}

#tableauCommande { border: 1px solid black; border-collapse:collapse; }
#tableauCommande td { border: 1px solid black; }
#tableauCommande input { height: 18px; color: #323232; font-size: 11px; font-family: verdana, helvetica; }

.newsInfo { display: none; }

p { margin: 0px; } 


textarea,
input[type="text"],
input[type="button"],
input[type="password"],
input[type="reset"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

[class^="fondArticle_"] *, [data-cliquable="1"] * {
	transition: all 0.3s ease;
}

/* Intégration du border-bow en standard sur tous les éléments */
* {
	box-sizing: border-box;
}