*
{
	margin: 0px;
	padding: 0px;
	cursor: default;
	outline-style: none;
}

html 
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

.mails
{
	vertical-align: middle;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-align: center;
}

#titre
{
	width: 100%;
	text-align: center;
	height: 120px;
	background-image: url("../images/fond-orange.gif");
}

#titre h1
{
	color: white;
	font-size: 16pt;
	font-weight: normal;
	padding-top: 47px;
}

h3
{
	color: #006DBA;
	font-size: 120%;
}

#globale
{
	width: 1000px;
	margin: 0 auto;
	text-align: justify;
	padding: 3px;
}

.cadre
{
	padding: 10px;
}

#instructions
{
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 6px;
}

.etapes
{
	margin-left: 15px;
	list-style: none;
}

.nb
{
	margin-top: 4px;
	padding: 1px 4px 1px 4px;
	border: 1px dashed #CCCCCC;
}

.methode
{
	margin-top: 5px;
	border: 1px solid #DDDDDD;
}

.methode h4
{
	background-color: #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 3px;
}

.methode p
{
	display: block;
	margin: 4px;
}

.titreMethode
{
	text-decoration: underline;
}

.parametres
{
	list-style: none;
}

.parametres li
{
	border: 1px solid #DDDDDD;
	height: 16px;
	margin: -1px 5px 0px 10px;
	padding: 3px;
}

.requis
{
	color: #CC6600;
}

#flexZoulouxAnalytics
{
	margin-top: 3px;
}

#message-noflash
{
	margin: 10px auto;
	width: 400px;
	padding: 10px;
	border: 1px dashed #666666;
	margin-top: 5px;
	text-align: center;
}

#footer
{
	border-top: 1px dashed #666666;
	padding-top: 5px;
	text-align: right;
}

a
{
	color: #006DBA;
	font-weight: normal;
	text-decoration: none;
}

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

#footer a
{
	color: #006DBA;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:hover
{
	color: #CC6600;
}