* {
  margin: 0;
  padding: 0;
}

body {
  font: normal 62.5% Arial, Verdana, Geneva, Helvetica, sans-serif;
}
textarea { font-size: 1.2em; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; }

img {
  border: none;
}

a {

}
a:hover, a:focus {
	text-decoration: none;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted;
}

label {
	cursor: pointer;
}

.clear {
  clear: both;
}

.spacer {
  clear: both;
  width: 0;
  height: 0;
  border: 0 none;
  background-color: transparent;
}


/**************************
  EDITOR CONTENT
**************************/
.pageEditorContent { margin: 10px; padding: 0; font: normal 62.5% Arial, Verdana, Geneva, Helvetica, sans-serif; color: #424242; }
.pageEditorContent a, .pageEditorContent a:active, .pageEditorContent a:link { cursor: pointer; color: #1d659b !important; }
.pageEditorContent a:hover, .pageEditorContent a:focus { text-decoration: none; }
.pageEditorContent h2 { font-size: 2em; font-weight: bold; margin: 0 0 1em 0; color: #176CAC; }
.pageEditorContent h3 { color:#2174B3; font-size:1.5em; margin:0 0 0.5em; }
.pageEditorContent h4 { color:#424242; font-size:1.3em; margin:0 0 0.5em; }
.pageEditorContent p { font-size: 1.3em; line-height: 1.4em; margin-bottom: 1em; }
.pageEditorContent strong { font-weight: bold; }
.pageEditorContent ul, .pageEditorContent ol { font-size:1.3em; margin:0 0 1em 0.5em; }
.pageEditorContent ul { list-style:none outside none; overflow:hidden; }
.pageEditorContent ol { margin-left: 3em; }
.pageEditorContent ul li { background:url("../images/menuarrow2.gif") no-repeat scroll 0 0.3em transparent; padding-left:1em; }

.contactEditorContent { margin: 10px; padding-left: 10px; border-left: 5px solid #2174B3; font: normal 13px Arial, Verdana, Geneva, Helvetica, sans-serif; color:#424242; font-style: italic; }

/**************************
  BLOCKS
**************************/

/* common */
.block {
  background-attachment: scroll;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 4px 0;
}
.block .title { color: #FFF !important; height: 27px; line-height: 27px; padding-left: 5px; border-width: 1px; border-style: solid; border-bottom: 0 none; }
.block .content { font-size: 12px !important; border-width: 1px; border-style: solid; padding: 5px; }
.block .content p { margin-bottom: 4px !important; font-size: 1em !important; line-height: 1em !important; }

/* error */
.error.untitled {}
.error .title { border-color: #ED4B03; background-color: #ED4B03; }
.error .content { border-color: #ED4B03; color: #ED4B03 !important; background-color: #FFF8F5; }

/* warning */
.warning.untitled {}
.warning .title { border-color: #2174B3; background-color: #FFC; }
.warning .content { border-color: #2174B3; background-color: #FFC; }

/* info */
.info.untitled {}
.info .title { border-color: #A9D4F5; background-color: #D3ECFF; }
.info .content { border-color: #A9D4F5; color: #2174B3 !important; background-color: #D3ECFF; }

/**************************
  FORMS
**************************/

/* inputs */
input[type=text].xsmall         { width: 10px !important; }
input[type=text].small           { width: 30px !important; }
input[type=text].medium      { width: 100px !important; }
input[type=text].large           { width: 160px !important; }
input[type=text].xlarge         { width: 220px !important; }
input[type=text].xxlarge       { width: 400px !important; }

input.inline                             { display: inline; }
input.numeric                        { text-align: right; }

/* actions (buttons) */
.actions { min-height: 25px; }
.actions ul { list-style: none; }
.actions.right li { float: right; margin-left: 8px; }
.actions.left li { float: left; margin-right: 8px; }

/* BUTTONS */
a.button.xsmall, input.button.xsmall         { width: 10px !important; }
a.button.small, input.button.small           { width: 30px !important; }
a.button.medium, input.button.medium      { width: 100px !important; }
a.button.large, input.button.large           { width: 150px !important; }
a.button.xlarge, input.button.xlarge         { width: 220px !important; }
a.button.xxlarge, input.button.xxlarge       { width: 400px !important; }

a.button.inline, input.button.inline       { display: inline; }

a.no-action, a.s-action, a.p-action, a.order, input.no-action, input.s-action, input.p-action, input.order {
	display: block;
	line-height: 25px;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

input.no-action, input.s-action, input.p-action, input.order {
  border: none;
  height: 25px;
  cursor: pointer;
}

a.no-action, input.no-action {
  background: #E4E4E4 url(../images/button-no-action.png) scroll repeat-x top left;
  color: #888 !important;
  cursor: default;
}

a.s-action, input.s-action {
  background: #2174B3 url(../images/button-blue.gif) scroll repeat-x top left;
  color: #FFF !important;
}
a.order, a.p-action, input.order, input.p-action {
  background: #FEC604 url(../images/btn-yellow.gif) scroll repeat-x top left;
  color: #2174B3 !important;
  font-weight: bold;
  font-size: 1.15em;
}
a.no-action:hover, a.s-action:hover, a.p-action:hover, a.order:hover, input.no-action:hover, input.s-action:hover, input.p-action:hover, input.order:hover { background-image: none; }
a.loading, input.loading { background-color: #C1C1C1; background-image: none; color: #727272 !important; font-style: italic; }

/**************************
  GALLERY
**************************/

#subGalleriesLink { padding: 0.2em 0.4em; font-size: 1.1em; }




/* demo bar */
#demoBar { width: 100%; height: 25px; line-height: 25px; background-color: #FFCC00; border-bottom: 1px solid #C1C1C1; text-align: center; font-size: 1.1em; }

/* container */
#container {
	min-width: 780px;
	margin: 0 auto;
	background-color: #FFF;
}

/* header */
#header {
	position: relative;
	/*height: 150px;*/
	width: 100%;
}
#header #avoidance {
	/*position: absolute;
	right: 0;
	top: 0;*/
	float: right; /**/
	padding-bottom: 13px;
	line-height: 28px;
	list-style: none;
	height: 2.4em;
	font-size: 1.2em;
}
#header #avoidance li {
	display: inline;
	margin-right: 1em;
}
#header #avoidance .first {
	margin-left: 1em;
}

#header h1 {
	/*position: absolute;
	top: 10px;
	left: 20px;
	*/
  padding-top: 10px; /**/
  padding-left: 20px; /**/
  padding-bottom: 5px; /**/
  float: left; /**/
}

#header #baseline {
	/*position: absolute;
	top: 2em;
	right: 1em;*/
	clear: right; /**/
	float: right; /**/
	margin-right: 10px; /**/
	margin-bottom: 5px; /**/
	font-size: 1.6em;
	font-weight: bold;
}

#header #menuContainer { clear: left; }

#header #lang {
	/*position: absolute;
	top: 7.8em;
	right: 1em;*/
	float: right; /**/
	clear: right; /**/
	list-style: none;
	margin-bottom: 1px;
}
#header #lang li {
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	margin-right: 0.4em;
}
#header #lang li a {
	padding: 0 0.3em;
	text-decoration: none;
}

#header #menu {
	/*position: absolute;
	top: 9.5em;
	left: 0;*/
	height: 38px;
	width: 100%;
	line-height: 38px;
	list-style: none;
	clear: both; /**/
}
#header #menu li {
	font-size: 1.5em;
	font-weight: bold;
	float: left;
	margin-left: 0.5em;
}
#header #menu li a {
	text-decoration: none;
	display: block;
	height: 38px;
	float: left;
	padding: 0 0.5em;
}

#header #search {
	position: absolute;
	top: 9.5em;
	right: 1em;
	width: 24em;
}
#header #search #searchlabel {
	position: absolute;
	top: 8px;
	left: 0;
}
#header #search #inputsearch {
	position: absolute;
	top: 4px;
	left: 30px;
	width: 12em;
	border: none;
	padding: 0.4em 0.2em;
	background: #fff url(../images/input-background.gif) no-repeat top left;
}
#header #search #btnsearch {
	position: absolute;
	top: 5px;
	right: 0;
	width: 38px;
	background: #fff;
	color: #2174b3;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #424242;
	border-bottom: 1px solid #424242;
	padding: 0.2em;
}
#header #search #searchgallery {
	position: absolute;
	top: 38px;
	left: 30px;
	padding: 0.4em;
}
#header #search #searchgallery input {
	margin-right: 0.5em;
}
#header #search #searchgallery label {
	font-size: 1.3em;
}

