/*  STYLES COMMUNS A TOUTES LES PAGES DE CONTNUS  */
/*  BODY */
body {
	background-color:#ecf3ed;
}
.ombre {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	background:#ffffff;
}
/*  EN-TÊTE */
.fond-header {
background: #b6d8bb; /* Old browsers */
	background: -moz-linear-gradient(top, #b6d8bb 0%, #d5edd7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b6d8bb 0%, #d5edd7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b6d8bb 0%, #d5edd7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d8bb', endColorstr='#d5edd7', GradientType=0 ); /* IE6-9 */
}
.fond-footer {
background: #b6d8bb; /* Old browsers */
	background: -moz-linear-gradient(top, #d5edd7 0%, #b6d8bb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d5edd7 0%, #b6d8bb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d5edd7 0%, #b6d8bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5edd7', endColorstr='#b6d8bb', GradientType=0 ); /* IE6-9 */
}
.fond, .submit, .menu-collapser {
 *background: #D5EDD8;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.01, #D5EDD8), color-stop(0.51, #EBF2EA), color-stop(1, #D8EDDA) );
	background-image: -o-linear-gradient(bottom, #D5EDD8 1%, #EBF2EA 51%, #D8EDDA 100%);
	background-image: -moz-linear-gradient(bottom, #D5EDD8 1%, #EBF2EA 51%, #D8EDDA 100%);
	background-image: -webkit-linear-gradient(bottom, #D5EDD8 1%, #EBF2EA 51%, #D8EDDA 100%);
	background-image: -ms-linear-gradient(bottom, #D5EDD8 1%, #EBF2EA 51%, #D8EDDA 100%);
	background-image: linear-gradient(to bottom, #D5EDD8 1%, #EBF2EA 51%, #D8EDDA 100%);
}
.ligne {
	background-color:#e3f2df;
}
a.lien.vert.on {
	color:#36AA49;
}
h1 {
	color:#36AA49;
}
a:link {
	text-decoration:none;
	-moz-transition: color 0.5s ease-out;
	-ms-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	-webkit-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}
a:hover {
	color: #107921;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	-webkit-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
.table, table, th, td {
	border: none;
}
.grid-1-3 > div > table {
	width:240px;
}
.input, textarea {
	border: #cccccc 1px solid;
	margin:0;
	padding:6px 8px;
	background-color: #ecfbe9;
	color: #36ad49;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
label {
	margin-top: 0.15em;
	margin-bottom: 0.15em;
	line-height: 1.6em;
}
.submit {
	border: #cccccc 1px solid;
	margin:0 auto;
	display:block;
	padding:10px 15px;
	font-weight: bold;
	background-color: #ecfbe9;
	color: #36ad49;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-transition: color 0.5s ease-out;
	-ms-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	-webkit-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}
.submit:hover {
	color: #107921;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	-webkit-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
.grid-1-3 > div {
	margin: 0.4em 0;
}
.attention {
	font-weight: bold;
	font-size:1.14em;
	color: #ff0000;
}
.merci {
	margin:10px 0 20px 18px;
	text-align: center;
	font-size:1.14em;
	color:#36AA49;
}
p.arrow::before {
 color:#36AA49;
}
