@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	width: auto !important;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	background-color: #1f6db2;
}

a {
	outline: none;
	text-decoration: none;
}

a img {
	border: none;
}

.wrapper {
	width: 100%;
	height: 100%;
	background-color: #1f6db2;
	position: relative;
}

.wall {
	height: 697px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.wall .west {
	width: 344px;
	height: 649px;
	background: #1f6db2 url('media/images/wall-west.jpg') no-repeat 0% 0%;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -800px;
}

.wall .east {
	width: 344px;
	height: 649px;
	background: #1f6db2 url('media/images/wall-east.jpg') no-repeat 0% 0%;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 550px;
}

.container {
	width: 1100px;
	margin: auto;
	background-color:#175183;
	height: auto !important;
	position: relative;
	z-index: 3;
}

.header A.logo {
    float:left;
    display: block;
    width:228px;
    height: 80px;
    overflow: hidden;
    background:transparent url('media/images/logo.png') no-repeat 0 0; 
}

.header A.logo H1 {
    padding:80px 0 0 0;
    margin:0;
}

.header .support {
	width:872px;
	height: 80px;
	float: left;
	background: #1f6db2 url('media/images/bg-header.png') no-repeat 0 0;
}

.header .support A.button {
	display: block;
	width:164px;
	height:32px;
	margin:22px 0 0 600px;
	padding: 6px 0 0 56px;
	background: #1f6db2 url('media/images/button-support.png') no-repeat top left;
	color:#FFF;
	font-size: 1.6em;
	letter-spacing: -1px;
}

.header .support A.button:hover {
	background: #1f6db2 url('media/images/button-support.png') no-repeat bottom left;
}

.content {
	clear:both;
	margin-bottom: 150px;
	background-color: #FFF;
	padding:25px;
}

.content .teaser {
    width:1050px;
    height: 152px;
    margin-bottom: 20px;
    padding: 200px 0 0 0;
    background: #1f6db2 url('media/images/bg-teaser.jpg') no-repeat 0 0;
}

.content .teaser P {
    padding:0;
    margin: 0 0 15px 75px;
    line-height: 30px;
}

.content .teaser P A.button {
    display: inline-block;
    width:115px;
    height:30px;
    margin: 0 10px 0 0;
    padding:0 2px 2px 0;
    background: transparent url('media/images/button-teaser.png') no-repeat left top;
    color: #081d2f;
    font-size: 1.6em;
    letter-spacing: -1px;
    text-align: center;
}

.content .teaser P A.button:hover {
    background: transparent url('media/images/button-teaser.png') no-repeat left bottom;
}

.content .teaser P SPAN {
    color: #FFF;
    font-size: 1.4em;
    letter-spacing: -1px;
}

.content .teaser P SPAN A, .content .teaser P SPAN A:hover {
    color: #FFF;
    font-size: 1em;
	text-decoration: underline;
}

.main {
    clear: both;
    background-color: #FFF;
}

.main .left {
    float:left;
    width: 810px;
    height: 400px;
    overflow: hidden;
    background-color: #FFF;
    position:relative;
}

.main .left .iframeContainer {
    margin: -25px 0 0 -8px;
    z-index: 6;
}

.main H2 {
    display:block;
    padding:0 0 5px 22px;
    margin:0;
    font-size: 1.8em;
    border-bottom: 1px solid #164e80;
    color: #1f6db2;
    background: white url('media/images/icon-puce.png') no-repeat left 5px;
    letter-spacing: -1px;
}

.main .left H2 {
    width:788px;
    position:absolute;
    z-index: 99;
}

.main .right {
    float:right;
    width: 200px;
    height: 400px;
    background-color: #FFF;
}

.clearBoth {
	CLEAR: both;
	LINE-HEIGHT: 0px;
	FONT-SIZE: 0px;
	-ZOOM: 1;
}

.rounded {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	/*behavior: url(border-radius.htc);*/
}

.twtr-tweet-text P, .twtr-tweet-text A {
	font-size:11px !important;
}
