body
	{
	margin: 0px;
	padding: 0px;
	outline: 0px;
	background: #000000;
	}

/* ********************************************* */

.pavegauche
	{
	margin: 5px 5px 5px 5px;
	padding:10px 15px 10px 15px;
	background: rgba(0, 0, 0, 1);
	border-left: 5px solid #CBDB2F;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;		
	text-align:justify;
	color: #999999;
	}
.pavegauche a
	{
	color: #000000;
	}

.pavebas
	{
	margin: 5px 5px 5px 5px;
	padding:10px 15px 10px 15px;
	background: rgba(0, 0, 0, 1);
	border-bottom: 5px solid #CBDB2F;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;		
	text-align:justify;
	color: #999999;
	}
.pavebas a
	{
	color: #000000;
	}

.pavetransp
	{
	margin: 5px 5px 5px 5px;
	padding:10px 15px 10px 15px;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;		
	text-align:justify;
	color: #999999;
	}

.arrondi
	{
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	}

.petitarrondi
	{
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	}

.transp50
	{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	}

.transp25
	{
    opacity: 0.25;
    filter: alpha(opacity=25); /* For IE8 and earlier */
	}

.hover13 figure:hover img
	{
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
	}

@-webkit-keyframes flash
	{
	0%
		{
		opacity: .4;
		}
	100%
		{
		opacity: 1;
		}
	}

@keyframes flash
	{
	0%
		{
		opacity: .4;
		}
	100%
		{
		opacity: 1;
		}
	}


/* ********************************************* */

