/* @group template */

#btn_connect {
	line-height: 15px;
	float: right;
	text-align: left;
	margin:0px 0px 0px 5px;
	padding: 3px;
	font-size: 11px;
}


input[type=text], input[type=password]{
	font-size: 12px;
	width:300px; 
	padding:5px; 
	border:solid 1px #000;
	background-color: #f4f4f4;
	border: 1px solid #292929;
	color: #6d7070;
}

/* @group banniere */


 @font-face {
      font-family: helvetica, arial, "Hiragino Sans GB";
      /*font-family: helvetica, arial, "Hiragino Sans GB";*/
      /*src: url("http://www.labcreatif.ca/lab2010version2/media/police/hiragino_sans_gb_w3.otf"); */
    }


#carrousel{

    width:800px;
    height:180px;
    margin:0 auto;
    position:relative;
    
  
}

#banniere{
	height: 180px;
	background-color: #E9E8E7;
	  overflow: hidden;
}

.slide{
    position:absolute;
    top:0;
    left:0;
    width:712px;
    height:264px;
}

.texte_banniere{
    position:absolute;
    padding-left:12px;
    width:200px;
  	text-align: left;
    height:130px;
    top:30px;
    right:-100px;

}
.titre_banniere{
	font-weight: bold;
	color: #626263;
	font-size: 13px;
	margin-bottom: 5px;
}


.navigation{
    position:absolute;
    bottom:5px;
    right:5px;
    margin-right:32px;
}

.navigation span{
    background:#000;
    color:#FFF;
    padding:2px 4px;
    cursor:pointer;
    margin:0 1px;
}

.navigation span:hover,.navigation span.active{
    background:#FFF;
    color:#000;
}



/* @end */

/* @group structure */

.text_principal {
	width: 540px;
	float: left;
}



a {
	text-decoration: none;
	color: #B0B0AF;
}
.liste_repertoire a:visited{
	color: #525252;
}
a:hover{
	text-decoration: underline;
	color: #fffeff;
}
body{
	margin: 0px;
	background: #191919 url(top.png) no-repeat center top;
	color: #B0B0AF;
	text-align: justify;
	font: 12px Helvetica ,Arial,  Helvetica, "Hiragino Sans GB", Geneva, sans-serif;
	height: 100%;
	position:relative;
	line-height:1.5em;
}
img{
	border: 0px;
}
#btn_connect{
	font-weight: bold;
	font-size:12px;
}
#top_link{

	height: 30px;
	line-height: 30px;
	text-align: right;
	padding: 4px 40px 0px 40px;
	background:  url(ligne_pointille2.png) repeat-x 0 30px;
	font-size: 12px;
}
# top_link img{
	margin-top: 2px;
}
#top_link a{
	text-decoration: none;
	color: #B0B0AF;
}
#top_link a:hover{
	text-decoration: none;
	color: #FFF;
}
#top_logo {
	width: 200px;
	height: 59px;
	margin: 5px auto 0px auto;

}
#bg_milieu{
	min-height: 298px;
	background: url(bg_middle.png) no-repeat center top;
	
	
}
#contenu{
	margin: 0px auto 20px auto;
	width: 810px;
	min-height: 400px;
	
	

}

#bas_ligne{

	height: 2px;
	padding-bottom: 15px;
	clear: both;
	
	background: url(ligne_pointille2.png) repeat-x 0 0;
}

#partenaires {

	width: 100%;
	height: 70px;
	background: url(bg_partenaire.png) repeat-x 0 top;
	text-align:center;
	
}
#images_partenaire{
	width: 500px;
	margin: 0px auto 0px auto;
	padding-top: 20px;
}
#images_partenaire img{
	margin-right: 40px;
}

#weeboo {

	width: 100%;
	height: 18px;
	position: relative;
	padding-top: 5px;
	line-height: 10px;
	background-color: #2c2d2d;
	text-align: center;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #838383;
}
#weeboo a:hover{
	color: #67a219;
	text-decoration: none;
}

/* @group menu */
#conteneur_menu{

	position: relative;
	z-index: 2;
	margin-bottom: 32px;
}
#menu{
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -355px;
	margin-top: -15px;
	width: 750px;
	height: 25px;
	padding-top: 15px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
