/* CSS Document */
/****************************************************************************************
*	PRESENTATION GENERALE
*****************************************************************************************/
/* Style des champs texte */

html, body {
background-color : #fff ;
font-family : arial, verdana, sans-serif ;
font-size : 12px ;
}

iframe {
border : 1px solid gray ;
}

#content_frame a {
color : #e60005 ;
}
#content_frame a:hover {
text-decoration : none ;
}


#content_frame {
float : left ;
margin-top : 0px ;
margin-right : 00px ;
font-size : 11px ;
line-height : 17px ;
}


.redBold {
color : #e60005 ;
font-weight : bold ;
}


.input {
	color : #000000; 
	font-size : 12px; 
	font-weight : normal; 
	font-style : normal; 
	border : 1px solid #000000; 
} 

.liste {
	color : #000000; 
	font-size : 12px; 
	font-weight : normal; 
	font-style : normal; 
	border : 1px solid #000000; 
	width: 120px
} 

.inputtext {
	color : #000000; 
	font-size : 12px; 
	font-weight : normal; 
	font-style : normal; 
	border : 1px solid #000000; 
} 

.inputtext2 {
        width : 40px; 
	color : #000000; 
	font-size : 12px; 
	font-weight : normal; 
	font-style : normal; 
	border : 1px solid #000000; 
} 


.inputLong2 {
	width : 150px; 
	color : #000000; 
	font-size : 11px; 
	font-weight : normal; 
	font-style : normal; 
	border : 1px solid #000000; 
} 

.inputLong3 {
	width : 260px; 
	color : #000000; 
	font-size : 9px; 
	font-weight : normal; 
	font-style : normal; 
	border : 1px solid #000000; 
	font-family : arial ;
font-size : 9px ;
}

.inputLong {
	width : 155px; 
	color : #000000; 
	font-size : 12px; 
	font-weight : normal; 
	font-style : normal; 
	border : 1px solid #000000; 
} 

.textarea {
	color : #000000; 
	font-size : 12px; 
	font-weight : normal; 
	font-style : normal; 
	border : 1px solid #000000; 
}

.file {
	width : 232px; 
	color : #000000; 
	font-size : 12px; 
	font-weight : normal; 
	font-style : normal; 
	border : 1px solid #000000; 
}

.bouton {
  font-family: Arial; 
  font-size:12px; 
  background-color:#F2F2F2;
  border-style: solid;
  border-color:#000000;
  border-width: 1px;
} 

.btn_submit
{
  font-family: Arial; 
  font-size:12px; 
  background-color:#F2F2F2;
  border-style: solid;
  border-color:#000000;
  border-width: 1px;
  font-weight: bold;
}




