* {
	font-family: Arial, Helvetica, Sans-Serif;
}

a.button, a.button:hover, a.button:visited, a.button:focus {
	color: #000000;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

img {
	border: 0px;
}


div#photosSelectorPane {
	padding: 6px 0px 0px 8px;
	width: 250px;
	height: 440px;
	text-align: right;
}

div#photosSelectorPane h1 {
	margin: 0px;
	padding: 0px;
	height: 20px;
	font-size: 12px;
	font-weight: 800;
	text-align: left;
}


#photosSelectorHeader {
	border: 1px solid #FFFFFF;
	background-color: #E4E4E4;
	margin: 1px;
	width: 244px;
	height: 23px;
}

#photosSelectorHeader * {
	font-size: 12px;
	font-weight: 100;
}

#photosSelectorHelp {
	height: 35px;
}

#photosSelectorHelp * {
	font-size: 10px;
	font-weight: 100;
}

div#photosSelector {
	margin: 8px 0px;
	overflow: auto;
	padding: 0px;
	height: 460px;
	margin-bottom: 20px;
}

div#photosSelector div.photo {
	float: left;
	width: 110px;
	height: 115px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}

div#photosSelector table {
	width: 101px;
	height: 101px;
}

div#photosSelector td {
	padding: 2px;
	width: 103px;
	height: 103px;
	text-align: center;
	vertical-align: middle;
}

div#photosSelector td img {
	margin-bottom: 1px;
}


div#photosSelector td img.photoNotSelected
{
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #DDDDDD;
}

div#photosSelector td img.photoSelected {
	border: 2px solid #C260B8 !important;
	filter: Alpha(opacity=50);
	opacity: 0.50;
}

div#pageEdition {
	padding: 6px 0px 0px 8px;
	width: 625px;
	text-align: center;
}

div#pageEdition h1 {
	margin: 0px;
	padding: 0px;
	height: 20px;
	font-size: 12px;
	font-weight: 800;
	text-align: left;
}



#pageEdition .pageNumber {
	text-align: center;
	width:650px;
}


#pageEdition.preview .pageNumber {
	top: 0px;
	left: 30px;
	text-align: left;
}

#pageEdition.preview #newPageNumber {
	font-size: 11px;
}

#pageEdition .pageNumber,
#pageEdition .pageNumber2,
#currentPageNumber,
#currentPageNumber2
{
	font-size: 13px;
	font-weight: 800;
}

.pageToedit {
	padding: 0px;
	padding-top: 18px;
	padding-left: 9px;
	border: 0px;
}

#pageEdition .pageToedit {
	text-align: center;
}

#preview0,
#preview1
 {
	border-width: 1px;
	border-style: solid;
	z-index: 0;
	cursor: pointer;
}

#preview0 {
	border-right-width: 1px;
	border-color: #D6D6D6 #393431 #393431 #D6D6D6;
}

#preview1 {
	border-left-width: 1px;
	border-color: #D6D6D6 #393431 #393431 #D6D6D6;
}

#preview0.selected {
	border-color: #AC269E;
}

#preview1.selected {
	border-color: #AC269E;
}


#pageEdition .pageToedit #emptyAlbum,
#pageEdition .pageToedit #emptyPage
{
	width: 220px;
	border: 1px solid #777777;
	z-index: -1;

	padding: 20px 5px;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #AE27A0;
}

#pageEdition .pageToedit #emptyAlbum {
	top: 40px;
	height: 110px;
	padding: 20px 5px;
}

#pageEdition .pageToedit #emptyPage {
	top: 80px;
	height: 70px;
	padding: 20px 5px;
}

#pageEdition .pageToedit #emptyAlbum *,
#pageEdition .pageToedit #emptyPage *
{
	font-size: 11px;
	color: #AE27A0;
}

#pageEdition .pageToedit #emptyAlbum img,
#pageEdition .pageToedit #emptyPage img
{
	margin: 5px;
}

#waitingClock {
	z-index: -1;
	height: 20px;
	width: 20px;
	background: url('http://pan.fotovista.com/mypixmania/images/all_language/wait_20x20.gif');
}


#pageEdition .actionChangePages
{
	width: 500px;
}

