/*  

Copyright © 2010 Troll d'idées. Tous droits réservés.


*/

/* ========== Balises HTML ========== */

body, div, p, form, ul, li, h1, h2, h3, h4, h5, h6, table, tr, td, th, code, pre {
	margin: 0;
	padding: 0;
}

body {
	font: 75%/1.53em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #fff;
	background: #000 url(images/bg.jpg) no-repeat center top;
}

p {
	/*text-align: justify;*/
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

ul {
	margin: 0 0 0 20px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
}

.illu_fb {
	display: none;
}

/* ========== Top ========== */

#top a {
	margin: 0 30px 0 0;
	color: #CCC;
}

#top a:hover {
	color: #c73b0b;
}

#top .banniere {
	float: right;
	margin: 0 0 0 10px;
	width: 50px;
	height: 80px;
	background: url(images/banniere.png) no-repeat;
}

/* ========== header ========== */

#header strong {
	color: #FFF;
}

#header h1, #header p {
	display: inline;
}

#header a {
	color: #CCC;
}

#header .logo {
	margin: 0 0 30px 0;
}

#header .inscription {
	margin: 60px auto 0 auto;
	width: 420px;
	height: 62px;
	line-height: 62px;
	clear: both;
}

#header .bt_inscription {
	display: block;
	float: left;
	width: 202px;
	height: 62px;
	margin: 0 20px 0 0;
	background: url(images/bt_inscription.png) no-repeat;
}

#header .bt_inscription span {
	display: none;
}

#header .bt_espace_membre {
	display: block;
	width: 249px;
	height: 62px;
	margin: 0 auto;
	background: url(images/bt_espace_membre.png) no-repeat;
}

#header .bt_espace_membre span {
	display: none;
}

#header .bt_connect {
	margin: 0 0 0 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

#header .bt_connect:hover {
	color: #c73b0b;
}

#header .profil {
	margin: 40px auto 0 auto;
	width: 500px;
	line-height: 1em;
	clear: both;
}

#header .profil .cadre {
	float: left;
	position: absolute;
	width: 72px;
	height: 72px;
	background: url(images/cadre_avatar.png) no-repeat;
}

#header .profil .avatar {
	float: left;
	margin: 0 20px 0 0;
	padding: 11px;
}

#header .profil .filleul {
	margin: 10px 0 0 0;
	color: #FFF;
	font-size: 0.7em;
}

#header .profil .filleul img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

#header .profil .email {
	font-size: 0.7em;
}

#header .fb_reconnect {
	float: right;
}

/* ========== main ========== */

#main.bg_main {
	background: url(images/fleches.png) no-repeat 220px 100px;
}

#main p {
	margin: 0 0 20px 0;
	font-size: 0.9em;
	line-height: 1.9em;
	color: #ccd8dd;
}

#main a {
	color: #7ebadd;
	text-decoration: underline;
}

#main strong {
	color: #FFF;
}

#main .title {
	margin: 0 0 20px 0;
}

#main .fb_connect {
	margin: 0px 0 15px 0;
	padding: 0 0 20px 0;
	font-size: 0.8em;
	background: url(images/bg_footer.png) repeat-x bottom center;
}

#main .bt_fb_connect {
	margin: 0 0 0 10px;
	vertical-align: middle;
}

#main .col_main_gauche {
	float: left;
	width: 260px;
	margin: 40px 0 0 10px;
	font-size: 0.8em;
}

#main .col_main_milieu {
	float: left;
	width: 260px;
	margin: 40px 80px 0 80px;
	font-size: 0.8em;
}

#main .col_main_droite {
	float: right;
	width: 260px;
	margin: 40px 10px 0 0;
	font-size: 0.8em;
}

#main .col_gauche {
	float: left;
	width: 540px;
}

#main .col_droite {
	float: right;
	width: 420px;
}

#main .col_droite .info_supp {
	margin: 40px 0 0 0;
	/*height: 230px;*/
}

#main .icon_creer {
	float: right;
	width: 48px;
	height: 48px;
	margin: 60px 0 0 0;
	background: url(images/icon_creer.png) no-repeat;
}

#main .icon_publier {
	float: right;
	width: 58px;
	height: 44px;
	margin: 60px 0 0 0;
	background: url(images/icon_publier.png) no-repeat;
}

#main .icon_vendre {
	float: right;
	width: 54px;
	height: 54px;
	margin: 60px 0 0 0;
	background: url(images/icon_vendre.png) no-repeat;
}

#main label span {
	display: inline-block;
	width: 250px;
}

#main label span span {
	font-size: 0.5em;
	color: #7ebadd;
	text-transform: uppercase;
}

#main label.erreur span span {
	color: #F00;
}

#main .form_label {
	margin: 0 0 10px 0;
	clear: both;
}

