
.malediction{
	border: 0 none;
	height: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	user-drag: none;
	overflow: hidden;
}
.conteneur{
	width:100%;
	position:relative;
	margin:0 auto;
	//max-width:1200px;
}
.form{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.saisie, .mot1, .mot2, .mot3{
	font-size: 1.3em;
}
.mot1, .mot2, .mot3{
	min-width: 160px;
	display: inline-block;
	width : 20%;
	float:left;
}
input[readonly]{
    background-color: #906846;
}
.mot2{
	margin-left:10px;
	margin-right:10px;
}
.saisie{
	position: absolute;
	bottom: 15%;
	left: 40%;
}
.saisie{
	width: 160px;
}
.mots{
    display: block;
	position: absolute;
	bottom: 15%;
	left:15px;
	right:15px;
}
.bouton, .bouton2{
	font-size: 1.3em;
    background-color: #906846;
    //color: #FFFFFF;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 0px;
}
.bouton{
	position: absolute;
	bottom: 15%;
	right: 20%;
}
.bouton2{
	float:right;
	margin-right: 10px;
}

@media screen and (min-width: 1200px) {
	.saisie{
		bottom: 15%;
		left: 20%;
	}
	.bouton{
		bottom: 15%;
		right: 20%;
	}
	.mots{
		bottom: 32%;
	}
}

@media screen and (min-width: 961px)  and (max-width: 1200px) {
	.saisie{
		bottom: 15%;
		left: 20%;
	}
	.bouton{
		bottom: 15%;
		right: 20%;
	}
	.mots{
		bottom: 28%;
	}
}

@media screen and (min-width: 801px) and (max-width: 960px) {
	.saisie{
		bottom: 15%;
		left: 20%;
	}
	.bouton{
		bottom: 15%;
		right: 20%;
	}
}

@media screen and (min-width: 701px) and (max-width: 800px){
	.saisie{
		bottom: 15%;
		left: 17%;
	}
	.bouton{
		bottom: 15%;
		right: 17%;
	}
}

@media screen and (min-width: 541px) and (max-width: 700px) {
	.saisie{
		bottom: 15%;
		left: 12%;
	}
	.bouton{
		bottom: 15%;
		right: 12%;
	}
}

@media screen and (max-width: 540px) {
	.saisie{
		bottom: 10%;
		left: 10%;
	}
	.bouton{
		bottom: 10%;
		right: 10%;
	}
}
