/* REINITIALISATION DES STYLES */
/***************************/
html {
	height: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	height: 100%;
	background-color: #fff;
	text-align: left;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #000;
}

/* LISTES */
ol, ul {list-style: none;}

/* TITRES */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	line-height: 1.2em;
	font-weight: bold;
	font-style: normal;
}
h1 {font-size: 1.75em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.25em;}
h4 {font-size: 1em;}
h5 {font-size: .9em;}
h6 {font-size: .8em;}

/* PARAGRAPHES */
p {margin: .85em 0;}
address {
	margin: .85em 0;
	font-style: normal;
}

/* DIVERS ELEMENTS DE TYPE INLIGNE */
em, dfn {font-style: italic;}
img {
	border: none;
	vertical-align: middle;
}

/* DIVERS ELEMENTS DE TYPE BLOC */
strong, b {font-weight: bold;}

/* FORMULAIRES */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	font-size: 100%;
	vertical-align: middle;
}
input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {outline: none;}
textarea {resize: vertical;}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

/* Width inclu le padding et la bordure */
input[type="checkbox"], input[type="radio"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}


/* MISE EN EXERGUE DES ABREVIATIONS */
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

/* LES CITATIONS LONGUES */
blockquote {
	margin: .75em 0 .75em 1em;
	padding: 0 0 0 .5em;
	border-left: 2px solid #ddd;
	quotes: none;
}

/* LES CITATIONS COURTES */
q {
	font-style: italic;
	quotes: none;
}
cite {font-style: italic;}


/* INSERTION (ancienne donnee remplacee par une nouvelle) : exemple :: Son niveau de cryptage est de <del>64 bits</del> <ins>128 bits</ins>. */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* LES LISTES DE DEFINITION */
dl {margin: .75em 0;}
dt {
	margin: .75em 0 0 0;
	font-weight: bold;
}
dd {margin: .25em 0 .25em .5em;}
	dd:before {content: '→ ';}
	
	
/* TEXTES PREFORMATES */
pre, code, kbd, samp {
	font-family: 'Courier New', Courier, mono;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* INDICES */
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {top: -0.5em}
sub {bottom: -0.25em}

/* LES TABLEAUX */
table {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
	table caption {
		margin: .5em 0;
		text-align: left;
		font-weight: bold;
	}
	table th, table td {
		padding: 3px; 
		border: 1px solid #ccc;
		vertical-align: top;
		text-align: left;
	}
	
/* CSS PRINT */
@media print {
	*{
		background: transparent !important;
		color: #000 !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a {text-decoration: underline;}
	a[href]:after {content: " (" attr(href) ")";}
	abbr[title]:after {content: " (" attr(title) ")"}.ir
	a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: "";}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {display: table-header-group;}
	tr, img {page-break-inside: avoid;}
	img {max-width: 100% !important;}
	p, h2 ,h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {page-break-after: avoid;}
	@page {margin: .5cm;}
}


/* CLASSE DE REINITIALISATION */
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

.block {display: block !important;}

/* MESSAGE D'ALERTE pour version inferieur IE 8 */
.alert-ie {
	width: 100%;
	background-color: #ca0000;
	font-size: 1em;
	color: #fff;
}
	.alert-ie p {
		margin: 10px auto;
		width: 960px;
	}
		.alert-ie p a {
			color: #fff;
			font-weight: bold;
		}
		.alert-ie p a:hover,
		.alert-ie p a:focus {
			color: #fcb938;
			text-decoration: none;
		}
		
/* BALISES HTML5 */
section, article, header, footer, nav, aside, hgroup, details, figcaption {display: block;}

audio, canvas, video {display: inline-block;}
.ie7 audio, .ie7 canvas, .ie7 video {display: inline;}

audio:not([controls]){display: none}[hidden]{display: none}

svg:not(:root){overflow:hidden;}

/* Image et légende */
figure {margin:0;}

/* Surbrillance */
mark {
	background-color :#ff0;
	color:#000;
	font-style:italic;
	font-weight:bold
}



