/* CSS Document */
html, body, div, span, applet, object, p, a, img, strong, ul, li,
fieldset, form, label, input, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Tahoma, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
.clearer {
	height:0px;
	font-size:0px;
	clear:both;
	visibility:hidden;
	content:".";
}
.header {
	width:100%;
	height:399px;
	background:url(images_fr/header_bg1.gif) repeat-x;
}

.header_inner {
	width:1025px;
	margin:0px auto;
}
.header_inner img {
	display:block;
	float:left;
}
.header_menu {
	width:321px;
	height:187px;
	float:left;
	background:url(images_fr/header3.jpg) no-repeat;
}
.header_menu a {
	display:block;
	width:277px;
}
.container {
	width:1025px;
	overflow:hidden;
	background-color:#fff;
	margin:0px auto 20px auto;
}
.content {
	width:928px;
	margin-left:53px;
	overflow:hidden;
}
.profil {
	float:left;
	width:216px;
	margin-right:15px;
	margin-bottom:30px;
}
.profil_img {
	display:block;
	width:200px;
	height:174px;
	position:relative;
	background:url(images_fr/show_bg.gif) top left no-repeat;
	padding:8px;
	margin-bottom:7px;
}
.profil_img b {
	display:block;
	position:absolute;
	top:162px;
	left:8px;
	width:200px;
	height:20px;
	background-image:url(images_fr/profil_bg.png);
	*background-image: none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images_fr/profil_bg.png');
}
.profil_img b strong {
	display:block;
	float:left;
	width:30px;
	height:10px;
	margin:5px 0px 0px 5px;
}
.profil_img b span {
	display:block;
	float:right;
	width:100px;
	text-align:right;
	margin:2px 5px 0px 0px;
}
.profil div {
	width:212px;
	height:30px;
	overflow:hidden;
	text-align:right;
}
.profil div span {
	float:left;
	width:115px;
	color:#5A870A;
	font:bold 14px Tahoma, serif;
	text-align:left;
}
.profil div a {
	display:block;
	float:right;
	background:url(images_fr/voir_bg.gif) left center no-repeat;
	padding-left:22px;
	color:#7E7E7E;
	font:normal 12px/18px Tahoma, serif;
	text-decoration:none;
}
.profil div a:hover {
	text-decoration:underline;
}
.profil_img:hover {
	cursor:pointer;
	background:url(images_fr/show_bgo.gif) top left no-repeat;
}
.footer {
	width:100%;
	min-width:1025px;
	text-align:center;
	background:url(images_fr/footer_bg.gif) top repeat-x;
	padding-top:40px;
}
.navi {
	display:block;
	text-align:center;
	color:#5A870A;
	font:11px normal Tahoma, serif;
}
.navi a {
	color:#5A870A;
	font:11px normal Tahoma, serif;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}
.navi a:hover {
	text-decoration:underline;
}
.footer_legals {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.footer #legals_link {
	color:#5A870A;
	font-size:11px;
	text-decoration:none;
}
.footer #legals_link:hover {
	text-decoration:underline;
}

/* POPUP */
#popup {width:421px; height:318px; overflow:hidden; background:url(images_fr/mc_bg.gif) no-repeat; position:fixed; _position:absolute; z-index:9999;  left:50%; top:50%; margin-left:-210px; margin-top:-159px; display: none}
.popup_close {
	display:block;
	width:22px;
	height:22px;
	position:absolute;
	right:14px;
	top:12px;
}
.popup_form {
	width:380px;
	height:162px;
	overflow:hidden;
	margin-left:28px;
	margin-top:60px;
	_padding-top:60px;
}
.popup_img {
	display:block;
	float:left;
	border:1px solid #fff;
	margin-right:13px;
}
.popup_text {
	width:210px;
	float:left;
}
.popup_text label {
	display:block;
	font-size:14px;
	color:#076180;
	height:26px;
	line-height:26px;
}
.popup_input {
	display:block;
	border:none;
	background-color:#fff;
	color:#4F545B;
	font-weight:bold;
	padding:3px;
	width:192px;
	font-size:14px;
	height:19px;
}
.popup_submit {
	width:394px;
	padding-top:31px;
	margin-left:14px;
}
