/* recuperation des autres css */
@import url("menus.css");
@import url("slides.css");
@import url("left.css");
@import url("right.css");
@import url("forms.css");

body {
	height		: 750px;
	font		: normal 12px Eurostyle, Tahoma, Arial;
	margin		: 0px;
	padding		: 0px;
	background	: #000;
}

.dotline {
	background: url(../../_medias/pictures/pinkdotline.gif) repeat-x 0 100%;
	-moz-opacity	: 0.5;
	filter			: alpha(opacity=50);
	-khtml-opacity	: 0.5;
    opacity			: 0.5;
}

.grayline {
	background: url(../../_medias/pictures/grayplot.gif) repeat-x 0 100%;
	-moz-opacity	: 0.5;
	filter			: alpha(opacity=50);
	-khtml-opacity	: 0.5;
    opacity			: 0.5;
    clear			: both;
    height			: 1px;
    padding-top		: 3px;
    margin			: 0px 0px 5px 0px;
}

#intro {
	/*background	: url(../../_medias/pictures/vanitarosa-summer2011.jpg) no-repeat top center #000;*/
	/*background	: url(../../_medias/pictures/vanitarosa-ventesprivees2011.jpg) no-repeat top center #000;*/
	/*background	: url(../../_medias/pictures/vanitarosa-soldes2011.jpg) no-repeat top center #000;*/
	/*background	: url(../../_medias/pictures/vanitarosa-soldes05072011.jpg) no-repeat top center #000;*/
	background	: url(../../_medias/pictures/vanitarosa-soldeshiver2012.jpg) no-repeat top center #000;
	height		: 100%;
	width		: 100%;
}
#main {
	background	: #000;
	/*height		: 750px;*/
	width		: 1090px;
}
span.floatmsg {
	font	: normal 14px Tahoma;
}

/********************************/
/*			LOOK BOOK			*/
/********************************/

#current-lookbook, #current-archives {
	cursor	: pointer;
}

.lookbook-link div {
	padding	: 3px 0 0 5px;
}

.archives-link div {
	padding	: 5px 0 0 5px;
}

.lookbook-link {
	float					: right;
	width					: 30px;
	height					: 130px;
	margin-top				: 10px;
	border-top				: solid 1px #E9518E;
	border-left				: solid 1px #E9518E;
	border-bottom			: solid 1px #E9518E;
	-moz-border-radius		: 10px 0px 0px 10px;
	-webkit-border-radius	: 10px 0px 0px 10px;
}

.archives-link {
	float					: right;
	width					: 22px;
	height					: 100px;
	margin-top				: 15px;
	border-top				: solid 1px #fff;
	border-left				: solid 1px #fff;
	border-bottom			: solid 1px #fff;
	-moz-border-radius		: 10px 0px 0px 10px;
	-webkit-border-radius	: 10px 0px 0px 10px;
}

/*
 * PAGINATION
 */

.paginate {
	font-family	: Arial, Helvetica, sans-serif;
	padding		: 3px;
	margin		: 3px;
}

.paginate a {
	padding			: 2px 5px 2px 5px;
	margin			: 2px;
	border			: 1px solid #999;
	text-decoration	: none;
	color			: #666;
}

.paginate a:hover, .paginate a:active {
	border	: 1px solid #E9518E;
	color	: #fff;
}

.paginate span.current {
	margin				: 2px;
	padding				: 2px 5px 2px 5px;
	border				: 1px solid #fff;
	font-weight			: bold;
	background-color	: #E9518E;
	color				: #FFF;
}

.paginate span.disabled {
	padding	: 2px 5px 2px 5px;
	margin	: 2px;
	border	: 1px solid #eee;
	color	: #DDD;
}