/* sidebar */
#sidebar {
	float: left;
	width: 190px;
	padding-left: 10px;
	margin-top: 20px; /**/
}

/* module panier */
#sidcart {
	padding: 0 0 15px 0;
	margin-bottom: 1em;
	overflow: hidden;
}
#sidcart h2 {
	height: 32px;
	font-size: 1.8em;
	font-weight: normal;
}
#sidcart h2 span { 
	height: 37px;
	background: url(../images/sidebar/sidebar-cart.png) no-repeat 10px 5px;
	padding-left: 53px;
	display: block;
	line-height: 46px;
}
#sidcart h2 span small {
	font-style: italic;
	font-size: 0.6em;
}
#sidcart p {
	padding: 0.5em;
	font-size: 1.3em;
}

#sidcart .actions {
	padding: 0 0 0.5em 0.8em;
	height: 25px;
}
#sidcart .actions #sidcart-cart-action {
	width: 86px;
	float: left;
	margin-right: 0.2em;
	font-size: 1.15em;
}
#sidcart .actions #sidcart-order-action {
	width: 90px;
	float: left;
	font-size: 1.15em;
}
/* module favoris */
#sidbookmark {
	padding: 0 0 15px 0;
	margin-bottom: 1em;
}
#sidbookmark p {
	font-size: 1.3em;
	background: url(../images/star.gif) no-repeat 0 1em;
	padding: 1em 0 1em 2em;
	margin-left: 0.5em;
}

#sidbookmarkbtn {
	padding: 0 0 0.5em 0.8em;
	height: 25px;
}
#sidbookmarkbtn #save {
	width: 86px;
	float: left;
	margin-right: 0.2em;
}
#sidbookmarkbtn #share {
	width: 90px;
	float: left;
}

/* module galerie */
#sidbackground {
	padding-bottom: 15px;
	margin-bottom: 1em;
}
#sidgallery h2 {
	height: 41px;
	font-size: 1.8em;
	font-weight: normal;
}
#sidgallery h2 span {
	height: 41px;
	background: url(../images/sid_gallery.png) no-repeat 0 0;
	padding-left: 53px;
	display: block;
	line-height: 48px;
}

#sidprivate {
	padding: 1em 0 0 0;
	margin: 0 0 1em 0;
}
#sidprivate label {
	font-size: 1.2em;
	margin-left: 0.5em;
}
#sidprivate #inputprivate {
	margin-left: 0.5em;
	width: 10em;
	border: none;
	padding: 0.4em 0.2em;
	background: #fff url(../images/input-background.gif) no-repeat top left;
}
#sidprivate #btnprivate {
	background: #fff;
	color: #2174b3;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #424242;
	border-bottom: 1px solid #424242;
	padding: 0.2em;
}
#sidprivate .error {
  margin: 5px;
  margin-bottom: 0;
}
#sidgallery ul {
	padding: 1em 0;
	list-style: none;
	margin-left: 0.5em;
}
#sidgallery li {
	background: url(../images/menuarrow.gif) no-repeat 0 2px;
	padding-left: 15px;
	width: 164px;
}
#sidgallery ul li.private {
	background: url(../images/private.png) no-repeat top left;
}
#sidgallery .open {
	background: url(../images/menumore.gif) no-repeat 0 2px;
}
#sidgallery ul li a {
	font-size: 1.3em;
	text-decoration: none;
	display: block;
}

#sidgallery ul li ul {
	padding: 0;
}
#sidgallery ul li ul li {
	background: url(../images/menuarrow2.gif) no-repeat 0 3px;
	padding-left: 1em;
	width: 145px;
	margin: 0;
}
#sidgallery li ul li {
	background: url(../images/menuarrow2.gif) no-repeat 0 3px;
	padding-left: 10px;
	width: 154px;
}

/* module banque */

#bank {
	padding-bottom: 15px;
	margin-bottom: 1em;
}
#bank img {
	margin: 0.5em 0 0.5em 2em;
}

/* content */
#content {
	float: right;
	margin-left: -210px;
	width: 100%;
	margin-top: 20px; /**/
}
#content2 {
	margin-left: 210px;
	margin-top: 0.8em;
	padding: 0 0.5em 1.5em 0;
}

/* footer */
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	padding-bottom: 0.5em;
}
#footer #copyright {
	height: 38px;
}
#footer #provider {
  margin-top: 6px;
}


/* général */
#content2 p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

#content2 #ariane {
	font-size: 1.2em;
}
#content2 #ariane strong { color: #2174B3; font-weight: bold; }

#content2 h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 1em 0;
}
#content2 dl {
  margin-left: 10px;
}
#content2 dt {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
#content2 dd {
  font-size: 1.3em;
  margin-left: 20px;
}

/* pagination */
#content2 #pagenumberingtop, #content2 #pagenumberingbottom {
	clear: both;
	text-align: center;
	position: relative;
	width: 100%;
	padding-top: 2em;
}
#content2 #pagenumberingtop {
	margin-bottom: 1em;
}
#content2 #pagenumberingtop a, #content2 #pagenumberingbottom a {
	text-decoration: none;
	padding: 0 0.4em;
	margin-right: 0.2em;
}
#content2 #pagenumberingbottom #backtotop {
	position: absolute;
	top: 2em;
	left: 0;
	border: none;
	padding: 0;
}

/* Accueil */

/* Galleries */

#galleries {

}
.gallery {
	clear: both;
	padding-bottom: 3em;
	overflow: hidden;
	zoom: 1;
}
.galleryimg {
	float: left;
	width: 150px;
	padding-right: 1.5em;
}
.galleryimg2 {
	float: left;
}
.galleryimg2 div {
	background: url(../images/shadeleft.gif) no-repeat bottom left;
}
.galleryimg2 div a {
	display: block;
	padding-bottom: 10px;
	background: url(../images/shaderight.gif) no-repeat bottom right;
}

