body{
	font-family: Helvetica, "Lucida Sans", "Lucida Grande", Tahoma, Verdana, Arial, geneva;
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 20px;
}

/****************************/
/*                          */
/*          TITRES          */
/*                          */
/****************************/

h1{
	height: 45px;
	background-repeat: no-repeat;
	background-image: url(/images/static/CompNav8/Nav25a_01.gif);
	border-bottom: 1px solid #bbbbbb;
	padding: 0px;
	margin: 0px;
}

h1 span{
	visibility: hidden;
}

h2{
	padding: 0px;
	margin: 0px;
	margin-top: 7px;
	text-align: right;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 35px;
}

/****************************/
/*                          */
/*         CONTENU          */
/*                          */
/****************************/

div.contenu{
	min-height: 435px;
	height: auto !important;
	height: 435px;
	margin: 0px;
	padding: 0px;
}

/* Bloc contenant une marge gauche de 133 pixels */
div.icone_marge{
	padding-left: 133px;
	margin-bottom: 15px;
}

/* Visuel copyright dans le bloc à marge */
div.icone_marge.copyright{
	background-repeat: no-repeat;
	background-image: url(/images/static/Popup/ico-filet-copyright.gif);
	min-height: 123px;
	height: auto !important;
	height: 123px;
}

/* Visuel enveloppe dans le bloc à marge */
div.icone_marge.enveloppe{
	background-repeat: no-repeat;
	background-image: url(/images/static/Popup/ico-filet-enveloppe.gif);
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

.gris{
	color: #666666;
}

.rouge{
	color: #ff0000;
}

.size14{
	font-size: 14px;
}

table.formulaire{
	font-family: Helvetica, "Lucida Sans", "Lucida Grande", Tahoma, Verdana, Arial, geneva;
	font-size: 12px;
	color: #000;
	width: 100%;
}

table.formulaire td{
	vertical-align: top;
}

table.formulaire td.libelle,
table.formulaire td.libelleCourt{
	border-left: 2px solid #bbbbbb;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	width: 53px;
}

table.formulaire td.libelle{
	width: 180px;
}

table.formulaire td.champ,
table.formulaire td.champCourt{
	text-align: left;
}

table.formulaire td.champCourt{
	width: 108px;
}

table.formulaire td.titre{
	background-color: #bbbbbb;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	color: #fff;
}

table.formulaire td.boutonSubmit{
	text-align: left;
	font-size: 10px;
}

table.formulaire td.boutonSubmit input{
	float: right;
}

.msgErreur{
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

/****************************/
/*                          */
/*       PIED DE PAGE       */
/*                          */
/****************************/

div#foot{
	padding: 0px;
	margin: 0px;
	padding-top: 9px;
	background-repeat: no-repeat;
	background-image: url(/images/static/Popup/foot-telephone.gif);
	background-position: 0px 1px;
	text-align: right;
	font-size: 9px;
	color: #666666;
	height: 15px;
	margin-top: 15px;
}