@font-face {
    font-family: 'gotham_lightregular';
    src: url('font/ufonts.com_gotham-light-webfont.eot');
    src: url('font/ufonts.com_gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ufonts.com_gotham-light-webfont.woff') format('woff'),
         url('font/ufonts.com_gotham-light-webfont.ttf') format('truetype'),
         url('font/ufonts.com_gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family:"Helvetica", arial, sans-serif;
	font-size:12px;
	color:#676767;
	line-height:19px;
}

#header {
	position:relative;
	width:100%;
	background-image:url('../images/header_bg.jpg');
	background-repeat:repeat-x;
}

.content {
	position:relative;
	width:960px;
	margin:0 auto;
}

/*#menu {
	position:relative;
	float:right;
	clear:right;
	margin-top:49px;
}*/

#menu {
	position:absolute;
	top:97px;
	right:0px;
}

#menu a {
	font-family:"Georgia", serif;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	padding:16px 0;
	margin-left:60px;
	line-height:44px;
}

a.btn_lang {
	text-decoration:none;
	text-transform:uppercase;
	background-color:#386795;
	color:white;
	font-size:10px;
	padding:15px;
	float:right;
}

#menu a:hover, #menu a.active {
	color:#62a4e3;
	background-image:url('../images/fleche_menu.png');
	background-repeat:no-repeat;
	background-position:bottom center;
}

#col_left {
	position:relative;
	float:left;
	width:280px;
	padding:10px;
}

#col_right {
	position:relative;
	width:580px;
	padding:10px;
	float:right;
}

.container {
	position:relative;
	width:960px;
	margin:auto;
}
hr {
	margin-top:20px;
	border-top:1px solid #676767;
	border-bottom:0px solid white;
}

h1 {
	font-family:"gotham_lightregular", Arial, sans-serif;
	font-size:30px;
	color:#bcbcbc;
	font-weight:normal;
	text-transform:uppercase;
	padding:30px 0;
}

h2 {
	font-family:"Georgia", serif;
	font-size:18px;
	color:#3b7dbb;
	font-weight:normal;
	padding:10px 0;
}

h3 {
	font-weight:bold;
	font-size:12px;
	color:#383838;
	text-transform:uppercase;
	padding:20px 0 10px;
}

ul li {
	padding:0 0 0 20px;
	line-height:13px;
	margin:10px 0;
	background-image:url('../images/bullet.jpg');
	background-repeat:no-repeat;

}

p {
	padding:10px 0;
}

.container a {
	color:#333;
}

.spacer {
	clear:both;
	display: block;
	height: 8em;
	width: 100%;
}
