.grid-notification {
	max-width:640px;
}
.grid-logo {
	padding:10px;
	border-top:3px solid #ee7203;
}
.grid-foo {
	padding:10px;
}
.main .grid {
	/*border:1px solid red;*/
}
span.erreur_message,
span.obligatoire,
.reponse_formulaire_erreur {
	color:#ee7203;
}
.grid > p {
	display: block;
	width: 100%;
}
.titre {
	font-size:32px;
}
.image > img {
	width: 100%;
	height: auto;
}
.form_notification {
	width:100%;
	min-width: 230px;
}
.form_notification p.explication {
	width: 100%;
	border:1px solid #ccc;
	padding: 10px;
	margin-bottom:10px;
	border-radius: 3px;
}
.form_notification span.obligatoire {
	font-weight:lighter;
}
span.erreur_message,
.reponse_formulaire_erreur,
.form_notification .editer-groupe > * {
	display: inline-block;
	margin-bottom: 10px;		
}
.form_interactive .editer-groupe > *:last-child {
	margin-form_notification: 0;
}
.form_notification .editer {
	width: 100%;
	margin-bottom: 30px;
}
.form_notification label,
.form_notification input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
}
.form_notification label {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 18px;
}
.form_notification input[type="text"] {
	padding:10px;
	font-size: 18px;
	background: #f8f8f8;
	color:#0066ff;
	border:1px solid #ddd;
}
.form_notification .choix {
	margin-bottom: 10px;
}
.form_notification .choix:last-child {
	margin-bottom: 0;
}
/*.form_notification .choix input[type="checkbox"] {

}*/
.form_notification .choix input[type="checkbox"] {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 21px;
	width: 21px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.form_notification .choix input[type="checkbox"]:checked:after {
	font-size: 18px;
	position:absolute;
	content: "✖";
	top: 1px;
	left: 2px;
}
.form_notification .choix label {
	font-weight: 500;
	display: inline-block;
	width: inherit;
	padding:0;
	margin-left: 10px;
}
.form_notification .choix input[type="checkbox"]:checked:after,
.form_notification .choix input[type="checkbox"]:checked + label {
	color:#0066ff;
}
p.boutons {
	padding: 10px;
	direction: rtl;
	width: 100%;
}
.form_notification button {
	width: auto;
	border-radius: 3px;
	overflow: hidden;
}
.saisie_selection {
	max-width: 320px;
	position: relative;
}
.saisie_selection:after {
	content: '<>';
	font: 17px "Consolas", monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 11px;
	bottom: 14px;
	/*border-bottom: 1px solid #999;	/*left line */
	position: absolute;
	pointer-events: none;
}
.saisie_selection select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Add some styling */
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px 10px;
	font-size: 16px;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #ccc;
	/*-ms-word-break: normal;
	word-break: normal;*/
	border-radius:3px;
}