/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//+		© Copyright iDIWAY 2015
//+		Tout droits de reproduction interdits
//+		http://www.idiway.fr
//+		$Revision: 7297 $
//+		$Date: 2024-01-17 09:14:12 +0100 (mer. 17 janv. 2024) $
//+		$HeadURL: svn://svn.id.lan/pko/sat/2x/232_fdm/trunk/tpl/tpl0/css/iBase.css $
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

* { box-sizing: border-box; }

/* Block */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { display: block; }

figure,
table {}

figcaption {}
img { display: inline-block; border-style: none; }

/* Block Textuel */
h1,
h2,
h3,
h4,
h5,
h6 { line-height: initial; }

dl,
ol,
p,
pre,
ul { margin: 20px 0 30px; line-height: 1.5rem; }

/* Texte */
a { cursor: pointer; text-decoration: underline; }

mark { display: inline-block; padding: 2px 5px; color: #FFFFFF; }

time {}
kbd {}

b,
dt,
strong { font-weight: bold; }

abbr,
blockquote,
cite,
dfn,
em,
i,
q,
s,
small,
u { font-style: italic; }

/* Séparation */
hr { height: 1px; margin: 10px 0 10px; border: none; }

/* Table */
table { border-collapse: collapse; }
caption,
th { font-weight: bold; text-align: center; }
th,
td {}

/* Bouton */
button,
input[type="button"],
input[type="submit"]{ cursor: pointer; }
