/* Reset - 30/09/2014 - v1.3 */
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, 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;
}

audio, canvas, progress, video{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}

audio:not([controls]){
  display: none;
  height: 0;
}

[hidden], template{
  display: none;
}

a{background: transparent;}
a:active, a:hover{outline: 0;}
a, a:visited {text-decoration: underline;}

abbr[title]{border-bottom: 1px dotted;}

b, strong{font-weight: bold;}

dfn{font-style: italic;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}

html, body{
  width:100%;
  min-height:100%;
}

body {line-height:1.4;}
html{overflow:auto;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea{
	border:1px solid #AAA;
	background:#fff;
	font-family:Arial,Georgia,Verdana,sans-serif;
	font-size:12px;
	color: #000;
	padding:0px;
	margin:0px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: content-box;
  -khtml-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  outline: none;
}

.textarea{
  height:200px;
}

html input[type="submit"]{
  width:auto;
  cursor:pointer;
}

html input[type="checkbox"]{
  width:auto;
  -webkit-appearance: checkbox;
  -khtml-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox;
  margin: 3px 3px 3px 4px;
}

html input::-webkit-input-placeholder { color:#a9a9a9; }
html input::-moz-placeholder { color:#a9a9a9; } /* firefox 19+ */
html input:-ms-input-placeholder { color:#a9a9a9; } /* ie */
html input:-moz-placeholder { color:#a9a9a9; }
html input.placeholder { color:#a9a9a9; }
html input[type=submit]{font-weight:bold;padding:0 3px;}

html input[type="radio"]{
  width:auto;
  height:auto;
  -webkit-appearance: radio;
  -khtml-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
  -o-appearance: radio;
  appearance: radio;
}

* , *:before , *:after{
  -webkit-box-sizing:border-box;
  -khtml-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

.clear{clear:both;}
.display_none , .hide{display:none;}
.droit{float:right;display:inline;}
.gauche{float:left;display:inline;}
.image_droit{float:right;display:inline;margin:0 0 15px 15px;}
.image_gauche{float:left;display:inline;margin:0 15px 15px 0;}
.align_right{text-align:right;}
.align_left{text-align:left;}
.align_center{text-align:center;}

div.erreur{
  float:left;
  width:100%;
  color:#a80000;
  font-weight:bold;
}

input.erreur{
  border:2px solid #a80000;
}

div.succes{
  float:left;
  width:100%;
  color:#327b05;
  font-weight:bold;
}

input.succes{
  border:2px solid #327b05;
}

li{margin-left:40px;}

.boutonSauvegarder{
	background:url(/images/picto/sauvegarder.jpg) no-repeat;
	border:none;
	width:43px!IMPORTANT;
	height:45px!IMPORTANT;
}

body ul, body li, body menu, body dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -khtml-margin-before: 0em;
  -moz-margin-before: 0em;
  -ms-margin-before: 0em;
  -o-margin-before: 0em;
  margin-before: 0em;
  -webkit-margin-after: 0em;
  -khtml-margin-after: 0em;
  -moz-margin-after: 0em;
  -ms-margin-after: 0em;
  -o-margin-after: 0em;
  margin-after: 0em;
  -webkit-margin-start: 0px;
  -khtml-margin-start: 0px;
  -moz-margin-start: 0px;
  -ms-margin-start: 0px;
  -o-margin-start: 0px;
  margin-start: 0px;
  -webkit-margin-end: 0px;
  -khtml-margin-end: 0px;
  -moz-margin-end: 0px;
  -ms-margin-end: 0px;
  -o-margin-end: 0px;
  margin-end: 0px;
  -webkit-padding-start:0px;
  -khtml-padding-start:0px;
  -moz-padding-start:0px;
  -ms-padding-start:0px;
  -o-padding-start:0px;
  padding-start:0px;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

@media print {
  * {
    color: #000!important;
    text-shadow: none!important;
    background: transparent!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }

  a[href]:after {content: " (" attr(href) ")";}
  abbr[title]:after {content: " (" attr(title) ")";}
  a[href^="javascript:"]:after, a[href^="#"]:after {content: "";}

}


pre, blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

p, h2, h3 {
  orphans: 3;
  widows: 3;
}

h2, h3 {
  page-break-after: avoid;
}

nav h1, nav h2{display:none;}