#pageEdition #actionDeletePage,
#pageEdition #actionAddPage,
#pageEdition #actionZoomPage,
#pageEdition #actionPrecedingPage,
#pageEdition #actionNextPage,
#pageEdition #actionFirstPage,
#pageEdition #actionLastPage
{
	cursor: pointer;
}

#pageEdition #actionPrecedingPage,
#pageEdition #actionNextPage
{
	margin: 0px 10px 0px 10px;
	text-align: center;
	font-size: 10px;
	color: #6B6D6B;
}

#pageEdition #actionPrecedingPage a,
#pageEdition #actionNextPage a
{
	font-size: 10px;
	color: #6B6D6B;
}

#pageEdition #actionPrecedingPage img,
#pageEdition #actionNextPage img
{
	margin-bottom: 10px;
}

#pageEdition #actionFirstPage {
	margin-left: 10px;
}

#pageEdition #actionLastPage {
	margin-right: 10px;
}


#pageEdition #actionPrecedingPage,
#pageEdition #actionFirstPage
{
	float: left;
}

#pageEdition #actionNextPage,
#pageEdition #actionLastPage
{
	float: right;
}

#pageEdition #actionDeletePage,
#pageEdition #actionAddPage,
#pageEdition #actionZoomPage
{
	font-size: 12px;
	font-weight: 800;
	color: #AD249C;

	font-weight: inherit;
	color: inherit;
	margin: 0px 5px;
	text-decoration: underline;
}

#pageEdition #actionAddPage
{
	float: left;
	margin-left: 40px;
}

#pageEdition #actionDeletePage,
#pageEdition #actionZoomPage
{
	float: left;
	margin-left: 10px;
}

#pageEdition .diaporama,
#pageEdition .diaporama select
{
	font-size: 11px;
}

#pageEdition .diaporama {
	float: left;
	margin-left: 5px;
}

#pageEdition .diaporama img {
}

#pageEdition .actions a {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: underline;
}

#options {
	text-align: center;
	width: 269px;
	height: 370px;
}

#tabChoices {
	height: 35px;
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/tab_bgb.gif") repeat-x left bottom;
}

#tabChoices ul {
	text-align: center;
	margin: 0;
	padding: 0px 3px;
	width: 100%;
	list-style: none;
}

#tabChoices li {
	float: left;
	margin: 2px;
	border: none;
}

#tabChoices a {
	float: left;
	display: block;
	width: auto;
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/tab_bgtl.gif") no-repeat left top;
	padding: 0 0 0 5px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #6B6D6B;
	text-align: center;
	cursor: pointer;
}

#tabChoices a span {
	float: left;
	display: block;
	width: auto;
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/tab_bgtr.gif") no-repeat right top;
	padding: 3px 6px 2px 3px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #6B6D6B;
	text-align: center;
}

#tabChoices a:hover,
#tabChoices a.selected
{
	background-position: 0% -50px;
}

#tabChoices a:hover span,
#tabChoices a.selected span
{
	color: #000000;
	background-position: 100% -50px;
	color: #FFFFFF;
}

#tabs {
}

#tabPage,
#tabPhotoOptions,
#tabText,
#tabTheme,
#tabVisualisation
{
	width: 600px;
	height: 150px;
	font-size: 11px;
}

#tabPhotoOptions,
#tabText,
#tabTheme,
#tabVisualisation
{
	position: relative;
	display: none;
}

#tabPage *,
#tabPhotoOptions *,
#tabText *,
#tabTheme *,
#tabVisualisation *
{
	font-size: 11px;
}

#tabPage,
#tabTheme
{
	text-align: left;
}

#tabTheme .themeSelection {
	line-height: 36px;
}

#tabTheme .themeSelection td {
	vertical-align: bottom;
}

#tabTheme .themeSelection select {
	margin-left: 5px;
	width: 120px;
}

#tabTheme .themeForWhat input {
	background-color: transparent;
}

#tabPage .positionSelection {
	line-height: 3;
	width: 260px;
}

#tabPage .positionSelection {
	line-height: 3;
	width: 260px;
}

#tabPage .positionSelection .pvs,
#tabPage .positionSelection .phs,
#tabPage .positionSelection .pps
{
	width: 190px;
	height: 35px;
}

#tabText #text {
	width: 260px;
	height: 50px;
}

#tabText #validateText {
}

#tabText #textOptions br {
	clear: both;
}

#tabText #textOptions .option {
	margin-bottom: 20px;
	float: left;
}

