table
{

    border-radius: 10px;
    // overflow: hidden;
font-family: Century Gothic;
font-size: 22;
width:80%;
}

select
{
font-family: Century Gothic;


font-size: 22;
 background-color: #FFFFFF;
  border: 4px double #444444;
	padding: 5PX 5PX;
    border-radius: 10px;
	width:100%;
	
}

input[type=submit]
{
	padding: 5px 5px;	
    border-radius: 10px;
font-weight:bold;
 color: #ffffff;
 background-color: #c15f17;
  border: 4px double #FFFFFF;
	font-size: 22;
width:100%;

 }

input[type=button]
{
	padding: 5px 5px;	
    border-radius: 10px;
font-weight:bold;
 color: #ffffff;
 background-color: #c15f17;
  border: 4px double #FFFFFF;
	font-size: 22;
width:100%;

 }


input[type=date] {
width :100%;
font-family: Century Gothic;
    border-radius: 10px;
    overflow: hidden;
	text-align:center;
	padding: 5px 5px;
  border: 4px double #444444;
	font-size: 22;

 }

input[type=text] {
width :100%;
font-family: Century Gothic;
    border-radius: 10px;
    overflow: hidden;
	text-align:center;
	padding: 5px 5px;
  border: 4px double #444444;
	font-size: 22;

 }

input[type=password] {
width :100%;
font-family: Century Gothic;
    border-radius: 10px;
    overflow: hidden;
	text-align:center;
	padding: 5px 5px;
  border: 4px double #444444;
	font-size: 22;

 }

	
.StyleDeTexte1
{
color: #000000;
text-align: left;
font-family: Arial Rounded MT Bold;
font-size: 16;
}


input[type="file"] {
  /* height: 0; */
  /* width: 0; */
  overflow: hidden;
  
  	padding: 5PX 5PX;	
    border-radius: 10px;
 color: #ffffff;
 background-color: #c15f17;
  border: 4px double #FFFFFF;
  font-size:22px;
  
  width:100%;
}

/* input[type="file"] + label { */
	/* padding: 5PX 5PX;	 */
    /* border-radius: 10px; */
/* font-weight:bold; */
 /* color: #ffffff; */
 /* background-color: #c15f17; */
  /* border: 4px double #FFFFFF; */
  /* font-weight:  bold; */
  /* font-size:22px; */
/* width:100%; */
/* } */

 .cadre_scroll{
  overflow:hidden!important;
  max-height: 1800px;
}


iframe{
	  overflow:hidden!important;
  max-height: 1800px;
	  width:100%;
	  height:100%;
	  border:none;

}