#divbloccontour
{	width: 333px;
	margin: 0px 0 5px 0;
	border: 1px solid #336699;
	background-color: white;
}

#divbloccontourlg
{	margin: 0px 1px 0px 1px;
	border: 1px solid #336699;
	background-color: white;
}

#divbloctitre
{	padding: 2px;
	font-size : 8pt;
	font-weight: bold;
	color: white;
	background-color: #5486B2;	
}

#divbloccontent
{	padding: 2px;
}

#divbloccontent.overflow
{	overflow : auto;
	height: 200px;
}

#divbloccontent.fiche_overflow
{	overflow : auto;
	height: 400px;
}

#divbloccontent ul, li
{	list-style-type: none; /* pour ne pas avoir de puces */
	margin: 0px;
	padding: 0px;
}

#divblocespace
{	margin: 2px 0 2px 0;
}

span.soustitre
{	font-weight: bold;
}

span.erreur
{	color: red;
	font-weight: bold;
}

td.border
{	border: 1px solid #336699;
	width: 20px;
}

td.soustitrelegende
{	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

td.legende
{	vertical-align: top;
	text-align: left;
}

td.fullscreen
{	background-image: url(./../images/inf/degrade.png);
	background-repeat: repeat-y;
	cursor: pointer;
}

table.palette
{	border: 1px solid #336699;
}

a { color: #336699; text-decoration: underline; }
a.result {}
a.result:active, a.result:hover { text-decoration: underline; }
a.resultb { font-weight: bold;}
a.resultb:active, a.resultb:hover { font-weight: bold; text-decoration: underline; }
a.lien { color: #336699; text-decoration: underline; }

h1
{	padding-left: 5px;
	margin-left: 5px;
}

h2
{	padding-left: 10px;
	margin-left: 10px;
}

p
{	padding-left: 5px;
	margin-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}

/************** Listes ********************************************************/

li.accueil
{	list-style-type: disc;	
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 15px;
}

ul.ul1
{	list-style-type: none;	
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

li.li1
{	list-style-type: none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.ul2
{	list-style-type: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
}

li.li2
{	list-style-type: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
}

ul.legende
{	list-style-type: none;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/************** Formulaires ***************************************************/

form
{	display: inline;
}

select
{	border-width: 1px;
	font-size : 8pt;
	color: #153f45;
}
select.stats
{	width: 305px;
}
select.statslt
{	width: 255px;
}
select.secteurs
{	width: 100pt;
}
input {
	border-width: 2px;
	font-size : 8pt;
	color: #153f45;
}
input.num {
	width: 50px;
}

/************** Navigation ****************************************************/

#navigation ul.g, li.g {
	list-style-type: none; /* pour ne pas avoir de puces */
	margin: 2px;
	padding:1px;
}

#navigation ul.img, li.img {
	list-style-type: none;
	margin: 0px;
	padding:1px;
	width:25px;
	line-height: 15px;
	text-align: center;
}

table.nav {
	padding: 5px;
	margin: 0px;
	border: 1px solid #336699;
	border-collapse: collapse;
}
td.nav {
	background-color: #5486B2;
	vertical-align: top;
}

/************* Fiches information *********************************************/

tr.ficheinfo {
	vertical-align: top;
}

td.fichetitre {
	font-weight: bold;	
	background-color: #EFF2F7;
}

td.fichechamp {
	font-weight: bold;	
	text-align: left;
	width : 150px;
}

td.ficheinfotitre {
	text-align: left;
	padding-right: 10px;
	margin-right: 10px;
	width : 150px;
}

td.ficheinfo {
}

td.ficheinput {
	text-align: left;
}

td.fichelien {
	text-align: right;
}

a.fiche {
	text-decoration: underline;
}