/*li {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000099; list-style-position: outside; list-style-type: disc}
ul {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000099; list-style-position: outside; list-style-type: disc}
.button {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt}
.header {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #003399; font-weight: bold}*/


/* GENERALITES  _____________________________________*/

body {
	margin: 0px;
	padding: 0px;
	/*background-color:#e1d8b7;*/
	background-color:#ded6b4;
}

a {
/*rudy 01-10-08*/
color:#908e84;
text-decoration:none;
}

a:hover {
text-decoration: underline;
}

.lien_bleu { 
  font-family: Arial;
  text-decoration:underline;
  color: #0033ff;
}

.lien_vert { 
  font-family: Arial;
  text-decoration:underline;
  color: #33cc00;
}

.lien_rouge { 
  font-family: Arial;
  text-decoration:underline;
  color: #cc3300;
}


h1 {  font-family: Georgia; font-size: 18px; color: #494949; font-weight: normal; font-variant: normal; text-transform: none; font-style: normal; line-height: normal; text-decoration: none}
h2 {  font-family: Arial; font-size: 13px; color: #494949; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none}
h3 {  font-family: Arial; font-size: 13px; color: #494949; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none}
h4 {  font-family: Arial; font-size: 13px; color: #494949; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none}
h5 {  font-family: Arial; font-size: 13px; color: #494949; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none}
h6 {  font-family: Arial; font-size: 13px; color: #494949; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none}




/* FORM _____________________________________*/


.bouton_form {
	/*background-image: url('../images/btn_form.gif');*/
	background-color:#ecd1b8;
	width:21px;
	height:17px;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	cursor: hand;
	border-width: 0px;
	padding-bottom: 0px;
	cursor:pointer; 
}

.beau_bouton {
	background-image: url('http://www.buildinvest.com/images/btn_form.gif');
	background-color:#ffffff;
	width:109px;
	height:18px;
	font-family: Verdana;
	font-size: 11px;
	color: #624a26;
	/*font-weight: bold;*/
	cursor: hand;
	border-width: 0px;
	padding-bottom: 0px;
	cursor:pointer; 
}

.gros_beau_bouton {
	background-image: url('http://www.buildinvest.com/images/btn_form.gif');
	background-color:#ffffff;
	width:109px;
	height:18px;
	font-family: Verdana;
	font-size: 12px;
	color: #624a26;
	font-weight: bold;
	cursor: hand;
	border-width: 0px;
	padding-bottom: 0px;
	cursor:pointer; 
}

.textfield {
	border: solid 0px #ecd1b8;
	font-size: 11px;
	height:17px;
	width:140px;
	font-family: Arial;
	color: #969696;
	background-color: #ffffff;
	background-image: url('http://www.buildinvest.com/images/bg_champ.gif');
	background-repeat:no-repeat;
}

.liste_deroulante {
	border: solid 1px #ecd1b8;
	font-size: 11px;
	height:17px;
	width:140px;
	font-family: Arial;
	color: #969696;
	background-color: #ffffff;
}

.beau_input {
	color : #969696; 
	background-color:#FFFFFF;
	font-size: 9px;
	font-family: Arial;
	width: 120px;
	height: 9px;
	border:solid 1px #ffffff; 
}




/* TEXTE _____________________________________*/


.marron_13 {
  font-family: Georgia;
  font-size: 13px;
  color: #9d8e6b;
}

.marron_11 {
  font-family: Georgia;
  font-size: 11px;
  color: #9d8e6b;
}

.marron_fonce_11 {
  font-family: Georgia;
  font-size: 11px;
  color: #8e7e70;
}

.gris_fonce_13 {
  font-family: Georgia;
  font-size: 13px;
  color: #494949;
}

.gris_fonce_18 {
  font-family: Georgia;
  font-size: 18px;
  color: #494949;
}

.gris_11 {
  font-family: Georgia;
  font-size: 11px;
  color: #646464;
}

.gris_fonce_11_arial { /* TEXTE PAR DEFAUT */
  font-family: Arial;
 /* font-size: 11px;*/
 font-size: 13px; /*rudy-23-09-08*/
  color: #494949;
}

.gris_fonce_11_arial_2 { /* TEXTE PAR DEFAUT */
  font-family: Arial;
 /* font-size: 11px;*/
 font-size: 13px; /*rudy-23-09-08*/
  color: #494949;
  text-decoration:underline;
}

.texte_10 {
  font-family: Arial;
  font-size: 10px;
  color: #787878;
}

.texte_11 {
  font-family: Arial;
  font-size: 11px;
  color: #787878;
}

.texte_11_gras {
  font-family: Arial;
  font-weight:bold;
  font-size: 11px;
  color: #787878;
}




