@font-face {
    font-family: 'continuum_boldregular';
    src: url('../fonts/contb-webfont.woff2') format('woff2'),
         url('../fonts/contb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'continuum_lightregular';
    src: url('../fonts/contl-webfont.woff2') format('woff2'),
         url('../fonts/contl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'continuum_mediumregular';
    src: url('../fonts/contm-webfont.woff2') format('woff2'),
         url('../fonts/contm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family:"continuum_mediumregular",Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
	color:#231f20;
}

/*****************************************************************************************************************************/

.page {
	width:1000px;
	margin:auto;
}

.clr {
	clear:both;
}

/*****************************************************************************************************************************/

.langue {
	float:right;
}
.langue a {
	float:left;
	display:inline-block;
	margin:5px;
}

.logo {
	float:right;
	margin:20px 60px;
	margin-left:0;
	display:inline-block;
}

.menu {
	float:left;
	margin-top:102px;
	margin-left:40px;
}
.menu ul {
	margin:0;
	padding:0;
}
.menu ul li {
	float:left;
}

.menu ul li a {
	line-height:33px;
	height:33px;
	color:#fff;
	background-color:#919295;
	padding:0 25px;
	display:block;
	margin-right:1px;
	font-family:'continuum_mediumregular',Arial, Helvetica, sans-serif; 
	font-size:14px;
}
.menu ul li a:hover {
	background-color:#ed1c24;
}

.menu ul li a.selected {
	background-color:#ed1c24;
}

.corp {
	position:relative;
}

.banner {
	margin:0;
	padding:0;
	display:block;
	height:290px;
}

.cont {
	color:#000;
}

.block {
	float:left;
}

.block h1 {
	font-size:20px;
	line-height:24px;
	margin:5px 0;
	margin-top:20px;
}

.block p {
	text-align:justify;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}


.form {
	margin-right:20px;
	width:350px;
	float:right;
}
.form h1 {
	font-size:18px;
	line-height:24px;
	margin:5px 0;
	margin-top:20px;
}

.form label {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}

.form input {
	background-color:#d1d2d4;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	width:260px;
	margin-bottom:5px;
}

.form textarea {
	background-color:#d1d2d4;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	width:260px;
	height:40px;
}

