body
	{
	margin: 0px;
	padding: 0px;
	outline: 0px;
	/*	font-family: 'Nixie One', cursive;	*/
	}

/* ********************************************* */

#menuadmin, #menuadmin ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	background: #66CCFF;
	background: -webkit-linear-gradient(top,#66CCFF 0%,	#003366 100%);
	background: -moz-linear-gradient(top,	#66CCFF 0%,	#003366 100%);
	background: -o-linear-gradient(top,		#66CCFF 0%,	#003366 100%);
	background: -ms-linear-gradient(top,	#66CCFF 0%,	#003366 100%);
	background: linear-gradient(top,		#66CCFF 0%,	#003366 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#menuadmin li {
	display: inline-block;
	position: relative;
	font-size: 14px;

}

#menuadmin a {
	color: #FFFFFF;
	display: block;
	width: 175px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight:bold;

	background: #66CCFF;
	background: -webkit-linear-gradient(top,#66CCFF 0%,	#003366 100%);
	background: -moz-linear-gradient(top,	#66CCFF 0%,	#003366 100%);
	background: -o-linear-gradient(top,		#66CCFF 0%,	#003366 100%);
	background: -ms-linear-gradient(top,	#66CCFF 0%,	#003366 100%);
	background: linear-gradient(top,		#66CCFF 0%,	#003366 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#menuadmin ul {
	left: -9999px;
	position: absolute
}

#menuadmin li:hover > ul {
	left: 0
}

#menuadmin li li:hover > ul {
	left: 200px;
	top: 0
}

#menuadmin a:hover {
	color: #000099;
	background: #99FFFF;
	font-weight:bold;
	text-decoration:none;
}

/* ********************************************* */

.coljour
	{
	background: rgba(24, 59, 78, 0.40);
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;		
	text-align:justify;
	}

.pave
	{
	padding:20px 20px 20px 20px;
	background: rgba(255, 255, 255, 0.60);
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	text-align:justify;
	}

.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;
	}

.transp
	{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	}

.transp2
	{
    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
	{
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
	text-align:center;
	text-shadow: -2px -1px 0 rgba(0, 0, 0, 0.4);

	background: #FFFFFF;
	background: -o-linear-gradient(top,		#66CCFF 0%,	#003366 100%);
	background: -ms-linear-gradient(top,	#66CCFF 0%,	#003366 100%);
	background: -webkit-linear-gradient(top,#66CCFF 0%,	#003366 100%);
	background: -moz-linear-gradient(top,	#66CCFF 0%,	#003366 100%);
	background: linear-gradient(to bottom,	#66CCFF 0%,	#003366 100%);
	display: block;
	} 
.btlink a:hover
	{
	color:#000099;
	text-decoration:none;
	text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4);

	background: #99FFFF;
	background: -o-linear-gradient(top,		#CCFFFF 0%,	#00CCFF 100%);
	background: -ms-linear-gradient(top,	#CCFFFF 0%,	#00CCFF 100%);
	background: -webkit-linear-gradient(top,#CCFFFF 0%,	#00CCFF 100%);
	background: -moz-linear-gradient(top,	#CCFFFF 0%,	#00CCFF 100%);
	background: linear-gradient(to bottom,	#CCFFFF 0%,	#00CCFF 100%);
	} 

/* ********************************************* */

.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: 10px 10px 10px 10px;
	}

#marge
	{
	margin: 10px 10px 10px 10px;
	}

.imgfloatl
	{
	float:left;
	margin:0 10px 0 0;
	}

.imgfloatr
	{
	float:right;
	margin:0 0 0 10px;
	}


/* ********************************************* */


.standard
	{
	font-family:Verdana;
	font-weight:normal;
	text-align:left;
	font-size:100%;
	/*	background: #33cc00;	*/
	}

.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:#FFFF00;
	}

.mandalegende
	{
	font-size:10pt;
	font-weight:bold;
	color:#FFFF00;
	}

.signature a,
.signature
	{
	font-size:10pt;
	color:#0099CC;
	font-weight:normal;
	text-align:center;
	}
.signature a:hover
	{
	font-size:10pt;
	color:#000000;
	font-weight:normal;
	text-align:center;
	text-decoration:underline;
	}


.moyen
	{
	font-size:10pt;
	}

.petit
	{
	font-size:8pt;
	}

.minus
	{
	font-size:6pt;
	}

.titre
	{
	color:#FFFFFF;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	}

.titre2
	{
	font-size: 1em;
	font-weight:bold;
	font-style: normal;
	color:#CC0000;
	}

.msgOK
	{
	text-align:center;
	color:#009900;
	font-size:16pt;
	font-weight:bold;
	/*	text-shadow: 0px 0px 5px rgba(24,59,78,1);	*/
	}

.msgER
	{
	text-align:center;
	color:#FF0000;
	font-size:16pt;
	font-weight:bold;
	/*	text-shadow: 0px 0px 5px rgba(24,59,78,1);	*/
	}

.etoile
	{
	vertical-align:middle;
	text-align:center;
	color:#990000;
	font-weight:bold;
	font-size:12pt;
	}


/* ********************************************* */

table
	{
	margin: auto;
	border-collapse: collapse;
	}

td
	{
	text-align:left;
	vertical-align:top;
	border: 0px;
	padding: 0px;
	}

a
	{
	color:#0099CC;
	font-weight:bold;
	text-decoration:none;
	}

a:hover
	{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}

img
	{ 
	border:0;
	width: 100%;
	}



hr
	{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #bc7d30;
	background-color: #d7ccbf;
    margin: 1em 0;
    padding: 0; 
	}



h1
	{
	font-family: 'Marck Script', cursive;
	color:#14758C;
	font-size:30pt;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}



h2
	{
	font-family: 'Marck Script', cursive;
	color:#bc7d30;
	font-size:22pt;
	font-weight:bold;
	font-style: normal;
	line-height: 1.5;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	padding: 0 0 0 0px;
	}
h2 a
	{
	text-decoration:normal;
	}
h2 a:hover
	{
	text-decoration:underline;
	}



h3
	{
	color:#99FFCC;
	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:#0075C1;
	font-size:10pt;
	font-weight:normal;
	/*	text-shadow: 2px 2px 3px rgba(0,0,0,1);	*/
	}
