body
	{
	margin: 0px;
	padding: 0px;
	outline: 0px;
	}

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

#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;
}

/* ********************************************* */
.pave
	{
	padding:20px 20px 20px 20px;
	background: rgba(204, 204, 204, 0.25);
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;		
	text-align:justify;
	}

.pavepied
	{
	padding:20px 20px 20px 20px;
	background: rgba(255, 255, 255, 0.80);
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;		
	text-align:center;
	}

.promofnd
	{
	padding:20px 20px 20px 20px;
	background: rgba(255, 255, 0, 1);
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;		
	text-align:justify;
	}

.promotit
	{
	color:#CC0000;
	font-size:14pt;
	font-weight:bold;
	font-style: italic;
	}

.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;
	}

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

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

.prec
	{
	background-image: url("images/btprec_on.jpg"); 
	background-repeat: no-repeat;
	width: 25px;
	height:50px;
	}
.prec a
	{ 
	background-image: url("images/btprec_off.jpg"); 
	background-repeat: no-repeat;
	width: 25px;
	height:50px;
	display: block;
	} 
.prec a:hover
	{
	background: none;
	} 

.suiv
	{
	background-image: url("images/btsuiv_on.jpg"); 
	background-repeat: no-repeat;
	width: 25px;
	height:50px;
	}
.suiv a
	{ 
	background-image: url("images/btsuiv_off.jpg"); 
	background-repeat: no-repeat;
	width: 25px;
	height:50px;
	display: block;
	} 
.suiv a:hover
	{
	background: none;
	} 

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

.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%;
	}

.titcol a,
.titcol
	{
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	/*	background: <?print($fnd_titre);?>;		*/
	}
.titcol a:hover
	{
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	/*	background:  <?print($fnd_titre);?>;	*/
	text-decoration:underline;
	}

.titprod
	{
	font-size:16pt;
	color:#0033FF;
	}

.mandatory
	{
	font-weight:bold;
	color:#990000;
	}

.mandalegende
	{
	font-size:10pt;
	font-weight:bold;
	color:#990000;
	}

.moyen
	{
	font-size:10pt;
	}

.petit
	{
	font-size:8pt;
	}

.minus
	{
	font-size:6pt;
	}

.titre
	{
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	}

.titre2
	{
	font-size: 1.4em;
	font-weight:bold;
	font-style: normal;
	}

.msgOK
	{
	text-align:center;
	color:#00FF00;
	font-size:14pt;
	font-weight:bold;
	}

.msgER
	{
	text-align:center;
	color:#FF6600;
	font-size:14pt;
	font-weight:bold;
	}

.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
	{
	text-decoration:none;
	color:#0000CC;
	}

a:hover
	{
	text-decoration:underline;
	color:#000000;
	}

img
	{ 
	border:0;
	width: 100%;
	}



hr
	{
	color:#66CCCC;
	background:#FFFFFF;
	height:1px;
	}



h1
	{
	color:#000066;
	text-shadow: 2px 3px 4px #99ccff;

	font-size:20pt;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	/*	padding: 0 0 0 20px; */
	}



h2
	{
	color:#0033cc;
	font-size:16pt;
	font-weight:normal;
	font-style: normal;
	line-height: 1.5;
	padding: 0 0 0 0px;
	}
h2 a
	{
	text-decoration:normal;
	}
h2 a:hover
	{
	text-decoration:underline;
	}



h3
	{
	color:#0033cc;
	font-size:12pt;
	font-weight:bold;
	font-style: normal;
	}
h3 a
	{
	color:#0099CC;
	font-size:12pt;
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
	}
h3 a:hover
	{
	color:#0099CC;
	font-size:12pt;
	font-weight:bold;
	font-style: normal;
	text-decoration:underline;
	}



h4
	{
	color:#0099CC;
	font-size:10pt;
	font-weight:normal;
	}