#main .bt_suivant {
	position: relative;
	left: 730px;
	top: 260px;
	display: block;
	margin: 0 0 -48px 0;
	width: 188px;
	height: 48px;
	background: url(images/bt_etape_suivante.png) no-repeat;
}

#main .bt_suivant span {
	display: none;
}

#main .bt_valider {
	position: relative;
	left: 415px;
	top: 260px;
	display: block;
	margin: 0 0 -48px 0;
	width: 125px;
	height: 48px;
	background: url(images/bt_valider.png) no-repeat;
}

#main .bt_valider span {
	display: none;
}

#main .partage {
	position: relative;
	top: 5px;
	left: 310px;
	margin: 0 0 -126px 0;
	width: 33px;
}

#main .bt_twitter {
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 0 10px 0;
	background: url(images/bt_twitter_02.png) no-repeat center top;
}

#main .bt_facebook {
	display: block;
	width: 58px;
	height: 58px;
	background: url(images/bt_facebook_02.png) no-repeat center top;
}

#main .bt_twitter span, #main .bt_facebook span {
	display: none;
}

#main .code_parrainage {
	position: relative;
	top: 15px;
	left: 50px;
	margin: 0;
	padding: 0;
	width: 300px;
}

#main .code_parrainage li {
	display: block;
	float: left;
	height: 70px;
	list-style: none;
}

#main .code_parrainage li.gauche {
	width: 10px;
	background: url(images/bg_code_g.png) no-repeat center top;
}

#main .code_parrainage li.milieu {
	padding: 0 10px;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 2em;
	background: url(images/bg_code_m.png) repeat-x center top;
}

#main .code_parrainage li.droite {
	width: 10px;
	background: url(images/bg_code_d.png) no-repeat center top;
}

/* ========== Slider inscription ============== */

#slider_masque {
	width:960px;
	height:390px;
	/* border:1px solid red; */
	overflow:hidden;
	position:relative;
}

#slider {
	position:absolute;
	width:4800px; /* 690x5 */
	left:0px;
}

#slider .bg_main {
	background: url(images/fleches.png) no-repeat 220px 40px;
}

#slider .slide {
	width:960px;
	height:390px;
	float:left;
}

/* ========== Eléments de formulaire ========== */

#main .textfield {
	padding: 5px 10px;
	width: 250px;
	height: 30px;
	font-size: 1em;
	color: #7ebadd;
	border: none;
	vertical-align: 5px;
	background: url(images/bg_input.png) no-repeat center top scroll;
	outline-style: none;
}

#main .textfield.petit {
	width: 110px;
	margin: 0 0 0 0;
	background: url(images/bg_input_02.png) no-repeat center top;
}

#main .radio {
	width: auto;
	border: none;
}

#main .textarea {
	padding: 5px 10px;
	width: 250px;
	height: 130px;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #7ebadd;
	border: none;
	vertical-align: 5px;
	background: url(images/bg_input_03.png) no-repeat center top;
	outline-style: none;
}

#main #im_avatarCustom {
}

#main #im_avatarCustom table {
	display: inline-block;
	float: right;
	margin: 0 0 10px 0;
	width: 285px;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;	
}

#main #im_avatarCustom td {
	padding: 0;
}

#main #im_previewavatar {
	display: inline-block;
	margin: 0 10px 0 0;
}

#main #im_btupload {
	display: inline-block;
}

#main #im_infoupload {
	display: inline-block;
}

/* ========== position ========== */

#position ul {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -40px;
}

#position ul li {
	display: inline;
	list-style: none;
}

#position ul li a {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	background: url(images/bt_point.png) no-repeat center -15px;
}

#position ul li a.actif {
	background: url(images/bt_point.png) no-repeat center top;
}

/* ========== footer ========== */

#footer a {
	color: #CCC;
}

#footer a:hover {
	color: #c73b0b;
}

#footer .menu_h {
	float: right;
}

#footer img {
	float: left;
	margin: 0 20px 0 0;
	vertical-align: middle;
}

#footer .bt_twitter {
	display: block;
	float: left;
	width: 33px;
	height: 33px;
	margin: 0 10px 0 0;
	background: url(images/bt_twitter.png) no-repeat center top;
}

#footer .bt_facebook {
	display: block;
	float: left;
	width: 33px;
	height: 33px;
	margin: 0 10px 0 0;
	background: url(images/bt_facebook.png) no-repeat center top;
}

#footer .bt_mail {
	display: block;
	float: left;
	width: 33px;
	height: 33px;
	background: url(images/bt_mail.png) no-repeat center top;
}

#footer span {
	display: none;
}

/* ========== copyright ========== */

#copyright img {
	position: relative;
	top: 12px;
}