.gallerycontent {
	overflow: hidden;
	padding-left: 1.5em;
	zoom: 1;
}
.gallerycontent h3 {
	font-size: 2.1em;
	font-weight: bold;
	margin-bottom: 0.3em;
	padding: 0 0.5em 0 0;
}
.gallerycontent .private {
	background: url(../images/private2.gif) no-repeat 0 0;
	padding-left: 2.2em;
}
.gallerycontent .onsale {
	display: inline;
	padding: 0.2em 0.4em;
}
.gallerycontent ul {
	list-style: none;
	margin-bottom: 0.5em;
	font-size: 1.3em;
	padding: 0.5em 0;
}
.gallerycontent li {
	display: inline;
	margin-right: 0.5em;
}
.gallerycontent .download, .gallerycontent .friend, .gallerycontent .slideshow {
	display: block;
	height: 22px;
	float: left;
	padding-right: 1.8em;
}
.gallerycontent .download {
	background: url(../images/download.gif) no-repeat 0 3px;
	padding-left: 2em;
}
.gallerycontent .friend {
	background: url(../images/friend.gif) no-repeat 0 0;
	padding-left: 2em;
}
.gallerycontent .slideshow {
	background: url(../images/slideshow.gif) no-repeat 0 0;
	padding-left: 2em;
}

/* my gallery */
.mygallery #mygallerycontent h2 span {
	font-size: 0.6em;
	color: #424242;
}

.mygallery #mygallerycontent #nogallery {
	background: #D3ECFF none repeat scroll 0% 0%;
	border: 1px solid #2174B3;
	padding: 1em;
}

.mygallery #banner {
	float: right;
	margin: 0 0 1em 1em;
}

.mygallery #options1 {
	clear: both;
	background: #e6e6e6;
	padding: 0.3em 0.6em;
	list-style: none;
	font-size: 1.3em;
	height: 22px;
	line-height: 22px;
}
.mygallery #options1 li {
	float: left;
	margin-right: 1em;
}
.mygallery #options1 li a {
	text-decoration: none;
	color: #424242;
}
.mygallery #options1 li a:hover {
	text-decoration: underline;
}
.mygallery #options1 #slideshow {
	background: url(../images/mg-slideshow.gif) no-repeat 0 0;
	padding-left: 2em;
	height: 24px;
}
.mygallery #options1 #download {
	background: url(../images/mg-download.gif) no-repeat 0 0.4em;
	padding-left: 1.8em;
	height: 24px;
}
.mygallery #options1 #formatprice {
	background: url(../images/mg-formatprice.gif) no-repeat 0 0;
	padding-left: 1.8em;
	height: 24px;
}
.mygallery #options1 #option {
	float: right;
	background: url(../images/mg-options.gif) no-repeat 0 0.2em;
	padding-left: 1.8em;
	height: 24px;
}

.mygallery #options2 {
	clear: both;
	background: #e6e6e6;
	padding: 0.3em 0.6em;
	list-style: none;
	font-size: 1.3em;
	height: 22px;
	margin-bottom: 2em;
}
.mygallery #options2 li {
	float: left;
	margin-right: 1em;
}
.mygallery #options2 li a {
	text-decoration: none;
	color: #424242;
}
.mygallery #options2 li a:hover {
	text-decoration: underline;
}
.mygallery #options2 #number {
	
}
.mygallery #options2 #number select {
	width: 45px;
}
.mygallery #options2 #size {
}
.mygallery #options2 #rss {
	background: url(../images/mg-rss.gif) no-repeat 0 0;
	padding-left: 1.5em;
}
.mygallery #options2 #widget {
	background: url(../images/mg-widget.gif) no-repeat 0 0;
	padding-left: 1.5em;
}
.mygallery .btnnavig {
	float: right;
}

.mylist {
	margin: 0 1.3em 2em 0;
	float: left;
}
.mylistimg  a {
	padding-bottom: 10px;
	display: block;
}

.mygallery .big {
	height: 310px;
}
.mygallery .moy, .mygallery .small {
	height: 160px;
}

.shade .mylistimg {
	background: url(../images/shadeleft.gif) no-repeat bottom left;
}
.shade .mylistimg a {
	background: url(../images/shaderight.gif) no-repeat bottom right;
}

.mylistoptions {
	list-style: none;
}
.mylistoptions li {
	float: left;
}
.mylistoptions a {
	margin-right: 0.1em;
}
.mylistoptions .bag, .mylistoptions .download, .mylistoptions .bookmarks, .mylistoptions .delete {
	position: relative;
}
.mylistoptions .bag span.tooltip, .mylistoptions .download span.tooltip, .mylistoptions .bookmarks span.tooltip, .mylistoptions .delete span.tooltip {
	position: absolute;
	top: 25px;
	left: 0;
	padding: 1em 0.5em 0.5em 0.5em;
	white-space: nowrap;
}
.mylistoptions .bag span.tooltip, .mylistoptions .download span.tooltip, .mylistoptions .bookmarks span.tooltip {
	display: none;
}
.mylistoptions .bag span.mediaCartQuantity {
	position: absolute;
	top: 11px;
	left: 30px;
	white-space: nowrap;
	color: #727272;
}
.mylistoptions .select {
	padding-top: 2px;
}
/*
.mylistoptions .bag a {
	background: url(../images/gallerybag.gif) no-repeat 0 0;
	display: block;
	height: 19px;
	width: 21px;
}
.mylistoptions .bag a:hover, .mylistoptions .bagadded a {
	background: url(../images/gallerybagoff.gif) no-repeat 0 0;
}
*/
/*
.mylistoptions .download a {
	background: url(../images/galleryarrow.gif) no-repeat 0 0;
	display: block;
	height: 19px;
	width: 21px;
}
.mylistoptions .download a:hover {
	background: url(../images/galleryarrowoff.gif) no-repeat 0 0;
}
.mylistoptions .downloadadded a {
	background: url(../images/galleryarrowoff.gif) no-repeat 0 0;
}

.mylistoptions .bookmarks a {
	background: url(../images/gallerystaron.gif) no-repeat 0 0;
	display: block;
	height: 19px;
	width: 19px;
}
.mylistoptions .bookmarks a:hover {
	background: url(../images/gallerystaroff.gif) no-repeat 0 0;
}
.mylistoptions .bookmarksadded a {
	background: url(../images/gallerystaroff.gif) no-repeat 0 0;
}
*/
.mylistoptions .bag a {
	background: url(../images/gallery/add-cart-s.png) no-repeat 0 0;
	display: block;
	height: 24px;
	width: 27px;
}
.mylistoptions .bag a:hover {
  background-position: 0 -24px;
}

.mylistoptions .download a {
	background: url(../images/galleryarrowhover.gif) no-repeat 0 -19px;
	display: block;
	height: 19px;
	width: 21px;
}
.mylistoptions .download a:hover, .mylistoptions .downloadadded a {
	background: url(../images/galleryarrowhover.gif) no-repeat 0 0;
}