#menu a{
	color: #B0B0AF;
	text-decoration: none;
	font-size: 110%;
}
#menu a:hover{
	color: #fff;
}
#menu dl{
	margin: 0px 10px 5px 10px;
	padding: 0;
	display: block;
	height: 32px;
	line-height: 40px;
	float: left;
}
#menu dt{
	width: 130px;
	color: #B0B0AF;
	line-height: 30px;
	text-align: left;
	display: block;
	margin: -1px 0px 2px 0px;
	padding: 0;
	cursor: pointer;
}
#menu dt:hover{
	color: #fff;
}
#menu dd{
	display: block;
	margin: 0;
	padding: 0;
	*margin-top:8px;
}
#menu dd ul{
	margin: 0px 0px 0px -10px;
	padding: 0;
	text-align: left;
	list-style: none;

}
#menu dd li a{
	color: #000;
	text-decoration: none;
	width: 130px;
	height: 27px;
	line-height: 27px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #cdcccd;
	display: block;
	background-color: #cdcccd;
	padding-left: 10px;
	*margin-top:-12px;
}
#menu dd li a:hover{
	color: #fff;
	background-color: #a1a1a1;
}
#menu ul li{
	display: block;
	margin: 0;padding: 0;
}
#menu dl dd{
	display: none;
}
#menu dl:hover dd{
	display: block;
}
/* @end */


/* @end */

/* @group titre */

h1{
	
	margin: 30px 0px 10px 0px;
	color: #fff;
	font-size: 22px;
	line-height: 20px;
	text-align: left;
	
}
h1 a{
	color: #fff;
}
h3{
	
	margin: 0px 0px 10px 0px;
	color: #fff;
	font-size: 18px;

}
h4{
	
	margin: 0px 0px 10px 0px;
	color: #fff;
	font-size: 16px;
	text-align: left;

}

/* @end */
/* @end */

/* @group accueil */
#newsletter_send{
	color: #fff;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	display: none;
}
#newsletter a{
	margin-top: -9px;
	background-color: #e8e7e9;
	padding: 3px 4px 4px 5px;
	color: #000;
	float: right;
	font-weight: bold;
}
#newsletter a:hover{
	background-color: #2e2e2e;
	text-decoration: none;
	color: #fffeff;
}
#news_erreur{
	float: left;
	margin:5px;
	display: none;
	color: #ff3122;
}
#newsletter input {
	width: 140px;
	margin-top: -10px;
}
#titre_newsletter, #titre_link {
	margin: 50px 0px 0px 0px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
#courriel_newsletter{
	
}

#btn_nouvelle_next a, #btn_nouvelle_prev a {
	float: right;
	background-color: #2e2e2e; 
	padding:5px 14px;
	text-decoration: none;
	margin-top: 55px;
}
#link{

	width: 180px;
	height: 50px;
	display: block;
	margin-bottom: 50px;
}
.link_twitter a, .link_facebook a, .link_rss a{
	width: 40px;
	background:url(link.png) no-repeat -245px -100px;
	vertical-align: text-bottom;
	padding: 35px 0px 0px 10px;
	display: block;
	float: left;

}

.link_twitter a:hover{
	text-decoration: none;
	background:url(link.png) no-repeat -175px -100px;
}
.link_rss a{
	margin-left: 20px;
	background: url(link.png) no-repeat -250px -300px;
}
.link_rss a:hover{
	text-decoration: none;
	background: url(link.png) no-repeat -180px -300px;
}
.link_facebook a{
	background:url(link.png) no-repeat -235px -200px;
}
.link_facebook a:hover{
	text-decoration: none;
	background:url(link.png) no-repeat -165px -200px;
}
.lien_suite{
	
	height: 20px;
	float: right;
	margin: 20px 0px 10px 0px ;
	
}
.lien_suite a{
	margin: 0px 0px;
	padding: 0px 4px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
.lien_suite a:hover{
	 
}
#btn_nouvelle_prev a{
	float: left;
}
#btn_nouvelle_next a:hover, #btn_nouvelle_prev a:hover, .lien_suite a:hover{
	background-color: #babcbc;
	color: #000;
	text-decoration: none;
}
#bas_designer{

	height: 150px;
	width: 805px;
	clear: both;
	margin: 0px auto 25px auto;
	padding-right: 20px;
}

