label {
    cursor: pointer;
}

select.liste {
	color: #7F9DB7;
	font-size: 9pt;
	font-family: Arial;
	height: 27px;
	line-height: 27px;
    padding-top: 3px;
    padding-bottom: 3px;
	padding-left: 2px;
}

option.liste {
    padding-top: 5px;
    padding-bottom: 5px;
	padding-left: 2px;
}

select.listeExpedition {
    color: #7F9DB7;
    font-size: 8pt;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

option.listeExpedition {
    color: #7F9DB7;
    font-size: 8pt;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

input.input {
	color: #146AB8;
	font-size: 10pt;
	padding-top: 5px;
	padding-left: 4px;
	height: 20px;
	line-height: 17px;
	border: solid 1px #042747;
	font-family: Arial;
}

input.radio {
    cursor: pointer;
}

input.checkbox {
    cursor: pointer;
}

textarea.textarea {
	color: #146AB8;
	font-size: 10pt;
	padding-top: 5px;
	padding-left: 4px;
	line-height: 17px;
	border: solid 1px #042747;
	font-family: Arial;
}

input.input_file {
	color: #146AB8;
	font-size: 10pt;
	padding-top: 5px;
	padding-left: 4px;
	height: 27px;
	line-height: 17px;
	border: solid 1px #042747;
	font-family: Arial;
}

input.submit {
	color: White;
	font-size: 10pt;
	height: 30px;
	line-height: 26px;
	border: solid 1px #042747;
	font-family: Arial;
	background-color: #3D678F;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.cadreErreur {
    line-height: 20px;
    width: 95%;
    
    background-color: #FEFFB4;
    border: solid 1px #EB2E15;
	/*color: #EB2E15;*/
	text-align: left;
}

.cadreSucces {
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 95%;
    
    background-color: #D8E8FF;
    border: solid 1px #0404CD;
	color:#0D52A3;
	
	font-weight: bold;
	text-align: center;
}

.cadreConfirmationContainer {
	text-align: center;
}

.cadreConfirmation {
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
	margin-bottom: 20px;
    width: 95%;
    
    background-color: #FEFFB4;
    border: solid 1px #04FF04;
	color: #0D52A3;
	
	font-weight: bold;
	text-align: center;
	
	height: 40px;
	display: none;
	
	margin-left: auto;
	margin-right: auto;
}

div.texteEnteteSection {
    font-size: 10pt;
    line-height: 20px;
    text-align: justify;
    border: solid 1px #042544;
    background-color: #E2E2E3;
    padding: 5px;
    color: #000000;
}

div.texteEnteteSectionThickbox {
    font-size: 10pt;
    line-height: 20px;
    text-align: justify;
    border: solid 1px #042544;
    background-color: #3F668D;
    padding: 5px;
    color: #FFFFFF;
}

div.cadreConfirmation_reponses {
    width: 100%;
    text-align: center;
}

span.cadreConfirmation_reponse_oui, span.cadreConfirmation_reponse_oui_listeGestion {
    margin-right: 10px;
    font-size: 16pt;
    cursor: pointer;
}

span.cadreConfirmation_reponse_non, span.cadreConfirmation_reponse_non_listeGestion {
    margin-left: 10px;
    font-size: 14pt;
    cursor: pointer;
}

div.titreListeGestion {
    text-align: right;
    float: right;
    width: 70%;
    font-size: 14pt;
    font-weight: Bold;
}

div.divContainerEntete {
    padding-bottom: 10px;
    text-align: left;
}

div.messageConfirmationListeGestion {
    display: none;
    float: left;
    width: 70%;
    margin-top: 7px;
}

table.tableau_liste_gestion {
    border: 2px solid #042544;
}

tr.tableau_liste_gestion_entete {
    background-color: #FFAB00;
    color: White;
}

td.tableau_liste_gestion_entete {
    padding: 4px; 
    border-bottom: 1px solid #042544;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
}

tr.tableau_liste_gestion_item {
    background-color: #FFFFFF;
    height: 28px;
}

td.tableau_liste_gestion_item {
    padding: 2px 10px 2px 10px;
    border-bottom: 1px solid #042544;
    font-size: 9pt;
}

td.tableau_liste_gestion_item_texte {
    padding-top: 9px;
}

a.tableau_liste_gestion_item {
    color: #042544;
}

a.tableau_liste_gestion_item:hover {
    color: #000000;
}

tr.tableau_liste_gestion_ajout {
    background-color: #B9CBF3;
}

td.tableau_liste_gestion_ajout {
    padding: 3px 0px 3px 10px;
    height: 20px;
    line-height: 20px;
    font-size: 9pt;
}

td.tableau_liste_gestion_item_bordureHaut {
    padding: 2px 10px 2px 10px;
    height: 20px;
    line-height: 20px;
    font-size: 9pt;
    border-top: 1px solid #042544;
}

div.lienFermerThickbox {
    font-size: 10pt;
    font-weight: bold;
	font-family: Arial;
    margin-bottom: 10px;
    margin-right: 6px;
}

span.lienFermerThickbox {
    cursor: pointer;
}

img#imgThickBox {
    border: none;
    cursor: pointer;
}

img#imgAjaxChargement {
    display: none;
}

div.divContenuGeneral {
    margin: 10px;
}

input.input_recherche {
	color: #146AB8;
	font-size: 8pt;
	padding-top: 3px;
	padding-left: 3px;
	height: 17px;
	line-height: 17px;
	border: solid 1px #003466;
	font-family: Arial;
	width: 100px;
}

input.inputQuantitePanier {
	color: #146AB8;
	font-size: 8pt;
	padding-top: 3px;
	padding-left: 3px;
	height: 17px;
	line-height: 17px;
	border: solid 1px #003466;
	font-family: Arial;
	width: 35px;
}

input.submit_recherche {
	color: White;
	font-size: 8pt;
	height: 22px;
	line-height: 20px;
	border: solid 1px #042747;
	font-family: Arial;
	background-color: #53A129;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