.mylistoptions .bookmarks a {
	background: url(../images/gallerystarhover.gif) no-repeat 0 -19px;
	display: block;
	height: 19px;
	width: 19px;
}
.mylistoptions .bookmarks a:hover, .mylistoptions .bookmarksadded a {
	background: url(../images/gallerystarhover.gif) no-repeat 0 0;
}


#mylistadd {
	clear: both;
	text-align: center;
}
#mylistadd p {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0;
}
#mylistadd button {
  margin: 0 7px 0 0;
  line-height:130%;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
	width: auto;
  overflow: visible;
  padding: 4px 10px 5px 7px;
	border: none;
}

#subgalleries h3 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
#subgalleries ul {
	list-style: none;
	padding: 1em 1em 1em 1em; 
	overflow: hidden;
	margin-bottom: 2em;
	height: 1%;
}
/*
#subgalleries ul li {
	float: left;
	margin: 0 10px 10px 0;
	font-size: 13px;
	width: 230px;  
	height: 70px;
	overflow: auto;
}
#subgalleries ul li a.preview {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
}
#subgalleries ul li div { margin-left: 65px; }
#subgalleries ul li span { display: block; }
*/

#subgalleries ul li {
	float: left;
	margin: 0 10px 10px 0;
	font-size: 13px;
	width: 300px;
	height: 180px;
	overflow: auto;
}
#subgalleries ul li a.preview {
  display: block;
  float: left;
  margin-right: 8px;
}
#subgalleries ul li div { margin-left: 65px; }
#subgalleries ul li span { display: block; }


/* Fenêtres modales */

/* fenetre modale jaune et bleu */
.wincolor2, .wincolor1 {
	width: 540px;
}
.wincolor2 .winhead, .wincolor1 .winhead {
	height: 2.8em;
	position: relative;
	margin-bottom: 1em;
}

.wincolor2 .winhead h2, .wincolor1 .winhead h2 {
	position: absolute;
	top: 0.1em;
	left: 0.5em;
	font-size: 1.9em;
	font-weight: normal;
}
.wincolor2 .winhead .closewindow, .wincolor1 .winhead .closewindow {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}
.wincolor2 h3, .wincolor1 h3 {
	font-size: 1.4em;
	font-weight: bold;
}
.wincolor2 select, .wincolor1 select {
	width: 500px;
	margin-bottom: 0.5em;
}
.wincolor2 input, .wincolor1 input {
	padding: 0.2em;
	width: 500px;
	/*margin-bottom: 0.5em;*/
}
.wincolor2 textarea ,.wincolor1 textarea {
	width: 500px;
	height: 150px;
	padding: 0.2em;
}

/* fenetre favoris */
#winbookmark #addbm {
	margin-left: 1em;
	margin-bottom: 1em;
}
#winbookmark #addbm #btnaddlist {
	width: 60px;
}
#winbookmark #optionslist {
	margin-left: 1em;
}
#winbookmark .btnvalid {
	margin: 0 0 1em 1em;
}
#winbookmark .btnvalid button {
	width: 100px;
}
.wincolor1 #addlist {
	width: 380px;
}
.wincolor1 #sendemail {
	margin-bottom: 0.5em;
}

/* prevenir un ami */
#winfriend ul {
	margin: 0 0 1em 2.5em;
	font-size: 1.3em;
}
.wincolor1 #addfriend input {
	width: 380px;
}

/* Enregistrer ma liste */
#winsave #changename, #winsave .btnvalid {
	margin: 0 0 0 1em;
}
#winsave .btnvalid {
	margin: 0 0 1em 1em;
}


/**************************
  MEDIA
**************************/

#photooptions #navig {
	width: 135px;
	text-align: center;
	float: left;
	margin-right: 5em;
}

#photooptions #options p {
	width: 100px;
	white-space: nowrap;
	text-align: center;
	float: left;
}
#photo {
	clear: both;
	overflow: auto;
}
.mymedia h2 {
	margin-bottom: 0 !important;
}
.mymedia #photo img { float: left; }
.mymedia #photo #mediaActions { list-style: none; }
.mymedia #photo #mediaActions li { margin-bottom: 20px; position: relative; }
.mymedia #photo #mediaActions li a { display: block; text-align: center; background-attachment: scroll; background-color: transparent; background-position: center top; background-repeat: no-repeat; }
.mymedia span.mediaCartQuantity {
	position: absolute;
	top: 20px;
	left: 47px;
	white-space: nowrap;
	color: #727272;
}
.mymedia #mediaNavigation { list-style: none; height: 23px; }
.mymedia #mediaNavigation li { float: left; height: 23px; }
.mymedia #mediaNavigation li a { display: block; height: 23px; width: 30px; background-attachment: scroll; background-color: #FDFDFD; background-repeat: no-repeat; }
.mymedia #mediaNavigation li a span { text-indent: -9999px; display: none; }
.mymedia #mediaNavigation li#media-nav-previous a { background-image: url(../images/media/media-previous.png); background-position: right bottom; }
.mymedia #mediaNavigation li#media-nav-slideshow a { width: 20px; background-image: url(../images/media/slideshow-open.png); background-position: center bottom; }
.mymedia #mediaNavigation li#media-nav-next a { background-image: url(../images/media/media-next.png); background-position: left bottom; }

.mymedia #mediaNavigation li#media-nav-previous-disabled { width: 30px; background-image: url(../images/media/media-previous-disabled.png); background-position: right bottom; }
.mymedia #mediaNavigation li#media-nav-next-disabled { width: 30px; background-image: url(../images/media/media-next-disabled.png); background-position: left bottom; }

#moreoptions {
	list-style: none;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0.5em 0.5em;
	margin: 0 0 1em 0;
}
#moreoptions li {
	float: left;
	font-size: 1.3em;
	margin-right: 2em;
}
#moreoptions li a {
	float: left;
	display: block;
	color: #424242;
}
#moreoptions #addbookmark {
	background: url(../images/ph-star.gif) no-repeat 0 6px;
	padding-left: 2em;
}
#moreoptions #seemms {
	background: url(../images/ph-tel.gif) no-repeat 0 3px;
	padding-left: 1.8em;
}
#moreoptions #seeecard {
	background: url(../images/ph-postcard.gif) no-repeat 0 6px;
	padding-left: 3em;
	margin-right: 0;
}
#description {
	clear: both;
}
#filename {}

/**************************
  POPUPS
**************************/

/* global */
.ui-dialog.no-close-cross .ui-dialog-titlebar-close { display: none; }

