/*
	============================================================
		feuille de style  //  pascal-gaide.fr // © mars 2018   
	============================================================ 
*/

/* html */
html {
	font-size: 100%;
	height: 100%;
}


/* body & conteneur */
body {
	height: 100%;
	margin: 0;
	padding: 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.25;
	/* color: #19042f; */
	/* background:#EAEAEA; */
	margin-left: auto;
	margin-right: auto;
	background-position: top center;
	text-align:center;
	background-image : url(../all/img-fond.png);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#conteneur {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width: 800px;
	/* background:#EAEAEA; */
}

#header {
	height: 150px;
	width: auto;
	/* background: #dde9f1; */
	margin-top: 120px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:3px solid #d43636;
	display:inline-block;
}

#centre {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 120px;
	text-align: center;
}

/* bouton */
.myButton {
	-moz-box-shadow:inset 0px 1px 3px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 3px 0px #fce2c1;
	box-shadow:inset 0px 1px 3px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d43636), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #d43636 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #d43636 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #d43636 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #d43636 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #d43636 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d43636', endColorstr='#fb9e25',GradientType=0);
	background-color:#d43636;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size: 1.4em;
	font-weight:bold;
	padding:11px 40px;
	text-decoration:none;
	text-shadow:0px -1px 0px #cc9f52;
	width: 180px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #d43636));
	background:-moz-linear-gradient(top, #fb9e25 5%, #d43636 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #d43636 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #d43636 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #d43636 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #d43636 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#d43636',GradientType=0);
	background-color:#fb9e25;
}
.myButton:active {
	position:relative;
	top:1px;
}
