html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/fond.gif);
	background-repeat:no-repeat;
}
.img-3d {
	border:#FD6C26 solid 1px;
}
#centpourcent {
  height: 100%;
  width: 100%;
 }
.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d2103;
	line-height: 16px;
}
.arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5d2103;
}
.arial10-bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BFE4FE;
}
.lien_marron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5d2103;
	text-decoration:none;
}
.lien_marron:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FD6216;
	text-decoration:none;
}
.lien_rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration:underline;
	font-weight:bold;
}
.lien_rouge:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration:underline;
	font-weight:bold;
}
.lien_marronGras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d2103;
	font-weight:bold;
	text-decoration:underline;
}
.lien_marronGras:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FD6216;
	font-weight:bold;
	text-decoration:underline;
}
.lien_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BFE4FE;
	text-decoration:none;
}
.lien_bleu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FD6216;
	text-decoration:none;
}
.lien_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FD6216;
	text-decoration:none;
}
.cellule_border{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5d2103;
}
.cellule_borderdroite{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5d2103;
}
.tableForm {
	border-style:solid; 
	border-width:1px; 
	border-color:"#5d2103";
	width:100%; 
	border-collapse:collapse;
}

.tableForm2 {
	border-style:solid; 
	border-width:1px; 
	border-color:"#5d2103";
	width:160px; 
	border-collapse:collapse;
}

.tdForm { 
	border-style:solid; 
	border-width:1px; 
	border-color:"#C3DDEA";
	width:50%; 
}
.monInputFile {
	background-color: #BFE4FE;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5D2103;
	padding: 2px;
	margin: 0px;
}
