* {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
}

body {
  font-family: Arial;
  font-size: 12px;
  line-height: 1.6em;
  background-color: #ddd;
}

a {
  text-decoration: none;
  color: #007;
}

div.page {
  width: 920px;
  padding: 20px;
  margin: 20px auto 5px auto;
  border: 1px #666 solid;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

div.header {
  
}

div.mobile {
  float: right;
  font-size: 18px;
  line-height: 24px;
}

div.menu {
  clear: both;
  text-align: right;
  padding-bottom: 10px;
}

div.menu ul {
  list-style: none;
}

div.menu ul li {
  display: inline;
  font-size: 14px;
  margin-left: 25px;
}

div.menu ul li a {
  color: #999;
}

div.menu ul li a.active, div.menu ul li a:hover {
  color: #F00;
}

ul.menu-left {
  list-style: none;
}

ul.menu-left li {
  font-size: 18px;
  line-height: 32px;
}

ul.menu-left li a {
  color: #669;
}

ul.menu-left li a.active, ul.menu-left li a:hover {
  color: #007;
}

div.content {
  padding: 20px;
  margin-left: 240px;
  height: auto !important;
  height: 300px;
  min-height: 300px;
}

div.content-left {
  float: left;
  width: 200px;
  padding: 20px;
}

div.content-left-box {
  padding: 10px;
  color: #669;
}

h1 {
  color: #669;
  font-size: 30px;
  line-height: 36px;
}

h2 {
  color: #007;
  font-size: 20px;
  line-height: 24px;
}

h3 {
  color: #669;
  font-size: 16px;
  line-height: 20px;
}

div.content-home {
  float: left;
}

div.right-home {
  float: right;
}

div.content-image {
  height: 140px;
  background-image: url(../images/banner-contact.jpg);
  background-repeat: no-repeat;
}

div.content-image-equipe {
  background-image: url(../images/banner-equipe.jpg);
}

div.content-image-references {
  background-image: url(../images/banner-references.jpg);
}

div.content-image-services {
  background-image: url(../images/banner-services.jpg);
}

div.content-image-associations {
  background-image: url(../images/banner-associations.jpg);
}

div.home-box-iphone {

  background-repeat: no-repeat;
  width: 200px;
  padding: 10px;
  height: 192px;
  margin-bottom: 30px;
  margin-top: -10px;
  margin-left: -10px;
}

div.home-box-associations {
  width: 220px;
  height: 110px;
  background-image: url(../images/associations.jpg);
  background-repeat: no-repeat;
}

div.home-box-associations a {
  display: block;
}

div.clear {
  clear: both;
}

div.home-box {
  height: 342px;
  width: 680px;
  background-image: url(../images/home-box.jpg);
  background-repeat: no-repeat;
  position: relative;
}

div.home-box div.home-box-back {
  background-color: #fff;
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
  position: absolute;
  top: 200px;
  left: 300px;
  right: 25px;
  padding: 10px;
  bottom: 25px;
}

div.home-box div.home-box-text {
  position: absolute;
  top: 200px;
  left: 300px;
  right: 25px;
  padding: 10px;
  bottom: 25px;
}

div.home-bottom {
  background-image: url(../images/bottom.jpg);
  background-repeat: no-repeat;
  height: 110px;
  margin-top: 20px;
  padding-top: 10px;
}

div.home-bottom img {
  float: left;
  margin-left: 18px;
}

div.footer {
  text-align: center;
  font-size: 11px;
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
}

table.form tr th {
  text-align: left;
  font-weight: normal;
  width: 150px;
  vertical-align: top;
  padding: 2px 2px 2px 0px;
}

table.form tr td {
  padding: 2px;
  vertical-align: top;
}

table.list {
  width: 100%;
}

table.list tr th {
  font-weight: bold;
  text-align: left;
  border-bottom: 1px #888 solid;
  vertical-align: top;
}

table.list tr td {
  border-bottom: 1px #888 dotted;
  vertical-align: top;
}

input {
  border: 1px #888 solid;
  font-family: Arial;
  font-size: 12px;
  padding: 2px;
  width: 250px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input.button {
  border: 1px #444 solid;
  background-color: #ccc;
  padding: 2px 10px;
  width: auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

input.checkbox, input.radio {
  width: auto;
}

textarea {
  border: 1px #888 solid;
  font-family: Arial;
  font-size: 12px;
  padding: 2px;
  width: 250px;
  height: 250px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.error {
  background-color: #fcc;
  border: 1px #c00 solid;
  color: #c00;
  padding: 5px 10px;;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

div.success {
  background-color: #cfc;
  border: 1px #080 solid;
  color: #080;
  padding: 5px 10px;;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
