.titre_adroite {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(100,100,100);
      align: right ;
	margin: 0px 0px 0em 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;

	}

.titre {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e36800;
	margin: 0px 5px 0em 5px;
	padding: 5px 2px 5px 5px;
	background-color: #fff;
	background-image: url("images/menu-v-bg.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	}
	
.puce { vertical-align: top;} /* MODIF A.B */


.texte {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	
	background-color: #fff;
	background-position: bottom left;
	text-align:justify;
	}

	
.texte_sans {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	margin: 0px 7px 0em 5px;
	background-color: #fff;
	background-position: bottom left;
	text-align:justify;
	}

.lien {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e36800;
	}


/* Liste déroulante pour la sélection du pays (NSO) */

/* définition du style de la police, et largeur du select */
select.pays {
font-family: Arial, sans-serif;
font-weight : bold;
color : #016CA6;
font-size : 11px ;
/*width : 130px ;*/
background-color : #ffffff ;
}

option.pays {
color : #ffffff ;
background-color : #016CA6 ;
}
