/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* -------------- RESET CSS ----------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ----------------------------------------------------------
							 GLOBAL 
---------------------------------------------------------- */

body{
	background		:  url("files/img/footer_bg11.jpg"), url("files/img/fd_body7.png") #999; 
	*background		:  url("files/img/fd_body7.png") #0B6E5F; 
	background-position:center;
	font-family: 'Comfortaa', cursive;	
}

/* ----------------------------------------------------------
							 HEADER 
---------------------------------------------------------- */

#globalheader {
	background		:  url("files/img/fd_body7.png") #222; 
	border-top		: 1px solid #111;
	height			: 80px;
	box-shadow		: 0px 2px 5px #222;
	z-index			:200;
	position		:relative;
}
header {
	position		: relative;
	width			: 960px;
	margin			: 0 auto;
	background		:  url("files/img/fd_body7.png") #222; 
	height			: 80px;
}
#logo{
	float			:left;
	width			:200px;
	height			:80px;
	background		:#222;
    box-shadow		: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#logo img{
	position 		: absolute;
	top				:10px;
	left			:25px;
	
}


/* ------------------------
			 NAV 
------------------------- */

nav{
	float			:left;
	width			:456px;
	margin-left		:50px;
	margin-top		:10px;
}

nav ul {
    background		: url("img/gradient.png") repeat-x scroll 0 -110px #222;
    border-radius	: 20px;
    box-shadow		: 0 1px 3px rgba(0, 0, 0, 0.4);
    line-height		: 100%;
    margin			: 0;
    padding			: 7px 6px 0;
}
nav ul li {
    float			: left;
    list-style		: none outside none;
    margin			: 0 5px;
    padding			: 0 0 8px;
    position		: relative;
}
nav ul a {
    border-radius	: 13px;
    color			: #999;
    display			: block;
    margin			: 0;
    padding			: 8px 10px;
    text-decoration	: none;
    text-shadow		: 0 1px 1px rgba(0, 0, 0, 0.3);
	
	font-size		:24px;
	text-transform	:uppercase;
	font-family		: 'Yanone Kaffeesatz', sans-serif;
}
nav ul a:hover {
    background		: none repeat scroll 0 0 #000000;
    color			: #FFFFFF;
}
.active, nav ul li a:hover {
	background:#a120a1;
    border-top: 1px solid #F8F8F8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #222;
    text-shadow: 0 1px 1px #EEE;
}
nav ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
nav ul {
    display: inline-block;
}

/* ------------------------
			RESEAUX
------------------------- */


#social {
	width			: 180px;
	position		: absolute;
	bottom:20px;
	right:0px;
	padding-right:10px;
    box-shadow: inset 0px -5px 3px rgba(0, 0, 0, 0.2);
}
#social div {
    float			: right;
    height			: 50px;
    margin-left	: 10px;
    width			: 50px;
    background-position: 0 20px;
}
#social div:hover {
    background-position: 0 2px;
}
#bt_twitter {
    background: url("files/img/twitter.png") no-repeat;
}
#bt_facebook {
    background: url("files/img/facebook.png") no-repeat;
}
#bt_flickr{
    background: url("files/img/flickr.png") no-repeat;
}

/* ---------------------------------------------------------------------
								WRAPPER
--------------------------------------------------------------------- */

#wrapper{
	width			: 960px;
	margin			: 0 auto;
	background		:  url("files/img/fd_body7.png") #DDD; 
	border-left			: 2px solid #333;
	border-right			: 2px solid #333;
	box-shadow: 0px 2px 5px #222;
}

/* ------------------------------------------
			ASIDE
------------------------------------------ */

aside{
	width			: 200px;
	float			: left;
	color			:#520052;
	font-size		: 13px;
	line-height		:20px;
}

aside h1{
	color			: #004d49;
	box-shadow		: 0px -3px 3px #CCC;
}

aside section{
	overflow		:hidden;
	border-bottom	: 1px dashed #CCC;
}

.btn_suite{
	float			:right;
	width			:15px;
}

/* ------------------------
			RB_PROFIL
------------------------- */

#rb_profil img{
	width			:100%;
	border			:1px solid #FFF;
	border-radius	: 10px 0px;
}

/* ------------------------
			RB_AMIS
------------------------- */

#liste_amis img{
	width 			: 35px;
	float			: left;
	margin-right	: 15px;
}