#texte{
	width:540px;
	min-height: 200px;
	margin: 0px 0px 50px 5px;
	float: left;
	position: relative;
	text-align: justify;
}

#bienvenue{
	width:180px;
	min-height: 400px;
	padding: 0px 20px 0px 60px;
	float: right;
	text-align: left;
	background: url(ligne_vertical.png) no-repeat 5px top;
	font-size:12px;
	margin: 0px 0px 60px 0px;
}

.date_actualite{
	font-size: 15px;
	color: #B0B0AF;
	margin-top: -10px;
	margin-bottom: 20px;



}

#texte_designer{
	height: 20px;
	width: 810px;
	margin: 0px 0px 20px 10px;
	font-size: 110%;
}
#texte_designer a{
	float: right;
	font-size: 80%;
	color: #B0B0AF;
	margin-right: 60px;
	text-decoration: none;
}
#texte_designer a:hover{

	color: #fff;
}
.vignette_designer {
	min-width: 110px;
	float: left;
	text-align: center;
	margin: 0px 7px;
}
.nom_designer{
	margin-top: 5px;
	text-align: center;
	width: 115px;

}
.ligne_nouvelle{
	float: right;
	height: 25px;
	width: 550px;
	margin: 0px 0px 10px 0px;
	background: url(ligne_pointille2.png) repeat-x 0 15px;

}
.img_couleur{
	display: none;
}
.img_nb:hover  .img_couleur{
	display: block;
	cursor: pointer;
	height: 65px;
	
}
.img_nb{
	height: 65px;
	overflow: hidden;
}

/* @end */

/* @group admin */

.editer a{
	border: 1px solid #bebebe;
	font-size: 10px;
	height: 12px;
	
	text-align: center;
	padding:0px 2px 0px 2px;
	margin: 3px 0px 0px 0px;
	background-color: #d9dddd;
	color: #000;
	text-decoration: none;
	font-weight: bold;

}
.editer a:hover{
	background-color: #babcbc;
	color: #fff;
}



/* @end */

/* @group A propos */

#texte_apropos{
	width:750px;
	min-height: 200px;
	margin: 0px 0px 50px 0px;
	float: left;
	position: relative;
}



/* @end */

/* @group createurs
 */

#tri_createur {
	float: left;
	margin-bottom: 20px;
}

#contenu_bas_createur{
	margin: 0px auto;
	width: 790px;

	float: left;
}

/* @group realisations */

/* @group bouton */

/* this makes it possible to add next button beside scrollable */

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(hori_large.png) no-repeat;
	display:block;
	width:10px;
	height:10px;
	float:left;
	margin:40px 0px;
	cursor:pointer;
	font-size:1px;
	border-style: none;
}
a.browse:hover{
	background-color: transparent;
}
/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 



/* @end */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 700px;
	height:130px;
	float:left;
	margin-top: -20px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:10px 0px 0px 0px;
	padding:2px;
	cursor:pointer;
	width:75px;
	height:100px;

}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}


/* @group Fond */

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color: #191919;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
} 	





/* @end */ 
 
/* make A tags our floating scrollable items */ 
.items a { 
    display:block; 
    float:left; 
    margin:5px 10px; 
}  
 
 
/* tooltip styling */ 
#tooltip { 
    display:none; 
    background:url(/tools/img/tooltip/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff; 
}
/* scrollable should not disable gallery navigation */
#gallery .disabled {
	visibility:visible !important;
}

#gallery .inactive {
	visibility:hidden !important;
}


/* @end */

#titre_top{
	width: 730px;
	height: 50px;
	margin: 30px 0px 0px 0px;
}

.index_createur{
	width: 700px;
	height: 100px;
	float: left;
	margin: 20px 0px;
}
.index_createur img{
	float: left;
	margin-top: 5px;
}

