/* CSS Document */
body{
	color:rgb(100,100,100);
	font-family:abelregular;
	font-size:16.67px;
	background:#d0d2d3;
}
img{
	border:none;
}
.global{
	margin:auto;
	width:946px;
	background:#fff;
	padding:40px;
}
#slider{
	float:right;
	width:805px;
}
.logo{
	float:left;
}
.menu{
	clear:both;
	margin-bottom:40px;
}
.main{
	width:477px;
	float:left;	
}
.contenu{

}
.photos{
	width:430px;
	float:right;
	margin-bottom:110px;
}
.photos img{
	float:right;
	margin: 0 0 10px 10px;
}
h1{
	margin:0;
	color:rgb(18,137,202);
	margin-top:-10px;

}
h2{
	margin-bottom:0;	
	font-size:1.6em;
	padding-left:15px;
	background:url(../upload/images/carre-bleu.png) no-repeat 0 center;
}
h2+p{
	margin-top:0px;
}
.pied{
	clear:both;
	height:56px;
	background: #003250;
}
.pied ul{
	padding:5px 10px;
}
.pied li{
	list-style:none;
	float:right;
	padding:0 10px;
}

.pied li a{
	color:#586b7d;
	text-transform:uppercase;
	text-decoration:none;	
	font-size:14px;
	font-weight:600;
}
.copyright{
	height:65px;
	background:#041b29;
	color: #FFF;
	text-align:center;
	padding-top:23px;
	font-size:12.5px;
}
@font-face {
    font-family: 'abelregular';
    src: url('../fonts/abel/abel-regular-webfont.eot');
    src: url('../fonts/abel/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/abel/abel-regular-webfont.woff') format('woff'),
         url('../fonts/abel/abel-regular-webfont.ttf') format('truetype'),
         url('../fonts/abel/abel-regular-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'baar_sophiaregular';
    src: url('../fonts/baars/baars___-webfont.eot');
    src: url('../fonts/baars/baars___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/baars/baars___-webfont.woff') format('woff'),
         url('../fonts/baars/baars___-webfont.ttf') format('truetype'),
         url('../fonts/baars/baars___-webfont.svg#baar_sophiaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.name{
	color:#1289ca;
	font-size:22.22px;
}
.function{
	margin-bottom:25px;
	display:block;
}
.persona{
	border-bottom:1px solid #1289ca;
	padding:15px 15px 15px 0;
	margin:0;
	clear:both;
	

}
.persona1{
	padding-bottom:35px;	
}
.portrait{
	float:left;
	margin-right:30px;
	border:5px solid #fff;
	margin-bottom:40px;
	box-shadow: 0 0 10px #666666;
}
.contenu a, contenu a:visited{
	color:rgb(100,100,100);
	text-decoration:none;
}
.contenu a:hover{
	color:#1289ca;
	text-decoration:underline;
}
.noborder{
	border:none;
}