#tabText #textOptions select {
	float: right;
	width: 100px;
}

#HelpText,
#HelpTextSize
{
	display: none;
	position: absolute;
	bottom: 10px;
	left: 0px;
	text-align: center;
}

#tabText .notice,
#tabPage .notice,
#tabPhotoOptions .notice
#tabVisualisation .notice
{
	width: 100%;
	border: 1px dotted #85CB85;
	padding: 2px;
	background-color: #CDE9CD;
	font-size: 10px;
}

#tabPhotoOptions div {
	margin-top: 10px;
	margin-bottom: 10px;
}

#tabPhotoOptions div input {
}

#pvc   ,
#pvl_tr,
#pvr_tl,
#phc   ,
#phb_tt,
#pht_tb,
#pfull
{
	width: 50px;
	height: 33px;
	display: block;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px 5px;
	background: top left;
	cursor: pointer;
}

#pfull {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_pvr_tl.gif");
}

#pvc {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_pvc.gif");
}

#pvl_tr {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_pvl_tr.gif");
}

#pvr_tl {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_pvr_tl.gif");
}

#phc {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_phc.gif");
}

#phb_tt {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_phb_tt.gif");
}

#pht_tb {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_pht_tb.gif");
}

#pvc.selected,
#pfull.selected,
#pvl_tr.selected,
#pvr_tl.selected,
#phc.selected,
#phb_tt.selected,
#pht_tb.selected,
#pvc:hover,
#pfull.hoover,
#pvl_tr:hover,
#pvr_tl:hover,
#phc:hover,
#phb_tt:hover,
#pht_tb:hover
{
	background-position: 0px -33px;
}

#gravity {
	table-layout: fixed;
}

#NW,
#N ,
#NE,
#W ,
#C ,
#E ,
#SW,
#S ,
#SE
{
	width: 27px;
	height: 22px;
	border: 0px;
	padding: 0px;
	margin: 0px 5px;
	background: top left;
	cursor: pointer;
}

#NW {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_nw.gif");
}

#N {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_n.gif");
}

#NE {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_ne.gif");
}

#W {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_w.gif");
}

#C {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_c.gif");
}

#E {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_e.gif");
}

#SW {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_sw.gif");
}

#S {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_s.gif");
}

#SE {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_se.gif");
}

#NW.selected,
#N.selected,
#NE.selected,
#W.selected,
#C.selected,
#E.selected,
#SW.selected,
#S.selected,
#SE.selected,

#NW:hover,
#N:hover,
#NE:hover,
#W:hover,
#C:hover,
#E:hover,
#SW:hover,
#S:hover,
#SE:hover
{
	background-position: 0px -22px;
}

#align_top,
#align_middle,
#align_bottom,
#align_left,
#align_center,
#align_right
{
	width: 27px;
	height: 22px;
	border: 0px;
	padding: 0px;
	margin: 0px 5px;
	background: top left;
	cursor: pointer;
}

#align_top {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_align-top.gif");
}

#align_middle {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_align-middle.gif");
}

#align_bottom {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_align-bottom.gif");
}

#align_left {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_align-left.gif");
}

#align_center {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_align-center.gif");
}

#align_right {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/picto_gravity_align-right.gif");
}

#align_top.selected,
#align_middle.selected,
#align_bottom.selected,
#align_left.selected,
#align_center.selected,
#align_right.selected,

#align_top:hover,
#align_middle:hover,
#align_bottom:hover,
#align_left:hover,
#align_center:hover,
#align_right:hover
{
	background-position: 0px -22px;
}

#album_preview {
	text-align: left;
	overflow: auto;
	width: 850px;
	height: 145px;
	white-space: nowrap;
}

#album_preview td {
	text-align: center;
	font-size: 10px;
	color: #888888;
	padding: 0px 5px;
}

#album_preview td img {
	width: 149px;
	height: 105px;
	cursor: pointer;
	border: 1px solid #EEEEEE;
}

#album_preview td img.selected {
	border: 1px solid #777777;
}


#pageEdition #priceBox {
	text-align: left;
}

#priceBox .title {
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 5px;
}

#priceBox .yourprice,
#priceBox #yourprice
{
	color: #FF0000;
	font-weight: 800;
}

#themeChoice {
	margin-left: 10px;
	float: left;
	width: 500px;
}

