body
	{
	margin: 0px;
	padding: 0px;
	outline: 0px;
	background: #000000;
	}

/* ********************************************* */

.puce ul
	{
	padding-left: 30px;
	}

.puce ul > li
	{
	display: list-item;
	list-style-image: url(../images/puce.png);
	}

.puceblanche ul
	{
	padding-left: 30px;
	}

.puceblanche ul > li
	{
	display: list-item;
	list-style-image: url(../images/puce_blanche.png);
	}

/* ********************************************* */

.pave
	{
	margin: 10px 10px 10px 10px;
	padding:10px 15px 10px 15px;
	background: #EEEEEE;
	/*	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;	*/	
	text-align:justify;
	color: #006666;
	}
.pave a:link, .pave a:visited
	{
	color:#009999;
	font-weight:bold;
	text-decoration:none;
	}

.pave a:hover
	{
	color:#336666;
	font-weight:bold;
	background-color:none;
	text-decoration:none;
	}

.pave a:active
	{
	color:#FFFFFF;
	font-weight:bold;
	background-color:transparent;
	text-decoration:none;
	}



.paveblanc
	{
	margin: 10px 10px 10px 10px;
	padding:10px 15px 10px 15px;
	background: rgba(255,255,255,0.5);
	/*	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;	*/	
	text-align:justify;
	color: #006666;
	}
.paveblanc a:link, .paveblanc a:visited
	{
	color:#009999;
	font-weight:bold;
	text-decoration:none;
	}

.paveblanc a:hover
	{
	color:#336666;
	font-weight:bold;
	background-color:none;
	text-decoration:none;
	}

.paveblanc a:active
	{
	color:#FFFFFF;
	font-weight:bold;
	background-color:transparent;
	text-decoration:none;
	}

.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,
.btlink a:link,
.btlink a:visited
	{
	height: 36px;
	color: #FFFFFF;
	font-size: 13pt;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background: #5fa646;
	background: -webkit-linear-gradient(top,#5fa646 0%,	#1a3b0f 100%);
	background: -ms-linear-gradient(top,	#5fa646 0%,	#1a3b0f 100%);
	background: -moz-linear-gradient(top,	#5fa646 0%,	#1a3b0f 100%);
	background: -o-linear-gradient(top,		#5fa646 0%,	#1a3b0f 100%);
	background: linear-gradient(to bottom,	#5fa646 0%,	#1a3b0f 100%);
	display: block;
	} 

.btlink a:hover
	{
	height: 36px;
	color: #FFFFFF;
	font-size: 13pt;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	background: #1a3b0f;
	background: -webkit-linear-gradient(top,#1a3b0f 0%,	#5fa646 100%);
	background: -ms-linear-gradient(top,	#1a3b0f 0%,	#5fa646 100%);
	background: -moz-linear-gradient(top,	#1a3b0f 0%,	#5fa646 100%);
	background: -o-linear-gradient(top,		#1a3b0f 0%,	#5fa646 100%);
	background: linear-gradient(to bottom,	#1a3b0f 0%,	#5fa646 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: #5fa646;
	background: -webkit-linear-gradient(top,#5fa646 0%,	#1a3b0f 100%);
	background: -ms-linear-gradient(top,	#5fa646 0%,	#1a3b0f 100%);
	background: -moz-linear-gradient(top,	#5fa646 0%,	#1a3b0f 100%);
	background: -o-linear-gradient(top,		#5fa646 0%,	#1a3b0f 100%);
	background: linear-gradient(to bottom,	#5fa646 0%,	#1a3b0f 100%);
	}

.btsubvert:hover
	{
	border: none;
	color: #FFFFFF;
	border-radius: 17px;
	background: #1a3b0f;
	background: -webkit-linear-gradient(top,#1a3b0f 0%,	#5fa646 100%);
	background: -ms-linear-gradient(top,	#1a3b0f 0%,	#5fa646 100%);
	background: -moz-linear-gradient(top,	#1a3b0f 0%,	#5fa646 100%);
	background: -o-linear-gradient(top,		#1a3b0f 0%,	#5fa646 100%);
	background: linear-gradient(to bottom,	#1a3b0f 0%,	#5fa646 100%);
	}

.btsubvert:active 
	{
	border: none;
	border-radius: 17px;
	background: #336666;
	background: -webkit-linear-gradient(top,#339999 0%,	#336666 100%);
	background: -ms-linear-gradient(top,	#339999 0%,	#336666 100%);
	background: -moz-linear-gradient(top,	#339999 0%,	#336666 100%);
	background: -o-linear-gradient(top,		#339999 0%,	#336666 100%);
	background: linear-gradient(to bottom,	#339999 0%,	#336666 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);
	}

/* ********************************************* */

.flashy figure:hover img
	{
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
	}

/* ********************************************* */

.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: 'Oxygen', sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:14pt;
	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
	{
	font-family: 'Oxygen', sans-serif;
	letter-spacing: 0.2em;
	color:#006600;
	font-size:12pt;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
	/*	text-transform: uppercase;	*/
	}

.titre2
	{
	font-size: 1em;
	font-weight:bold;
	font-style: normal;
	color:#990000;
	}

.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);	*/
	}

.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;
	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:#CCCCCC;
	background:#666666;
	height:1px;
	}



h1
	{
	font-family: 'Oxygen', sans-serif;
	letter-spacing: 0.1em;
	color:#339933;
	font-size:24pt;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	padding-top: 20px;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}



h2
	{
	font-family: 'Oxygen', sans-serif;
	color:#006600;
	letter-spacing: 0.1em;
	font-size:18pt;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
	/*	padding-bottom: 5px;	*/
	}
h2 a,
h2 a:link;
h2 a:visited
	{
	color:#006600;
	text-decoration:normal;
	text-align: center;
	font-weight:normal;
	font-style: normal;
	}
h2 a:hover
	{
	color:#FFFFFF;
	font-weight:normal;
	font-style: normal;
	}
h2 a:active
	{
	color:#FFFF00;
	font-weight:normal;
	font-style: normal;
	}



h3
	{
	color:#666666;
	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);	*/
	}

.sticky
	{
	z-index: 9;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	}