/*****************************************************************************************************************************/
/* Fond de la page, pour simuler la bordure et la marge interne de 5px*/
/*body{
	background : url(../Images/Modele/Fond_NB_Lighter.png);
	background-repeat:repeat;
	background-position:center; 
}*/

input[disabled] {
	border: 0px solid #999 !important;
	background-color: #DCDCDC !important;
}

input{
   border-bottom-color: #b3b3b3 !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-left-color: #b3b3b3 !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: #b3b3b3 !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: #b3b3b3 !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;`
}

select[disabled] {
	border: 0px solid #999 !important;
	/*background-color: #ddd !important;*/
}

select{
   border-bottom-color: #b3b3b3 !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-left-color: #b3b3b3 !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: #b3b3b3 !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: #b3b3b3 !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;`
}

textarea[disabled] {
	border: 0px solid #999 !important;
	/*background-color: #ddd !important;*/
}

textarea{
   border-bottom-color: #b3b3b3 !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-left-color: #b3b3b3 !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: #b3b3b3 !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: #b3b3b3 !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;`
}

ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

li { 
    padding-left: 16px; 
}

li:before {
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: blue; /* Or a color you prefer */
}