.index_nom_createur a{
	color: #fffeff;
	text-decoration: none;
	
}
.index_createur a:hover{
	color: #fffeff;
	text-decoration: underline;
}
.index_nom_createur{
	float: left;
	font-size: 18px;
	color: #fff;
	width:400px;
	margin-left:20px;
	
}
.index_texte_createur{
	width:500px;
	float:left;
	margin-left:20px;
	
}
#texte_createur{
	width:760px;
	min-height: 200px;
	margin: 0px 0px 50px 55px;
	float: left;

}
#nom_createur{
	float: left;
	font-size: 22px;
	color: #fff;
}
#titre_biographie{
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 20px;
	display: block;
	float: right;

}
#img_biographie{
	float: left;
	width: 200px;
	height: 350px;
	margin-top: 4px 0px 50px 0px;

}
#texte_biographie{
	width: 470px;
	min-height: 200px;
	float: left;
	margin: 0px 0px 20px 55px;
	text-align:justify;
}

.ligne_profil {
	background: url(ligne_profil.png) no-repeat center;
	width: 100%;
	height: 5px;
	margin: 0px auto;
	float: right;
	
}

.lettre {
	
	margin: 15px 0px 0px 0px;
	color: #fff;
	font-size: 18px;
}
.liste_lettre{
	width: 140px;
	float: left;
	text-align: left;
	padding-right: 30px;
}

.ligne_lettre {
	width: 700px;
	float: left;
	margin-bottom: 20px;

}
/* @end */

/* @group profil */

#bt_editer {
	padding:0px 5px 2px 30px; 
	margin: 0px 0px 0px 17px;
	color:#fff; 
	text-decoration:none; 
	color: #000;
	cursor: pointer;
	float: left;
	text-align: left;
	height: 20px;
	line-height: 20px;
	background: url(edit.png) no-repeat 5px -1px;
}
#bt_editer img{
	
}

#info_profil {
	margin: 20px 0px 20px 10px;
	float: left;
	position: relative;
}
.titre_info{
	color: #fffeff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	text-align: left;
}
#adresse {
	min-height: 60px;
	width: 165px;
	float: left;
	text-align: left;
	margin-bottom: 30px;
}

#media {
	width: 180px;
	height: 100px;
	float: left;
	margin-left: 60px;
}

.numero {
	width: 100px;
	height: 130px;
	float: left;
	margin-left: 60px;
}
#fiche_pdf a{
	width: 240px;
	height: 30px;
	line-height: 30px;
	margin: -35px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	float: right;
	background: url(pdf.png) no-repeat 0 -0px;


}
#fiche_pdf a:hover{
	cursor: pointer;
}



/* @end */

/* @group evenements */

.date_evenements{
	font-size: 13px;
	color: #B0B0AF;
	margin-top: -10px;
	margin-bottom: 20px;
}


#texte_evenements{
		width:580px;
	min-height: 200px;
	margin: 0px 0px 50px 0px;
	float: left;
	position: relative;
	text-align: justify;

}
#texte_membre{
		width:580px;
	min-height: 200px;
	margin: 0px 0px 50px 0px;
	float: left;
	position: relative;
	text-align: justify;

}


/* @end */

/* @group incription */