/* popup add cart */
#popupCart { display: none; }
#popupCart #popupHeader { margin-bottom: 10px; }
#popupCart #popupMedia { float: left; }
#popupCart #popupMedia img { padding: 3px; border: 1px solid #E6E6E6; }
#popupCart #popupTitle { text-align: right; font-size: 1.1em; }
#popupCart #popupAdditionnalMessage { text-align: right; color: #099F3A; margin: 3px 0; }
#popupCart #popupTitle, #popupCart .formatContainer, #popupCart #addFormat { margin-left: 135px; }
#popupCart #addFormat { text-align: right; }
#popupCart .formatContainer { margin-top: 10px; padding: 6px; border: 1px solid #C1C1C1; background-color: #EFEFEF; }
#popupCart .formatContainer div { margin-bottom: 6px; }
#popupCart .formatContainer .remove { text-align: right; margin-bottom: 2px; display: none; }
#popupCart .formatContainer .remove a, #popupCart .formatContainer .remove a:visited, #popupCart .formatContainer .remove a:active { color: #727272 !important; }
#popupCart .formatContainer input[type=button] { border: 1px solid #C1C1C1; color: #000; width: 15px; cursor: pointer; }
#popupCart .formatContainer label { float: left; display: block; width: 70px; }
#popupCart .formatContainer select { width: 150px; }
#popupCart form div.formButtons { text-align: right; margin-top: 20px; clear: both; }
#popupCart form div.formButtons input { display: inline; width: auto; font-size: 1em; margin-left: 10px; }
#popupCart form div.formButtons input#moreMedias { }
#popupCart form div.formButtons input#order { }

/* popup prices */
#popupPrices { display: none; }
#popupPrices #priceVat { font-style: italic; color: #727272; margin-bottom: 12px; }
#popupPrices .formatContainer { clear: both;  }
#popupPrices .formatContainer .title { color: #176CAC; font-weight: bold; font-size: 1.2em; margin-bottom: 6px; border-bottom: 1px dotted #727272; }
#popupPrices .formatContainer .contentContainer .image { float: left; margin-bottom: 20px; }
#popupPrices .formatContainer .contentContainer .image,
#popupPrices .formatContainer .contentContainer .content .priceList { margin-bottom: 20px; }
#popupPrices .formatContainer .contentContainer .image img { padding: 3px; border: 1px solid #E6E6E6; }
#popupPrices .formatContainer .contentContainer .content {}
#popupPrices .formatContainer .contentContainer .content .description { color: #727272; margin-bottom: 6px; }
#popupPrices .formatContainer .contentContainer .content .support { color: #727272; margin-bottom: 6px; }
#popupPrices .formatContainer .contentContainer .content .support em { font-weight: bold; font-style: normal; }
#popupPrices .formatContainer .contentContainer .content .priceList ol { list-style-type: disc; margin-left: 10px; }
#popupPrices .formatContainer .contentContainer .content .priceList ol li { margin-left: 7px; }

/* popup copyright */
#popupCopyright { display: none; }

/* popup cart remove confirm*/
#popupCartRemoveConfirm { display: none; }

/* popup feed */
#popupFeed { display: none; }
#popupFeed div { font-size: 1.1em; }
#popupFeed a {
  display: block;
  height: 20px;
  line-height: 20px;
  background : transparent url(../images/mg-rss.gif) no-repeat scroll center left;
  padding-left: 20px;
  margin-bottom: 20px;
}
#popupFeed span { display: block; background: transparent url(../images/gallery/feed-copy.png) scroll no-repeat top left; height: 20px; line-height: 20px; padding-left: 20px; }
#popupFeed input { background-color: #FFF; width: 100%; }

/**************************
  ORDER
**************************/

/* price details toggle */
#price_details_area, #price_details_area a { font-size: 11px; font-weight: normal; }

/* index */
#orderIndex #delivery-container em { font-size: 1.2em; color: #727272; }
#orderIndex #delivery-container {
	padding: 1em;
	margin: 0 0 0 160px;
	width: 300px;
}
#orderIndex #delivery-container input {
	width: auto;
	border: none;
	margin: 0 0.5em 0 0;
	background: none;
}
#orderIndex #delivery-container label {
	float: none;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
}
#orderIndex #delivery-container { border: 1px solid #2174B3; }

#orderIndex #identifying legend {
	margin: 0;
}
#orderIndex #identifying #optional {
	margin: 0 0 1em 160px;
	font-style: italic;
}

#orderIndex #present input {
	width: auto;
	border: none;
	margin: 0 0.5em 0 0;
	background: none;
}
#orderIndex #present label {
	float: none;
	font-weight: normal;
}
#orderIndex #present textarea {
	width: 22em;
	height: 15em;
}
#orderIndex #present div {
	margin: 0 0 1em 160px;
}
#orderIndex #present textarea { border: 1px solid #2174B3; background: #D3ECFF; }

#orderIndex #delivery-datas .salutation, #orderIndex #invoice-datas .salutation {
	margin: 0 0 1em 160px;
}
#orderIndex #delivery-datas .salutation p, #orderIndex #invoice-datas .salutation p {
	display: inline;
}
#orderIndex #delivery-datas .salutation input, #orderIndex #invoice-datas .salutation input {
	width: auto;
	margin: 0;
	background: none;
	border: none;
}
#orderIndex #delivery-datas .salutation label, #orderIndex #invoice-datas .salutation label {
	padding-left: 0.5em;
	float: none;
	font-size: 1em;
	font-weight: normal;
}
#orderIndex #delivery-datas select, #orderIndex #invoice-datas select {
}
#orderIndex .form em.field-note {
  display: block;
  margin: 3px 0;
  margin-left: 160px;
  font-size: 1.1em;
  color: #727272;
  font-style: normal;
  width: 22.5em;
}

#orderIndex #delivery-complement p {
	font-size: 1em;
	margin-left: 160px;
	width: inherit;
}
#orderIndex #delivery-complement input {
	width: auto;
	margin: 0;
	background: none;
	border: none;
}
#orderIndex #delivery-complement label {
	width: auto;
	font-weight: normal;
	float: none;
}

#orderIndex .actions input { margin-left: 160px; }

#orderIndex #cnil { margin-left: 160px; margin-top: 30px; font-size: 1.1em; color: #727272; }

#orderIndex form #invoice-datas .error,
#orderIndex form #delivery-datas .error {
  margin-left: 160px;
  width: 320px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* confirm */
#orderConfirm #promotionCode h3, #orderConfirm #delivery h3, #orderConfirm #paymentMethod h3, #orderConfirm #contact div h3 { font-size: 1.6em; margin: 0 0 0.3em 0; color: #2174B3; }

#orderConfirm #prices table { width: 300px; font-size: 1em; margin-bottom: 20px; }
#orderConfirm #prices table tbody tr th { text-align: left; }
#orderConfirm #prices table tbody tr td { text-align: right; white-space: nowrap; }
#orderConfirm #prices table tbody tr.pricing th, #orderConfirm #prices table tbody tr.pricing td,
#orderConfirm #prices table tbody tr.taxes th, #orderConfirm #prices table tbody tr.taxes td,
#orderConfirm #prices table tbody tr.all-charges th, #orderConfirm #prices table tbody tr.all-charges td,
#orderConfirm #prices table tbody tr.quantity th, #orderConfirm #prices table tbody tr.quantity td { font-weight: normal; white-space: nowrap; }
#orderConfirm #prices table tbody tr.subpricing th, #orderConfirm #prices table tbody tr.subpricing td { font-weight: normal; font-size: 1.3em; color: #727272; }
#orderConfirm #prices table tbody tr.coupon th, #orderConfirm #prices table tbody tr.coupon td,
#orderConfirm #prices table tbody tr.discount th, #orderConfirm #prices table tbody tr.discount td { font-weight: normal; color: #2174B3; }
#orderConfirm #prices table tbody tr.all-charges th, #orderConfirm #prices table tbody tr.all-charges td {}
#orderConfirm #prices table tbody tr.total-pricing th, #orderConfirm #prices table tbody tr.total-pricing td { border-bottom: 1px solid #000; font-weight: bold; }
#orderConfirm #prices table th, #orderConfirm #prices table td { font-size: 1.4em; }
#orderConfirm #prices table small { font-size: 1em; }

