@font-face {
    font-family: 'AvenirLT55RomanRegular';
    src: url('fonts/avenirlt-roman-webfont.eot');
    src: url('fonts/avenirlt-roman-webfont.eot?#iefix') format('eot'),
         url('fonts/avenirlt-roman-webfont.woff') format('woff'),
         url('fonts/avenirlt-roman-webfont.ttf') format('truetype'),
         url('fonts/avenirlt-roman-webfont.svg#webfontzIvqCLTe') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AvenirLT55RomanBold';
    src: url('fonts/avenirlt-heavy-webfont.eot');
    src: url('fonts/avenirlt-heavy-webfont.eot?#iefix') format('eot'),
         url('fonts/avenirlt-heavy-webfont.woff') format('woff'),
         url('fonts/avenirlt-heavy-webfont.ttf') format('truetype'),
         url('fonts/avenirlt-heavy-webfont.svg#webfontfHuSHASI') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, 
body {
	height: 100%;
	font-family: 'AvenirLT55RomanRegular', sans-serif;
	margin:0;
	padding:0;
}
a img {
	border: none;
	outline: none;
}
.wrapper {
	height: 100%;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-left:45px;
	background: url(img/bkg.gif) repeat-y;
}
.header h1 {
	color: #a3a4a6;
	text-transform: uppercase;
	font-weight: normal;
	width: 680px;
	float: left;
	font-size: 40px; 
	margin: 20px 0 0 0;
	padding: 0px;
	line-height: 1;
}
.header h1 span {
	color: #1c93a9;	
}
.header img {
	float:right;
	margin-right:110px;
	margin-top:20px;
}
.header object {
	clear:both;
	margin-left:-5px;
}
.presentation {
	float: right;
	width: 225px;
	padding-right: 15px;
	padding-top:25px;
}
.presentation h3 {
	font-family: 'AvenirLT55RomanBold', sans-serif;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	color: #1b92a8;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.presentation p {
	font-size:13px;
}
.lien-blog {
	float: left;
	width: 660px;
	margin-top: 25px;
}
.lien-blog h2 {
	text-transform: uppercase;

	font-size: 32px;
	float: left;
	font-weight: normal;
	line-height: 1;
	padding:0;
	margin:0;
}
.lien-blog h2 a {
	color: #1b92a8;
	text-decoration:none;
}
.lien-blog .blogueur {
	float:right;
}
.lien-blog .blogueur p {
	margin:0;
	padding:0;
	text-align:right;
	line-height:1.1;
	font-size:12px;
}
.lien-blog .blogueur .nom {
	font-family: 'AvenirLT55RomanBold', sans-serif;
	color: #1b92a8;
	font-size:13px;
}
.lien-blog .visuel {
	background: #FFF;
	border-bottom: 11px solid #9d938a;
	clear: both;
	overflow: hidden;
}
.lien-blog .visuel img {
	float: left;
}
.lien-blog .visuel .portrait {
	float: right;
}