#texte_inscription{
	width:350px;
	height: 150px;
	margin: 23px 0px 0px 0px;
	float: left;

}
#texte_formulaire{
	width:600px;
	min-height: 115px;
	margin: 0px 0px 100px 0px;
	float: left;
	position: relative;

}
/* @group formulaire */
        #main { width:960px; margin: 0px auto; border:solid 1px #b2b3b5; -moz-border-radius:10px; padding:20px; background-color:#f6f6f6;}
        #header { text-align:center; border-bottom:solid 1px #b2b3b5; margin: 0 0 20px 0; }
        fieldset { border:none; width:100%;}
        legend { font-size:18px; margin:0px; padding:10px 0px; color: #fefefb; font-weight:bold;}
        label { display:block; margin:15px 0 5px;}

        .prev, .next, .send { 
        	background-color: #2e2e2e; 
			padding:5px 14px; 
			margin: 20px 0px 0px 0px;
			float: left;
			color:#fff; 
			text-decoration:none; 
			border: 1px solid #bebebe;
			cursor: pointer;
			font-size:16px;
			border: 1px solid #292929;
			width: 70px;
		}
		.prev{
			width: 90px;
		}
        .prev:hover, .next:hover, .send:hover {
			background-color: #babcbc;
			color: #000;
			text-decoration: none;
		}
        .prev { float:left; margin : 20px 140px 20px 0px;}
        .next { float:right;margin-right: 100px; margin : 20px 140px 20px 0px;}


        #steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
        #steps li {font-size:20px; float:left; padding:10px; color: #7a7b7d;}
        #steps li span {font-size:11px; display:block;}
        #steps li.current { color: #fffeff;}
        #makeWizard { background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font-size:18px;}
        #makeWizard:hover { background-color:#000;}

.send_pass { float:right;margin-right: 248px;margin-top: 20px;}

/* @end */

.categorie_formulaire{
	width: 600px;
	height: 26px;
	font-size:120%;
	background: url(ligne_pointille.png) repeat-x 0 23px;
	margin: 15px 10px 15px 0px;
	float: left;
}

.bouton_membre a{
	border: 1px solid #bebebe;
	font-size: 13px;
	height: 20px;
	text-align: center;
	padding:4px 6px;
	margin: 10px 0px 5px 20px;
	background-color: #E9E8E7;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	float: right;

}
.bouton_membre a:hover{
	background-color: #babcbc;
	color: #fff;
}

.bouton_form {
	font-size: 13px;
	height: 20px;
	text-align: center;
	padding:4px 6px;
	margin: 70px 150px 5px 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	float: right;

}


.type_membre {
	margin: 50px 0px;
}

.form_formulaire {
	width: 300px;
	height: 60px;
	float: left;
}

.nom_champ {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #fffeff;
	font-size: 13px;
}

.format_champ {
	margin: 5px 0px 5px 0px;
	width: 310px;
	text-align: right;
	color: #8e8f8f;
}

.erreur_form {
	color: #ac100f;
	display: none;
	margin-left: 15px;
	text-align: left;
}



/* @end */

/* @group repertoire */

#titre_reference {
	color: #fff;
	font-size: 22px;
	background-color: #454646;

	padding: 10px;
}

#contenu_reference{
	padding: 20px;
	width: 500px;
	color: #B0B0AF;
	text-align: left;
}
#nom_reference {
	color: #fffeff;
	font-weight: bold;
	font-size: 18px;
	padding: 0px 0px 20px 0px;
}
.reference_adresse{
	min-height: 20px;
	width: 450px;
	float: left;
	margin: 3px;
	
}

.reference_descriptif{
	min-height: 20px;
	width: 450px;
	float: left;
	margin: 3px;
}

.reference_details{
	
	width: 200px;
	float: left;
	margin: 3px;
}
.titre_reference {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	font-size: 13px;
	color: #fffeff;
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../img/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#overlay {
	color:#efefef;
	height:380px;
	width: 500px;

}

* {
	
}
.contentWrap {
	height:380px;
	width: 500px;
	overflow: hidden;
	background-color: #191919;
}


.reference {
	
	margin: 25px 0px 20px 0px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.liste_repertoire{
	width: 700px;
	float: left;

	padding-right: 30px;
}

.liste_repertoire a:hover{
	text-decoration: underline;
	color: #fffeff;
}
.liste_repertoire a:active { 
	color: #525252;
}
.ligne_repertoire {
	width: 300px;
	float: left;
	text-align: left;
	margin-bottom: 2px;
}



/* @end */

/* @group ident */

#lose_pass {
	text-align: right;
	margin: 10px 0px 0px 0px; 

}

.loader {
	width: 24px;
	height:24px;
	background: url(loader2.gif) no-repeat center center;
	float: right;
	margin-top: 2px;
	margin-right: 10px;
	display: none;

}

.ident_envoyer {
	
	background-color: #E9E8E7; 
	padding:2px 10px; 
	margin: 20px 0px 0px 0px;
	float: right;
	color:#fff; 
	text-decoration:none; 
	border: 1px solid #bebebe;
	color: #000;
	cursor: pointer;
}

.btn_formulaire{
	
	background-color: #E9E8E7; 
	padding:2px 10px; 
	margin: 20px 0px 0px 0px;
	float: left;
	color:#fff; 
	text-decoration:none; 
	border: 1px solid #bebebe;
	color: #000;
	cursor: pointer;
}

.btn_formulaire:hover{
	background-color: #babcbc;
	color: #fff;
	text-decoration: none;
}

