/* MEDIAIDEA TECHNOLOGIES - 'Mediaidea', by Benoit Baverel & Alexandre Viennot, http://mediaidea.fr/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2006, Mediaidea Technologies */
/* Added: October 1st, 2006 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
   designer's written permission. However, feel free to study the CSS and use
   techniques you learn from it elsewhere. */

body {
	margin:0;
	padding:0;
	/*background:url(../images/slf_MotifBackground.png) repeat;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px
}

.btn_1{
	height:105px;
	background:url(../images/fr/btn_commentreussir.png) no-repeat;
	margin-bottom:10px;
}

.small_btn_1, .small_home_btn_1 {
	height:50px;
	background:url(../images/fr/btn_commentreussir_rose.png) no-repeat;
}

.small_btn_1:hover, .small_home_btn_1:hover {
	background:url(../images/fr/btn_commentreussir_gris.png) no-repeat;
}

.btn_2{
	height:105px;
	background:url(../images/fr/btn_creerboutique.png) no-repeat;
	margin-bottom:10px;
}

.small_btn_2, .small_home_btn_2 {
	height:50px;
	background:url(../images/fr/btn_creez_orange.png) no-repeat;
}
.small_btn_2:hover, .small_home_btn_2:hover {
	background:url(../images/fr/btn_creez_gris.png) no-repeat;
}

.btn_3{
	height:105px;
	background:url(../images/fr/btn_vosgains.png) no-repeat;
	margin-bottom:10px;
}

.small_btn_3, .small_home_btn_3 {
	height:50px;
	background:url(../images/fr/btn_vosgains_violet.png) no-repeat;
}

.small_btn_3:hover, .small_home_btn_3:hover {
	background:url(../images/fr/btn_vosgains_gris.png) no-repeat;
}

.btn_4{
	height:105px;
	background:url(../images/fr/btn_voscollections.png) no-repeat;
	margin-bottom:10px;
}


.small_btn_4, .small_home_btn_4 {
	height:50px;
	background:url(../images/fr/btn_voscollections_bleu.png) no-repeat;
}
.small_btn_4:hover, .small_home_btn_4:hover {
	background:url(../images/fr/btn_voscollections_gris.png) no-repeat;
}



.btn_5{
	height:105px;
	background:url(../images/fr/btn_outilsforma.png) no-repeat;
	margin-bottom:10px;
}

.small_btn_5, .small_home_btn_5 {
	height:50px;
	background:url(../images/fr/btn_outils_vert.png) no-repeat;
}
.small_btn_5:hover, .small_home_btn_5:hover {
	background:url(../images/fr/btn_outils_gris.png) no-repeat;
}



.inscrivezvous{
	height:235px;
	background:url(../images/fr/btn_inscrivezvous_medium.png) no-repeat 50% 50%;
}

.inscrivezvous2{
	float:right;
	width:250px;
	height:215px;
	background:url(../images/fr/btn_inscrivezvous_medium.png) no-repeat 50% 30%;
}

.inscrivezvous a {
	position:absolute;
	width:162px;
	height:161px;
	color:none;
	z-index:10000;
	margin-top:35px;
	margin-left:75px;
}
.inscrivezvous2 a {
	position:absolute;
	width:162px;
	height:161px;
	color:none;
	z-index:10000;
	margin-top:15px;
	margin-left:43px;
}

.btn_1 a, .btn_2 a, .btn_3 a, .btn_4 a, .btn_5 a {
	position:absolute;
	width:400px;
	height:105px;
	color:none;
	z-index:10000;
}


.small_btn_1 a, .small_btn_2 a, .small_btn_3 a, .small_btn_4 a, .small_btn_5 a {
	position:absolute;
	width:195px;
	height:50px;
	color:none;
	z-index:10000;
}

.small_home_btn_1 a, .small_home_btn_2 a, .small_home_btn_3 a, .small_home_btn_4 a, .small_home_btn_5 a {
	position:absolute;
	width:195px;
	height:50px;
	left:0px;
	color:none;
	z-index:10000;
}


img {
	border:none;
}

a {
	text-decoration:none;
	color:#6e6e6e;
}

blockquote {
	margin:5px 20px
}

blockquote strong {
	color:#fd2bfe;
}

blockquote input {
	font-size:10px
}

input {
	font-size:10px;
}

select, option {
	font-size:10px;
}


/* Container principal du site. */
.container {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	min-height:700px;
	_height:700px;
}



/* Entete de Page avec gestion du menu */
.entete {
	background:#fff;
	border:0px solid;
	padding:5px 0px 0px 0px;
	margin-bottom:10px;
}

.bandeau {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.connexion {
	border:0px solid #999;
	padding:3px 5px;
	color:#333;
	font-size:11px;
}
.connexion a {
	font-weight:bold;
}
.connexion a:hover {
	text-decoration:underline;
}



/**
 * Gestion du menu
 */

.menu {
	position:absolute;
	z-index:1000;
	top:176px;
	height:30px;
	font-size:12px;
}

.menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.menu li {
	float:left;
	margin:0px;
	padding:0px;
	text-align:center;

	margin-left:3px;
	width:190px;
	height:29px;
}

.menubg {
	background:url(../images/btn_menu.jpg) no-repeat right top;
	height:21px;
}

.menu li a {
	display:block;
	font-weight:bold;
	padding-top:5px;
	padding-left:auto;
	padding-bottom:5px;
	padding-right:auto;
	color:#ffffff;
}

.panier {
	float:right;
	width:150px;
}
.panier a {
	font-size:10px;
	font-weight:bold;
	margin:0px;
	background:url(../images/panier.gif) no-repeat left;
}



.menuCat div {
	margin:0px;
	padding:0px;
	margin-right:0px;
}

.menuCat a{
	display:block;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	padding-right:0px;
}

.menuCat div.subCat {
	margin:0px;
	padding:0px;
}

.menuCat div.subCat a {
	padding:0px;
	margin-left:0px;
	padding-left:0px;
	display:block;
}

.buyBtn {
	background:url(../images/fr/btn_acheter.gif) no-repeat left top;
	width:60px;
	height:16px;
	border:0px;
	cursor:pointer
}


.mosaique_detail {
	font-size:11px;
}

.navigShowroom {
	height:21px;
	margin-bottom:30px;
	padding-top:2px;
}

.navigShowroom a {
	background:url(../images/icon/arrow_right_grey.png) no-repeat left center;
	font-size:15px;
	padding-left:15px;
	padding-right:5px;
	margin-left:5px;
	color:#666;
}


.homeBackground {
	background:url(../images/home_background.jpg) no-repeat;
	margin-top:10px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	margin-right:0px;
}



.fond_menu {
	background:#f0f0f0;
	border-bottom:1px solid #ccc;
}



/* Gestion du pied de page */
.footer {
	border: 0;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	color: #707070;
	padding:0px 0px 10px;
}
.footer a {
	text-decoration:none;
	color:#777
}

.box-container {
	width:680px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}

.box-footer {
	float:left;
	width:200px;
	height:100px;
	margin:0px 10px;
	border:1px solid #666; #fd2bfe;
}
.box-footer div.title {
	margin:0px;
	padding:2px;
	font-size:1.1em;
	font-weight:bold;
	background:#aaa; #fd2bfe;
	color:#ffffff;
}
.box-footer p {
	font-size:0.9em;
	margin:10px 0px;
	padding:5px;
	text-align:left;
}



/* Corp de la page. */
.corps {
	height:650px;
	padding:0px 5px;
}

.corpsH {
	min-height:650px;
	padding:0px 5px;
}
.corpsH i {
	color:#CC0000;
	font-weight:bold
}



/* Lecteur Audio */
.lecteuraudio {
	float:right;
	height: 20px;
	width: 200px;
}


/**
 * Partie Recrutement
 *
 */

/* Partie Aide */
.home_aide {
	margin-top:20px;
	font-size:12px;
	color:#666;
}

.aideText {
	padding:0px 30px 0px 20px;
}

.aideContact {
	background-image: url(../images/slf_contact.png);
	background-repeat: no-repeat;
	height: 426px;
	width: 363px;
}
.aideContact dt {
	padding-left: 112px;
	color: White;
	padding-top: 123px;
	line-height: 22px;
}
.aideContact dt a {
	text-decoration: none;
	color: White;
}


/* Partie Showroom */
.corpsshowroom {
	position: relative;
	border: 0;
	top: 50px;
	left: 350px;
	z-index: 0;
}

.rondinscription3 {
	position: relative;
	top: -350px;
	left: 140px;
	z-index: 2;
	height: 111px;
	width: 112px;
}



/* Etoile Flash */
.corpsblocmini {
	position: relative;
	border: 0;
	top: 420px;
	left: 550px;
	z-index: 2;
}

.rondinscription2 {
	position: relative;
	top: 0px;
	left: 150px;
	z-index: 2;
	height: 111px;
	width: 112px;
}


/* Partie recrutement Clic */
.corpsclic {
	position: relative;
	border: 0;
	top: 50px;
	left: 382px;
	z-index: 0;
}

.corpsinscri {
	position: relative;
	border: 0;
	top: -300px;
	left: 42px;
	z-index: 2;
}


/* Partie Choisir */
.corpschoisir {
	position: relative;
	border: 0;
	top: -180px;
	left: 22px;
	z-index: 0;
}


/* Partie Qui */
.corpsqui {
	position: relative;
	border: 0;
	top: 20px;
	left: 200px;
	z-index: 0;
}


/* Partie Gagne */
.corpsgagne {
	position: relative;
	border: 0;
	top: -180px;
	left: 82px;
	z-index: 0;
}


/* Partie Devenir */
.corpsdevenir {
	position: relative;
	border: 0;
	top: -180px;
	left: 78px;
	z-index: 0;
}


/* Partie Créer */
.corpscree {
	position: relative;
	border: 0;
	top: -180px;
	left: 22px;
	z-index: 0;
}


/* Partie Organise */
.corpsorganise {
	position: relative;
	border: 0;
	top: -180px;
	left: 40px;
	z-index: 0;
}


/* Partie Newsletter */
.imgnews {
	position: relative;
	top: 30px;
	left: 0px;
	z-index: 0;
}

.boxnewsconnect {
	position: relative;
	top: -400px;
	left: 480px;
	z-index: 2;
	width:300px;
}

.boxnewstext {
	font-family: Arial, sans-serif;
	color: #fd2bfe;
}
.boxnewstext ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.boxnewstext ul li {
	display: inline;
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	font-weight: bold;
}








/*


#corps3 {
	position: relative;
	background: #fff url(../images/slf_fond_petit_2_logo.png) no-repeat;
	width: 800px;
	border: 0;
	margin: auto;
	z-index: 0;
	padding: 0px 5px;
}

#animcom {
	position: relative;
	border: 0;
	top: 100px;
	left: 380px;
	z-index: 0;
}

#txtcommunaute {
	position: absolute;
	top: 100px;
	left: 50px;
	z-index: 2;
	height: 111px;
	width: 112px;
}



/* Page d'accueil pour la boutique */
.bandeauTop {
	background:url(../images/home_bandeau.png) no-repeat;
	margin:15px 0px 0px 5px;
	height:35px;
}

.leftHome {
	border:0px solid #f00;
	width: 450px;
	float:left;
	text-align:left;
}

.rightHome {
	border:0px solid #0F0;
	width: 350px;
	float:right;
	text-align:left;
}

.textTop {
	font-size:20px;
	font-weight:bold;
	margin:2px 0px 0px;
	color:#fff;
	text-transform:uppercase;
}
.textTop strong {
	color:#fd2bfe;
}


.homeContent {
	margin:0px 0px;
}

.home_shop {
	border:0px solid #00f;

}

.home_mosaique {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:88px;
}

.home_video {
	margin-top:50px;
	text-align:center;
}


.shopTitle {
	color:#fd2bfe;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:10px;
}

.shopDesc {
	font-size:11px;
	color:#666;
	font-weight:bold;
	margin:0px 10px;
}

.shopEtoile {
	text-align:center;
	margin:20px 0px 0px;
}

.shopList {
	margin-top:10px;
}

.listName {
	padding:50px 0px 0px 10px;
	margin:10px 0px 5px;
	border:0px solid;
	font-weight:bold;
	font-size:13px;
	height:auto;
	border:0px solid;
	margin-right:270px;
}
.listName a {
	color:#999;
}

.listPict {
	width:270px;
	border:0px solid;
}

.pictVim {
	margin-top:10px;
	width:90px;
	font-size:40px;
	font-weight:bold;
	color:#999;
	font-family: Arial;
}

.guestPict {
	width:130px;
}
.guestPict img {
	border:2px solid #fd2bfe;
	margin:15px 10px 0px;
}

.guestText {
	margin-left:130px;
}
.guestText .title {
	font-size:14px;
	color:#888;
	font-weight:bold;
	line-height:10px;
}
.guestText .title span {
	color:#fd2bfe;
}
.guestText .name a {
	color:#fd2bfe;
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: "Trebuchet MS";
	line-height:30px;
}
.guestText .desc {
	margin-top:10px;
	text-align:justify;
	font-size:12px;
	color:#666;
}
.guestText .link {
	font-size:12px;
	margin-top:10px;
}
.guestText .link a {
	color:#fd2bfe;
}

.shopFooter {
	text-transform:uppercase;
	color:#fd2bfe;
	font-size:8px;
	text-align:right;
}



/* Page Showroom */
.showroomTitle {
	color:#fd2bfe;
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:30px;
	margin:30px 10px 0px;
}

.showroomText {
	color:#fd2bfe;
	font-weight:normal;
	font-size:1.1em;
	width:500px;
	text-align:justify;
	margin: 0px 10px 20px;
}

.nb_bijoux {
	font-size:11px;
}
.nb_bijoux span {
	font-weight:bold;
	font-size:12px;
}
.nb_bijoux a:hover {
	text-decoration:underline;
}

.textrecherche {
	padding-left: 0px;
	padding-top: 10px;
	color:#ff00ff;
	font-weight: normal;
	font-size: 12px;
}

.textrecherche2 {
	padding-left: 20px;
	padding-top: 0px;
	color:#6e6e6e;
	font-weight: normal;
}

.textresult {
	padding-top: 10px;
	color:#ff00ff;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
}

.textelement {
	margin-left:20px;
}

.prix{
	font-size:11px;
	color:#fd2bfe;;
	padding:5px 0
}



/* Liste detail des produits */
.createurnom {
	text-transform:uppercase;
	color:#666666;
	font-weight:bold;
	font-size:12px;
}

.bijoudescription {
	text-transform:uppercase;
	color:#666666;
	font-size:12px;
}

.bijoudescriptionlong {
	font-size:11px;
	color:#666666;
	padding: 2px 0px;
}

.prix{
	font-size:11px;
	color:#fd2bfe;;
	padding:5px 0
}

.plusdedetail {
	text-align:right;
	font-size:11px;
	color: #333;
}
.plusdedetail a {
	color: #666
}
.plusdedetail a:hover {
	color: #999
}

.listeShowroom 		{
	margin: 0px 0px 0px 20px;
}
.listeShowroom a 	{
	text-decoration:none;
	color:#666;
	font-size:11px
}

.text-accueil {
	font-size:1.9em;
	margin-bottom:20px;
	margin-top:10px;
	margin-left:00px;
	margin-right:350px;
	color:#777;
}

.text-accueil-boutique {
	font-size:1.7em;
	margin-bottom:20px;
	margin-top:10px;
	margin-left:00px;
	margin-right:280px;
	color:#de651e;
}



/* Titre pour les différentes section
 *
 * - Mes copines
 * - Mon compte
 * - Boite a outils
 * - Créateurs
 */
.titleSection {
	color:#fd2bfe;
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:30px;
	margin:30px 10px;
}
.titleSection a {
	color:#fd2bfe;
	text-decoration:none;
}
.titleSection div.subTitle {
	margin-left:30px;
	font-size:14px;
}

.subSectionTitle {
	font-size:16px;
	font-weight:bold;
	margin-left:50px;
}
.subSectionTitle a {
	color:#fd2bfe;
	text-decoration:none;
}

.subSectionDesc {
	font-size:1.1em;
	color:#999;
	width:600px;
	margin:0px 0px 20px 60px;
}



/* Galaxie de boutiques */
.liste-vim {
	margin-top:40px;
	margin-left:40px;
	margin-right:40px;
	text-align:center;
}
.liste-vim div {
	color:#03c;
	font-size:2em;
}
.liste-vim a {
	color:#666;
	text-decoration:none;
}
.liste-vim a:hover {
	color:#999;
	text-decoration:underline;
}



/* Bouton de validation */
.btnBlack {
	background: url(../images/topbar_gradient2.png) repeat-x;
	font-size:10px;
	color:#fff;
	padding:2px;
	border:none;
	padding:1px 0px 1px 0px;
	font-weight : bold;
	cursor:pointer;
}

.btnPink {
	border:1px solid #fff;
	cursor:pointer;
	padding:1px 10px;
	color:#fff;
	font-weight:bold;
	background: url(../images/btn_fondrose.gif) bottom;
	font-size:10px;
}


/* Images */
.creaMos img{
	border: 1px solid #999;
}

.imgProd{
	border:1px solid #cccccc;
}




/* Gestion des erreurs */
.erreur {
	border-left:6px solid #900;
	color:#900;
	padding:0px 5px;
	margin:0px 0px;
}
.erreur strong {
	color:#900;
}




/* Element Divers */
.backTd {
	background: url(../images/topbar_gradient2.png) repeat-x;
	color:#000;
	padding:2px
}

hr.thin {
	height : 1px;
	border-width : 1px 0 0 0;
	border-style : solid;
	border-color : #ddd;
}

.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear:both;
}