div, h1, form, fieldset, input, textarea {
	margin: 0; padding: 0; border: 0; outline: none;
}

html {
	height: 100%;
}
.titre-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../img/picto/fb01.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
	width: auto;
}
#fiche {
width: 400px; 
margin: 10px auto; 
padding: 15px 0 10px 0;
/* couleur de fond */
background: #737476;
background: -moz-linear-gradient(top, #edeeef 0%, #f3f4f7 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edeeef), color-stop(100%,#f3f4f7));
/* ombre portée */
-moz-box-shadow: 0px 0px 8px #444;
-webkit-box-shadow: 0px 0px 8px #444;
}


#formulaire {
width: 400px; 
margin: 20px auto; 
padding: 15px 0 10px 0;
/* couleur de fond */
background: #737476;
background: -moz-linear-gradient(top, #edeeef 0%, #f3f4f7 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edeeef), color-stop(100%,#f3f4f7));
/* ombre portée */
-moz-box-shadow: 0px 0px 8px #444;
-webkit-box-shadow: 0px 0px 8px #444;
}

h1 {
	/* styles de caractères */
	font-size: 12px;
	font-weight:100;
	color: #3300FF;
	text-align: center;
	text-shadow: 0px 1px 0px #f2f2f2;
	/* marges et bordures */
	padding:5px;
	margin: 0 0 0 0;
	border-bottom:1px solid #777879;
	/* couleur de fond */
	background: #f1f2f6;
	background: -moz-linear-gradient(top, #f1f2f6 0%, #d5d8dd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f2f6), color-stop(100%,#d5d8dd));
	font-family: "Comic Sans MS";
}

label {
	/* positionnement marge et taille */
	float: left; 
	clear: left; 
	margin: 10px 10px 0 0; 
	width: 150px;
	/* styles de caractères */
	text-shadow: 0px 1px 0px #f2f2f2;
	text-align: right; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	line-height: 15px;

}

input {
	/* styles de caractères */
	font-size: 10px; 
	color: #4b4b4b; 
	text-shadow: 1px 1px 0px #e8eade;
	/* marge taille et ombre portée */
	width: 200px; 
	height: 15px; 
	padding: 5px 10px 0px 10px; 
	margin: 0 0 10px 0;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	/* couleur de fond */
	background: #f1f2f4;
	background: -moz-linear-gradient(top, #f1f2f4 0%, #f8f9fb 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f2f4), color-stop(20%,#f8f9fb));
	/* bordures */
	border:1px solid #b6b7b9;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;		
}
	input::-webkit-input-placeholder  {
    	color: #91938b; 
		text-shadowtext-shadow: 0px -1px 0px #38506b;
	}
	input:-moz-placeholder {
	    color: #91938b; 
		text-shadow: 0px -1px 0px #38506b;
	}

textarea {
	/* styles de caractères */
	font-size: 10px; 
	color: #4b4b4b; 
	text-shadow: 1px 1px 0px #e8eade;
	font-family:Sans-serif;
	/* marge taille et ombre portée */
	width: 200px; 
	height: 150px; 
	padding: 10px 10px 0px 10px; 
	margin: 0 0 10px 0;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	/* couleur de fond */
	background: #f1f2f4;
	background: -moz-linear-gradient(top, #f1f2f4 0%, #f8f9fb 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f2f4), color-stop(20%,#f8f9fb));
	/* bordures */
	border:1px solid #b6b7b9;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
}
	textarea::-webkit-input-placeholder  {
    	color: #91938b; 
		text-shadow: 0px -1px 0px #38506b;
	}
	textarea:-moz-placeholder {
	    color: #91938b; 
		text-shadow: 0px -1px 0px #38506b;
	}

input:focus, textarea:focus {
	background: #d9dadc;
	background: -moz-linear-gradient(top, #adafb2 0%, #bec0c3 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#adafb2), color-stop(20%,#bec0c3)); /* webkit */
	-moz-box-shadow: 0px 0px 5px #d5d6d8;
	-webkit-box-shadow: 0px 0px 5px #d5d6d8;
}

input[type=submit] {
	/* position taille marges */
	float: right; 
	cursor: pointer;
	width: 100px;
	height: 25px; 
	padding: 5px 10px; 
	margin: 0 40px 0 0;
	/* coins arrondies */
	border: 1px solid #275682;
	border-radius: 50px;
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px;	
	/* dégradé de fond */
	background: -moz-linear-gradient(top, #5caaea 0%, #256fac 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5caaea), color-stop(100%,#256fac));
	/* ombre portée */
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	/* styles de texte */
	color:#effaff;
	text-shadow:1px -1px 0px #43708f;
	font-weight:bold;
}
input[type=submit]:hover {
	border: 1px solid #1a3957;
	background: -moz-linear-gradient(top, #60b3f7 0%, #328ad1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60b3f7), color-stop(100%,#328ad1));
}
input[type=submit]:active {
	-moz-box-shadow: 0px -1px 5px #999;
	-webkit-box-shadow: 0px -1px 5px #999;
	background: -moz-linear-gradient(top, #328ad1 0%, #60b3f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#328ad1), color-stop(100%,#60b3f7));
}
input[type=reset] {
	/* position taille marges */
	float: right; 
	cursor: pointer;
	width: 100px;
	height: 25px; 
	padding: 5px 10px; 
	margin: 0 40px 0 0;
	/* coins arrondies */
	border: 1px solid #275682;
	border-radius: 50px;
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px;	
	/* dégradé de fond */
	background: -moz-linear-gradient(top, #5caaea 0%, #256fac 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5caaea), color-stop(100%,#256fac));
	/* ombre portée */
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	/* styles de texte */
	color:#effaff;
	text-shadow:1px -1px 0px #43708f;
	font-weight:bold;
}
input[type=reset]:hover {
	border: 1px solid #1a3957;
	background: -moz-linear-gradient(top, #60b3f7 0%, #328ad1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60b3f7), color-stop(100%,#328ad1));
}
input[type=reset]:active {
	-moz-box-shadow: 0px -1px 5px #999;
	-webkit-box-shadow: 0px -1px 5px #999;
	background: -moz-linear-gradient(top, #328ad1 0%, #60b3f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#328ad1), color-stop(100%,#60b3f7));
}