#themeChoice img.link {
	cursor: pointer;
}

#themeChoice h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
}

#themeChoice div.family {
	margin-top: 10px;
	float: left;
	margin-right: 15px;
}

#themeChoice div.family img {
	margin: 0px 5px 0px 0px;
}

#imageQuality {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 1px 0px 0px 20px;
	font-size: 11px;
	height: 17px;
	background-repeat: no-repeat;
}

div.medium {
	background-image: url('http://pan.fotovista.com/mypixmania/images/all_language/rondor.gif');
}

div.good {
	background-image: url('http://pan.fotovista.com/mypixmania/images/all_language/rondvert.gif');
}

div.bad {
	background-image: url('http://pan.fotovista.com/mypixmania/images/all_language/rondrouge.gif');
}

div.roundedTotal910 {
	width: 910px;
}

div.roundedTotal910 div.roundedTop,
div.roundedTotal910 div.roundedMiddle,
div.roundedTotal910 div.roundedBottom
{
	width: 910px;
}

div.roundedTotal910 div.roundedTop {
	background: url('http://pan.fotovista.com/mypixmania/images/all_language/rounded/910top.gif') no-repeat;
}

div.roundedTotal910 div.roundedMiddle {
	background: url('http://pan.fotovista.com/mypixmania/images/all_language/rounded/910middle.gif') repeat-y;
}

div.roundedTotal910 div.roundedBottom {
	background: url('http://pan.fotovista.com/mypixmania/images/all_language/rounded/910bottom.gif') no-repeat;
}

div#interface {
	position: relative;
	width: 900px;
	height: 610px;
	margin: 3px 5px;
}

div#interface div#photos {
	position: absolute;
	width: 269px;
	height: 606px;
	background: url('http://pan.fotovista.com/mypixmania/images/all_language/pixbook/blochg.gif') no-repeat;
	margin-right: 8px;
}

div#interface div#previews {
	position: absolute;
	right: 0px;
	width: 623px;
	height: 417px;
	background: url('http://pan.fotovista.com/mypixmania/images/all_language/pixbook/blochd.gif') no-repeat;
}

div#interface div#tabs {
	position: absolute;
	top: 451px;
	right: 0px;

	width: 623px;
	height: 155px;
	padding: 5px 0px 0px 5px;
	background: url('http://pan.fotovista.com/mypixmania/images/all_language/pixbook/blocba.gif') no-repeat;
}

div#interface div#options {
	position: absolute;
	top: 417px;
	right: 0px;
	width: 623px;
	height: 20px;
}

div#interface div#options div#target {
 	height: 20px;
	border-bottom: 7px solid #88C119; white-space: nowrap;
}

div#interface div#options div#target ul {
	margin: 0px; padding: 2px 2px 0px 0px; list-style: none; margin-left: 60px;
}

div#interface div#options div#target li {
	font-size: 11px; color: #000000; display: inline; margin: 0px; padding: 0px;
}

div#interface div#options div#target a {
	float: left; background: url("http://pan.fotovista.com/mypixmania/images/all_language/pixbook/left.gif") no-repeat left top; margin: 0px;  padding: 0px 0px 0px 9px; text-decoration:none;
}

div#interface div#options div#target a span {
	float: none; display: block; background: url("http://pan.fotovista.com/mypixmania/images/all_language/pixbook/right.gif") no-repeat right top; padding: 5px 10px 4px 2px; font-weight: bold; color: #666666;
}

div#interface div#options div#target #current a {
	background-position: 0 -150px; border-width: 0px; color: #FFFFFF;
}

div#interface div#options div#target #current a span {
	background-position: 100% -150px; color: #FFFFFF;
}

div#interface div#options div#target a:hover {
	background-position: 0% -150px; color: #FFFFFF;
}

div#interface div#options div#target a:hover span {
	background-position: 100% -150px; color: #FFFFFF;
}


div#previewContainer1,
div#previewContainer2
{
	position: absolute;
	top: 45px;
	width: 302px;
	height: 302px;
}

div#previewContainer1 {
	left: 5px;
	text-align: right;
}

div#previewContainer2 {
	left: 307px;
	text-align: left;
}

div#interface div.toolbar {
	position: absolute;
	left: 0px;
	top: 360px;
	width: 600px;
	height: 50px;
}

