/* GENERAL */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(http://www.wearecupcup.com/Images/bkg.png);
	background-repeat: repeat-x;
	background-color: #482D20;
	margin: 0;
	line-height: 18px;
}

.mainWrapper {
	background-image: url(http://www.wearecupcup.com/Images/background.png);
	background-repeat: no-repeat;
	width: 988px;
	min-height: 354px;
	padding-top: 180px;
	margin: auto;
}

.ondule {
	background-image: url(http://www.wearecupcup.com/Images/bkg_ondule.png);
	width: 100%;
	height: 38px;
	position: absolute;
	z-index: 2;
	top: 150px;
	left: 0;
}

a.logo {
	background-image: url(http://www.wearecupcup.com/Images/logo.png);
	width: 297px;
	height: 0;
	padding-top: 165px;
	overflow: hidden;
	display: block;
	position: absolute;
	z-index: 5;
	top: 80px;
	margin-left: -5px;
}

.clearAll {
	clear: both;
}

a {
	color: #F0929E;
	text-decoration: none;
}

/* MAIN MENU */

.mainMenu {
	margin: 30px 0 0 255px;
	padding: 0;
	float: left;
}

.mainMenu li {
	list-style: none;
	float: left;
	background: url(http://www.wearecupcup.com/Images/pipe.png) no-repeat right;
	padding: 0 20px;
}

.mainMenu li.L1, .mainMenu li.LS1 {
	background: none;
}

.mainMenu li a {
	color: #FFFFFF;
	font-size: 18px;
}

.mainMenu li a:hover {
	color: #F0929E !important;
}

.mainMenu li.FS1.P1 a {
	background-image: url(http://www.wearecupcup.com/Images/bkg_item_selected_01.png);
	width: 109px;
	height: 18px;
	display: block;
	padding: 8px 0px;
	text-align: center;
	margin: -10px;
}

.mainMenu li.MS1.P2 a {
	background-image: url(http://www.wearecupcup.com/Images/bkg_item_selected_02.png);
	width: 99px;
	height: 18px;
	display: block;
	padding: 8px 0px;
	text-align: center;
	margin: -8px;
}

.mainMenu li.MS1.P3 a {
	background-image: url(http://www.wearecupcup.com/Images/bkg_item_selected_03.png);
	width: 122px;
	height: 18px;
	display: block;
	padding: 8px 0px;
	text-align: center;
	margin: -10px;
}

.mainMenu li.MS1.P4 a {
	background-image: url(http://www.wearecupcup.com/Images/bkg_item_selected_03.png);
	width: 122px;
	height: 18px;
	display: block;
	padding: 8px 0px;
	text-align: center;
	margin: -10px;
}

.mainMenu li.LS1.P5 a {
	background-image: url(http://www.wearecupcup.com/Images/bkg_item_selected_04.png);
	width: 152px;
	height: 18px;
	display: block;
	padding: 8px 0px;
	text-align: center;
	margin: -10px;
}

.mainMenu li.FS1.P1 a:hover {
	color: #FFFFFFF !important;
}

/* SLIDER */

.slider {
    /* required settings 
    position: absolute;
	overflow: hidden;
	width: 959px;
	height: 303px;*/
	
	background-image: url(../images/slidebg.jpg);
	float: left;
	margin-bottom: 40px;
    width: 950px;
	/*margin: 27px auto 0;
	top: 229px;
	
	padding: 30px 0 0 30px;*/
}


.scrollable {
    /* required settings */
    position:relative;
	overflow: hidden;
	width: 950px;
	height: 303px;
	
	margin: 0 auto;
	/*float: left;*/
}

.scrollable a.prev {
	background-image: url(../images/btn_prev.png);
	width: 60px;
	height: 104px;
	display: block;
	float: left;
	position: absolute;
	z-index: 100;
	margin-top: 50px;
	margin-left: -3px;
}

.scrollable a.prev:hover {
	background-position: 0 -104px;
}

.scrollable a.next {
	background-image: url(../images/btn_next.png);
	width: 60px;
	height: 104px;
	display: block;
	float: right;
	position: absolute;
	z-index: 100;
	margin-top: 50px;
	margin-left: 415px;
	left: 50%;
	top: 0px;
}

.scrollable a.next:hover {
	background-position: 0 -104px;
}

.scrollable .items {
    /* required settings */
	width: 10000px;
	position:absolute;

	height: 333px;
}

.scrollable .items .item {
	width: 287px;
	height: 289px;
	float: left;
	margin: 0 15px;
}

.scrollable .items .item .detail_box {
	background-image: url(../images/baloon.png);
	width: 220px;
	height: 90px;
	padding: 15px 8px 30px 8px;
	margin-left: 20px;
}

.scrollable .items .item .detail_box .name {
	width: 190px;
	float: left;
	margin: 5px auto 7px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 7px;
	font-weight: bold;
	color: #000000;
}

.scrollable .items .item .detail_box .desc {
	width: 190px;
	float: left;
	margin: auto;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 7px;
}

.scrollable .items .item .detail_box a {
	/*background-image: url(../images/btn_details.png);*/
	width: 176px;
	height: 24px;
	display: block;
	float: left;
	margin-left: 7px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

.scrollable .items .item .detail_box a:hover {
	background-position: 0 -34px;
}

.scrollable .items .item .pics {
	width: 287px;
	height: 214px;
	position: relative;
	z-index: 5;
	top: -50px;
}


/* HOME CONTENT */

.home .leftContent {
	width: 643px;
	height: auto;
	float: left;
	margin: 378px 15px 20px 15px;
}

.home .leftContent .box_large {
	background-image: url(http://www.wearecupcup.com/Images/box_large_home.png);
	width: 623px;
	height: 152px;
	padding: 10px;
	float: left;
	margin-bottom: 25px;
}

.home .leftContent .box_large .pics {
	float: left;
}

.home .leftContent .box_large .like_fb {
	float: left;
	width: 520px;
	color:#FFF;
	margin-top:8px;
}

.home .leftContent .box_large h2 {
	float: left;
}

.home .leftContent .box_large a.button {
	background-image: url(http://www.wearecupcup.com/Images/button_basic_01.png);
	width: 152px;
	height: 24px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 0 0 0;
}

.home .leftContent .box_large a.button:hover {
	background-position: 0 -34px;
}

.home .leftContent .box_small_01 {
	background-image: url(http://www.wearecupcup.com/Images/box_small_home_01.png);
	background-repeat: no-repeat;
	width: 272px;
	padding: 10px 20px;
	float: left;
	margin: 0 8px 0 2px;
}

.home .leftContent .box_small_01 h2 {
	float: left;
}

.home .leftContent .box_small_01 a.button_more {
	background-image: url(http://www.wearecupcup.com/Images/button_more.png);
	width: 26px;
	height: 26px;
	display: block;
	float: right;
	margin: 10px 0 0 0;
}

.home .leftContent .box_small_01 a.button_more:hover {
	background-position: 0 -26px;
}

.home .leftContent .box_small_01 .item_news {
	background-image: url(http://www.wearecupcup.com/Images/picto_news.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 20px;
}

.home .leftContent .box_small_01 .item_news .date {
	color: #F0929E;
	margin-left: 38px;
}

.home .leftContent .box_small_01 .item_news .title a {
	font-size: 14px;
	margin: 3px 0 10px 38px;
	color: #FFFFFF;
}

.home .leftContent .box_small_02 {
	background-image: url(http://www.wearecupcup.com/Images/box_small_home_02.png);
	background-repeat: no-repeat;
	width: 296px;
	padding: 10px 12px 0 12px;
	float: left;
}

.home .leftContent .box_small_02 h2 {
	float: left;
}

.home .rightsidebar {
	width: 312px;
	float: right;
	margin-top: 359px;
}

.home .rightsidebar .box_contact {
	background-image: url(http://www.wearecupcup.com/Images/bkg_box_contact_black.png);
	width: 264px;
	height: 225px;
	padding: 15px 28px 0 20px;
}

.home .rightsidebar .box_contact h3 {
	background-image: url(http://www.wearecupcup.com/Images/picto_commande.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 45px;
	height: 25px;
	padding-top: 13px;
	margin-bottom: 0;
	font-size: 17px;
}

.home .rightsidebar .box_contact p {
	margin: 0 0 10px 10px;
}

.home .rightsidebar .box_newsletter {
	background-image: url(http://www.wearecupcup.com/Images/bkg_box_newsletter.png);
	width: 252px;
	height: 250px;
	padding: 15px 28px 0 32px;
}

.home .rightsidebar .box_newsletter.grey {
	background-image: url(http://www.wearecupcup.com/Images/bkg_box_newsletter_grey.png);
	width: 254px;
	height: 250px;
	padding: 15px 18px 0 20px;
	margin-right: -30px;
}

.home .rightsidebar .box_newsletter h3 {
	font-size: 17px;
}

.home .rightsidebar .box_newsletter .text img {
	float: left;
	margin-right: 5px;
}

.home .rightsidebar .box_newsletter .form {
	width: 240px;
}

.home .rightsidebar .box_newsletter .FormValue01 {
	background-image: url(http://www.wearecupcup.com/Images/bkg_form_01.png);
	width: 236px;
	height: 32px;
	float: left;
	margin-bottom: 5px;
}

.home .rightsidebar .box_newsletter .FormValue01 input {
	width: 216px;
	height: 22px;
	padding: 5px 10px;
	border: none;
	background: none;
	color: #C47983;
}

.home .rightsidebar .box_newsletter .FormValue02 {
	background-image: url(http://www.wearecupcup.com/Images/bkg_form_02.png);
	width: 120px;
	height: 32px;
	float: left;
	margin: 0 7px 5px 0;
}

.home .rightsidebar .box_newsletter .FormValue02 input {
	width: 100px;
	height: 22px;
	padding: 5px 10px;
	border: none;
	background: none;
	color: #C47983;
}

.home .rightsidebar .box_newsletter .FormValue03 {
	background-image: url(http://www.wearecupcup.com/Images/bkg_form_03.png);
	width: 110px;
	height: 32px;
	float: left;
	margin-bottom: 5px;
}

.home .rightsidebar .box_newsletter .FormValue03 input {
	width: 90px;
	height: 22px;
	padding: 5px 10px;
	border: none;
	background: none;
	color: #C47983;
}

.home .rightsidebar .box_newsletter a.button {
	background-image: url(http://www.wearecupcup.com/Images/button_form.png);
	width: 238px;
	height: 24px;
	display: block;
	float: left;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	margin-top: 5px;
}

.home .rightsidebar .box_newsletter a.button:hover {
	background-position: 0 -34px;
}

/* LISTE SUCRE */

.liste.sucre {
	width: 925px;
	height: auto;
	float: left;
	margin: 30px 0 15px 30px;
}

.liste.sucre .borderTop {
	background-image: url(http://www.wearecupcup.com/Images/borderTop_sucre.png);
	width: 855px;
	height: 37px;
	float: left;
	padding: 35px 70px 0 0;
}

.liste .borderTop a {	
	background-image: url(http://www.wearecupcup.com/Images/button_switch.png);
	height: 20px;
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	padding: 3px 28px 0 0;
	float: right;
	font-weight: bold;
	color: #8D5A64;
}

.liste .borderTop a:hover {
	background-position: right -23px;
}

.liste .content {
	width: 925px;
	background-color: #FFFFFF;
	float: left;
}

.liste .content .item {
	width: 862px;
	margin: -5px 30px 25px 30px;
	float: left;
	background: url(http://www.wearecupcup.com/Images/bkg_item_list.png) no-repeat 25px center;
}

.liste .content .item.ontop {
	margin-top: -10px;
	margin-bottom: 30px;
	background-image: url(http://www.wearecupcup.com/Images/bkg_item_on_top.png);
	background-repeat: no-repeat;
	padding-top: 20px;
}

.liste .content .item.ontop .infos {
	margin-top: 30px;
}

.liste .content .item .pics {
	float: left;
	width: 295px;
}

.liste .content .item .infos {
	float: left;
	width: 435px;
	color: #333333;
	margin-top: 0px;
}

.liste.sucre .content .item .infos .new {
	background-image: url(http://www.wearecupcup.com/Images/new_01.png);
	width: 72px;
	height: 22px;
	float: left;
	margin-right: 10px;
}

.liste .content .item .infos .title {
	font-size: 24px;
	font-weight: bold;
	color: #2C1B13;
	text-decoration: none;
}

.liste.sucre .content .item .infos .title:hover {
	color: #F0929E;
	text-decoration: none;
}

.liste.sale .content .item .infos .title:hover {
	color: #5e4439;
	text-decoration: none;
}

.liste .content .item .infos .title2 {
	font-size: 16px;
	font-weight: bold;
	color: #2C1B13;
	text-decoration: none;
}

.liste.sucre .content .item .infos .title2:hover {
	color: #F0929E;
	text-decoration: none;
}

.liste.sale .content .item .infos .title2:hover {
	color: #5e4439;
	text-decoration: none;
}

.liste .content .item .infos a {
	color: #8C5964;
	text-decoration: underline;
}

.liste .content .item .infos a.comment {
	color: #8C5964;
	text-decoration: underline;
	margin-top: 7px;
	float: left;
}

.liste .content .item .infos a.button {
	background-image: url(http://www.wearecupcup.com/Images/button_basic_01.png);
	width: 152px;
	height: 24px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}

.liste .content .item .prices {
	float: left;
	margin-top: 95px;
}

.liste.sucre .content .item .prices .price_01 {
	background-image: url(http://www.wearecupcup.com/Images/middle_price_01.png);
	width: 62px;
	height: 42px;
	float: left;
	margin-top: 30px;
}

.liste.sucre .content .item .prices .price_02 {
	background-image: url(http://www.wearecupcup.com/Images/king_price_01.png);
	width: 62px;
	height: 72px;
	float: left;
	margin-left: 7px;
}

.liste.sucre .borderBottom {
	background-image: url(http://www.wearecupcup.com/Images/borderBottom_sucre.png);
	width: 925px;
	height: 72px;
	float: left;
	margin-top: -12px;
}

/* LISTE SALE */

.liste.sale {
	width: 925px;
	height: auto;
	float: left;
	margin: 30px 0 15px 30px;
}

.liste.sale .borderTop {
	background-image: url(http://www.wearecupcup.com/Images/borderTop_sale.png);
	width: 855px;
	height: 35px;
	float: left;
	padding: 35px 70px 0 0;
}

.liste.sale .content .item .infos .new {
	background-image: url(http://www.wearecupcup.com/Images/new_02.png);
	width: 72px;
	height: 22px;
	float: left;
	margin-right: 10px;
}

.liste.sale .content .item .prices .price_01 {
	background-image: url(http://www.wearecupcup.com/Images/middle_price_02.png);
	width: 62px;
	height: 42px;
	float: left;
	margin-top: 30px;
}

.liste.sale .content .item .prices .price_02 {
	background-image: url(http://www.wearecupcup.com/Images/king_price_02.png);
	width: 62px;
	height: 72px;
	float: left;
	margin-left: 7px;
}

.liste.sale .borderBottom {
	background-image: url(http://www.wearecupcup.com/Images/borderBottom_sale.png);
	width: 925px;
	height: 73px;
	float: left;
	margin-top: -12px;
}

/* DETAIL SALE */

.detail {
	width: 925px;
	height: auto;
	float: left;
	margin: 30px 0 15px 30px;
}

.detail.error {
	margin: 80px 30px 25px;
	color: #333333;
}

.detail.error h2 {
	background-image: url(http://www.wearecupcup.com/Images/header_blank.png);
	width: 787px;
	height: 65px;
	float: left;
	margin: -30px 0 0 0;
	padding-left: 25px;
	padding-top: 30px;
	color: #FFFFFF;
	font-size: 24px;
}

.detail.error ul {
	margin: 0;
	padding: 0;
}

.detail.error ul li {
	list-style: none;
	background-image: url(http://www.wearecupcup.com/Images/arrow_small.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.detail.error .content {
	padding: 0 60px;
	width: 805px;
}

.detail.sale .borderTop {
	background-image: url(http://www.wearecupcup.com/Images/borderTop_sale.png);
	width: 855px;
	height: 35px;
	float: left;
	padding: 35px 70px 0 0;
}

.detail.sucre .borderTop {
	background-image: url(http://www.wearecupcup.com/Images/borderTop_sucre.png);
	width: 855px;
	height: 37px;
	float: left;
	padding: 35px 70px 0 0;
}

.detail.error .borderTop {
	background-image: url(http://www.wearecupcup.com/Images/borderTop_sucre.png);
	width: 855px;
	height: 37px;
	float: left;
	padding: 35px 70px 0 0;
}

.detail .borderTop a {	
	background-image: url(http://www.wearecupcup.com/Images/button_switch.png);
	height: 20px;
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	padding: 3px 28px 0 0;
	float: right;
	font-weight: bold;
	color: #8D5A64;
}

.detail .borderTop a:hover {
	background-position: right -23px;
}

.detail .borderTop a.back {	
	background-image: url(http://www.wearecupcup.com/Images/arrow.png);
	height: 20px;
	display: block;
	background-position: left 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
	float: right;
	font-weight: bold;
	color: #8D5A64;
}

.detail .content {
	width: 925px;
	background-color: #FFFFFF;
	float: left;
}

.detail .content .item {
	width: 862px;
	margin: 0 30px;
	float: left;
	background: url(http://www.wearecupcup.com/Images/bkg_item_list.png) no-repeat 25px center;
}

.detail .content .item .pics {
	float: left;
	width: 295px;
}

.detail .content .item .infos {
	float: left;
	width: 435px;
	color: #333333;
	margin-top: 0px;
}

.detail .content .item .infos .title {
	font-size: 24px;
	font-weight: bold;
	color: #2C1B13;
	text-decoration: none;
	float: left;
}
.detail .content .item .infos .title2 {
	font-size: 16px;
	font-weight: bold;
	color: #2C1B13;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 3px;
	float: left;
}

.detail .content .item .prices {
	float: left;
	margin-top: 95px;
}

.detail.sale .content .item .prices .price_01 {
	background-image: url(http://www.wearecupcup.com/Images/middle_price_02.png);
	width: 62px;
	height: 42px;
	float: left;
	margin-top: 30px;
}

.detail.sale .content .item .prices .price_02 {
	background-image: url(http://www.wearecupcup.com/Images/king_price_02.png);
	width: 62px;
	height: 72px;
	float: left;
	margin-left: 7px;
}

.detail.sucre .content .item .prices .price_01 {
	background-image: url(http://www.wearecupcup.com/Images/middle_price_01.png);
	width: 62px;
	height: 42px;
	float: left;
	margin-top: 30px;
}

.detail.sucre .content .item .prices .price_02 {
	background-image: url(http://www.wearecupcup.com/Images/king_price_01.png);
	width: 62px;
	height: 72px;
	float: left;
	margin-left: 7px;
}

.detail .content .leftsidebar {
	width: 195px;
	float: left;
	margin: 20px 50px;
}

.detail .content .leftsidebar .Title {
	color: #2C1913;
	font-size: 14px;
	font-weight: bold;
}

.detail .content .leftsidebar ul {
	margin: 15px 0 0 -3px;
	padding: 0;
	float: left;
}

.detail .content .leftsidebar ul li {
	list-style: none;
	float: left;
	margin: 3px;
}

.detail .content .leftsidebar ul li a {
	width: 90px;
	height: 60px;
	display: block;
	background-color: #2c1913;
}

.detail .content .rightcontent {
	float: left;
	width: 560px;
	color: #333333;
	margin-left: 30px;
}

.detail .content .rightcontent .formContent {
	width: 560px;
	float: left;
}

.detail .content .rightcontent .formContent .title {
	background-image: url(http://www.wearecupcup.com/Images/title_comment.png);
	width: 278px;
	height: 27px;
	float: left;
}

.detail .content .rightcontent .formContent .separator {
	background-image: url(http://www.wearecupcup.com/Images/separator_01.png);
	width: 534px;
	height: 6px;
	float: left;
	margin: 5px 0;
}

.detail .content .rightcontent .formContent .FormItem {
	width: 133px;
	float: left;
	margin-right: 20px;
}

.detail .content .rightcontent .formContent .FormItem .FormLabel {
	font-weight: bold;
}

.detail .content .rightcontent .formContent .FormItem .FormValue {
	background-image: url(http://www.wearecupcup.com/Images/bkg_form_05.png);
	width: 133px;
	height: 30px;
}

.detail .content .rightcontent .formContent .FormItem .FormValue input {
	width: 123px;
	height: 20px;
	padding: 5px;
	background: none;
	border: none;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.detail .content .rightcontent .formContent .FormItem2 {
	width: 133px;
	float: left;
	margin: 20px 0;
}

.detail .content .rightcontent .formContent .FormItem2 .FormLabel {
	font-weight: bold;
}

.detail .content .rightcontent .formContent .FormItem2 .FormValue {
	background-image: url(http://www.wearecupcup.com/Images/bkg_form_04.png);
	width: 510px;
	height: 90px;
}

.detail .content .rightcontent .formContent .FormItem2 .FormValue textarea {
	width: 500px;
	height: 80px;
	padding: 5px;
	background: none;
	border: none;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.detail .content .rightcontent .formContent a.button {
	background-image: url(http://www.wearecupcup.com/Images/button_post.png);
	width: 212px;
	height: 24px;
	display: block;
	float: left;
	margin: 15px 10px 0 0;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}

.detail .content .rightcontent .formContent a.button:hover {
	background-position: 0 -34px;
}

.detail .content .rightcontent .formContent .closes {
	color: #666666;
	font-size: 10px;
	margin-top: 10px;
}

.detail .content .rightcontent .listContent {
	width: 560px;
	float: left;
	margin: 20px 0 0 0;
}

.detail .content .rightcontent .listContent .title {
	background-image: url(http://www.wearecupcup.com/Images/title_last_comment.png);
	width: 288px;
	height: 27px;
	float: left;
}

.detail .content .rightcontent .listContent .separator {
	background-image: url(http://www.wearecupcup.com/Images/separator_01.png);
	width: 534px;
	height: 6px;
	float: left;
	margin: 5px;
}

.detail .content .rightcontent .listContent .itemComment {
	background-image: url(http://www.wearecupcup.com/Images/separator_02.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	float: left;
	margin: 5px 0;
	width: 540px;
}

.detail .content .rightcontent .listContent .itemComment p {
	color: #666666;
	margin: 5px 0 10px 0;
}

.detail.sale .borderBottom {
	background-image: url(http://www.wearecupcup.com/Images/borderBottom_sale.png);
	width: 925px;
	height: 73px;
	float: left;
}

.detail.error .borderBottom {
	background-image: url(http://www.wearecupcup.com/Images/borderBottom_sucre.png);
	width: 925px;
	height: 72px;
	float: left;
}

.detail.sucre .borderBottom {
	background-image: url(http://www.wearecupcup.com/Images/borderBottom_sucre.png);
	width: 925px;
	height: 72px;
	float: left;
}

/* COMMANDER */

.pagecontent .rightsidebar {
	margin-right: -37px;
	margin-top: 10px;
	color: #FFFFFF;
}

.pagecontent .leftContent {
	width: 570px;
	margin: 0 0 0 55px;
}

.pagecontent .leftContent h2 {
	font-size: 24px;
}

.pagecontent .leftContent .formContent {
	width: 532px;
	height: 252px;
	padding: 15px;
	float: left;
	background-image: url(http://www.wearecupcup.com/Images/bkg_form_content.png);
}

.pagecontent .leftContent .formContent .title {
	background-image: url(http://www.wearecupcup.com/Images/title_comment.png);
	width: 278px;
	height: 27px;
	float: left;
}

.pagecontent .leftContent .formContent .separator {
	background-image: url(http://www.wearecupcup.com/Images/separator_01.png);
	width: 534px;
	height: 6px;
	float: left;
	margin: 5px 0;
}

.pagecontent .leftContent .formContent .FormItem {
	width: 133px;
	float: left;
	margin-right: 20px;
}

.pagecontent .leftContent .formContent .FormItem .FormLabel {
	font-weight: bold;
}

.pagecontent .leftContent .formContent .FormItem .FormValue {
	background-image: url(http://www.wearecupcup.com/Images/bkg_form_05.png);
	width: 133px;
	height: 30px;
}

.pagecontent .leftContent .formContent .FormItem .FormValue input {
	width: 123px;
	height: 20px;
	padding: 5px;
	background: none;
	border: none;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.pagecontent .leftContent .formContent .FormItem2 {
	width: 390px;
	float: left;
	margin: 20px 0;
}

.pagecontent .leftContent .formContent .FormItem2 .FormLabel {
	font-weight: bold;
}

.pagecontent .leftContent .formContent .FormItem2 .FormValue {
	background-image: url(http://www.wearecupcup.com/Images/bkg_form_06.png);
	width: 380px;
	height: 140px;
}

.pagecontent .leftContent .formContent .FormItem2 .FormValue textarea {
	width: 370px;
	height: 130px;
	padding: 5px;
	background: none;
	border: none;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.pagecontent .leftContent .formContent .newsletter {
	float: left;
	width: 120px;
	font-size: 11px;
	color: #666666;
	margin-top: 40px;
}

.pagecontent .leftContent .formContent a.button {
	background-image: url(http://www.wearecupcup.com/Images/button_form2.png);
	width: 142px;
	height: 24px;
	display: block;
	float: left;
	margin: 11px 0 0 0;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}

.pagecontent .leftContent .formContent a.button:hover {
	background-position: 0 -34px;
}

.pagecontent .leftContent .closes {
	color: #999999;
	font-size: 11px;
	margin-top: 10px;
	float: left;
}

.pagecontent {
	margin: 30px 0 15px 30px;
	float: left;
}

.pagecontent .borderTop {
	background-image: url(http://www.wearecupcup.com/Images/borderTop_sucre.png);
	width: 855px;
	height: 37px;
	float: left;
	padding: 35px 70px 0 0;
}

.pagecontent .header.commander {
	background-image: url(http://www.wearecupcup.com/Images/header_commander.png);
	width: 612px;
	height: 104px;
	float: left;
	margin: -30px 0 0 55px;
	padding-left: 200px;
	padding-top: 10px;
}

.pagecontent .header.contact {
	background-image: url(http://www.wearecupcup.com/Images/header_contact.png);
	width: 562px;
	height: 89px;
	float: left;
	margin: -30px 0 0 55px;
	padding-left: 250px;
	padding-top: 10px;
}

.pagecontent .header h2 {
	color: #FFFFFF;
	font-size: 22px;
}

.pagecontent .content {
	width: 925px;
	background-color: #FFFFFF;
	background-image: url(http://www.wearecupcup.com/Images/bkg_leftcontent.jpg);
	background-position: 488px top;
	background-repeat: no-repeat;
	float: left;
	min-height: 540px;
	color: #333333;
}

.pagecontent .borderBottom {
	background-image: url(http://www.wearecupcup.com/Images/borderBottom_sucre.png);
	width: 925px;
	height: 72px;
	float: left;
}

/* NEWS CONTENT */

.newscontent {
	margin: 30px 0 15px 30px;
	float: left;
}

.newscontent .borderTop {
	background-image: url(http://www.wearecupcup.com/Images/borderTop_sucre.png);
	width: 855px;
	height: 37px;
	float: left;
	padding: 35px 70px 0 0;
}

.newscontent .content {
	width: 825px;
	background-color: #FFFFFF;
	float: left;
	color: #333333;
	padding: 0 50px;
}

.newscontent .content h2 {
	font-size: 24px;
}

.newscontent .content .item_news_01 {
	background-image: url(http://www.wearecupcup.com/Images/separator_03.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 15px;
	width: 825px;
	float: left;
}

.newscontent .content .item_news_01 .pics {
	float: left;
	width: 287px;
	margin-top: 15px;
}

.newscontent .content .item_news_01 .right {
	float: right;
	width: 520px;
	margin-left: 15px;
}

.newscontent .content .item_news_01 .date {
	color: #999999;
	font-weight: bold;
	font-size: 14px;
}

.newscontent .content .item_news_01 h3 {
	font-size: 18px;
	margin: 15px 0 5px 0;
}

.newscontent .content .item_news_02 {
	background-image: url(http://www.wearecupcup.com/Images/separator_03.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 15px;
	width: 825px;
	float: left;
}

.newscontent .content .item_news_02 .pics {
	float: right;
	width: 287px;
	margin-top: 15px;
}

.newscontent .content .item_news_02 .right {
	float: left;
	width: 520px;
	margin-right: 15px;
}

.newscontent .content .item_news_02 .date {
	color: #999999;
	font-weight: bold;
	font-size: 14px;
}

.newscontent .content .item_news_02 h3 {
	font-size: 18px;
	margin: 15px 0 5px 0;
}

.newscontent .borderBottom {
	background-image: url(http://www.wearecupcup.com/Images/borderBottom_sucre.png);
	width: 925px;
	height: 72px;
	float: left;
}	

/* FOOTER */

.footer {
	background-image: url(http://www.wearecupcup.com/Images/bkg_footer.png);
	background-repeat: no-repeat;
	width: 958px;
	height: 22px;
	float: left;
	padding: 15px 15px 30px 15px;
}

.footer a.facebook {
	background-image: url(http://www.wearecupcup.com/Images/picto_fb.png);
	width: 21px;
	height: 20px;
	display: block;
	float: left;
	background-position: 0 -20px;
	margin-right: 5px;
}

.footer a.facebook:hover {
	background-position: 0 0px;
}

.footer .bubble {
	background-image: url(http://www.wearecupcup.com/Images/bubble.png);
	width: 96px;
	height: 52px;
	color: #FFFFFF;
	padding: 15px 10px;
	margin-top: -90px;
	margin-left: -22px;
	font-weight: bold;
}

.footer .bubble.twitter {
	background-image: url(http://www.wearecupcup.com/Images/bubble.png);
	width: 96px;
	height: 52px;
	color: #FFFFFF;
	padding: 15px 10px;
	margin-top: -90px;
	margin-left: 3px !important;
	font-weight: bold;
}

.footer a.twitter {
	background-image: url(http://www.wearecupcup.com/Images/picto_twitter.png);
	width: 19px;
	height: 20px;
	display: block;
	float: left;
	background-position: 0 -20px;
	margin-right: 15px;
}

.footer a.twitter:hover {
	background-position: 0 0px;
}

.footer .infos {
	color: #7F5F52;
	font-size: 11px;
	float: left;
}

.footer .infos a {
	color: #FFFFFF;
	font-weight: bold;
}

.footer .copyright {
	float: right;
	color: #7F5F52;
	font-size: 11px;
}

.footer .doenot {
	background-image: url(http://www.wearecupcup.com/Images/doenot.png);
	width: 159px;
	height: 27px;
	float: right;
	margin: -3px 0 0 5px;
}

.footer .doenot2 {
	width: 170px;
	font-size:11px;
	height: 27px;
	float: right;
	margin: 0px 0 0 5px;
}

/* TOTOP */

#toTop 
{  
	width: 116px;
	height: 83px;  
	background: transparent url('http://www.wearecupcup.com/Images/totop.png') no-repeat 0 0;  
	position: fixed; 
	bottom: 10px; 
	cursor: pointer;  
	display: none;  
}

/* POPUP */

.popup {
	width: 514px;
	height: auto;
	float: left;
}

.popup .Top {
	background-image: url(http://www.wearecupcup.com/Images/popupTop.png);
	width: 514px;
	height: 131px;
	float: left;
}

.popup .Top .close {
	background-image: url(http://www.wearecupcup.com/Images/close.png);
	width: 22px;
	height: 22px;
	display: block;
	float: right;
}

.popup .content {
	background-image: url(http://www.wearecupcup.com/Images/popupBkg.png);
	width: 464px;
	padding: 5px 25px 10px 25px;
	float: left;
	color: #333333;
}

.popup .content .title {
	font-size: 16px;
	font-weight: bold;
}

.popup .content a.button {
	background-image: url(http://www.wearecupcup.com/Images/btn_details.png);
	width: 176px;
	height: 24px;
	display: block;
	float: left;
	margin: 15px 10px 0 0;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}

.popup .content a.button:hover {
	background-position: 0 -34px;
}
.popup .Bottom {
	background-image: url(http://www.wearecupcup.com/Images/popupBottom.png);
	width: 514px;
	height: 18px;
	float: left;
}