.btlink,
.btlink a
	{
	height: 32px;
	color:#444444;
	font-size:12pt;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	background: -webkit-linear-gradient(top,#666666 0%,	#444444 100%);
	background: -ms-linear-gradient(top,	#666666 0%,	#444444 100%);
	background: -moz-linear-gradient(top,	#666666 0%,	#444444 100%);
	background: -o-linear-gradient(top,		#666666 0%,	#444444 100%);
	background: linear-gradient(to bottom,	#666666 0%,	#444444 100%);
	/*-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;*/
	border-radius: 17px;
	display: block;
	} 
.btlink a:hover
	{
	height: 32px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	background: -webkit-linear-gradient(top,#444444 0%,	#666666 100%);
	background: -ms-linear-gradient(top,	#444444 0%,	#666666 100%);
	background: -moz-linear-gradient(top,	#444444 0%,	#666666 100%);
	background: -o-linear-gradient(top,		#444444 0%,	#666666 100%);
	background: linear-gradient(to bottom,	#444444 0%,	#666666 100%);
	} 


/*	.btsubvert
	{
	height:35px;
	width: 90%;
	border: none;
	outline: none;
	cursor: pointer;
	font-size:12pt;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	color: #FFFFFF;
	border-radius: 17px;
	background: #006633;
	background: -webkit-linear-gradient(top,#009900 0%,	#003300 100%);
	background: -ms-linear-gradient(top,	#009900 0%,	#003300 100%);
	background: -moz-linear-gradient(top,	#009900 0%,	#003300 100%);
	background: -o-linear-gradient(top,		#009900 0%,	#003300 100%);
	background: linear-gradient(to bottom,	#009900 0%,	#003300 100%);
	}

.btsubvert:hover
	{
	border: none;
	color: #FFFFFF;
	border-radius: 17px;
	background: #006633;
	background: -webkit-linear-gradient(top,#003300 0%,	#009900 100%);
	background: -ms-linear-gradient(top,	#003300 0%,	#009900 100%);
	background: -moz-linear-gradient(top,	#003300 0%,	#009900 100%);
	background: -o-linear-gradient(top,		#003300 0%,	#009900 100%);
	background: linear-gradient(to bottom,	#003300 0%,	#009900 100%);
	}

.btsubvert:active 
	{
	border: none;
	border-radius: 17px;
	background: #006633;
	background: -webkit-linear-gradient(top,#003300 0%,	#009900 100%);
	background: -ms-linear-gradient(top,	#003300 0%,	#009900 100%);
	background: -moz-linear-gradient(top,	#003300 0%,	#009900 100%);
	background: -o-linear-gradient(top,		#003300 0%,	#009900 100%);
	background: linear-gradient(to bottom,	#003300 0%,	#009900 100%);
	transform: translateY(4px);
	}	*/

.btsubmit
	{
	height:35px;
	width: 90%;
	border: none;
	outline: none;
	cursor: pointer;
	font-size:12pt;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	color: #CBDB2F;
	border-radius: 17px;
	/*	box-shadow: 3px 7px 3px #000000;	*/
	background: #444444;
	background: -webkit-linear-gradient(top,#666666 0%,	#444444 100%);
	background: -ms-linear-gradient(top,	#666666 0%,	#444444 100%);
	background: -moz-linear-gradient(top,	#666666 0%,	#444444 100%);
	background: -o-linear-gradient(top,		#666666 0%,	#444444 100%);
	background: linear-gradient(to bottom,	#666666 0%,	#444444 100%);
	}

.btsubmit:hover
	{
	border: none;
	color: #CBDB2F;
	border: none;
	border-radius: 17px;
	background: #666666;
	background: -webkit-linear-gradient(top,#444444 0%,	#666666 100%);
	background: -ms-linear-gradient(top,	#444444 0%,	#666666 100%);
	background: -moz-linear-gradient(top,	#444444 0%,	#666666 100%);
	background: -o-linear-gradient(top,		#444444 0%,	#666666 100%);
	background: linear-gradient(to bottom,	#444444 0%,	#666666 100%);
	}

.btsubmit:active 
	{
	border: none;
	border-radius: 17px;
	background: #666666;
	background: -webkit-linear-gradient(top,#444444 0%,	#666666 100%);
	background: -ms-linear-gradient(top,	#444444 0%,	#666666 100%);
	background: -moz-linear-gradient(top,	#444444 0%,	#666666 100%);
	background: -o-linear-gradient(top,		#444444 0%,	#666666 100%);
	background: linear-gradient(to bottom,	#444444 0%,	#666666 100%);
	transform: translateY(4px);
	}

.btsubrouge
	{
	height:35px;
	width: 90%;
	border: none;
	outline: none;
	cursor: pointer;
	font-size:12pt;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	color: #FFFFFF;
	border-radius: 17px;
	background: #660000;
	background: -webkit-linear-gradient(top,#990000 0%,	#330000 100%);
	background: -ms-linear-gradient(top,	#990000 0%,	#330000 100%);
	background: -moz-linear-gradient(top,	#990000 0%,	#330000 100%);
	background: -o-linear-gradient(top,		#990000 0%,	#330000 100%);
	background: linear-gradient(to bottom,	#990000 0%,	#330000 100%);
	}

.btsubrouge:hover
	{
	border: none;
	color: #FFFFFF;
	border-radius: 17px;
	background: #660000;
	background: -webkit-linear-gradient(top,#330000 0%,	#990000 100%);
	background: -ms-linear-gradient(top,	#330000 0%,	#990000 100%);
	background: -moz-linear-gradient(top,	#330000 0%,	#990000 100%);
	background: -o-linear-gradient(top,		#330000 0%,	#990000 100%);
	background: linear-gradient(to bottom,	#330000 0%,	#990000 100%);
	}

.btsubrouge:active 
	{
	border: none;
	border-radius: 17px;
	background: #660000;
	background: -webkit-linear-gradient(top,#330000 0%,	#990000 100%);
	background: -ms-linear-gradient(top,	#330000 0%,	#990000 100%);
	background: -moz-linear-gradient(top,	#330000 0%,	#990000 100%);
	background: -o-linear-gradient(top,		#330000 0%,	#990000 100%);
	background: linear-gradient(to bottom,	#330000 0%,	#990000 100%);
	transform: translateY(4px);
	}

/* ********************************************* */

.droite
	{
	text-align:right;
	}

.centre
	{
	text-align:center;
	}

.gauche
	{
	text-align:left;
	}

.haut
	{
	vertical-align:top;
	}

.milieu
	{
	vertical-align:middle;
	}

.bas
	{
	vertical-align:bottom;
	}

.justine
	{
	text-align:justify;
	}

.bary
	{
	vertical-align:middle;
	text-align:center;
	}

.marge
	{
	margin: 5px 5px 5px 5px;
	}

.marge2
	{
	margin: 15px 10px 15px 10px;
	}

.imgfloatl
	{
	float:left;
	margin:0 10px 0 0;
	}

.imgfloatr
	{
	float:right;
	margin:0 0 0 10px;
	}

/* ********************************************* */

.standard
	{
	font-family: 'Lato', sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:18pt;
	line-height: 200%;
	}

.titcol a,
.titcol
	{
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background: #CC0000;
	}
.titcol a:hover
	{
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background: #CC0000;
	text-decoration:underline;
	}

.titprod
	{
	font-size:16pt;
	color:#0033FF;
	}

.mandatory
	{
	font-weight:bold;
	color:#FF0000;
	}

.mandalegende
	{
	font-size:10pt;
	font-weight:bold;
	color:#FFFF00;
	}

.moyen
	{
	font-size:12pt;
	}

.petit
	{
	font-size:8pt;
	}

.minus
	{
	font-size:6pt;
	}

.titre
	{
	color:#DCDCDC;
	font-size:12pt;
	font-weight:normal;
	font-style: normal;
	/*	text-transform: uppercase;	*/
	}

.titre2
	{
	font-size: 1em;
	font-weight:bold;
	font-style: normal;
	color:#990000;
	}

.titreHS
	{
	color:#CBDB2F;
	font-size:14pt;
	font-weight:normal;
	font-style: normal;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}

.titreBS
	{
	color:#FFFFFF;
	font-size:14pt;
	font-weight:normal;
	font-style: normal;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}

.texteHS
	{
	color:#CBDB2F;
	font-weight:normal;
	font-style: normal;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}

.texteBS
	{
	color:#FFFFFF;
	font-weight:normal;
	font-style: normal;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}

.green
	{
	color:#CBDB2F;
	font-weight:normal;
	font-style: normal;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}

.msgOK
	{
	text-align:center;
	color:#00CC00;
	font-size:16pt;
	font-weight:bold;
	/*	text-shadow: 0px 0px 5px rgba(24,59,78,1);	*/
	}

.msgER
	{
	text-align:center;
	color:#CC0000;
	font-size:16pt;
	font-weight:bold;
	/*	text-shadow: 0px 0px 5px rgba(24,59,78,1);	*/
	}

.msgNB
	{
	text-align:center;
	color:#FFFFFF;
	font-size:14pt;
	font-weight:normal;
	/*	text-shadow: 0px 0px 5px rgba(24,59,78,1);	*/
	}	

.etoile
	{
	vertical-align:middle;
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	font-size:12pt;
	}


/* ********************************************* */

input[type=text], select, textarea, input[type=password]
	{
	/*	width: 98%;
	padding: 2px;	*/
	width: 100%;
	padding: 4px 0px 4px 0px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	resize: vertical;
	}

table
	{
	margin: auto;
	border-collapse: collapse;
	}

td
	{
	text-align:left;
	vertical-align:top;
	border: 0px;
	padding: 0px;
	}



img
	{ 
	border:0;
	width: 100%;
	}



hr
	{
	border-color:#999999;
	background:#666666;
	height:1px;
	}



h1
	{
	font-family: 'Great Vibes', cursive;
	letter-spacing: 0.1em;
	color:#FFFFFF;
	font-size:30pt;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	text-align: center;
	padding-top: 25px;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}



h2
	{
	font-family: 'Lato', sans-serif;
	color:#FFFFFF;
	letter-spacing: 0.1em;
	font-size:18pt;
	font-weight:normal;
	font-style: normal;
	line-height: 1;
	text-align: left;
	padding: 0 0 10 0px;
	}
h2 a
	{
	text-decoration:normal;
	text-align: center;
	}
h2 a:hover
	{
	text-decoration:underline;
	text-align: center;
	}

h3
	{
	color:#DCDCDC;
	font-size:14pt;
	font-weight:normal;
	font-style: normal;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}
h3 a
	{
	text-decoration:none;
	}
h3 a:hover
	{
	text-decoration:underline;
	}


h4
	{
	color:#333333;
	font-size:10pt;
	font-weight:normal;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}

#puce > ul
	{
	padding: 0px 0px 0px 30px;
	}

#puce > ul > li
	{
	display: list-item;
	list-style-image: url(../images/puce.png);
	}

.sticky
	{
	z-index: 9;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	}

.video-responsive { overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}

.video-responsive iframe { left:0; top:0; height:100%; width:100%; position:absolute;}

