body {
	margin: 10px 5px;
	background-color: #e3e3e3;
}

.titre
 { color: #3c3c3c; font-size: 17px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: normal; text-align: left }

.stitre
 { color: #333; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: normal; text-align: left; padding: 12px 0 6px; border-top: medium none; border-bottom: 1px solid #bbb }
.titre_tableau { color: #333; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; line-height: normal; text-align: left; border-style: none }
p
{
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 120%;
	text-align: justify;
}
.p { color: #333; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 120%; text-align: justify }
p1 { color: #333; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 120%; text-align: center }
.p1 { color: #333; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 120%; text-align: center }
ul.p
{
	list-style: square;
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: left;
}

li {
	margin-top: 2px;
	margin-bottom: 5px;
}
.cit
{
	color: #95846a;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 120%;
}

/* style format */
.cadre  { border: solid 1px #999 }
.tEncadre       { color: #3c3c3c; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: normal; font-weight: bold; line-height: 100%; background-color: #f5f5f5; text-align: center; padding-top: 6px; padding-bottom: 6px; border-top: 1px solid gray; border-bottom: 1px solid gray }


/* style liens */
a:link
{
	color: #0066ff;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #0066ff;
}

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

.cadre { border: solid 1px #aaa; }

#eelogo
{
	display: block;
	background-image: url(/images/logo_petit3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	width: 121px;
	height: 85px;
	margin: 0 auto;
}

#banner
{
	background-repeat: no-repeat;
	background-position: top right;
	width: 595px;
	height: 62px;
}

#content {
	padding: 0 0 10px 6px;
}

#flags
{
	position: relative;
	top: 65px;
	left: 545px;
}

#flags img {border-style: none;}

#udm ul {
	position:relative !important;
	margin-left:0px !important;
	margin-top:2px !important;
	width: 150px !important;
}
#udm a {
	cursor:pointer !important;
}

/* style format */
.dotted_bas { border-bottom: 1px dotted #bbb; }
.dotted_gauche { border-left: 1px dotted #bbb; }
.dotted_droite { border-right: 1px dotted #bbb; }
.dotted_haut { border-top: 1px dotted #bbb; }
.plein_bas { border-bottom: 1px solid #bbb; }
.plein_gauche { border-left: 1px solid #bbb; }
.plein_droite { border-right: 1px solid #bbb; }
.plein_haut { border-top: 1px solid #bbb; }
tr.odd {background-color: #e3e3e3;}
tr.even {background-color: #f5f5f5;}
tr.header {background-color: #d0d0d0;}

/* tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#000; border:1px solid #000; padding:0px;
}