/* ArkAM formulaires école Saint-Georges */

form p { /* Empêcher le dépassement des flottants */
	overflow: hidden;
	width: 100%;
}
form table p { width: auto; }
#textfield, input[type="text"], input[type="password"]  , textarea{
	border:1px solid #E7B0A0;
	background-color:#FFF;
	display: inline;
	font-size: 13px;
	color: #670500;
	width: 400px;
	padding: 3px;
	vertical-align: middle;
}

textarea { height: 200px; }
.login input {
	font-size: 24px;
	width: 250px;
}
input[type="radio"], input[type="checkbox"] {
	width: 15px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	margin-right: 0px;
	margin-left: 10px;
}

input[type="hidden"] {
	display: none;
	visibility: hidden;
}

input[type="text"].court { width: 120px; }
input[type="text"].trescourt { width: 40px; }
input[type="password"].court { width: 120px; }
input[type="password"].trescourt { width: 40px; }
.input_tres_court[type="input"] { width: 50px; }

label {
	float:left;
	width:15%;
	margin-right:10px;
	text-align:right;
	font-weight:bold;
	color: #C0847B;
	clear: both;
	padding-top: 3px;
	margin-bottom: 15px;
	display: block;
	font-size: 12px;
	}
.post_label {
	margin-left: 19%;
	display: block;
}
.alerte {
	padding: 5px;
	background-color: #FF53C1;
	color: #FFF;
	text-align: center;
	width: 60%;
	margin-top: 10px;
	margin-right: 10%;
	margin-bottom: 10px;
	margin-left: 30%;
}

/************* BOUTON **********************/
.bouton {
	clear:both;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight:bold;
}
.bouton a:link, .bouton a:visited       {
	color: #FFFFFF;
	background-color: #e30100;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.4s;
	-moz-transition-property: background-color;
	-moz-transition-duration: 0.4s;
	transition-property: background-color;
	transition-duration: 0.4s;
	display:inline-block;
}
.bouton a:hover    {
	background-color: #A70000;
	text-decoration: none;
}