/*** MAIN.CSS ***/

body {
	color:#636260;
	background-color:#fff;	
	font-family: 'Roboto', sans-serif;
}

a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color:#ee7203;
}

img {
	max-width:100%;
}

h1 {
	color:#121212;
	font-size:40px;
	font-weight:700;
	line-height:30px;
	text-transform:uppercase;
	margin-top:40px;
	margin-bottom:40px;
}

.container {
	width:100%;
}

#cannevas {
	margin-top:205px;
	display:inline-block;
	width:100%;
}
#content {
	min-height:600px;
}

#footer {
	margin-top:40px;
	display:inline-block;
	vertical-align:bottom;
	width:100%;
	padding:40px;
	background-color:#dadada;
	color:#606362;
	min-height:160px;
}
#footer a {
	color:#ee7203;
	text-decoration:none;
}

.orange {
	color:#ee7203;
}
.surligne {
	background-color:#ee7203;
	padding:4px 6px;
	font-style:italic;
	color:#fff;
}

#bulle {
  position: absolute;
  border: 1px solid #ee7203;
  display: none;
  color: #fff;
  text-shadow: 1px 1px 1px #343434;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  padding: 6px 10px 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 999999;
  background: rgba(238, 114, 3, 0.75);
}

@media (min-width:767px) {
	#footer .right {
		text-align:right;
	}
}