/*#### FONTS ####*/

@font-face {
	font-family: Metric-Regular;
	src: url("../fonts/Metric-Regular.otf") format("opentype");
}

@font-face {
	font-family: Metric-Light;
	src: url("../fonts/Metric-Light.otf") format("opentype");
}

/*#### LAYOUT ####*/

body, html {
	margin: 0;
	padding: 0; 
	width: 100%;
	/*min-height: 1060px;*/
	color: #FFFFFF;
	font-size: 12px;
	line-height: 17px;
	font-family: 'Lucida grande', arial, sans-serif;
	/*background-color:#000;*/
}

html{
	background-image: url(../img/background.gif);
	background-position: center top;
	background-repeat: repeat;
}

body{
	background-position: center -50px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
}

.container{
	min-height: 100%;
	margin: auto;
	width: 935px;
	overflow: visible;
}

.header{
	width: 100%;
	height: 250px;
	margin-top: 53px;
	display: block;
}

.logo{
	width: 214px;
	height: 122px;
	margin-right: 46px;
	float: left;
}

DIV.menu{
	float: left;
	color: #7375a6;
	margin-top: 50px;
}

.menu-block{
	float: left;
	width: 151px;
	margin-left: 17px;
	overflow: visible;
}

.menu-block:hover{

}

.menu-head{

}

.menu-head:hover{
	color: #FFFFFF !important;
}

.menu-spacer{
	margin-top: 6px;
	overflow: hidden;
}

.wide{
	clear: both;
	overflow: visible;
	width:280px;
}

.content{
	float: left;
	clear: both;
	padding-left: 275px;
	margin-top: 15px;
	padding-bottom: 100px;
}


/*#### TEXT STYLES ####*/

a{
	color: #7375a6;
	text-decoration: underline;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

a.menu{
	text-decoration: none;
	clear: both;
	color: #7375a6;
}

a.menu:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.active{
	color: white !important;
}

h1{
	margin: 0px;
	padding: 0px;
	font-size: 60px;
	line-height: 65px;
	margin-bottom: 12px;
	font-family: 'Metric-Light';
	font-weight: 100;
}

h2, section h1{
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 6px;
	font-weight: 100;
}

h3{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h6{
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 16px;
	font-family: 'Metric-Regular';
	font-weight: 100;
}

DIV.text{
	margin-bottom: 48px;
	column-count: 2;
	column-gap: 20px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
}

DIV.actualite{
	height: 296px;
	clear: both;
	margin-bottom: 36px;
}

.column{
	width:48%;
	float: left;
	padding-left: 10px;
	margin-bottom: 26px;
}

.gutter{
	padding-right: 10px;
	padding-left: 0px;
}

div.image{
	width: 296px;
	height: 296px;
	-webkit-border-radius: 148px;
	-moz-border-radius: 148px;
	border-radius: 148px;
	background-size: cover;
    background-repeat: no-repeat;
}

ul.liens{
	padding: 0px;
	margin: 0px;
}

ul.liens-small{
	padding: 0px;
	margin: 0px;
}

li.lien{
	font-size: 21px;
	line-height: 26px;
	font-family: 'Metric-Regular';
	list-style-type: none;
	color: #7375a6;
	padding: 0px;
	margin: 0px;
}

li.lien-small{
	font-size: 11px;
	line-height: 17px;
	list-style-type: none;
	padding-left: 0px;
	color: #7375a6;
	padding: 0px;
	margin: 0px;
}

@media only screen
and (max-width: 730px) {
	body,html{
		width: 100%;
		font-size: 20px;
		line-height: 28px;
	}
	body{
		background-image: none !important;
	}
	.container{
		width: 100%;
		height: 10px;
		min-height: 10px%;
		margin: inherit;
	}

	.content{
		padding-left: 16px;
	}
	.logo{
		clear: both;
		margin-left: 8px;
		margin-right: 0px;
		float: none;
		margin: auto;
	}
	.menu{
		clear: both;
		font-size: 20px;
	}
	.menu-block{
		float: left;
		margin-top: 24px;
		width: 23%;
	}
	.menu-head{
		margin-top: 48px;
	}
	.menu-spacer{
		max-width: 400px;
		overflow: hidden;
	}
	.wide{
		width: 100%;
	}
	.title{
		margin-top: 48px;
	}
}
