@charset "UTF-8";

div.main{
	width: 210px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
}
input[type=text],input[type=password]{
height: 50%;
padding: 5px;
margin-bottom: 10px;
margin-top: 5px;
border: 3px solid #FF3131;
color: #FF3131;
font-size: 16px;
border-radius: 5px;
}
label{
	color: #464646;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
}
center{
font-size:30px;
}
.note{
color:red;
}
.valid{
color:orange;
}
.back{
text-decoration: none;
border: 1px solid rgb(0, 143, 255);
background-color: rgb(0, 214, 255);
padding: 3px 20px;
border-radius: 2px;
color: black;
}
input[type=button]{
	font-size: 14px;
	background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
	border: 1px solid #e5a900;
	color: #4E4D4B;
	font-weight: bold;
	cursor: pointer;
	width: 80%;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	outline: none;
}
input[type=button]:hover{
background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}
.main h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
}
.main h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 40%;
}

/* CSS Document */
.interactif {
	width: 700px;
	float: right;
	height: 900px;
	background-image: url(../images/2017/room-700px.png);
}
.interactif-titre {
	width: auto;
	height: 45px;
	margin-left: 20px;
	padding-top: 15px;
	text-align: center;
	color: #FF0004;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 1.2em;
}
.interactif-image-top {
	width: 485px;
	margin-left: 121px;
	height: 90px;
	
}
.interactif-image-side {
	width: 485px;
	margin-left: 121px;
	height: 274px;

}
.interactif-thumb {
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 1em;
	width: 700px;
	height: auto;
	margin-top: 30px;

}
.interactif-thumb p {
	margin-left: 40px;

}
.interactif-thumb img {
	text-align: center;
	padding: 15px;
   
}

