margin: .4rem;margin: .4rem;margin: .4rem;
@charset "utf-8";
/* CSS Document */
#formulaire{
    margin-top: 20px;
	align-content: center;
}

FORM
{
	
    font-size:12px;
    font-family:"Comic Sans MS";
	color:#FF0;
}
FORM table
    {
     margin-top: 5px;
     width: 600px;   
    }
FORM table tr
{
  padding: 0px;
    width: 600px;
    margin: 0px;
}
FORM table tr td
    {
    position: relative;
    left:10px;
    margin-top: 10px;
    }
FORM table tr td p
    {
         margin-left:-20px;
        position: relative;
        top: -12px;
        width:620px;
        height: 62px;
        background:linear-gradient(90deg, rgba(65,65,75,1.00) 1%, rgba(35,33,55,1.00) 51%, rgba(65,65,75,1.00) 100%);
        
    }
FORM table tr td p label
{
    background-color:rgba(125,96,138,0.60);
    position: relative;left:20px;
}
FORM table tr td p input[type=file]
{
    position: relative;
    top:-2px;
    left: 32px;
}
FORM fieldset{
    width: 600px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
	text-align:left;
	border-top: 22px #4c4954 solid;
    margin-bottom: 0px;
    padding-bottom: 6px;
	margin-left:auto;
	margin-right:auto;
	}
