* {
  margin: 0px; 
  padding: 0px;
  border: 0;
}

a
{
 	text-decoration: none;
}

a:hover
{
 	text-decoration: underline;
}

.entete
{	
	margin: 0;
	padding: 0;
	font-size: 12px;
}
 
.entete p
{
		margin: 0;
}

#chemin_ddv
{
   	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
   
#chemin_ddv li
{
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-indent: 4px;
	margin-right: 5px;
	padding-top: 3px;
	width: 109px;
	height: 20px;
	float: left;
}
	
.ddv-infospays
{
	top: 70px; 
	left: 176px;
	z-index: 1000;		
	text-align: justify; 
	width: 555px;
}

.ddv-infospays_titre{
    font-size: 12px
}

.nombre
{
		background-color: #96968e;
		float: left;
		color: #fff;
		font-weight: bold;
		text-align: center;
		height: 25px;
		border-right: 1px solid #fff;
		width: 27px;
		vertical-align: middle;
		padding-top: 4px;
}

.segmentation
{
		float: right;
		font-weight: bold;
		height: 25px;
		color: #5e5e59;
		width: 597px;
		background-color: #cacac0;
		font-variant: small-caps;		
		vertical-align: middle;
		padding-top: 4px;
}

.td
{
  padding-bottom: 6px;
  padding-top: 6px;
}

img.noBorder{border: none; vertical-align: bottom;}

.separation
{
 	border-bottom: 1px dashed #5e5e59;
}

.formulaire
{
  height: 17px;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 500;
}

.error{
	color: red;
	font-weight: bold;
}

/* Styles pour l'impression des ddv */


.fieldset_print_ddv
{
		padding: 0 20px 20px 20px; 
		border: 1px solid #A81C20;
}

.legend_print_ddv
{
		color: #A81C20; 
		text-transform:uppercase;
}

.indentation {
	margin-left: 20px;
	line-height: 20px;
}

/********************************
Objets du Groupe - Popups
*********************************/
.PopupBorder{
	padding: 3px;
	background-color:#54839b; 
}

.PopupHandle {
	font-size: 12px;
	color: black;
	padding-left: 3px;
	cursor: move;
	background:url(/vdm/img/picto_fermer.gif) no-repeat right 3px;
}
.PopupHandle a
{	
	font-size: 11px;
	color: black;		
}

.PopupContent{
  background-color: white;
}
	

