#iframe_26, #iframe_44, #iframe_56{
    height				: 800px;
    width				: 100%;
    overflow			: hidden;
}
#iframe_481 {
    height				: 570px;
    width				: 100%;
    overflow			: hidden;
}
 
.label_cell
{
	display				: table-cell;
    vertical-align		: top;
    width				: 160px;
    text-align			: right;
    padding-right		: 10px;
} 
.field_cell
{
	display				: table-cell;
    width				: 500px;
    text-align			: left;
}
.field_cell_radio
{
	display				: table-cell;
    width				: 500px;
    text-align			: left;
    border				: 1px solid #F5C5C5;
 	border-radius		: 5px;
 	width				: 500px;
 	box-shadow			: 1px 1px 2px #C0C0C0 inset;
}

fieldset {
 	margin-bottom		: 10px;
 	border				: 1px solid #006633;
    border-radius		: 10px;
    
 }
legend {
	//padding				: 3px 0px 3px 0px;
    background			: #CFF;
    border				: 1px solid #F5C5C5;
 	border-radius		: 5px;
 	width				: 300px;
 	box-shadow			: 1px 1px 2px #C0C0C0 inset;
    
 	color				: #000066;
 	font-weight			: bold
 }

label.inline {
 	display				: inline;	
 	margin-right		: 30px;
 }
input, textarea, select, option {
 	background-color		: #FFFFE8; //#FFF3F3;
 }
input, textarea, select {
     padding				:3px;
     border					:1px solid #F5C5C5;
     border-radius			:5px;
     width					:300px;
     box-shadow				:1px 1px 2px #C0C0C0 inset;
 }
 
.date
{
	width			: 150px;
} 

.txt_70
{
	width			: 70px;
}
.txt_100
{
	width			: 100px;
}
.txt_150
{
	width			: 150px;
}
.txt_250
{
	width			: 250px;
}
.txt_500
{
	width			: 400px;
}

textarea
{
	width			: 500px;
    height			: 50px;
} 

#otherValue
{
  	display: none;
}

#other:checked ~ #otherValue
{
  	display: inline-block;
} 
input {
	height					: 15px;
}
input:focus, textarea:focus {
 	background-color    : White; //white;
} 
input[type=radio] {
     background-color	: #009; //transparent;
     border				: none;
     width				: 20px;
}
 
input[type=checkbox] {
     background-color	: #009; //transparent;
     border				: none;
     width				: 20px;
}

// Gestion des boutons des formulaires -------------------

input[type=submit], input[type=reset], input[type=button]  {
     width				:100px;
     margin-left		:5px;
     box-shadow			:1px 1px 1px #D83F3D;
     cursor				:pointer;
}

input[type=submit]:focus, input[type=reset]:focus {
 	background-color	: #FFFFE8; //#FFF3F3;
}

input[type=submit]:hover, input[type=reset]:hover {
	 background-color	: #FFFFE8; //#FCDEDE;
}

input[type=submit]:active, input[type=reset]:active {
     background-color	: #FFFFE8; //#FCDEDE;
     box-shadow			: 1px 1px 1px #D83F3D inset;
}

/* >>>>>>>>>>>>>>>>>>>> section Form >>>>>>>>>>>>>>>>>>>>>>>>*/
#reset {
	border			: 0;
    line-height		: 2;
    width			: 120px;
    height			: 40px;
    padding			: 0 20px;
    font-size		: 1rem;
    text-align		: center;
    color			: White;
    text-shadow		: 1px 1px 1px Black;
    border-radius	: 10px;
    background-color: #C60800;
    box-shadow		: inset 2px 2px 3px #003399,
					  inset -2px -2px 3px #CECECE;
}
#reset:hover {
	background-color: #FD4626;
}

#send {
	border			: 0;
    line-height		: 2;
    width			: 120px;
    height			: 40px;
    padding			: 0 20px;
    font-size		: 1rem;
    text-align		: center;
    color			: White;
    text-shadow		: 1px 1px 1px Black;
    border-radius	: 10px;
    background-color: #175732; 
    box-shadow		: inset 2px 2px 3px #003399,
					  inset -2px -2px 3px #CECECE;
}
#send:hover {
	background-color: #B0F2B6;
}

#login {
	border			: 0;
    line-height		: 2;
    width			: 120px;
    padding			: 0 20px;
    font-size		: 1rem;
    text-align		: center;
    color			: Black;
    text-shadow		: 1px 1px 1px #CECECE;
    border-radius	: 10px;
    background-color: #C60800;
    background-image: linear-gradient(to top left,
                                      White;,
                                      #CECECE; 30%,
                                      White);
    box-shadow		: inset 2px 2px 3px #003399,
					  inset -2px -2px 3px #CECECE;
}

#login:hover {
	background-color: #FD4626;
}
#login:active {
	box-shadow		: inset -2px -2px 3px #C60800;,
					  inset 2px 2px 3px ;
}

.txt_bouton_noir {
	font-size			: ;
    text-shadow			: 3px 3px #CECECE;
    font-weight			: bold;
	color				: Black;
	text-align			: center;
}

/* Fin gestion des Formuaires________________________________________________ */