#liste_amis li{
    overflow		: hidden;
}

#liste_amis a{
	color			:#222;
}

#rb_amis hr{
	background		: #FFF;
	border			: 1px;
	height			: 1px;
}

/* ------------------------
			RB_TWEETS
------------------------- */

#liste_tweets a{
	color:#222;
}

#rb_tweets hr{
	background		: #FFF;
	border			: 1px;
	height			: 1px;
}

/* ----------------------------------------------------------
							 FOOTER 
---------------------------------------------------------- */

footer{
	background			:  url("files/img/logo_grey.png") no-repeat, url("files/img/fd_body5.png"); 
	background-position	: 40px 40px;
	height				: 240px;
	color				: #FFF;
}

*footer{
	background			:  url("files/img/logo_grey.png") no-repeat #222;
	background-position	: 40px 40px;
}

footer:hover{
	background			:  url("files/img/logo.png") no-repeat, url("files/img/fd_body5.png") ; 
	background-position	: 40px 41px;
}

#ft_contenu{
	float				:right;
	font-size			:12px;
	width				:550px;
}


#mentions{
	float			: left;
	width			: 225px;
}

#liens{
	float			: left;
	width			: 225px;
	margin-right	:10px;
}

footer h1{
	color			: #106E6D;
	font-size		:20px;
	box-shadow		: 0px -3px 3px #050505;
}

/* ----------------------------------------------------------
							 DIVERS 
---------------------------------------------------------- */

.clear{
	clear			: both;
}

a {
  text-decoration	: none;
}
.separator {
  border-bottom		: 2px solid #DDD;
  height			: 3px;
  margin-bottom		: 15px;
}
h1, h2, h3{
	font-family		: 'Lobster', cursive;
	padding			: 5px 5px 10px 5px;
	margin-bottom	:20px;
	text-shadow		: 1px 0px 1px #222;
	border-radius	: 30px 30px 0px 0px;
	padding			: 10px 25px;
	color			: #222;
	display			:block;
	box-shadow		: 0px -3px 3px #DDD;
	font-size		:26px;
}

section{
	padding			: 10px;
	margin			: 10px;
}

.hidden{
	display			:none;
}

/* ------------------------------------------
			CONTENT
------------------------------------------ */

#content{
	width			: 740px; 
	float			: right;
	overflow		: hidden;
	background		: #EEE;
	min-height		: 1000px;
	position		: relative;
	padding-right	: 20px;
}
#content h1{
	font-size		: 27px;
	color			: #520052;
}

/* ------------------------
		PAGE ME
------------------------- */

#btn_a, #btn_b{
	padding			: 10px;
	border-radius	: 10px 0px 0px 10px;
	background		: #222;
	text-align		: center;
	color			: #FFF;
	box-shadow		: 0px 2px 2px #555;

}
#btn_a:hover, #btn_b:hover{
	background		: #999;
}
#btn_a{
	position		:absolute;
	right			:0px;
	top				:10px;
}
#btn_b{
position			:absolute;
right				:0px;
top					:50px;
}

#btn_a:hover, #btn_b:hover{
	background		:#999;
	box-shadow		: 0px -2px 2px #555;
}

#collections section, #hideshow section{
	padding			: 10px;
}

#collections ul , #hideshow ul{
    margin			: 0;
    overflow		: hidden;
    padding			: 0;
}

#collections ul li , #hideshow ul li{
    float			: left;
    width			: 130px;
}

.deco_collect{
	height			: 160px;
    margin			: 10px;
    background		: #FFF;
    padding			: 6px;
	box-shadow		: 1px 1px 4px #999;
	font-size		:10px;
	border			: 1px solid #DDD;
}

#collections ul li:hover , #hideshow ul li:hover{
	background		:#d5e3dd;
	box-shadow		: 1px 1px 1px #999, 0px 2px 5px #222;
}

#collections ul li:nth-child(odd):hover , #hideshow ul li:nth-child(odd):hover{
	-moz-transform	:rotate(-2deg) scale(0.97);
}
#collections ul li:nth-child(even):hover, #hideshow  ul li:nth-child(even):hover{
	-moz-transform	:rotate(2deg) scale(0.97);
}
#collections ul li img , #hideshow ul li img{
    max-width		: 100%;
	border			:1px solid #CCC;
}