.fieldset1{
  position: relative;
  height: 150px;
background: rgb(9,9,121);
background: -moz-linear-gradient(4deg, rgba(9,9,121,0) 0%, rgba(41,39,46,1) 100%);
background: -webkit-linear-gradient(4deg, rgba(9,9,121,0) 0%, rgba(41,39,46,1) 100%);
background: linear-gradient(4deg, rgba(9,9,121,0) 0%, rgba(41,39,46,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090979",endColorstr="#29272e",GradientType=1);
  border-radius: 10px 10px 0px 0px;
  border-top: 22px #44414a solid;
  padding-top:0px;
  margin-top: 5px;
  
}
FORM legend{
	background-color:#17171A;
    border-bottom: 2px #44414a solid;
	border-top: 2px #44414a solid;
	width: 116px;
    font-size:13px;
	color:white;
	font-family:"Comic Sans MS";
	font-weight: 500;
	text-align: center;
    margin-left:auto;
	margin-right:auto;
    padding-left: 10px;
    padding-right:10px;
}


FORM label{
	color:white;
	float:left;
    border-radius:4px;
	margin-top: 4px;
    padding-left: 0px;
    width: 288px;
    height: 20px;
 background: rgb(46,45,58);
background: linear-gradient(90deg, rgba(58, 56, 65,0) 0%, rgba(58, 56, 65,1) 100%); 
background:  -webkit-linear-gradient(  0deg, rgba(58, 56, 65,0) 0%, rgba(93, 90,99, 1) 100%);
}
FORM input {
    cursor: url(Images/Curseur2.cur), auto;
    position: absolute;
    right:25px;
	background-color:rgba(230,213,249,1.00);
    border-bottom:0px rgba(176,176,176,0.50) dotted;
    border-top:0px rgba(176,176,176,0.50) dotted;
    border-left: 0px;
    border-right: 0px;
	border-radius:2px;
	font-size:13px;
	padding-left:5px;
	padding-top: 0px;
	padding-bottom: 0px;
    margin-top: 4px;
	width:273px;
    height: 19px;
	font-family:"Comic Sans MS";
    color:#000000;
}
FORM input:hover {
	background-color:rgba(234,234,240,0.8);
 }

FORM input[type=code]
{
border-radius:4px;
margin-bottom: 5px;
margin-left:0px;
background-color:rgba(230,213,249,1.00);
 } 
FORM input[type=code]:hover
{
  background-color:rgba(234,234,240,0.8);  
} 
FORM textarea{
    position: relative;
    background: rgba(117,115,120,1.00);
    background: linear-gradient(90deg, rgba(58, 56, 65,0.5) 0%, rgba(58, 56, 65,0.2) 100%); 
    background:  -webkit-linear-gradient(  0deg, rgba(58, 56, 65,0.5) 0%, rgba(93, 90,99, 0.2) 100%);
    border:1px #4F4F4F  solid;
    color: rgba(224,223,223,1.00);
    top: 5px;
	font-size:13px;
	font-family:"Comic Sans MS";
    border-radius:4px;
	width:567px;
    left:1px;
    height:50px;
}
FORM textarea:hover{
    background-color:rgba(87,87,87,0.80);
}
FORM select{
    cursor: url(Images/Curseur2.cur), auto;   
    background-color:rgba(230,213,249,1.00);
    color: rgba(0,0,0,1.00);
    border-bottom:0px rgba(176,176,176,0.50) dotted;
    border-top:0px rgba(176,176,176,0.50) dotted;
    border-left: 0px;
    border-right: 0px;
    position: absolute;
    right:25px;
    width: 280px;
    height: 20px;
    margin-top: 3px;
    border-radius:4px;
    padding-left:3px;
	font-family:"Comic Sans MS";
}
FORM  select:hover
{
  cursor: url(Images/Curseur2.cur), auto;  
  background-color:rgba(234,234,240,0.8);  
}
FORM select option
{
   cursor: url(Images/Curseur2.cur), auto;
    color: rgba(3,0,0,1.00);
}
 FORM div input[type=radio]
{
    -webkit-appearance:none;
    background: rgb(0,0,0);
    background: -moz-radial-gradient(circle, rgba(0,0,0,1) 25%, rgba(164,168,255,1) 43%);
    background: -webkit-radial-gradient(circle, rgba(0,0,0,1) 25%, rgba(164,168,255,1) 43%);
    background: radial-gradient(circle, rgba(0,0,0,1) 25%, rgba(164,168,255,1) 43%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#a4a8ff",GradientType=1);
    font-size: 12px;
    color: white;
	border: #000000 solid 1px;
    position: relative;
	left: 4px;
    top: 0px;
    margin-left: 16px;
	width:13px;
	height: 13px;
	border-radius: 6px;
	-webkit-transition:all 0.9s;
    -moz-transition:all 0.9s;
    -o-transition:all 0.9s;
    -ms-transition:all 0.9s;
}
FORM div  span
{
    position: relative;
    top:-3px;
    left: 3px;
}
 FORM div input[type="radio"]:checked
{
    background: black;
	position: relative;
	top:0px;
    margin-left: 16px;
	left: 4px;
	width:12px;
	height: 12px;
	border: #35F43E solid 3px;
	border-radius: 6px;
}

FORM input[type=submit]{
    position: relative;
	background: radial-gradient(center center, circle cover, rgba(218,227,224,0.5)20%,rgba(218,227,224, 0.0));
	background: -webkit-radial-gradient(center center, circle cover,rgba(218,227,224,0.5)20%,rgba(218,227,224, 0.0));
	background: -ms-radial-gradient(center center, circle cover,rgba(218,227,224,0.5)20%,rgba(218,227,224, 0.0));
    background: -moz-radial-gradient(center center, circle cover,rgba(218,227,224,0.5)20%,rgba(218,227,224, 0) ) ;
	width:auto;
	height:27px;
	font-size:13px;
	color:#F9F990;
	text-shadow:3px 3px 0px #000000;
	font-weight:lighter ;
	border-top:#727272 solid 1px ;
	border-bottom: #727272 solid 1px;
	border-left-width:0px;
	border-right-width:0px;
    margin-bottom: 30px;
    left: -13px;

   margin-right: auto;
    margin-left: auto;
	text-align: center;

}
FORM input[type=submit]:hover{
	cursor: url('Images/Curseur2.cur'), pointer;
	background: radial-gradient(center center, circle cover, rgba(218,227,224,0.5)60%,rgba(218,227,224, 0.0));
	background: -webkit-radial-gradient(center center, circle cover,rgba(218,227,224,0.5)60%,rgba(218,227,224, 0.0));
	background: -ms-radial-gradient(center center, circle cover,rgba(218,227,224,0.5)60%,rgba(218,227,224, 0.0));
    background: -moz-radial-gradient(center center, circle cover,rgba(218,227,224,0.5)60%,rgba(218,227,224, 0) ) ;
	color:#16FF0C;
}

#button{
    position: relative;
    top: -4px;
    left: 3px;
    background-color: #2A7739;
    border: 0px;
    border-radius: 3px;
    color:white;
    padding: 0px;
    width: 128px;
}
#button:hover{
    background-color: #D2D5D5;
    border: 0px;
    border-radius: 3px;
    color:black;
}
textarea::placeholder {
  color: #AFB0B0;
font-size: 13px;
}

