html, body {
  width: 100%;
  height: 100%;
}

body {
 /* background-color: #13487e;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #13487e), color-stop(100%, #0e2945));
  background-image: -moz-linear-gradient(top, #13487e, #0e2945);
  background-image: -webkit-linear-gradient(top, #13487e, #0e2945);
  background-image: linear-gradient(to bottom, #13487e, #0e2945);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF13487E', endColorstr='#FF0E2945');*/
}

.accordion {
  width: 302px;
  margin: 0 auto;
  padding-top: 50px;
}

/* all accordion styles below here */
.accordion dl {
  width: 302px;
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.accordion dl:hover {
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
}
.accordion dl dt a {
  background-color: #82A1BD;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.accordion dl dt a .arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  left: 14px;
  top: 18px;
}

.cssanimations .accordion dl dt a .arrow {
  -moz-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}
.cssanimations .accordion dl dt a .arrow.down-anim {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion dl dt a .arrow.down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  top: 21px;
  left: 12px;
}
.accordion dl dt.active a, .accordion dl dt:hover a {
  background-color: #507BA2;
}
.accordion dl dt.active a {
  -moz-box-shadow: inset 0px -4px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px -4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -4px 8px 0px rgba(0, 0, 0, 0.2);
}
.accordion dl dd {
  background-color: #ffffff;
 
  background-size: 100%;
 /* background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);*/
  *zoom: 1;
  /*filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F7');*/
  padding: 10px;
  display: none;
  /*height: 293px;*/
}
.accordion dl dd.active {
  display: block;
}
.accordion dl dd p {
  line-height: 1.4;
  padding: 12px;
}

/* ajout*/
.accordion dl dd p span.item {
	padding:2px 5px 2px 5px;
	background-color:#F90;
	font-weight:bold;
   border:1px solid gray;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;	
    border-radius:8px;	
	
}
.accordion dl dd p span.attention {
	color:#F00;
	font-weight:bold;
  	
}

fieldset
{
 border:1px solid blue;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;	
    border-radius:8px;	
}
legend
{
  margin-bottom:0px;
  margin:10px;
  padding:10px

}


/* style des input*/

input{
	font-size:14px;
	font-weight:bolder;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

select {
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
	font-size:14px;
	font-weight:bolder;
}

input[type=date] {
    width: 100%;
    padding: 16px 0px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
	font-size:14px;
	font-weight:bolder;
	text-align:center;
}

input[type=date]:focus {
    border: 3px solid #555;
}

input[type=number] {
    width: 20%;
    padding: 16px 0px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
	font-size:14px;
	font-weight:bolder;
	text-align:center;
}

input[type=number]:focus {
    border: 3px solid #555;
}

/* fin style input */


#valide
{
	height:50px;
	width:100%;
	font-size:14px;
	margin-top:10px;
}

#historique
{
	text-align:center;
	vertical-align:middle;
	height:20px;
	width:100%;
	/*background-color:#F90;*/
	margin-top:10px;
}
#historique p
{
	font-size: 200%; 
 	color: navy; 
 	text-align: center;
}
#historique a
{
	text-decoration:none;
	font-size:14px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	color:#FFF;
}

/* style bouton*/
.listBoutton {
	 width: 100%;
 	 margin: 0 auto;
  	 padding-top: 50px;
}
.listBoutton li {
	text-align: center;
	margin-bottom:20px;
}



a .bouton17 {
	width:85px;
	height:85px;
	background:#fafafa;
	box-shadow:2px 2px 8px #aaa;
	font:bold 13px Arial;
	border-radius:50%;
	color:#555;
}
a .bouton17:hover {
	width:85px;
	height:85px;
	background:#FC0;
	box-shadow:2px 2px 20px #aaa;
	font:bold 13px Arial;
	border-radius:50%;
	color:#555;
}
	
	
/* fin de style bouton*/