﻿/* ------------------- NE PAS MODIFIER CE FICHIER ------------------------ */
/*   Pour personnaliser le style du portail, modifier le fichier           */
/*   SelectionBoxStyles.css en y copiant à partir de ce fichier et en y    */
/*   modifiant les classes choisies                                        */
/* ----------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- */
/*   FEUILLE DE STYLE PAR DEFAUT DE LA FENETRE DE SELECTION D'UN ARTICLE   */
/* ----------------------------------------------------------------------- */

.clsPnlLocation
{
    float: left;
    width: 100%; /* Taille de la Boite Identification */
}

#BtSelectionBox
{
    float: right;
}

#BoxSectionTitleStyle2
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    font-style: normal;
    color: #003366;
    text-decoration: underline;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    width: 50%;
    float: left;
    text-align: left;
    text-indent: 5px;
}

/* SELECTION POUR LES ARTICLES */

	#IdentArtSelectionUL
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		float: left;
		top: 2em; /* positionnement du menu, que vous pouvez changer à loisir */
		left: 3em;
		width: 100%; /* précision pour Opera */
		display: block;
		font-weight: bold;
	}

	#IdentArtSelectionUL li
	{
		float: left;
		display: inline;
		padding: 2px;
		margin: Opx;
	}

	/* -- Service : -- */
		#SelectionServiceBox select, #SelectionServiceBox input
		{
			width:400px;
		}
	/* -------------- */
	/* -- Tarif : -- */
		#SelectionTariffBox select, #SelectionTariffBox input
		{
			width: 400px;
		}
	/* -------------- */
	/* -- Famille : -- */
		#SelectionFamilyBox select, #SelectionFamilyBox input
		{
			width: 400px;
		}
	/* -------------- */
	/* -- Groupe : -- */
		#SelectionGroupBox select, #SelectionGroupBox input
		{
			width: 400px;
		}
	/* -------------- */
	/* -- Sous-Groupe : -- */
		#SelectionSubGroupBox select, #SelectionSubGroupBox input
		{
			width: 400px;
		}
	/* ------------------- */
	/* -- Type Article : -- */
		#SelectionArtTypeBox select, #SelectionArtTypeBox input
		{
			width: 400px;
		}
	/* -------------------- */
	/* -- Sous type : -- */
		#SelectionSubArtTypeBox select, #SelectionSubArtTypeBox input
		{
			width: 400px;
		}
	/* ----------------- */

	#IdentArtSelectionUL .DataTitleStyle
	{
		display: inline-block;
		font-size: xx-small;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
		word-spacing: normal;
		letter-spacing: normal;
		text-transform: none;
		text-align: right;
		width: 80px;
	}

	#IdentArtSelectionUL .DataStyle2
	{
		font-size: xx-small;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
		word-spacing: normal;
		letter-spacing: normal;
		text-transform: none;
		color: #003366;
		border: 0px;
		background-color: Transparent;
	}

	#IdentArtSelectionUL select
	{
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: xx-small;
		font-weight: bold;
		border-style: solid;
		border-width: 1px;
		border-color: #003366;
		color: #003366;
	}
/* ------------------------------- */



/* SELECTION POUR LES COMPOSITIONS */

	#IdentSelectionAssUL
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		float: left;
		top: 2em; /* positionnement du menu, que vous pouvez changer à loisir */
		left: 3em;
		width: 100%; /* précision pour Opera */
		display: block;
		font-weight: bold;
	}

	#IdentSelectionAssUL li
	{
		float: left;
		display: inline;
		padding: 2px;
		margin: Opx;
	}

	/* -- Service : -- */
		#SelectionAssServiceBox select, #SelectionAssServiceBox input
		{
			width: 400px;
		}
	/* -------------- */
	/* -- Tarif : -- */
		#SelectionAssTariffBox select, #SelectionAssTariffBox input
		{
			width: 400px;
		}
	/* -------------- */
	/* -- Famille : -- */
		#SelectionAssFamilyBox select, #SelectionAssFamilyBox input
		{
			width: 400px;
		}
	/* -------------- */
	/* -- Sous Famille : -- */
		#SelectionAssSubFamilyBox select, #SelectionAssSubFamilyBox input
		{
			width: 400px;
		}
	/* -------------- */
	/* -- Groupe : -- */
		#SelectionAssGroupBox select, #SelectionAssGroupBox input
		{
			width: 400px;
		}
	/* ------------------- */
	/* -- Sous groupe : -- */
		#SelectionAssSubGroupBox select, #SelectionAssSubGroupBox input
		{
			width: 400px;
		}
	/* ----------------- */
	/* -- Designation : -- */
		#SelectionAssemblyBox select, #SelectionAssemblyBox input
		{
			width: 400px;
		}
	/* -------------------- */

	#IdentSelectionAssUL .DataTitleAssStyle
	{
		display: inline-block;
		font-size: xx-small;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
		word-spacing: normal;
		letter-spacing: normal;
		text-transform: none;
		text-align: right;
		width: 80px;
	}

	#IdentSelectionAssUL .DataAssStyle2
	{
		font-size: xx-small;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
		word-spacing: normal;
		letter-spacing: normal;
		text-transform: none;
		color: #003366;
		border: 0px;
		background-color: Transparent;
	}

	#IdentSelectionAssUL select
	{
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: xx-small;
		font-weight: bold;
		border-style: solid;
		border-width: 1px;
		border-color: #003366;
		color: #003366;
	}

/* ------------------------------- */