.ident_envoyer:hover{
	background-color: #babcbc;
	color: #fff;
	text-decoration: none;
}

.bt_inscription a{
	
	background-color: #E9E8E7; 
	padding:2px 10px; 
	margin: 0px 0px 0px 0px;
	float: right;
	color:#fff; 
	text-decoration:none; 
	border: 1px solid #bebebe;
	color: #000;
	cursor: pointer;
}
.bt_inscription a:hover{
	background-color: #babcbc;
	color: #fff;
	text-decoration: none;
}

.error, .error_pass {
	color: #e4391f;
	text-align: left;
	float: right;
	margin:0px 0px 0px 0px;
	border-color: #f71818;
	padding: 0px;
	height: 10px;
	width: 300px;
}
.error_pass{
	width: 500px;
	float: left;

	text-align: left;
	padding-left: 25px;
}
#texte_ident{
	width:760px;
	min-height: 200px;
	margin: 0px 0px 50px 0px;
	float: left;

}

.erreur_message, .erreur2_message{
	background: rgba(212,214,214,0.1) url(block2.png) no-repeat 10px center;
	*background: #363838 url(block2.png) no-repeat 10px center;

}
.validate_message{
	background: rgba(230,230,230,0.1) url(validate.png) no-repeat 10px center;
	*background: #363838 url(validate.png) no-repeat 10px center;
}
.info_message{
	background: rgba(230,230,230,0.1) url(alert.png) no-repeat 10px center;
	*background: #363838 url(alert.png) no-repeat 10px center;
}
.user_block_message{
	background: rgba(230,230,230,0.1) url(blockuser.png) no-repeat 10px center;
	*background: #363838 url(alert.png) no-repeat 10px center;
}
.erreur_message, .user_block_message{
	width: 670px;
	height: 30px;
	margin: 20px 0px;
	padding: 10px 0px 10px 50px;
	line-height: 30px;
	text-align: left;
	font-size: 14.5px;
	color: white;
	font-weight: bold;
	float: left;
	display: none;
}

.validate_message,  .info_message, .erreur2_message{
	width: 500px;
	height: 30px;
	margin: 20px 0px;
	padding: 10px 0px 10px 50px;
	line-height: 30px;
	text-align: left;
	font-size: 14.5px;
	color: white;
	font-weight: bold;
	display: none;
}

#identification {
	float: left;
	width: 312px;
	height:300px;
	padding: 20px 0px 0px 0px;
	position: relative;
}

#texte_pass {
	float: left;
	width: 402px;
	height:300px;
	padding: 20px 0px 0px 0px;
	position: relative;
}

#inscription {
	float: right;
	width: 340px;
	height:300px;
	background: url(ligne_vertical.png) no-repeat left top;
	padding: 20px 0px 0px 60px;
	margin-right: 40px;
}

/* @end */

/* @group compte */

/* @group info */

#titre_abonnement {
	color: #fff;
	font-size: 22px;
	background-color: #454646;
	text-align: left;
	padding: 10px;
}

#contenu_abonnement{
	padding: 20px;
	width: 360px;
	height: 200px;
	color: #B0B0AF;
	text-align: left;
	font-size: 13px;
}


#confirm_abo{
	padding: 20px;
	width: 360px;
	height: 200px;
	color: #B0B0AF;
	text-align: left;
	font-size: 13px;
	display: none;
}
#titre_profil{
	
	margin: 5px 0px 0px 10px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 400px;
	height: 40px;
		color: #B0B0AF;
}

.sous_titre_profil{
	
	margin: 50px 0px 0px 0px;
	padding: 0px 10px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 530px;
	height: 30px;
	font-weight: bold;
	color: #B0B0AF;
	background: rgba(184,185,185,0.03) no-repeat 10px center;
	*background: #222 no-repeat 10px center;

}

.sous_texte_profil {
	margin:10px 20px;
	width: 300px;
	float: left;
	text-align: left;
}

#avatar_profil {
	float: left;
	
	margin: 7px 0px 0px 0px;
}

#texte_profil {
	width:550px;
	min-height: 200px;
	margin: 0px 0px 50px 0px;
	float: left;
	position: relative;
}

