/********************/
/*  Fichier CSS
/*	container.css
/*	défini le style des blocs de contenu
/********************/

body, html {
	margin:0;
	padding:0;
	font-size:10pt;
	font-family: Arial, Verdana, Tahoma;
}

p {
	margin:0;
	padding:0;
}

form {
	margin:0;
	padding:0;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#container { 
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#top {

}

#main {
	position: relative;
}

#bottom {

}

#header {
	width:800px;
	height:72px;
	background: url(../images/header.jpg) no-repeat bottom left;
	position: relative;
}

#info_header {
	float:right;
	margin:5px 3px;
	padding:0;
	color:#666;
	font-size:9pt;
	text-align:right;
}

#sub_header {
	position: relative;
	width:800px;
	height:42px;
	background: url(../images/sub_header.png) repeat-x top left;
}

/* menu général sub header*/

#navbar {
	position: absolute;
	top: 3px;
	border-right:solid 1px #cfcfcf;
	border-left:solid 1px #cfcfcf;
	padding-top:1px;
	height:33px;
	width:798px
}

#navbar ul.menu {
	padding-left: 5px;
}

#navbar ul li.item {
	float: left;
	height:31px;
	position:relative;
}

#navbar ul li.sep_menu {
	background: url(../images/navbar_sep_menu_blue.png) no-repeat bottom right;
}

#navbar ul li.end_sep_menu {
	background: url(../images/navbar_sep.png) no-repeat right;
}

#navbar ul li.sep_menu_tools {
	background: url(../images/navbar_sep_menu_tools.png) no-repeat right;
}

#navbar ul li.deb_sep_menu {
	background: url(../images/navbar_deb_sep.png) no-repeat left;
	width:2px;
}

#navbar a.item_menu, #navbar a.item_menu_abo {
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	line-height:31px;
	height:31px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	float:left;
	margin-right:2px;
}

#navbar a.item_menu {
	background: url(../images/navbar_menu.png) repeat-x left;
}

#navbar a.tools {
	background: url(../images/navbar_menu_tools.png) repeat-x left;
}

#navbar a.item_menu_abo {
	background: url(../images/navbar_abonnement.png) repeat-x left;
}

#navbar a.item_menu:hover, #navbar a.item_menu_abo:hover {
	color: #fff;
	background: url(../images/navbar_menu_over.png) repeat-x left;
}




/*

#navbar ul {
	border-right:solid 1px #cfcfcf;
	border-left:solid 1px #cfcfcf;
	width:100%;
	position: absolute;
	top:2px;
	height:35px;
}

#navbar ul li {
	float: left;
	height:34px;
	position:relative;
	background: url(../images/navbar_sep.png) no-repeat right;
}

#navbar ul li a {
	font-size: 10pt;
	color: #666;
	font-weight: bold;
	line-height:34px;
	height:34px;
	padding-left:10px;
	padding-right:13px;
	text-decoration: none;
	float: left;
}

#navbar ul li a:hover {
	color: #fff;
	background: url(../images/navbar_menu.png) repeat-x left;
}*/

#login_area {
	position: absolute;
	right:5px;
	top: 9px;
}

#login_area p {
	float:left;
	margin:0;
	margin-left: 5px;
	padding:0;
}

#login_area label {
	color: #333;
	font-size:12px;
}

#login_area p#login_button {
	margin-top:-3px;
}

#info_connect {
	position:absolute;
	top:-9px;
	right:1px;
	width:337px;
	height:64px;
	background: url(../images/res_connexion.png) no-repeat top left;
}

#info_connect #res_connect {
	color:#000;
	font-size:8pt;
	margin:20px 10px 0 5px;
	height:25px;
	overflow: visible;
}

#relogin_content {
	margin-top:5px;
	padding:10px;
	margin-left:50px;
	border:solid 1px #cfcfcf;
	background-color:#f2f2f2;
}

#relogin_content span {
	display:block;
	font-style:italic;
	font-size:11px;
	color:#666;
	margin-bottom:15px;
}

#relogin_content input {
	color:#666;
	border-right:solid 1px #dfdfdf;
	border-bottom:solid 1px #dfdfdf;
	border-top:solid 1px #aaa;
	border-left:solid 1px #aaa;
}

#reconnect_res {
	color:#880000;
	font-size:11px;
	height:25px;
	overflow-y: auto;
	margin-top:5px;
}

#info_connect #res_connect .close_bulle {
	float:right;
	margin-top:-5px;
	margin-left:-15px;
}

#registration_area {
	position:relative;
	float:right;
	width:340px;
}

#registration_area #top_registration {
	height:76px;
	width:340px;
	background: url(../images/fr/bg_top_registration.jpg) no-repeat bottom left;
}

#registration_area #registration_content {
	height:379px;
	width:340px;
	background: url(../images/bg_registration.jpg) no-repeat top left;
	position: relative;
}

#registration_error {
	position:absolute;
	top:5px;
	right:0;
	width:340px;
	height:65px;
	background: url(../images/res_registration.png) no-repeat top left;
}

#registration_error p {
	color:#000;
	font-size:11px;
	height:25px;
	overflow: visible;
	padding:5px 20px 10px 10px;
}

