@font-face {
    font-family: 'SansationRegular';
    src: url('../webfonts/Sansation_Regular-webfont.eot');
    src: url('../webfonts/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Sansation_Regular-webfont.woff') format('woff'),
         url('../webfonts/Sansation_Regular-webfont.ttf') format('truetype'),
         url('../webfonts/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLight';
    src: url('../webfonts/Sansation_Light-webfont.eot');
    src: url('../webfonts/Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Sansation_Light-webfont.woff') format('woff'),
         url('../webfonts/Sansation_Light-webfont.ttf') format('truetype'),
         url('../webfonts/Sansation_Light-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

.hidden {
	display: none !important;
}

body {
	background: #fafafa;
	color: #303030;
	font-family: 'SansationRegular', Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	border-top: solid 10px #eeeeee;
	text-shadow: 0 1px 0 #ffffff;
}

h1, h2, h3, form, input, textarea {
	margin: 0 0 24px 0;
	font-weight: normal;
}

p, ul, ol {
	margin: 0 0 12px 0;
	font-weight: normal;
}

h1 {
	font-size: 2.5em;
	line-height: 48px;
	font-family: 'SansationLight', Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.125em;
}

h1, h2, h3 {
	color: #aaaaaa;
}

a {
	color: #aaaaaa;
	border-bottom: dashed 1px #aaaaaa;
	text-decoration: none;
	transition: color 200ms;
	-moz-transition: color 200ms;
	-webkit-transition: color 200ms;
	-o-transition: color 200ms;
}

a:hover {
	color: #303030;
	border-bottom: dashed 1px #303030;
}

a.noLine, a.noLine:hover {
	border: 0;
}

ul li {
	list-style: outside square;
	margin-left: 1em;
}

ol li {
	list-style: outside decimal;
	margin-left: 1em;
}

.wrapper {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
}

.clear {
	clear: both;
}

img {
max-width: 100%;
height: auto;
}

a#Facebook, a#Twitter, a#Linkedin, a#Viadeo, a#Googleplus {
	background: url(../images/socmedia.png) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	display: block;
}

a#Twitter {
	background-position: 0 -24px;
}

a#Linkedin {
	background-position: 0 -48px;
}

a#Viadeo {
	background-position: 0 -72px;
}

a#Googleplus {
	background-position: 0 -96px;
}

a#Facebook:hover {
	background-position: -24px 0;
}

a#Twitter:hover {
	background-position: -24px -24px;
}

a#Linkedin:hover {
	background-position: -24px -48px;
}

a#Viadeo:hover {
	background-position: -24px -72px;
}

a#Googleplus:hover {
	background-position: -24px -96px;
}

#Header {
	padding: 24px 0;
	margin: 0 0 24px;
	/* border-bottom: solid 1px #eeeeee; */
	background: url(../images/trait_gris.png) center bottom no-repeat;
}

#Logo {
	float: left;
}

.mainNav {
	float: right;
	margin: 0;
}

.mainNav li {
	margin: 0;
	list-style: none;
	float: left;
}

.mainNav li a {
	display: block;
	margin: 0 0 0 24px;
}

.mainNav li a.current, .mainNav li a.section {
	color: #303030;
	border-bottom: solid 1px #606060;
}

.mainNav#MainMenu {
	margin-top: -40px;
	text-transform: uppercase;
}

.mainNav#TopMenu {
	font-size: .85em;
}

#SmartphoneMenu {
	display: none;
	text-align: center;
}

#SmartphoneMenu p, #SmartphoneMenu li {
	margin: 0;
	padding: 10px 0;
	border-bottom: solid 1px #3cb1b5;
	background: #91cbcd;
	color: #ffffff;
	list-style: none;
}

#SmartphoneMenu p span {
	padding-right: 30px;
	background: url(../images/darrow.png) right center no-repeat;
}

#SmartphoneMenu  ul {
	display: none;
}

#SmartphoneMenu li a {
	color: #ffffff;
}

#Footer {
	/* border-top: solid 1px #eeeeee; */
	font-size: .8em;
	padding: 24px 0;
	margin: 48px 0;
	color: #808080;
	background: url(../images/trait_gris.png) center top no-repeat;
}