#pass_profil {
	width:550px;
	min-height: 200px;
	margin: 0px 0px 50px 0px;
	float: left;
	position: relative;

}


#texte_profil2{
	width:170px;
	min-height: 350px;
	padding: 75px 0px 0px 60px;
	float: left;
	text-align: left;
	background: url(ligne_vertical.png) no-repeat left top;
	font-size:12px;
}
#texte_profil2 img{
	float: left;
	margin: 2px 10px 0px 0px;
}

#view_profil {
	margin: 0px 0px 20px 0px;
}


#edit_profil #titre{
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
#edit_profil a{
	float: left;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
}

.bouton_abo a{
	font-size: 12px;
	height: 40px;
	text-align: center;
	padding:4px 6px;
	margin: 20px 10px 5px 0px;
	text-decoration: none;
	float: right;
	color: #B0B0AF;
	background: rgba(184,185,185,0.03) no-repeat 10px center;
	border: 1px dotted #444545;
}
.bouton_abo a:hover{
	border: 1px dotted #fff;
	color: #fff;
}


.bouton_membre a:hover{
	background-color: #babcbc;
	color: #fff;
}
#btn_abonnement {
	margin: 30px -35px 20px 0px;
	cursor: pointer;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background-color: #E9E8E7;
	color: #000;
	border: 1px solid #bebebe;
	font-size: 14px;
	text-align: center;
	float: right;
}
#btn_abonnement:hover{
	background-color: #babcbc;
	color: #fff;
}



/* @end */

/* @group edit */

.form_compte {
	margin-bottom: 10px;
	width: 250px;
	height: 70px;
	float: left;
	background-image: none;
	color: #6d7070;
}

.edit_info input[type=text], .edit_info input[type=password], .form_compte input[type=text], .form_compte input[type=password] {
	width:200px;
	background-color: #141515;size
	color: #6d7070;
	border: 1px solid #292929;
}
select{
	width:215px;
	height: 25px;
	background-color: #141515;
	color: #6d7070;
	border: 1px solid #292929;
	padding:0px 0px 0px 2px;
	font-size: 13px;
}
.edit_info select option{
	height: 20px;
}
.edit_info textarea{
	width:480px;
	height: 300px;
	background-color: #141515;
	color: #6d7070;
	border: 1px solid #292929;
	float: left;
	padding: 15px;
	

}

.edit_info{
	float: left;

}
#menu_edit {
	float: left;
	margin: 20px 0px;
	padding: 0px 0px 0px 5px;
	width: 100%;
	border-bottom-color: #2e2e2e;
	border-bottom-style: solid;
	}
#menu_edit .edit{
	display: inline;
	list-style-type: none;
	margin: 5px 3px 0px 0px;
	padding: 0px 10px 0px 35px;
	background-color: #181919;
	height: 30px;
	line-height: 32px;
	float: left;
	font-size: 14px;
	cursor: pointer;
	color: #5c5c5c;
}
#menu_edit .edit:hover{
	
	color: #fffeff;
}
.edit_actif{
	display: inline;
	list-style-type: none;
	margin: 5px 3px 0px 0px;
	padding: 0px 10px 0px 35px;
	color: #fff;
	height: 30px;
	line-height: 32px;
	float: left;
	font-size: 14px;
	cursor: pointer;
	background: #2e2e2e url(fleche.png) no-repeat 8px center;
}
#edit_perso, #edit_coordonnees, #edit_medias{
	display: none;
	width: 500px;
	min-height: 100px;
	float: left;
	padding: 20px;
}
#edit_perso{
	display: block;

}

.btn_formulaire_compte, #btn_formulaire_compte{
	
	background-color: #2e2e2e; 
	padding:5px 14px; 
	margin: 20px 0px 0px 20px;
	float: left;
	color:#fff; 
	text-decoration:none; 
	border: 1px solid #bebebe;
	cursor: pointer;
	font-size:16px;
	border: 1px solid #292929;
}

.btn_formulaire_compte:hover, #btn_formulaire_compte:hover{
	background-color: #babcbc;
	color: #000;
	text-decoration: none;
}
.format{
	display: inherit;
	font-style: italic;
	font-size: 10px;
	margin-left: 3px;
}
/* @end */
/* @end */