/*
	Ce fichier contient les styles spécifiques 
	à l'application ou surchargés par rapport au modèle
*/

div#conteneurtreefiche {
	width:auto;
	border:solid white 0px;
	background-color: white; /* couleur du centre */

	/*/*/ border-left-width: 250px ;  /* left column width. NN4 hack to hide borders */
	border-left-color: white;   /* couleur colonne de gauche */
	border-left-style: solid;
	position:relative;
}

div#treeview {
	margin:0px;
	padding:3px;
	width:230px; 
	float:left; 
	position:relative; 
	margin-left:-250px;
	overflow: scroll;
	white-space:nowrap;
	border:2px inset #005FB8;
}

div#treefiche {
	margin:0px;
	padding:0px;
	width:100%;
	position:relative;
}

div#fiche {
	margin:0px;
	padding:0px;
	float:left;
	width:100%; 
	position:relative; 
}


.incontournable {
	background:url("../images/regles/incontournable.png") no-repeat 2px 50%;
}

.conseille {
	background:url("../images/regles/conseille.png") no-repeat 2px 50%;
}

.suggere {
	background:url("../images/regles/suggere.png") no-repeat 2px 50%;
}

.portabilite {
	background:url("../images/regles/portabilite.png") no-repeat 2px 50%;
}

.maintenabilite {
	background:url("../images/regles/maintenabilite.png") no-repeat 2px 50%;
}

.reutilisabilite {
	background:url("../images/regles/reutilisabilite.png") no-repeat 2px 50%;
}

.robustesse {
	background:url("../images/regles/robustesse.png") no-repeat 2px 50%;
}

.performance {
	background:url("../images/regles/performance.png") no-repeat 2px 50%;
}

.convergence {
	background:url("../images/regles/convergence.png") no-repeat 2px 50%;
}

.securite {
	background:url("../images/regles/securite.png") no-repeat 2px 50%;
}

.ergonomie {
	background:url("../images/regles/ergonomie.png") no-repeat 2px 50%;
}

.accessibilite {
	background:url("../images/regles/accessibilite.png") no-repeat 2px 50%;
}

.tableauCouleurs {
	font-weight: normal;
	border:1px solid grey;
	border-collapse:collapse;
	width:auto;
}

.tableauCouleurs ul {
	padding-left:15px;
	margin:0px;
	font-weight: bold;
	font-style:normal;
}

.tableauCouleurs th {
	border:1px solid black;
	width:14%;
}

.tableauCouleurs td {
	border:1px solid black;
	font-weight: bold;
	font-style:normal;
}

/**********************************/
/* Ajouté pour application ODSR53 */
/**********************************/
/*
*/
#contenu form.marginForm span.champmsg  {
	display: block;
	font-size:1em;
	position: relative;
	vertical-align: middle;
	top:-1.4em;
	left: 21em;
	white-space: nowrap;
	text-align:left;
	margin:0;
	padding:0;
}
/*
*/
#contenu form.marginForm span.champmsg input, 
#contenu form.marginForm span.champmsg label
#contenu form.marginForm span.champmsg div {
	display: inline;
	float:none;
	font-size:1em;
	font-weight:normal;
	position: inherit;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
#contenu form.marginForm span.champmsg div {
	display: inline;
	margin-left:1em;
	font-weight:normal;
}
#divMap {
   width: 1050px;
   height: 512px;
   border: 1px solid black;
}

#contenu .boutonliste button{
	border : none;
	display: inline;
	font-size:1em;
	font-weight: bold;
	text-align:left;
    color:#A0A0A0;
	background-color:transparent;
}
/*
	float:none;
	font-size:1em;
	position: inherit;
	top:0;
	left:0;
	margin:0;
	padding:0;
	border:1


	display:inline;
	font-size:1em;
	position: absolute;
	/*
	float:none;
	top:0;
	vertical-align: middle;
	top:-1.4em;
	left:2em;
	white-space: nowrap;
	text-align:left;
	margin:0;
	padding:0;

	font-weight:normal;
	border:1
}
	*/
/**********************************/