#orderConfirm #promotionCode input { display: inline; }
#orderConfirm #promotionCode .error, #orderConfirm #promotionCode .warning { width: 500px; }
#orderConfirm #promotionCode .info { margin: 10px 0; }
#orderConfirm #promotionCode .info div { display: inline; }

#orderConfirm #contact div { float: left; margin: 0 3em 2em 0; }
#orderConfirm #contact div address { font-size: 1.3em; font-style: normal; }

#orderConfirm #legalTerms { clear: both; }
#orderConfirm #legalTerms #legalTerms-content { padding: 1em; overflow-y: scroll; height: 250px; margin: 0 0 1em 0; background: #D3ECFF; border: 1px solid #2174B3; }
#orderConfirm #legalTerms #legalTerms-content, #orderConfirm #legalTerms #accept { max-width: 600px; }
#orderConfirm #legalTerms #legalTerms-content h3 { font-size: 1.6em; margin: 0 0 1em 0; }
#orderConfirm #legalTerms #legalTerms-content h4 { font-size: 1.4em; }
#orderConfirm #legalTerms #accept { padding: 1em; background: #D3ECFF; margin-bottom: 10px; font-size: 1.2em; }
#orderConfirm #legalTerms #accept input { margin: 0 0.5em 0 0; }

#orderConfirm #paymentMethod { margin-bottom: 50px; max-width: 650px; }
#orderConfirm #paymentMethod .paymentMethod-item { margin-top: 20px; }
#orderConfirm #paymentMethod .paymentMethod-item .paymentMethod-item-picto { float: left; }
#orderConfirm #paymentMethod .paymentMethod-item .paymentMethod-item-content { margin-left: 170px; }
#orderConfirm #paymentMethod .paymentMethod-item .paymentMethod-item-content label { font-size: 1.55em; margin-left: 10px; font-weight: bold; }
#orderConfirm #paymentMethod .paymentMethod-item .paymentMethod-item-content p { margin-left: 23px; color: #727272; margin-bottom: 0; }
#orderConfirm #paymentMethod .paymentMethod-item .paymentMethod-item-content p strong { color: #2174B3; }

#orderConfirm .actions { margin-left: 170px; font-size: 1.1em; }

/* end */
#orderEnd .warning { width: 550px; }
#orderEnd .warning .content { line-height: 22px; font-size: 1.3em !important; }
#orderEnd .warning .content ul { list-style: none; margin-left: 20px; }

#orderEnd #orderEnd-summary { margin-top: 20px; font-size: 1.3em; line-height: 1.5em; border: 1px solid #2174B3; background-color: #D3ECFF; padding: 10px; width: 250px; }
#orderEnd #orderEnd-summary ul { list-style: none; }

#orderEnd .actions { margin-top: 15px; }
#orderEnd .actions input { font-size: 1.3em; }

/**************************
  PAGE CONTACT
**************************/

#pageContact #block-address { margin: 0 0 2em 110px; overflow: hidden; }
#pageContact #block-address h3 { font-size: 1.6em; margin-bottom: 10px; color: #2174b3; margin: 0 1em 1em 0; width: auto; height: auto; line-height: inherit; }
#pageContact #block-address address { font-size: 1.3em; }
#pageContact #block-address ul { list-style: none; border-left: 5px solid #2174b3; overflow: hidden; padding-left: 1em; }
#pageContact #block-address ul li { margin: 0 2em 1em 0; float: left; }

#pageContact #block-form { clear: both; margin-right: 2em; float: left; width: 470px; }
#pageContact #block-form .salutation { margin: 0 0 1em 160px; }
#pageContact #block-form .salutation p { display: inline; }
#pageContact #block-form .salutation input { width: auto; margin: 0; background: none; border: none; }
#pageContact #block-form .salutation label { padding-left: 0.5em; float: none; font-size: 1em; font-weight: normal; }
#pageContact #block-form .actions { margin-left: 160px; margin-top: 40px; }
#pageContact #block-form .error { margin-left: 160px; width: 320px; margin-top: 5px; margin-bottom: 5px; width: auto; }
#pageContact #block-form #congratulations { background: #D3ECFF; border: 1px solid #2174B3; color: #2174B3; margin-left: 110px; padding: 5px; }

#pageContact #block-form #asp { }
#pageContact #block-form #asp label { line-height: normal; }
#pageContact #block-form #asp #recaptcha_picto_container div,
#pageContact #block-form #asp #recaptcha_picto_container input { float: left; margin-right: 5px; }
#pageContact #block-form #asp #recaptcha_picto_container div { margin-top: 4px; }
#pageContact #block-form #asp #recaptcha_picto_container div a span { display: none; text-indent: -9999px; }
#pageContact #block-form #asp #recaptcha_picto_container div a { display: block; background-attachment: scroll; background-color: transparent; background-position: center center; background-repeat: no-repeat; width: 12px; height: 12px; }
#pageContact #block-form #asp #recaptcha_picto_container .recaptcha_renew a { background-image: url(../images/captcha-renew.png); }
#pageContact #block-form #asp #recaptcha_picto_container .recaptcha_only_if_image a { background-image: url(../images/captcha-audio.png); }
#pageContact #block-form #asp #recaptcha_picto_container .recaptcha_only_if_audio a { background-image: url(../images/captcha-words.png); }
#pageContact #block-form #asp #recaptcha_picto_container .recaptcha_help a { background-image: url(../images/captcha-help.png); }
#pageContact #block-form #asp #recaptcha_image { clear: left; margin-left: 160px; }
#pageContact #block-form #asp #recaptcha_image img { border: 1px solid #C1C1C1; }


/**************************
  PAGE GUESTBOOK
**************************/

#pageGuestBook { width: 600px; }

#pageGuestBook #block-content {}

#pageGuestBook #block-form { clear: both; margin-right: 2em; float: left; }
#pageGuestBook #block-form .actions { margin-left: 160px; margin-top: 40px; }
#pageGuestBook #block-form .error { margin-left: 160px; width: 320px; margin-top: 5px; margin-bottom: 5px; width: auto; }
#pageGuestBook #block-form #congratulations { background: #D3ECFF; border: 1px solid #2174B3; color: #2174B3; margin-left: 110px; padding: 5px; }

#pageGuestBook #block-form #guestbook_empty {}
#pageGuestBook #block-form .guestbook_message { margin-bottom: 40px; }
#pageGuestBook #block-form .guestbook_message .author { font-size: 1.1em; font-weight: bold; margin-left: 5px; }
#pageGuestBook #block-form .guestbook_message .date { float: right; margin-right: 5px; color: #727272; }
#pageGuestBook #block-form .guestbook_message p { margin-bottom: 5px; background-color: #D3ECFF; padding: 8px 15px; }

