/* formulaires Sirsé Marseille */

.alerte {
	background-color: #8D0028;
	color: #FFFFFF;
	text-align: center;
	width: 54%;
	margin-top: 10px;
	margin-right: 20%;
	margin-bottom: 10px;
	margin-left: 20%;
	padding-top: 5px;
	padding-right: 3%;
	padding-bottom: 5px;
	padding-left: 3%;
	border-radius: 15px;
}
form p {
	overflow: hidden;
	width: 100%;
}/*
#colonne2 form p {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}
form table p { width: auto; }
#textfield, input[type="text"], input[type="password"]  , textarea{
	border:1px solid #B8C9DA;
	background-color:#F0F6FB;
	display: inline;
	font-size: 13px;
	color: #004D8E;
	width: 70%;
	vertical-align: middle;
	margin: 0px;
	padding-top: 4px;
	padding-right: 1%;
	padding-bottom: 4px;
	padding-left: 1%;
}
input[type="submit"] {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #005da8;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-radius: 5px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
}
input[type="submit"]:hover {
	background-color: 0070CF;
	cursor:  pointer;
}
textarea { height: 200px; }
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: 5px;
	margin-left: 10px;
	margin-top: 0px;
}/*
input[type="hidden"] {
	display: none;
	visibility: hidden;
}
input[type="text"].moyen { width: 60%; }
input[type="text"].court { width: 120px; }
input[type="text"].trescourt { width: 40px; }
input[type="password"].court { width: 120px; }
input[type="password"].trescourt { width: 40px; }
*/
select { max-width:72%; }
#colonne2 select { max-width: 67%; }
label {
	float:left;
	width:15%;
	margin-right:3%;
	text-align:right;
	font-weight:bold;
	color: #7e7b6d;
	clear: both;
	padding-top: 2px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: normal;
  }
#colonne2 label {
	font-size: 11px;
	width:20%; 
	}/*
#colonne1 label {
	float:none;
	width:auto;
	margin-right:0px;
	text-align:left;
	display: block;
	margin-top: 0px;
	margin-bottom: 1px;
  }

#colonne2 .post_label {
	margin-left: 23%;
	display: block;
}
#abecedaire {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
}
#abecedaire a:link, #abecedaire a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #85BDE7;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 1px;
	border-radius: 3px;
}
#abecedaire a:hover { background-color: #0070CF; }
#abecedaire  .page_en_cours {
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border: 1px solid #999;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFF;
	border-radius: 2px;
}
.rechercher:link, .rechercher:visited {
	background-image: url(../../../../images/icones/rechercher.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-position: 5px 2px;
}
.case_et_intitule {
	display: inline-block;
	float: left;
	margin-bottom: 8px;
}
#colonne2 .case_et_intitule {
	display: block;
	float: none;
}
.case_et_intitule input[type="checkbox"] {
	display: inline-block;
	width: 12%; 
	margin-right: 3%;
	float: left;
	margin-left: 0px;
}
#colonne2 .case_et_intitule input[type="checkbox"] {
	width: 5%; 
	}
.case_et_intitule span { 
	display: inline-block;
	width: 85%;
}
#colonne2 .case_et_intitule span {  width: 92%; }
