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;
}

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;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 95%;
    
    background-color: #FEFFB4;
    border: solid 1px #EB2E15;
	color: #EB2E15;
	
	font-weight: bold;
	text-align: center;
}

.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: 20px;
    width: 95%;
    
    background-color: #FEFFB4;
    border: solid 1px #04FF04;
	color: #0D52A3;
	
	font-weight: bold;
	text-align: justify;
	
	margin-top: 20px;
	margin-bottom: 20px;
}

table.tableau_liste_gestion {
    border: 2px solid #ACACAE;
    width: 95%;
}

tr.tableau_liste_gestion_entete {
    background-color: #06335D;
    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;
    color: #000000;
}

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;
}

table.tableauResultats {
    width: 95%;
    border: 2px solid #ACACAE;
}

tr.tableauResultats_entete {
    background-color: #06335D;
    color: White;
}

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

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

tr.tableauResultats_1 {
    background-color: #ACACAC;
    height: 28px;
}

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

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

a.tableauResultats_0 {
    color: #000000;
    cursor: pointer;
}

a.tableauResultats_1 {
    color: #000000;
    cursor: pointer;
}

img.imgPhotoMedium {
    border: solid 1px #000000;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

img.imgPhoto {
    border: solid 1px #000000;
    padding: 2px;
}

img.imgPhotoSelectionnee {
    border: solid 2px #59D630;
    padding: 2px;
}

img.imgNavigationPhoto {
    cursor: pointer;
}

div.divPlus {
    color: #000000;
    cursor: pointer;
}

div.divPlus:hover {
    color: #E8B225;
}

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

span.lienFermerThickbox {
    cursor: pointer;
}

img.imgPhoto {
    border: solid 1px #000000;
    padding: 2px;
}

img.imgPhotoSelectionnee {
    border: solid 2px #59D630;
    padding: 2px;
}

img.imgNavigationPhoto {
    cursor: pointer;
}

img#imgAAfficher {
    cursor: pointer;
}