#collections ul li p, #hideshow ul li p{
	font-family		: 'Yanone Kaffeesatz', sans-serif;
	font-size		: 14px;
	text-align		:center;
	color			: #222;
	margin-top		: 5px;
}
#collections ul li p span , #hideshow ul li p span{
	font-size		: 15px;
	color			: #630063;
}

/* ------------------------
		PAGE DISCOVER
------------------------- */

#collect_added section{
	padding			: 10px;
}

#collect_added ul {
    margin			: 0;
    overflow		: hidden;
    padding			: 0;
}

#collect_added ul li {
    float			: left;
    margin-bottom	: 15px;
    margin-right	: 15px;
    width			: 50px;
    background		: #DDD;
    padding			: 5px;
	border			: 1px solid #999;
	box-shadow		: 1px 1px 1px #999;
}
.deco_collect_added{
    margin			: 10px;
    background		: #FFF;
    padding			: 6px;
	box-shadow		: 1px 1px 4px #999;
	font-size		:10px;
	border			: 1px solid #DDD;
}
#collect_added ul li:hover {
    background		: #FFF;
}

/* ------------------------
		PAGE ADD
------------------------- */

#add{
	overflow		:hidden;
}

#add_contenu{
	overflow		:hidden;
}

#add img{
	float			:right;
    background		: #FFF;
    padding			: 10px;
	border			: 1px solid #999;
    box-shadow		: 0 0 8px #222;
	width			: 350px;
}

#add_form{
	float:left;
	background: -moz-linear-gradient(center top , #EDEEEF 0%, #F3F4F7 100%) repeat scroll 0 0 transparent;
    padding: 0 0 30px;
    width: 250px;
}
#titre_add_img, #collection_add_img {
    color: #445668;
    font-size: 14px;
    margin: 10px 20px 10px 15px;
    text-shadow: 0 1px 0 #F2F2F2;
    width: 150px;
}
input[type="text"]{
    background: -moz-linear-gradient(center top , #F1F2F4 0%, #F8F9FB 20%) repeat scroll 0 0 transparent;
    border: 1px solid #B6B7B9;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #F2F2F2;
    color: #4B4B4B;
    font-size: 14px;
    height: 27px;
    margin: 10px 0px 20px 15px;
    padding: 5px 10px 0;
    text-shadow: 1px 1px 0 #E8EADE;
    width: 210px;
}
select {
    background: -moz-linear-gradient(center top , #F1F2F4 0%, #F8F9FB 20%) repeat scroll 0 0 transparent;
    border: 1px solid #B6B7B9;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #F2F2F2;
    color: #4B4B4B;
    font-size: 14px;
    height: 35px;
    margin: 10px 0px 20px 15px;
    padding: 5px 10px 0;
    text-shadow: 1px 1px 0 #E8EADE;
    width: 230px;
}
input:-moz-placeholder {
    color: #91938B;
    text-shadow: 0 -1px 0 #38506B;
}
input:focus {
    background: -moz-linear-gradient(center top , #ADAFB2 0%, #BEC0C3 20%) repeat scroll 0 0 transparent;
    box-shadow: 0 0 5px #D5D6D8;
}
input[type="submit"] {
    background: -moz-linear-gradient(center top , #fc32fc 0%, #a120a1 100%) repeat scroll 0 0 transparent;
	*background:#a120a1;
    border: 1px solid #630063;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0 0 5px #999999;
    color: #EFFAFF;
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 42px;
    margin: 40px 0px 0 0;
    padding: 5px 10px;
    text-shadow: 1px -1px 0 #43708F;
    width: 160px;
}
input[type="submit"]:hover {
    background: -moz-linear-gradient(center top , #a120a1 0%, #fc32fc 100%) repeat scroll 0 0 transparent;
	*background:#520052;
    border: 1px solid #1A3957;
}
input[type="submit"]:active {
    background: -moz-linear-gradient(center top , #999 0%, #222 100%) repeat scroll 0 0 transparent;
    box-shadow: 0 -1px 5px #999999;
}
input[type="checkbox"]{
	float:left;
    margin: 0 10px 20px 15px;
}
input[type="checkbox"]:hover{
	box-shadow:0px 0px 2px #a120a1;
}
#private{
	float:left;
	width: 200px;
    color: #445668;
    font-size: 14px;
    text-shadow: 0 1px 0 #F2F2F2;
}