html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('../img/bg.png') left top;
	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
}

img {
	border: 0px;
}

#outside_container {
	width: 100%;
	min-height: 520px;
	background: url('../img/bg2.png') repeat-x 0px top;
}

* html #outside_container {
	height: 520px;
}

#container {
	width: 999px;
	height: 651px;
	position: absolute;
	left: 50%;
	
	margin: 0px 0px 0px -500px;
	background: url('../img/container_bg.png') no-repeat left 4px;
}

#header {
	width: 383px;
	height: 61px;
	background: url('../img/header_fr.png') no-repeat left top;
	position: absolute;
	left: 308px;
	top: 5px;
	text-indent: -99999px;
}

#lang {
	width: 82px;
	height: 22px;
	background: url('../img/lang_fr.png') no-repeat left top;
	position: absolute;
	left: 808px;
	top: 20px;
}

#lang a {
	display: block;
	width: 82px;
	height: 22px;
	text-indent: -99999px;
	outline: none;
}

#popups {
	width: 538px;
	height: 506px;
	position: absolute;
	left: 232px;
	top: 73px;
	z-index: 1;
	
}

div.popup {
	width: 502px;
	height: 438px;
	padding: 50px 18px 18px 18px;
	
	background: url('../img/popup_bg.png');
	display: block;
}

div.popup div.close {
	position: absolute;
	top: 4px;
	right: 4px;
	height: 20px;
	width: 20px;
	
	background: url('../img/x.png') no-repeat left top;
}

div.popup div.close a {
	display: block;
	height: 20px;
	width: 20px;
	
	cursor: pointer;
}

div.popup h1 {
	color: #2393d1;
	font-weight: bold;
	font-size: 23px;
	margin: 0px 0px 16px 0px;
}

div.popup h2 {
	color: #2393d1;
	font-weight: normal;
	font-size: 15px;
	margin: 0px 0px 11px 0px;
}

div.popup p {
	color: #000;
	font-size: 13px;
	line-height: 16px;
	margin:8px 0;
}
div.popup ul{
	color: #000;
	font-size: 13px;
	line-height: 16px;
	margin:0 0 16px 0;
	padding-left:15px;
}
div.popup  dl{
	color: #000;
	font-size: 13px;
	line-height: 16px;
	margin: 0px 0px 16px 0px;
}
div.popup  dd{
	margin-bottom:3px;
}
div.popup #adresse{
	margin:10px 0px 0px 0px;
}

div.popup #adresse p{
	margin:0;
	padding:0;
}


#bubbles {
	position: absolute;
	left: 10px;
	top: 58px;
}

#menu {
	position: absolute;
	/*background-color: pink;*/
}

  .lang_fr{
	bottom: 3px;
	left: -10px;
	width: 999px;
	
}
 .lang_en{
	bottom: 3px;
	left: 65px;
	width: 820px;
}

#menu ul {
	margin: 0px 0px 0px 94px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#menu ul li {
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 0px 10px 0px 10px;
	max-width: 150px;
}
#popups a {font-size:13px; color: #20376D; text-decoration: none; cursor: pointer; font-weight:bold; }
#popups  a:link { color: #20376D; text-decoration: none; font-weight:bold;}
#popups a:visited { color: #20376D; text-decoration: none; font-weight:bold; }
#popups a:hover { color: #20376D; text-decoration: underline; font-weight:bold; }
#popups a:active { color: #20376D; text-decoration: underline; font-weight:bold; }

#menu ul li a { color: #fff; text-decoration: none; cursor: pointer; }
#menu ul li a:link { color: #fff; text-decoration: none; }
#menu ul li a:visited { color: #fff; text-decoration: none; }
#menu ul li a:hover { color: #fff; text-decoration: underline; }
#menu ul li a:active { color: #fff; text-decoration: underline; }





/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 0px solid #999;
	margin-top: 0px;
	padding: 0px 0px;
}
fieldset legend {
	background:#eee;
	color: #0086c5;
	font-size: 100%;
	font-weight: normal;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px 0px;
	border: 3px solid #999;
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 0px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: 0;
	vertical-align: text-top;
}
form div.input {
	color: #444;
	margin-bottom: 10px;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
}
label {
	display: block;
	font-size: 80%;
	padding-right: 20px;
	font-weight: bold;
	color: #2393d1;
}
table.files {
	width: 90%;
	margin-left: 26px;
}

table.files caption {
	text-align: left;
	font-size: 80%;
	font-weight: bold;
}
input, textarea {
	clear: both;
	font-size: 70%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
	
}

input {
	width: 60%;
}

.text input, .textarea textarea {
	border: 1px solid #777;
}
.text input:focus, .textarea textarea:focus, .password input:focus {
	border: 1px solid #777;
}
select {
	/*clear: both;
	font-size: 120%;
	vertical-align: text-bottom;*/
}
select[multiple=multiple] {
	/*width: 100%;*/
}
div.multiplecheckbox {
	margin-bottom: 30px;
}
div.checkbox {
	margin: 0px 20px 10px 20px;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
	clear: left;
	padding: 0.5em;
}

div.checkbox input {
	clear: left;
	float: left;
	width: auto;
	outline: none;
	height: 22px;
}
div.checkbox label {
	float: left;
	padding-left: 2px;
}

option {
	/*font-size: 120%;
	padding: 0 3px;*/
}

input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 70%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Inline forms */
form.inline {
	margin: 0px !important;
	padding: 0px !important;
}

form.inline input {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 10px !important;
}
