@charset "UTF-8";
/* CSS Document */

/* RESET */
html, body {
	padding: 0;
	margin: 0;
}
html {
	font-size: 1em;
}
body {
	font-size: 100%;
}
a img, :link img, :visited img {
	border: 0;
}

/*Styles*/

body{
	background-color:#000;
	color:#fff;
}
a {
	color : #fff;
	text-decoration:none;
}
#conteneur {
	margin:0 auto;
	width:980px;
}

h1 {
	color : #888686;
	text-align:center;
	font-size:49px;
	font-family:"News Gothic MT";
	font-weight:100;
	padding-top:10px;
}
h2 {
	font-size:14px;
	font-family:"News Gothic MT";
	font-weight:100;
	display:inline;
	padding-left:5px;
}
h3 {
	font-size:14px;
	font-family:"News Gothic MT";
	font-weight:100;
	display:inline;
}
h2 a{
	text-decoration:none;
}



h3 a{
	text-decoration:none;
}

/*DIVS*/

#pagination{
	/*margin:0 auto;*/
	text-align:center;
}


#menu {
	margin:0 auto;
	text-align:center;
	width:980px;
	padding:0;
	margin-top:-30px;
}
#content {
	margin:0 auto;
}
/*TITRE GALERIES*/
.cosmetics a{
	color:#434343;
	margin-top:0;
}

.accessoiries a{
	color:#8e8b8b;
}

.people a{
	color:#717171;
}

.natural a{
	color:#5b5b5a;
}

.various a{
	color:#bebdbd;
}

.advertising a{
	color:#565555;
}

.personal a{
	color:#898986;
}

.contact a{
	color:#c3c0c0;
}

.jewelleries a{
	color:#8e8b8b;
}
.beauty a{
	color:#8e8b8b;
}