body {
	margin:0px 0px 0px 0px;
	background-color: #d4efc5;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Verdana;
	font-size: 10pt;
}
a:link {
	color: #3798de;
	text-decoration: none;
}
a:visited {
	color: #3798de;
	text-decoration: none;
}
a:hover {
	color: #3798de;
	text-decoration: underline;
}
a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.box:link {
	color: #ffffff;
	text-decoration: none;
}
a.box:visited {
	color: #ffffff;
	text-decoration: none;
}
a.box:hover {
	color: #ffffff;
	text-decoration: none;
}
a.menu:link {
	color: #656565;
	text-decoration: none;
}
a.menu:visited {
	color: #656565;
	text-decoration: none;
}
a.menu:hover {
	color: #656565;
	text-decoration: none;
}

div.divEnteteMenuOptions { 
    font-size: 10pt;
    line-height: 20px;
    text-align: justify;
    border: solid 1px #3A98DE;
    background-color: #D4EFC5;
    padding: 5px;
    color: #000000;
    margin: 20px;
}

div.divEnteteMenuOptions > a { 
    color: #000000;
}

input.input {
	color: #000000;
	font-size: 10pt;
	padding-top: 5px;
	padding-left: 4px;
	height: 20px;
	line-height: 17px;
	border: solid 1px #73CA45;
	font-family: Arial;
}

input.inputsmall {
	color: #000000;
	font-size: 8pt;
	height: 14px;
	border: solid 1px #73CA45;
	font-family: Arial;
}

input.input_file {
	color: #000000;
	font-size: 10pt;
	padding-top: 5px;
	padding-left: 4px;
	height: 27px;
	line-height: 17px;
	border: solid 1px #73CA45;
	font-family: Arial;
}

input.submit {
	color: #000000;
	font-size: 10pt;
	height: 30px;
	line-height: 26px;
	border: solid 1px #000000;
	font-family: Arial;
	background-color: #73CA45;
	padding-left: 10px;
	padding-right: 10px;
}

input.submitsmall {
	color: #000000;
	font-size: 10pt;
	height: 20px;
	line-height: 16px;
	border: solid 1px #73CA45;
	font-family: Arial;
	background-color: #73CA45;
	padding-left: 5px;
	padding-right: 5px;
}

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.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;
}

div.divTitre {
    font-size: 12pt;
    line-height: 20px;
    text-align: center;
    padding: 5px;
    color: #000000;
    margin: 20px;
}

.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;
}

div.messageConfirmationListeGestion {
    display: none;
    float: left;
    width: 70%;
    margin-top: 7px;
}

td.tableau_liste_clients_ajout > a { 
    color: #000000;
}

div.lienFermerThickbox {
    font-size: 10pt;
    font-weight: bold;
	font-family: Arial;
    margin-bottom: 10px;
    margin-right: 6px;
}

span.lienFermerThickbox {
    cursor: pointer;
}