/* CSS Document */
body {
	font-size: 14px;
	background: #3693c5 url(../images/bg.jpg) repeat-x;	
	margin:0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}
#wrapper {
	height: 750px;
	margin-top: -375px;
	position:absolute;
	top: 50%;
	width: 90%;	
	display:block;
	background: #fff;
	padding: 0 1% 1% 1%;
	font-size:1em;
}
#main {
	width: 65%;	
	padding-right: 1%;
	float: left;
	position:relative;
	min-height:750px;
}
#right {
	position:relative;
	min-height: 750px;
	overflow: hidden;	
}
#right img.image {
	max-width: 100%;	
}
#logo img {
	float: left;
	max-width: 40%;	
}
a {
	color: #000;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
h1 {
	margin: 0;	
	font-weight: bold;
	padding-top: 1em;
	color: #eb222e;
	font-size: 1.6em;
}
article:after {
	clear:both;
	content:'-';
	display:block;
	visibility:hidden;
	height: 1px;	
}
footer {
	position:absolute;
	bottom: 0;	
	font-size: 0.8em;
}
article, footer {
	clear:both;	
}
article {
	margin-bottom: 1.5em;
}
article img {
	float: right;
	margin-left: 1em;
	max-width:50%;	
}
h2 {
	font-weight: normal;
	font-size:1.4em;	
}
.button {
	background: rgb(53,144,193); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(53,144,193) 0%, rgb(37,101,135) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(53,144,193)), color-stop(100%,rgb(37,101,135))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(53,144,193) 0%,rgb(37,101,135) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(53,144,193) 0%,rgb(37,101,135) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(53,144,193) 0%,rgb(37,101,135) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(53,144,193) 0%,rgb(37,101,135) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3590c1', endColorstr='#256587',GradientType=0 ); /* IE6-9 */
	padding: 5px 15px;
	border-radius: 10px;
	color: #fff;
	display:inline-block;
	font-weight:bold;
	font-size: 1.2em;
	border: 1px solid #256587;
}
.button:hover {
	background: rgb(37,101,135); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(37,101,135) 0%, rgb(53,144,193) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(37,101,135)), color-stop(100%,rgb(53,144,193))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(37,101,135) 0%,rgb(53,144,193) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(37,101,135) 0%,rgb(53,144,193) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(37,101,135) 0%,rgb(53,144,193) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(37,101,135) 0%,rgb(53,144,193) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256587', endColorstr='#3590c1',GradientType=0 ); /* IE6-9 */

}
.pdf {
	background: url(../images/pdf.png) no-repeat;
	padding-left: 35px;
	display: inline-block;	
	line-height: 25px;
}
.bold {
	font-weight: bold;	
}
.uppercase {
	text-transform: uppercase;	
}
#map {
	width: 100%;
	height: 250px;
	margin-top: 1em;
	position:absolute;
	bottom:0	
}
#carte img {
	max-width:auto;
}