#modelsPreview {
	white-space: no-wrap;
	overflow: auto;
	height: 100px;
	width: 600px;
}

#modelsPreview td {
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

#modelsPreview img {
	border: 1px solid #000000;
	margin: 0px 1px;
	cursor: pointer;
}

#modelsPreview img.selected {
	border: 1px solid #FF0000;
	margin: 0px 1px;
}

#textSelection {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;
	height: 100%;
}

#textOptions {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 100%;
}


.minip {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-size: 11px;
}

div.pres {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DDDDDD;
}

div.pres .zoom {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/loupe.gif") no-repeat;
	float: left;
	width: 28px;
	height: 28px;
}

div.pres .zoom360 {
	background: url("http://pan.fotovista.com/mypixmania/images/all_language/btn_360.gif") no-repeat;
	padding: 4px 0px 0px 26px;
	float: left;
	width: 100%;
	height: 23px;
}

div.presImg {
	float: left;
	width: 180px;
	text-align: left;
	font-size: 0px;
}

div.presImg img {
	cursor: pointer;
	margin-bottom: 10px;
}

div.presText {
	float: right;
	width: 410px;
	padding: 0px;
	text-align: left;
}

div.presText .price {
	color: #FF0000;
	font-weight: 800;
}

#bannerrose {
	margin-top: 5px;
	background: url('http://pan.fotovista.com/mypixmania/images/all_language/pixbook/bannerrose.gif') no-repeat;
	width: 603px;
	height: 37px;
}

#bannerrose h1 {
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-size:12px;
	line-height:16px;
	font-weight: 100;
	color: #000000;
}

#bannerrose table {
	margin: 0px;
	height: 100%;
	width: 100%;
}

#bannerrose table td {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}

#bannerbleu {
	margin-top: 5px;
	background: url('http://pan.fotovista.com/mypixmania/images/all_language/pixbook/bannerbleu.gif') no-repeat;
	width: 603px;
	height: 37px;
}

#bannerbleu h1 {
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-size:12px;
	line-height:16px;
	font-weight: 100;
	color: #ffffff;
}

div#interface div#previews {
	top: 0px;
	top: 189px;
	left: 275px;
	width: 623px;
	height: 417px;
}

div#interface div#tabs {
	top: 451px;
	top: 34px;
	left: 275px;
	width: 623px;
	height: 155px;
}

div#interface div#options {
	top: 417px;
	top: 0px;
	left: 275px;
	width: 623px;
	height: 20px;
}

div#interface div#tabs {
	padding: 5px 0 0 5px;
}

.dropTarget {
	border: 1px solid #FF0000 !important;
}

div#divcolleft {
float: left; margin: 0px 5px 0px 8px; height: 200px;text-align:center;}


a#pack 					{text-decoration: none; color: #ae269e}
a:hover#pack			{text-decoration: none; color: #ae269e}
.prixrougegras			{margin:0px 0px 0px 0px; padding:0px; line-height:16px; color:#FFFFFF; font-size: 12px;font-weight:800; }
.colverte				{background-color:#F9FAFB; line-height:12px; float:left;}
.colverte-bgblanc1		{background-image:url("http://pan.fotovista.com/mypixmania/images/all_language/box_milieu_livre.gif"); background-repeat: repeat;width:170px; }
.colverte-bgblanc2		{background-image:url("http://pan.fotovista.com/mypixmania/images/all_language/box_milieu_fototoile.gif"); background-repeat: repeat;width:170px; }

.colverte h2 			{margin:0px 0px 0px 0px; padding:0px;color:#000000; line-height:12px; font-size: 12px; font-weight:100; }
.colverte p 			{margin:0px 0px 0px 5px; padding:1px; line-height:16px; font-size:12px;text-align:left;}


div#visuprinctoile 		{background-image:url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/box/visuprinctoile.jpg");background-repeat:no-repeat; float: left; ; width: 595px; height: 245px; }
div#visu_scrapbook 		{background-image:url("http://pan.fotovista.com/mypixmania/images/all_language/boutique/box/visu_scrapbook.jpg");background-repeat:no-repeat; float: left; ; width: 595px; height: 245px; }

span#visuprinctoile 	{margin-left:15px;font-family : Arial;font-size : 28pt;text-decoration: Bold ;color: #AC259D; }



