
@charset "utf-8";

body {
  position: relative;
  min-height: 100%;
  color: #464646;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
  background-image: url("../Images/imgBackground.jpg");
  Font-family: sans-serif;
  font-size: 12px;

}


footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../Images/imgBackgroundOffline.jpg");
 
  border-top: solid 6px #a51c30;
  color: #ffffff;
  font-size: 10px;
  padding: 30px 0 34px 0;
  height: 50px;
}

footer .footerWrap {
  margin-left: auto;
  margin-right: auto;
  width: 587px;
}
footer .footerWrap * {
  float: left;
}
@media screen and (max-width: 613px) {
  footer .footerWrap {
    width: 98.5%;
    width: -webkit-calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    width: calc(100% - 26px);
  }
}
footer .footerWrap .footerText {
  margin-top: 3px;
  margin-left: 18px;
  width: 345px;
  width: -webkit-calc(100% - 185px);
  width: -moz-calc(100% - 185px);
  width: calc(100% - 185px);
}
@media screen and (max-width: 613px) {
  footer .footerWrap .footerText {
    margin-left: 0;
    margin-top: 18px;
    width: 100%;
  }
}

footer .footerWrap .logo {
  margin-right: 9px;
  width: 139px;
}
@media screen and (max-width: 613px) {
  footer .footerWrap .logo {
    width: 95px;
    margin-right: 100%;
  }
}
footer .footerWrap .vertical {
  border-left: solid 2px #757575;
  display: inline-block;
  height: 46px;
}
@media screen and (max-width: 613px) {
  footer .footerWrap .vertical {
    border: none;
  }
}

.header {
  background-image: url("../Images/imgBackgroundOffline.jpg");
  background-color: #f1f1f1;
  height: 100px;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.64);
  
}




.bouttonlog {
    width:250px;
	height:50px;
    background-color:#5472AE; 
    background: -webkit-linear-gradient(#24445C, #22427C ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#24445C, #22427C); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#24445C, #22427C); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#24445C, #22427C); /*standard suntax*/
	border: none;
	border-radius:5px;
	color: white;
	
	float:left;
	
	position : absolute; right : 27%; bottom : 15%;
}

.bouttonlog:hover {
    background-color:#5472AE; 
    background: -webkit-linear-gradient(#5472AE, #6495ED ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5472AE, #6495ED); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5472AE, #6495ED); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5472AE, #6495ED); /* Standard syntax */
}
.description {
	width: 1000px;
	height: 400px;
	padding-left: 50px;
	padding-top: 20px;
	Font-size: 15px;
	line-height: 1.5;
	
}