#pageGuestBook #block-form form { border-top: 5px solid #2174b3; margin-top: 2em; padding-top: 2em; }
#pageGuestBook #block-form form h3 { font-size: 1.6em; margin-bottom: 10px; color: #2174b3; margin: 0; margin-bottom: 1em; width: auto; height: auto; line-height: inherit; float: none; }

#pageGuestBook #block-form #asp { }
#pageGuestBook #block-form #asp label { line-height: normal; }
#pageGuestBook #block-form #asp #recaptcha_picto_container div,
#pageGuestBook #block-form #asp #recaptcha_picto_container input { float: left; margin-right: 5px; }
#pageGuestBook #block-form #asp #recaptcha_picto_container div { margin-top: 4px; }
#pageGuestBook #block-form #asp #recaptcha_picto_container div a span { display: none; text-indent: -9999px; }
#pageGuestBook #block-form #asp #recaptcha_picto_container div a { display: block; background-attachment: scroll; background-color: transparent; background-position: center center; background-repeat: no-repeat; width: 12px; height: 12px; }
#pageGuestBook #block-form #asp #recaptcha_picto_container .recaptcha_renew a { background-image: url(../images/captcha-renew.png); }
#pageGuestBook #block-form #asp #recaptcha_picto_container .recaptcha_only_if_image a { background-image: url(../images/captcha-audio.png); }
#pageGuestBook #block-form #asp #recaptcha_picto_container .recaptcha_only_if_audio a { background-image: url(../images/captcha-words.png); }
#pageGuestBook #block-form #asp #recaptcha_picto_container .recaptcha_help a { background-image: url(../images/captcha-help.png); }
#pageGuestBook #block-form #asp #recaptcha_image { clear: left; margin-left: 160px; }
#pageGuestBook #block-form #asp #recaptcha_image img { border: 1px solid #C1C1C1; }


/* Mon compte */
#myaccount {
	list-style: none;
	margin: 0 0 1em 0;
}
#myaccount li {
	display: inline;
	font-size: 1.3em;
}
#myaccount li a {
	padding: 0.5em;
	text-decoration: none;
	margin: 0 0 0 0; 
}

/* formulaire */
.form fieldset {
	border: none;
	padding: 0 0 2em 0;
}
.form legend {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 160px;
}
.form .form-note {
  color: #727272;
	padding: 0 0 0 160px;
	font-size: 1.1em !important;
}
.form legend span {
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	color: #424242;
}
.form div {
	margin: 0 0 0.5em 0;
}
.form label {
	cursor: pointer;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	margin-right: 10px;
	text-align: right;
	width: 150px;
}
.form h3 {
	cursor: pointer;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	height: 20px;
	margin-right: 10px;
	text-align: right;
	width: 150px;
	line-height: 1.54em;
}
.form #YourName {
	margin-bottom: 0;
}
.form input {
	padding: 0.2em;
	width: 22em;
	/*margin-bottom: 0.5em;*/
}
.form textarea {
	padding: 0.2em;
	width: 22.5em;
	margin-bottom: 0.5em;
}
.form select {
	padding: 0.2em;
	width: 22.5em;
}
.form .validation button {
	width: auto;
	margin: 0 0 0 160px;
	border: none;
	background: url(../images/button-blue.gif) repeat-x left top;
}
#connexion #forgetpwd {
	margin: 0 0 0 160px;
}

/* mes favoris */
#myorderdeco table {
	border-collapse: collapse;
	width: 100%;
}
#myorderdeco thead {
	height: 36px;
	font-size: 1.3em;
}
#myorderdeco thead th {
	padding: 0 0.4em;
	white-space: nowrap;
	height: 36px;
}
#myorderdeco thead #tlist {
	text-align: left;
}
#myorderdeco thead #tshare span, #myorderdeco thead #torder span, #myorderdeco thead #tslide span, #myorderdeco thead #tdel span, #myorderdeco thead #tmodif span {
	display: none;
}
#myorderdeco tbody td {
	font-size: 1.3em;
	padding: 0.4em;
	text-align: center;
	vertical-align: top;
}
#myorderdeco tbody .tlist {
	text-align: left;
}

/* page de paiement */
.payment #secure {
	padding: 1em;
	margin: 0 0 3em 0;
}
.payment #secure p {
	margin: 0;
}
.payment #month {
	width: 10em;
}
.payment #years {
	width: 6em;
}
.payment #crypto label {
	/*float: inherit;
	width: auto;
	display: inline;*/
}
.payment #crypto input {
	/*margin-left: 160px;*/
}
.payment #crypto p {
	margin-left: 160px;
}
.payment .validation input {
	float: left;
	margin-right: 5em;
}
.payment .validation .acolor1 {
	width: 5em;
	float: left;
}

/* Mise à jour ou maintenance */
#update {
	padding: 5em;
	text-align: center;
}
#update h1 {
	margin-bottom: 1em;
}
#update h2 {
	font-size: 2.2em;
}
#update #date {
	font-size: 1.3em;
	margin-bottom: 1em;
}
#update p {
	font-size: 1.6em;
}

/* Contact et type d'abus */
#contact h2 span {
	padding-left: 0.5em;
}
#contact #backform, #reportabuse #backform {
	padding: 1em;
	font-weight: bold;
	margin: 0 0 2em 0;
}
#contact #captcha, #reportabuse #captcha {
	display: none;
}
#contact #address {
	margin: 0 0 2em 110px;
	overflow: hidden;
}
#contact #address address {
	font-size: 1.3em;
}
#contact #address ul {
	list-style: none;
	border-left: 5px solid #2174b3;
	overflow: hidden;
	padding-left: 1em;
}
#contact #address ul li {
	margin: 0 2em 1em 0;
	float: left;
}
#contact #google {
	float: left;
}
#contact h3 {
	font-size: 1.6em;
	margin: 0 1em 1em 0;
	width: auto;
	height: auto;
	line-height: inherit;
}
#contact iframe {
	width: 350px;
	height: 35em;
}
#contact #btnvalid, #reportabuse #btnvalid {
	border: none;
	width: auto;
}
#reportabuse #btnvalid {
	margin-left: 160px;
}
.validcontact input {
	margin-left: 110px;
}

#blockcontact1 {
	clear: both;
	margin-right: 2em;
	float: left;
}
#blockcontact1 p {
	width: 22em;
	margin-left: 110px;
}
#blockcontact2 {
	
}
#contact label {
	width: 100px;
}
/* Content */
#contenttype {
  overflow: auto;
}
#contenttype ul, #contenttype ol {
	font-size: 1.3em;
	margin: 0 0 1em 0.5em;
}
#contenttype ol {
  margin-left: 3em;
}
#contenttype ul {
	list-style: none;
	overflow: hidden;
}
#contenttype ul li {
	background: url(../images/menuarrow2.gif) no-repeat 0 0.3em;
	padding-left: 1em;
	margin-bottom: 0.3em;
}

#contenttype h3 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}
#contenttype h4 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
}
#contenttype address {
	font-size: 1.3em;
	font-style: normal;
	margin: 0 0 1em 0;
}
#contenttype address strong {
	font-size: 1.3em;
}
#contenttype .left {
	float: left;
	margin: 0 1em 0 0;
}
#contenttype .right {
	float: right;
	margin: 0 0 0 1em;
}