#registration_error p .close_bulle {
	float:right;
	margin-top:0;
	margin-right:-15px;
}

#content {
	position:relative;
	background: url(../images/bg_main_index.jpg) no-repeat bottom left;
	height:455px;
	width:448px;
}

#content #try_button {
	position:absolute;
	right:10px;
	bottom:120px;
}

#bulle_main {
	left:420px;
	top:300px;
	width:250px;
}

#bulle_member {
	left:760px;
	top:60px;
	width:250px;
}

#bulle_connect {
	position:absolute;
	top: 0;
	right:0;
	width: 250px;
}

.bulle {
	position: absolute;
	background: #999;
	border:solid 1px #666;
	color: #fff;
	padding:5px;
	font-weight:bold;
}

.bulle  .icon {
	float:left;
}

.bulle  p {
	margin-top:6px;
	margin-left:55px;
}

.bulle  p.sub {
	text-align:right;
	padding:2px 2px;
	margin:5px 0 0 0;
	border-top:solid 1px #666;
}

.bulle  .pointer {
	position: absolute;
    left: -16px;
    top: 2px;
    width: 16px;
    height: 26px;
    background: url(../images/pointer_bulle_main.gif) right top no-repeat;
}

.hint {
   	display: none;
    position: absolute;
    right: -230px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #66cc00;
    padding: 10px 12px;
    background: #ccff99 url(../images/pointer_hint.gif) no-repeat -10px 5px;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer_hint.gif) left top no-repeat;
}

#content #taketour {
	margin-top: 70px;
	margin-left:10px;
	background: url(../images/fr/taketour.png) no-repeat left;
	height:80px;
}

#members {
	margin-top:10px;
	padding:0 0 10px 0;
	float:left;
	margin-right:10px;
	position: relative;
}

#members .member {
	border:solid 1px #cfcfcf;
	float:left;
	margin-right: 5px;
	position: relative;
}

#members .member img {
	border:solid 4px #fff;
}

#members .member .info_member {
	position: absolute;
	top: 65px;
	left: 0px;
	background: url(../images/bg/bg_info_member.gif) no-repeat top left;
	width:170px;
	height: 70px;
}

#members .member .info_member .content {
	padding:5px 10px;
	padding-top:20px;
	color:#333;
	font-size:12px;
}

#members .member .info_member .content span {
	font-size: 11px;
}

#last_testimony {
	margin-top:10px;
	padding:0 0 10px 0;
	float:left;
	width:280px;
}

#last_testimony .content{
	padding:5px;
	border:solid 1px #cfcfcf;
	height: 71px;
	background: #fff url(../images/bg/bg_news_content.png) repeat-x bottom left;
}

#last_testimony a.text {
	text-decoration: none;
	color:#666;
	font-size:11px;
	font-style:italic;
}

#last_testimony .content p#testimony_button {
	margin-bottom:8px;
	padding-left:20px;
	background: url(../images/arrow.gif) no-repeat left;
}

#last_testimony .content p#testimony_button a {
	font-size:11px;
}

#footer {
	margin-top:10px;
	padding-top: 5px;
	border-top:solid 3px #cfcfcf;
}

#footer p {
	margin:0;
	padding:0;
	text-align:center;
	color: #666;
	font-size:8pt;
}

.spacer {
	clear:both;
}

.spacer_left {
	clear:left;
}

.f_left {
	float:left;
}

.f_right {
	float:right;
}

#info_bottom {
	margin-top:30px;
	margin-bottom:10px;
}

#info_bottom p {
	color:#666;
	font-size:8pt;
}

div.error {
	height:100% !important;
	height:100px;
	min-height:100px;
	padding:30px 0 0 98px;
	color:#95253b;
	font-size: 11pt;
	background: url(../images/icon/error.png) no-repeat top left;
}

div.success {
	height:60px;
	min-height:60px;
	padding:20px 0 0 70px;
	color:#666;
	font-size: 11pt;
	background: url(../images/icon/success.png) no-repeat top left;
}

div.progress {
	margin:0 auto;
	width:80%;
	padding-left:25px;
	padding-top:5px;
	background: url(../images/progress.gif) no-repeat top left;
}

div.progress p {
	color:#666;
	font-weight: bold;
}

div.info {
	padding: 5px 20px;
}

div.info p.info_content{
	padding:8px 10px 8px 50px;
	color:#666;
	font-size: 10pt;
	font-weight: bold;
	background: transparent url(../images/icon/info.png) no-repeat top left; 
}

.top_section_info_800 {
	height:30px;
	line-height:30px;
	background: url(../images/bg/bg_top_section_info_800.png) no-repeat top left;
	padding:5px;
	width:800px;
}

.top_section_info_800 p.top_info {
	color: #666;
	font-size:9pt;
	line-height:20px;
}

.top_section_info_800 .module {
	float:right;
	margin-right:5px;
	padding-right:5px;
	font-size:9pt;
	background:transparent url(../images/bg/bg_td_vert_sep.png) repeat-y bottom right;
}

.top_section_info_800 select {
	color:#666;
	font-size:9pt;
}