#Footer p {
	margin: 0;
}

#SocMedia {
	float: right;
}

#SocMedia a {
	float: left;
	margin: 0 0 0 10px;
}

#SlideShow {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
}

#SlideShow li {
	position: absolute;
	display: none;
	list-style: none;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

#SlideShow li:first-child {
	position: relative;
	display: block;
	float: left;
}

#SlideShow img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

#Pager {
	float: right;
	position: relative;
	left: -50%;
	height: 24px;
	margin: 0 0 24px;
}

#Pager ul {
	margin: 0;
	position: relative;
	left: 50%;
	height: 24px;
}

#Pager li {
	float: left;
	position: relative;
	list-style: none;
	height: 24px;
	margin: 0;
}

#Pager li a {
	display: block;
	width: 20px;
	color: transparent;
	font-size: 0;
	text-shadow: 0 0 0 transparent;
	border: 0;
	background: url(../images/pager2.png) center center no-repeat;
}

#Pager li.rslides_here a, #Pager li a:hover {
	background: url(../images/pager1.png) center center no-repeat;
}

.leftCol {
	float: left;
	width: 30%;
	padding-right: 2%;
	/* border-right: solid 1px #eeeeee; */
}

.rightCol {
	float: right;
	width: 62.5%;
}

#LeafletMap {
	height: 320px;
	margin: 0 0 48px;
}

#LeafletMap a {
	border: 0;
}

p#BackToTop {
	font-size: .7em;
	text-align: right;
	margin: 36px 0 24px;
}

form {
	width: 480px;
	max-width: 100%;
}

input, textarea {
	width: 96%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 4px;
	border: solid 1px #aaaaaa;
	border-radius: 6px;
	margin: 0 0 24px;
	box-shadow: 2px 2px 5px #eeeeee inset;
}

input.action {
	font-size: 16px;
	width: auto;
	padding: 5px 12px;
	font-family: 'SansationRegular', Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	cursor: pointer;
	background: #eeeeee;
	box-shadow: 0 0 0 transparent;
}

input.action:active {
	background: #dddddd;
}

.portfolioItem {
	margin: 0 0 24px;
}

#BreadCrumbs {
	font-size: .8em;
}

#PortfolioVignettes {
	margin: 48px 0 24px;
}

#PortfolioVignettes a {
	display: block;
	margin: 0 2% 24px 0;
	float: left;
	width: 23.5%;
	border-bottom: solid 1px #eeeeee;
	overflow: hidden;
}

#PortfolioVignettes a.even.modulo4 {
	margin-right: 0;
}

#PortfolioVignettes a.even {
	margin-right: 2%;
}

#PortfolioVignettes a img {
	display: block;
	margin: 0 auto 12px;
}

#PortfolioVignettes a p {
	text-align: center;
	font-size: .9em;
	margin: 0 0 12px;
}

#ThumbNails {
	border-top: solid 1px #eeeeee;
	padding-top: 24px;
}

#ThumbNails a, a.thumbNail, a.newsThumbNail {
	display: block;
	float: left;
	margin: 0 12px 12px 0;
	border: 0;
}

a.newsThumbNail {
	float: none;
	margin: 0;
	width: 100%;
	margin: 0 0 24px;
}

#ThumbNails a:hover img, a.thumbNail:hover img, a.newsThumbNail:hover img {
	opacity: .5;
	transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
	-o-transition: opacity 200ms;
}

.newsItem {
	border-bottom: solid 1px #eeeeee;
	margin: 0 0 24px;
}

#Banniere {
	margin: 24px 0;
}

p#Pagination {
	text-align: right;
}

#Pagination a {
	background: #cccccc;
	border: solid 1px #aaaaaa;
	color: #ffffff;
	text-shadow: 0 0 0 transparent;
	border-radius: 4px;
	padding: 0 5px;
}

#Pagination a:hover {
	background: #bbbbbb;
	color: #ffffff;
}

form span.message {
	display: block;
	color: #ff0000;
	margin: -24px 0 24px;
}

input.checkbox {
width: 24px;
}

.legende {
font-size: .85em;
color: #aaaaaa;
text-align: center;
margin: -24px 0 24px;
}