@charset "utf-8";
/* CSS Document */

html, body {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#ededed 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#ededed 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #ffffff 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

header {
	width: 100%;
	height: 30px;
	background-color: #b00060;
    
}

#logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	vertical-align: middle;
	margin-top: 15%;
    z-index:100;
}

#contact {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      vertical-align: middle;
      bottom: 0;
      z-index: 100;
}


#comptable {
      position: absolute;
      bottom: 30px;
      right: 30px;
      min-width: 110px;
      max-width: 15%;
}

#angle {
      position: fixed;
      bottom: 0;
      left: 0;
      max-width: 10%;
}