﻿body {
  margin:0;
  background: #fff;
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.3;
}

a:link {
  color: #3C3C3C;
}

a:hover {             
  text-decoration: none;
}

.fl {
	float:left;
}

h1 {
  font-size: 180%;
  font-weight:normal;
  margin-bottom: 20px;
  line-height:1;
  font-style:italic;
}

h2 {
	font-style:italic;
}

.grey {
	background: #e3e3e3;
}

span.nobr {
	display:block;
	white-space:nowrap;
}

input, textarea {display:block;}
input {
	width:200px;
}
textarea {
	width:300px;
}

div.head {
  width: 1000px;
  margin: 0 auto;
  height: 100px;
  padding: 20px 0;
  border-bottom: 2px solid #888888;
}

div.menu {
  display:block;
  overflow:hidden;
  width:525px;
  float:right;
}

div.head ul {
  height: 45px;
  background: url(images/menu.left.jpg) no-repeat;
  padding-left:12px;
  margin-top: 15px;
  float:left;
  overflow:hidden;
}

div.head li {
  display: block;
  float: left;
  width: 100px;
  height:21px;
  background: url(images/menu.bg.jpg) repeat-x;
  text-align: center;
  padding: 12px;
}

div.head a {
  font-size: 80%;
}

div.head a.logo {
  float:left;
  margin-left:40px;
}

div.head span {
  display: block;
  height:45px;
  width:11px;
  background: url(images/menu.right.jpg) no-repeat;
  margin-top:15px;
  float:left;
}

div.banner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  text-align:center;
}

div.center {
  min-height:420px;
  background: #F3F3F3;
  width:100%;
}

div.tableRound {
	background: url(images/tableTop.jpg) no-repeat top;
	width:420px;
	padding-top:18px;
}

div.tableRound table.tarif {
	border-left:7px solid #ffda08;
	border-right:8px solid #ffda08;
	padding: 0 5px;
	margin:0 auto;
	width:420px;
}

div.tableRound span {
	width:420px;
	display:block;
	background: url(images/tableBottom.jpg) no-repeat bottom;
	padding-bottom: 18px;
}

div.main {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}

div.portfolio {
  display: block;
  width: 520px;
  height: 420px;
  float:left;
}

table.tarif {
	width:420px;
}

div.text {
  padding: 70px 40px 40px;
  width: 420px;
}

div.info {
  width: 1000px;
  margin: 0 auto;
  margin-top:50px;
  overflow: hidden;
}

.column {
  float:left;
  width:250px;
  margin: 0 40px;
  text-align: center;
}

div.info img {
  margin: 50px 0;
}

div.info-portfolio p {
	margin-bottom:20px;
}

h2 {
  margin-bottom: 10px;
  text-align: left;
}

div.info p {
  text-align:left;
}

/* Footer
-----------------------------------------------------------------------------*/

div.footer {
  width: 1000px;
  margin: 0 auto;
  height: 80px;
  background: url(images/supa.footer.fon.jpg) repeat-x;
  margin-top:100px;
  overflow: hidden;
}

span.footerbegin {
 height:80px;
 width:16px;
 background: url(images/supa.footer.begin.jpg) left top no-repeat;
 float: left;
}

div.footer p {
  padding: 30px 0 0 50px;
  font-size:70%;
  float:left;
}

span.footerend {
  height:80px;
  width:13px;
  background: url(images/supa.footer.end.jpg) right top no-repeat;
  float: right;
}