/* Aide */
.backtop {
	padding-left: 2em;
	clear: both;
}

/* Recherche */

#pagesearch #yoursearch {
	margin-bottom: 2em;
}
#pagesearch #yoursearch input {
	padding: 0.2em;
	width: 22em;
	margin-right: 0.5em;
}
#pagesearch #yoursearch #btnmainsearch {
	color: #fff;
	border: none;
	width: auto;
}
#pagesearch #searchoptions {
	overflow: hidden;
	padding-bottom: 2em;
	height: 1%;
	margin-bottom: 1em;
}
#pagesearch #searchoptions2 {
	padding: 1em;
}
#pagesearch #searchoptions h3 {
	padding: 0.5em;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
#pagesearch #searchoptions h3 a {
	padding-left: 2em;
}
#pagesearch #searchlimitgalleries, #pagesearch #searchlimitdate, #pagesearch #searchlimitdate2 {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}
#pagesearch #searchlimitgalleries h4, #pagesearch #searchlimitdate h4, #pagesearch #searchlimitdate2 h4 {
	font-size: 1.6em;
}
#pagesearch #searchlimitgalleries div {
	overflow-y: scroll;
	height: 120px;
	padding: 1em;
}
#pagesearch #searchlimitgalleries div p {
	margin: 0;
}
#pagesearch #searchlimitgalleries div p input {
	margin: 0 0.3em 0 0;
}
#pagesearch #searchlimitgalleries div #allgalleries {
	margin: 0 0 0.5em 0;
}
#pagesearch #searchlimitgalleries div .subgalleries {
	margin: 0 0 0 1.5em;
}
#pagesearch #searchlimitdate2 {
	float: left;
}
#pagesearch #searchlimitdate2 label {
	margin-right: 0.5em;
}
#pagesearch #searchlimitdate input, #pagesearch #searchlimitdate2 input {
	padding: 0.2em;
	width: 10em;
	margin: 0 0.5em 0 0;
	float: left;
}
#pagesearch #searchlimitdate a, #pagesearch #searchlimitdate2 a {
	width: 23px;
	height: 23px;
	display: block;
}
#pagesearch #searchlimitdate2 p {
	float: left;
	margin: 0 2em 0 0;
}

#searchresult {
	clear: both;
}
#searchresult h3 {
	margin-bottom: 1em;
	clear: both;
	font-size: 1.8em; 
}
#searchresult h3 a {
	text-decoration: none;
}
#searchresult h3 a:hover {
	text-decoration: underline;
}
#searchresult h4 {
	clear: both;
	margin-bottom: 1em;
	font-size: 1.4em;
}
#searchresult h4 a {
	font-weight: bold;
	text-decoration: none;
}
#searchresult h4 a:hover {
	text-decoration: underline;
}
#searchresult .normal {
	height: 165px;
}

#clouds {
	clear: both;
	padding: 1em;
	overflow: hidden;
}
#clouds p {
	margin: 0;
}

#clouds p a {
	text-decoration: none;
	padding: 0.3em;

	font-size: 1.8em;
}
#clouds p a:hover {
	text-decoration: underline;
}
#clouds p .weight2 {
	font-size: 1.6em;
}
#clouds p .weight3 {
	font-size: 1.4em;
}
#clouds p .weight4 {
	font-size: 1.2em;
}
#clouds p .weight5 {
	font-size: 1em;
}



/* bouton, input, a */
.acolor1, .acolor2 {
	/*height: 25px;*/
	display: block;
	line-height: 25px;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.btncolor1, .btncolor2, .validation button {
	padding: 0 .5em 0 .5em;
  width: 1;
  overflow: visible;
	cursor: pointer;
	height: 25px;
	/*line-height: 25px;*/
	border: none;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.inputcolor1, .inputcolor2, #przipvalid {
	padding: 0 .45em 0 .45em;
  width: 1;
  overflow: visible;
	cursor: pointer;
	height: 25px;
	border: none;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}


/* CART */
#cart ul { list-style: none; }

#cart thead { background: url(../images/menu-background.gif) repeat-x bottom left; color: #2174b3; }
#cart tbody td { border-bottom: 1px dashed #2174b3; }

#cart table th#format { text-align: left; width: 30%; }
#cart table th#media { text-align: left; width: 50%; }
#cart table th#quantity { text-align: center; width: 10%; }
#cart table th#price { text-align: right; width: 10%; }

#cart table td.format-content { text-align: left; }
#cart table td.format-content strong { color: #176CAC; }
#cart table td.format-content p { margin: 0; }
#cart table td.format-content a { font-size: 0.75em; }

#cart table td.media-content { text-align: left; }
#cart table td.media-content img { padding: 3px; border: 1px solid #E6E6E6; }
#cart table td.media-content div { float: left; margin-right: 10px; }
#cart table td.media-content .media-actions li { float: left; width: 19px; height: 21px; }
#cart table td.media-content .media-actions li a { display: block; }
#cart table td.media-content .media-actions li a span { text-indent: -9999px; display: block; }
#cart table td.media-content .media-actions li.media-actions-edit a { width: 17px; height: 21px; background: transparent url(../images/tab-modify.gif) scroll no-repeat center top; }
#cart table td.media-content .media-actions li.media-actions-remove a { width: 19px; height: 21px; background: transparent url(../images/tab-delete.gif) scroll no-repeat center 2px; }

#cart table td.quantity-content { text-align: center; white-space: nowrap; }
#cart table td.quantity-content input { margin: 0 2px; }
#cart table td.quantity-content input[type=text] { height: auto; }
#cart table td.quantity-content input[type=button] { border: 1px solid #C1C1C1; color: #000; width: 15px; cursor: pointer; }

#cart table td.price-content { text-align: right; }

#cart tfoot { text-align: right; font-size: 1.4em; border-top: 3px solid #2174B3; }
#cart tfoot th { font-weight: bold; }
#cart tfoot th, #cart tfoot td { vertical-align: top; padding-top: 10px; }
#cart tfoot .taxes th, #cart tfoot #postal-charges th, #cart tfoot #packing-charges th, #cart tfoot #all-charges th { font-weight: normal; }
#cart tfoot #all-charges p { margin: 0; }
#cart tfoot .pricing th, #cart tfoot .pricing td { font-weight: normal; }
#cart tfoot .total-pricing th, #cart tfoot .total-pricing td { font-weight: bold; }
#cart tfoot .subpricing th, #cart tfoot .subpricing td { font-weight: normal; font-size: 0.9em; color: #727272; }
#cart tfoot #all-charges th small { font-weight: normal; font-style: italic; font-size: 0.9em; }
#cart tfoot #all-charges td { font-size: 0.9em; }

/* TABLES */
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5em;
}
thead {
	height: 36px;
	font-size: 1.3em;
}
thead th {
	padding: 0 0.4em;
	white-space: nowrap;
	height: 36px;
}
tbody td {
	font-size: 1.3em;
	padding: 0.4em;
	text-align: center;
	vertical-align: top;
}
