@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family= Lato:300,700,300italic|Ubuntu:300,500,700);
/* CSS Document */

* {
	margin:0;
	padding:0;
	border: none;
	-webkit-transition: background-color 0.3s ease-out ;
	-moz-transition: background-color 0.3s ease-out ;
	-o-transition: background-color 0.3s ease-out ;
	-ms-transition: background-color 0.3s ease-out ;
	transition: background-color 0.3s ease-out ;
}

body {
	width: 100%;
	margin: 0 auto;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: url('img/background.png') fixed top center;
	font-weight: 300;
}

header, section {
	width:900px;
	margin:0 auto
}

h1, h2, h3 {
	font-family: Ubuntu;
	color: #0aF;
}
	
h1 {
	color: #F50;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 18px;
	font-weight: 400;
	text-indent: 30px;
	margin: .7em 0 0.5em 0;
}

h3 {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 0.5em 0;
}
	
p {
	line-height:1.6em;
	font-family : lato, arial, sans-serif;
	font-size : 13px;
	margin-bottom : .8em;	
	color: #333;
}

strong {
	color: #111;
	font-weight:700;
}

ul {
	margin-left: .5em;
	list-style: square;
	float: left;
	}

li {
	line-height:1.6em;
	margin: 0 0 1.5em .5em;
}

a {
	color: #0AF;
	text-decoration: none;
}

a:hover {
	color: #0AF;
	text-decoration: underline;	
}


#nav {
	height: 85px;
	/*background: #fff url('./img/ombrage.png') no-repeat center bottom;*/
	background:transparent;
}
#nav img {
	width: 150px;
	float: left;
	margin-left: 10px;
}

#menu {
	height:	40px;
	float:	right;
	/*width: 650px;*/
	margin: 32px 0 0 0;
}

#menu div {
	float:left;
	display: block;
	height: 40px;
	padding: 0 .5em 2px;
	position:relative;
	background-color: rgba(0,0,0,0);
}

#menu a {	
	font-size:1.15em;
	font-family: ubuntu;
	display: block;
	line-height: 14px;
	padding: 13px 12px;
	vertical-align: middle;
	text-decoration: none;
	color: #444;
	position:relative;
}

#menu div:hover {
	background-color: rgba(0,0,0,0.1);
}

#menu a:hover {	
	color: #000;
	text-decoration: none !important;
}

#main {
	display: block;
	background-color: #fff;
	padding: 20px 0 0 0;
	box-shadow: 1px 1px 15px -4px #000;
}

#content {
	text-align: justify;
	display:block;
	float: left;
	width: 560px;
	padding: 0 5px 0 25px;
}

#content img{
	display: block;
	margin: 1em auto;
	padding: 5px;
	box-shadow: 1px 1px 8px -2px #333;
	
}

#sidebar {
	float:right;
	padding: 15px;
	display: block;
	width: 270px;
}

#block {
float: left;
width: 100%;
display: block;
box-shadow: 1px 2px 9px -2px #777;
	background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(45deg,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(45deg,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(45deg,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
		background: linear-gradient(45deg,  #ffffff 0%,#f5f5f5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
margin: 0 0 1em 10px;
padding: 12px;
}

#block h3 {
 color:#840;
}

.button {
	font-family: ubuntu;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	color: #fff;
	display: inline-block;
	padding : .3em 1em;
	margin: .3em auto;
	border-radius : 3px;
	background-color : rgba(128,42,0,1);
	box-shadow: 2px 3px 6px -3px #333;
}
	
.light {
	background-color : rgba(128,42,0,0.5);
	box-shadow: 2px 3px 6px -3px #333;
}
	
.button:hover {
	background-color : rgba(255,84,0,1);
	text-decoration: none !important;
	color: #FFF;
}
	
.image-contact {
	background: #fff;
	display: block;
	width: 80px;
	float: right;
	margin: 0 auto;
	padding: 5px;
	box-shadow: 2px 3px 6px -3px #333;
}

.clearfix::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
font-size: 0;
}