body {
    padding: 0;
    margin: 0;
    /*background: url(i/bg.gif) repeat-x #fff;*/
    background-color: #DCE8B8;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

body a {
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
	outline: none;
}




body a:focus{-moz-outline-style: none;}


/*--------------------------------general css---------------------------*/ #general {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /*background: url(i/bg-header-clouds.jpg) repeat-x #fff;*/
    background-color: #fff;
} #main-wrapper {
    background-color: #ffffff;
} #header {
    position: relative;
    /*width: 950px;*/
    width: 100%;
    display: block;
    margin: 0 auto;
    clear: both;
    /*background-color:#fff;*/
    /*background: url(i/bg-header-clouds.jpg) repeat-x #fff;*/
    background: #10365d url(i/bg-header-clouds.jpg) no-repeat scroll center top;
}
.header-object a:focus{-moz-outline-style: none;}

div#userinfo {
    text-align: right;
    /*background-color:#f9f9f9;*/
    /*position:absolute;*/
} #header ul {
    font-size: 11px;
    display: block;
    height: 16px;
    width: 920px;
    margin: auto;
} #header ul li {
    font: bold 11px / 21px Arial, Helvetica, sans-serif;
    padding: 0 8px 0 8px;
    color: #51BDC7;
    display: block;
    float: right;
    height: 25px;
    margin: 0;
    padding: 0;
} #header ul li a {
    padding: 3px 8px 0 8px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    height: 21px;
} #header ul li a:hover {
    color: #51BDC7;
} #header-extra {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 1024px;
}

h1 {
    display: block;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #457198;
    font-weight: bold;
    padding: 0px 0 0 10px;
}

h2 {
    display: block;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #457198;
    font-weight: bold;
    padding: 0px 0 0 10px;
} #content-wrapper {
    display: block;
    clear: both;
    overflow:hidden;
    width: 920px;
    margin: 0 auto 10px auto;
    /*background-color: #EFF6FC;*/
    height: 100%;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
} #content-wrapper.root {
    background-image: none;
    width: 920px;
    padding-top: 20px;
    background-color: #fefefe;
    overflow: hidden;
} #user-profile {
    width: 327px;
    margin-left: 580px;
    height: auto;
    position: relative;
    display: block;
    top: 10px;
    right: 5px;
    padding-bottom: 20px;
} #user-profile .header {
    background: transparent url(i/bg-profile-header.png) no-repeat scroll 0 0;
    height: 91px;
    width: 327px;
} #user-profile .header .avatar {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    top: 42px;
    left: 18px;
    border: #fff 2px solid;
} #user-profile .header .name {
    position: relative;
    display: block;
    width: 250px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-left: 70px;
    padding-bottom: 4px;
} #user-profile .header .name a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
} #user-profile .header .name a:hover {
    color: #d2e27b;
} #user-profile .header .info {
    position: relative;
    display: block;
    width: 250px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #e2f09a;
    padding-left: z-index: 10;
} #user-profile .content {
    background: #ECF1C4 url(i/bg-profile-content.png) no-repeat;
    padding: 12px 0 2px 20px;
} #user-profile .content .wishes {
    padding: 12px 0 12px 20px;
} #user-profile .content p {
    margin: 0;
    width: 285px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
} #user-profile .content p.spacer {
    margin-bottom: 10px;
} #user-profile .content p .label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    font-weight: bold;
} #karmawish-main-content {
    float: left;
    height: auto;
    margin: 0px 10px 0px 0px;
    width: 590px;
    /*background-color: #CBE5FF;*/
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
} #karmawish-content-wrapper {
    position: relative;
    clear: both;
    overflow: auto;
    background-color: #FFF;
    margin: 0px auto 4px auto;
    position: relative;
    width: 900px;
    padding: 5px;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
} #user-profile .footer {
    width: 327px;
    height: 14px;
    background: url(i/bg-profile-footer.png) no-repeat;
} #wish-profile-list {
    padding: 0;
    margin: 0;
} #wish-profile-list ul li {
    color: #abc951;
} #wish-profile-list ul li a {
    font-family:Georgia;
	color: #2C5283;
    font-weight: normal;
    font-size: 13px;
    text-decoration:none;
} #wish-profile-list ul li a:hover {
    color: #83C5FD;
} #header.home-header {
    height: 175px;
	padding:0;
	margin:0;
} #header.standard-header {
    height: 100px;
} #logo {
    position: relative;
    width: 920px;
    margin: auto;
} #header.standard-header #logo {
    position: relative;
    display: block;
    width: 920px;
    margin: auto;
} #maps-search-wrapper {
    width: 100%;
    height: 375px;
} #maps-wrapper {
    clear: both;
    position: relative;
    width: 900px;
    height: 380px;
    /*background: transparent url(i/bg-map.jpg) no-repeat scroll center top;*/
    margin: auto;
    /*background-color: #fff;*/
    z-index: 1;
} #map-legend {
    background-image: url(i/legende.png);
    color: #79A537;
    display: block;
    position: relative;
    height: 27px;
    width: 272px;
    z-index: 3;
} #map-legend.fr {
    background-image: url(i/legende.png);
} #map-wishes-info {
    color: #143A61;
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    margin: auto;
    position: absolute;
    left: 0px;
    text-align: left;
	top:-28px;
	font-family:Georgia;
    z-index: 2;

filter:
    alpha( opacity = 80);
} #content {
    width: 900px;
} #content .gmaps {
    width: 590px;
} #map {
    width: 590px;
    height: 370px;
    float: left;
    background: #EFF7FF url(i/bg-wish-description.gif) repeat-x scroll 0 0;
	border: 2px solid #EFF7FF;
} #map-form {
    width: 600px;
    height: 320px;
    /*float: left;*/
    padding: 10px 15px 0;
} #addresseslist {
    padding: 2px 5px;
} 
#map-search-wrapper {
    padding: 5px 10px 0px;
    position: absolute;
	top:0px;
	left:602px;
    width: 276px;
	height: 365px;
    margin-bottom: 5px;
    border: 1px solid #EFF7FF;
    background: transparent url(i/background-list-item.gif) repeat-x scroll 0 0;
} #map-search-wrapper .title {
    padding: 0 0 0 32px;
    height: 30px;
    font-family: Georgia;
    font-weight: normal;
    font-size: 20px;
    color: #83C5FD;
    text-align: left;
    margin: 0 0 5px;
    background: transparent url(i/title-search.png) no-repeat scroll 0 0;
} #map-search-wrapper h2 {
    position: relative;
    height: 20px;
    font: 14px / 20px Arial, Helvetica, sans-serif;
    color: #79a537;
    margin: auto;
} #map-search-wrapper h3 {
    position: relative;
    /*height:35px;*/
    font: 18px / 20px Arial, Helvetica, sans-serif;
    color: #79a537;
    margin: auto;
} #map-search-wrapper .content-bloc {
    overflow: hidden;
    position: relative;
    width: 295px;
    margin: 0 auto;
} #map-search-wrapper ul {
    line-height: 1.1;
} #map-search-wrapper a {
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #2c5283;
} #map-search-wrapper a:hover {
    color: #83C5FD;
} #map-search-wrapper .combo {
    font-family: Arial;
    font-size: 12px;
    color: #2c5283;
    margin: 0;
} .combo {
    margin-top: 5px;
    font-size: 11px;
    color: #333;
} #map-search-wrapper h4 {
    font-size: 11px;
    color: #83C5FD;
    font-weight: bold;
    padding-bottom: 2px;
} .infobulle-avatar {
    position: relative;
    width: 35px;
    height: 35px;
    display: block;
    margin-right: 10px;
    margin-top: 5px;
    border: #a6cdff 2px solid;
    float: left;
    /*	margin-right:12px;*/
} .infobulle-title {
    display: block;
    position: relative;
    padding-left: 10px;
    padding-top: 13px;
    color: #2c5283;
    font-size: 14px;
    font-weight: bold;
} .infobulle-title a {
    text-decoration: none;
} .infobulle-title a:hover {
    color: #5e8fb9;
} .infobulle-sstitle {
    display: block;
    position: relative;
    padding-left: 0px;
    color: #000;
    font-size: 11px;
} .infobulle-descro {
    font-size: 11px;
    font-weight: normal;
    padding-top: 0px;
    color: #000;
    max-width: 15px;
} .infobulle-more {
    display: block;
    position: relative;
    padding-left: 0px;
    padding-top: 0px;
    color: #2c5283;
    font-size: 11px;
    font-weight: bold;
} #map br {
    height: 1px;
} #wishes-wrapper {
    position: relative;
    clear: both;
    background-color: #FFF;
    margin: 0px auto 4px auto;
    position: relative;
    width: 900px;
    min-height: 400px;
    padding: 5px;
    padding-bottom: 0px;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
} #wishes-wrapper-title h1 {
    margin: 5px 10px 2px;
    padding: 0 0 0 32px;
    height: 30px;
    font-family: Georgia;
    font-weight: normal;
    font-size: 20px;
    color: #83C5FD;
    text-align: left;
    background: transparent url(i/title-list.png) no-repeat scroll 0 0;
} #wishes-wrapper-title h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #2B455E;
    padding: 0px 5px 5px 10px;
    display: block;
    margin-bottom: 2px;
    margin-left: 2px;
} #wishes-wrapper-filter {
    float: right;
    padding: 0px 10px;
    margin-top: -4px;
} #wishes-list {
    float: left;
    width: 590px;
    margin-right: 10px;
    min-height: 623px;
    border: 1px solid #EFF7FF;
    background: #ffffff url(i/bg-wish-description.gif) repeat-x scroll 0 0;
} #wishes-list-wrapper .wish-item {
    background: #ffffff url(i/background-list-item.gif) repeat-x;
    padding: 10px 5px 10px 10px;
    display: block;
    margin-bottom: 0px;
    margin: 0 2px;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
} 
#wishes-list-wrapper .wish-item:hover {
   background: #ffffff url(i/background-list-item-hover.gif) repeat-x;
} 

#wishes-list-wrapper .wish-item .wish-avatar {
    position: relative;
    width: 35px;
    height: 35px;
    display: block;
    border: #a6cdff 1px solid;
    float: left;
	background-color:#A6CDFF;
	text-align:center;
	
	
} #wishes-list-wrapper .wish-item .wish-status {
    display: block;
    float: left;
    height: 35px;
    margin: 1px 3px 0px 5px;
    position: relative;
    width: 35px;
} #wishes-list-wrapper .wish-item .wish-status img {
    margin-top: 5px;
    height: 28px;
    width: 28px;
} #wishes-list-wrapper .wish-item .wish-status img.DRF {
    background-image: url(i/wish-DRF.gif);
} #wishes-list-wrapper .wish-item .wish-status img.AVA {
    background-image: url(i/wish-AVA.gif);
} #wishes-list-wrapper .wish-item .wish-status img.INP {
    background-image: url(i/wish-INP.gif);
} #wishes-list-wrapper .wish-item .wish-status img.STB {
    background-image: url(i/wish-STB.gif);
} #wishes-list-wrapper .wish-item .wish-status img.COM {
    background-image: url(i/wish-COM.gif);
} .wish-content {
    color: #333333;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: auto;
} #wishes-list-wrapper .wish-item .wish-content h3 {
    margin: 0;
} #wishes-list-wrapper .wish-item .wish-content h3 a {
    position: relative;
    font-size: 14px;
    color: #2583AD;
    font-weight: bold;
    width: auto;
    padding-left: 0px;
    text-decoration: underline;
} #wishes-list-wrapper .wish-item .wish-content h3 a:hover {
    color: #83c5fd;
} #wishes-list-wrapper .wish-item .wish-content h4 {
    color: #333333;
    font-size: 11px;
} #wishes-list-wrapper .wish-item .wish-content h5 {
    color: #666666;
    font-size: 11px;
    font-style: italic;
} #wish-title {
    width: 580px;
    padding: 0 0 5px 0;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    /*background-color:#fff;*/
} #wish-title h3 {
    margin: 0;
    font-family: Georgia;
    width: auto;
    font-size: 20px;
    color: #457198;
    font-weight: normal;
    /* line-height: 20px;*/
    padding-bottom: 1px;
} #wish-title h4 {
    padding: 0;
    margin: 0;
    /*display:block;*/
    width: auto;
    font-size: 11px;
    color: #2b455e;
    font-weight: normal;
} #wish-title h4 .h4-pseudo {
    font-weight: bold;
} #wish-descro-header {
    background: url(i/wishDescroHeader.png) no-repeat;
    width: 544px;
    height: 9px;
} #wish-descro-footer {
    background: url(i/wishDescroFooter.png) no-repeat;
    width: 544px;
    height: 9px;
    padding-bottom: 8px;
} #wish-descro-details {
    width: 560px;
    min-height: 200px;
    background-color: #FFF;
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #2B455E;
    padding: 15px;
    /*border: #c2dcf5 1px solid;*/
    border: #c2dcf5 1px dashed;
    background: #EFF7FF url(i/bg-wish-description.gif) repeat-x scroll 0 0;
    /*background:#EFF7FF none repeat scroll 0 0;*/
    margin: 0 auto 0 auto;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
} #wish-page-etat {
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 11px;
    height: 20px;
    margin: 5px auto 10px;
    auto;

color:
    #fff;
} .standby {
    width: 100%;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    background: url(i/wishStatus.png) no-repeat left;
    background-color: #efbd17;
    padding: 5px 8px 5px 30px;
} .inprogress {
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    background: url(i/wishStatus.png) no-repeat left;
    background-color: #ef6817;
    padding: 5px 8px 5px 30px;
} .available {
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    background: url(i/wishStatus.png) no-repeat left;
    background-color: #c5da6d;
    padding: 5px 8px 5px 30px;
} .completed {
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    background: url(i/wishStatus.png) no-repeat left;
    background-color: #ccc;
    padding: 5px 8px 5px 30px;
} #wish-descro-bottom {
    width: 580px;
    overflow: auto;
    margin: 5px auto;
    padding: 5px 10px 5px 0px;
    background-color: border-radius: 3px; /*propriété CSS3 */
-ms-border-radius:
    3px; /*IE 8 */
-moz-border-radius:
    3px; /*Firefox */
-WebKit-border-radius:
    3px; /*WebKit y Safari */
-KHTML-border-radius:
    3px; /*konqueror*/
-moz-border-radius-bottomleft:
    3px;

-moz-border-radius-bottomright:
    3px;

-moz-border-radius-topleft:
    3px;

-moz-border-radius-topright:
    3px;
} #com {
    position: absolute;
    background-color: #17375e;
    display: none;
    padding: 10px;
    color: white
} #comment-container {
    width: 580px;
    margin: 5px auto;
    padding: 0 5px 5px;
    background-color: #eff7ff;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
} #comment-container .wish-comment-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto 0 auto;
    padding: 5px;
    border-color: #c2dcf5;
    border-style: solid;
    color: #31506C;
    height: 24px;
} #comment-container .wish-comment-header a {
    display: block;
    height: 23px;
    background: url(i/add-comment.png) no-repeat;
    padding-left: 32px;
    padding-top: 3px;
    color: #457198;
    text-decoration: none;
} #comment-container .wish-comment-header a:hover {
    color: #5f8cb6;
} .comment a {
    color: #2b455e;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
}.comment .details {
    color: #2b455e;
    display: block;
    text-align: justify;
    padding-left: 50px;
    padding-right: 10px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: top;
} .comment-avatar a {
    margin-right: 10px;
    display: block;
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    border: #EFF7FF 2px solid;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
} #comment-container .comment-username a {
    width: 450px;
    height: 38px;
    border: #457198 2px solid;
} .comment {
    position: relative;
    display: block;
    vertical-align: top;
    width: 570px;
    /*background: transparent url(i/background-list-item.gif) repeat-x scroll 0 0;*/
    background-color: #fff;
    margin: 2px auto;
    padding: 5px 5px 8px 5px;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
} .comment-avatar a {
} .pagination {
    padding: 5px 5px 5px 10px;
    clear: left;
    font-size: 11px;
    height: 20px;
} .pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #F2F8FC;
    background-color: #F2F8FC;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
} .pagination span.current {
    font-weight: bold;
    background: #2C5283;
    color: #fff;
} .pagination a:hover {
    font-weight: normal;
    background: #2C5283;
    color: #fff;
} .pagination .disabled {
    background: #fff;
} .pagination a.next_page, .pagination a.prev_page {
    font-weight: bold;
} .pagination span.next_page, .pagination span.prev_page {
    border: 1px solid #ddd;
    color: #999;
}

/*footer*/ #footer-wrapper {
    background: url(i/bg-footer-wrapper.gif) repeat-x #dce8b8;
    height: 235px;
    margin: 0 auto;
    padding: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
} #footer {
    background: url(i/bg-footer.gif) no-repeat #dce8b8;
    position: relative;
    display: block;
    text-align: left;
    margin: 0 auto;
    width: 950px;
} #footer ul {
    display: block;
    margin: 0px 0 0 113px;
    padding: 165px 0 0 0;
    font-size: 0;
    height: 20px;
    color: #8FC81A;
} #footer ul li {
    list-style: none;
    font: 12px / 18px "Arial MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
    float: left;
    padding: 0;
    margin: 0;
    font-weight: bold;
} #footer ul li a {
    color: #7db017;
    font: 12px / 18px Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 0 6px 0 6px;
    font-weight: bold;
} #footer ul li a:hover {
    color: #8FC81A;
} #footer p {
    width: 324px;
    display: block;
    font: 12px / 18px "Arial MS", Arial, Helvetica, sans-serif;
    color: #EAEAEA;
    margin: 0px 0 0 430px;
    padding: 0 0 9px 0;
} #footer ul.css {
    width: 103px;
    display: block;
    font-size: 0px;
    margin: 0px 0 0 586px;
    padding: 0;
    height: 20px;
} #footer ul.css li {
    display: block;
    float: left;
    background-color: #060606;
    margin: 0 0 0 1px;
    padding: 0;
    color: #FFFFFF;
} #footer ul.css li a {
    text-indent: -2000px;
    height: 11px;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 0;
    display: block;
} #footer ul.css li a.cs {
    /*	background:url(i/bg-css.gif) no-repeat 0 0; width:39px;*/
} #footer ul.css li a.cs:hover {
    /*	background:url(images/css_h.gif) no-repeat 0 0; width:39px;*/
} #footer ul.css li a.html {
    /*	background:url(images/xhtml.gif) no-repeat 0 0; width:61px;*/
} #footer ul.css li a.html:hover {
    /*	background:url(images/xhtml_h.gif) no-repeat 0 0; width:61px;*/
} #footer p.copy {
    display: block;
    font: 11px / 18px Arial, Helvetica, sans-serif;
    color: #666;
    margin: -2px 0 0 12px;
    padding: 0;
    float: left;
    display: block;
} #footer p.logo {
    width: 62px;
    height: 62px;
    display: block;
    background: url(i/bg-footer-logo.gif) no-repeat 0 0;
    margin: 148px 0 0 45px;
    padding: 0;
    float: left;
    display: block;
} #pub {
    padding: 5px 10px 2px 10px;
    position: relative;
    float: right;
    width: 276px;
    margin-bottom: 5px;
    border: #EFF7FF 1px solid;
    font-size: 11px;
    color: #2B455E;
    background: transparent url(i/background-list-item.gif) repeat-x scroll 0 0;
} #pub a {
    color: #83C5FD;
    font-weight: bold;
    text-decoration: underline;
} #pub a:hover {
    color: #2B455E;
} .filrouge {
    /*background: transparent url(i/background-list-item.gif) repeat-x scroll 0 0;*/
}
.text-AVA {
    background: url(i/wish-AVA.gif) no-repeat 0 0;
    display: block;
    padding: 5px 0px 4px 34px;
    margin-bottom: 0;
} .text-STB {
    background: url(i/wish-STB.gif) no-repeat 0 0;
    display: block;
    padding: 5px 0px 4px 34px;
    margin-bottom: 0;
} .text-INP {
    background: url(i/wish-INP.gif) no-repeat 0 0;
    display: block;
    padding: 5px 0px 4px 34px;
    margin-bottom: 0;
} .text-COM {
    background: url(i/wish-COM.gif) no-repeat 0 0;
    display: block;
    padding: 5px 0px 4px 34px;
    margin-bottom: 0;
}
} #pub .header {
    background: transparent url(i/bg-profile-header.png) no-repeat scroll 0 0;
    height: 91px;
} #pub .avatar {
	text-align:center;
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
	background-color:#EFF7FF;
    border: 2px solid #EFF7FF;
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
} #pub .name {
    position: absolute;
    left: 56px;
    top: 36px;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
} #pub .name a {
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 16px;
    color: #457198;
    font-weight: normal;
    text-decoration: none;
} #pub .name a:hover {
    color: #83C5FD;
} #pub .info {
    position: absolute;
    left: 56px;
    top: 56px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #83C5FD;
} #profile-content {
    /* padding: 5px;
     
     border:1px solid #eff7ff;
     background-color: #f6fbff;*/
} #profile-content hr {
    clear: both;
    border: medium none;
    float: left;
    background: transparent url(i/bg-hr.gif) repeat-x scroll 0 0;
    height: 2px;
    margin: 5px 0px 5px 0px;
    width: 100%;
} #profile-content .wishes {
    padding: 5px 0 5px 10px;
} #profile-content p {
    padding-right: 6px;
    color: #333;
    margin-bottom: 0px;
} #profile-content p .label {
    font-weight: bold;
} #pub .title {
    padding: 0 0 0 32px;
    height: 30px;
    font-family: Georgia;
    font-weight: normal;
    font-size: 20px;
    color: #83C5FD;
    text-align: left;
    margin: 0 0 5px;
} #pub .title-filrouge {
    padding: 0 0 0 32px;
    height: 30px;
    font-family: Georgia;
    font-weight: normal;
    font-size: 20px;
    color: #83C5FD;
    text-align: left;
    margin: 0 0 5px;
    background: transparent url(i/title-filrouge.png) no-repeat scroll 0 0;
} #pub .title-blog {
    padding: 0 0 0 32px;
    height: 30px;
    font-family: Georgia;
    font-weight: normal;
    font-size: 20px;
    color: #83C5FD;
    text-align: left;
    margin: 0 0 5px;
    background: transparent url(i/title-blog.png) no-repeat scroll 0 0;
} #pub .title-octazen {
    padding: 0 0 0 32px;
    height: 30px;
    font-family: Georgia;
    font-weight: normal;
    font-size: 20px;
    color: #83C5FD;
    text-align: left;
    margin: 0 0 5px;
    background: transparent url(i/title-share.png) no-repeat scroll 0 0;
} #pub .title-profile {
    padding: 0 0 0 32px;
    height: 30px;
    font-family: Georgia;
    font-weight: normal;
    font-size: 20px;
    color: #83C5FD;
    text-align: left;
    margin: 0 0 5px;
    background: transparent url(i/title-profile.png) no-repeat scroll 0 0;
} #pub .descr {
    text-align: justify;
    margin: 0 0 .8em;
} #pub ul li {
    font-size: 11px;
    color: #333;
    text-align: justify;
} #pub .blog-descr {
    background: url(i/visuel-blog.jpg) no-repeat 0 0;
    font-size: 11px;
    color: #333;
    text-align: justify;
    margin: 0 0 .6em;
    height: 55px;
    padding: 20px 2px 0px 120px;
} #pub .octazen-descr {
    background: url(i/share.gif) no-repeat 0 0;
    font-size: 11px;
    color: #333;
    text-align: justify;
    margin: 0 0 .6em;
    height: 55px;
    padding: 20px 2px 0px 120px;
} #banner-info {
    padding: 15px;
    position: relative;
    float: right;
    background-color: #61b5de;
    width: 280px;
    margin-bottom: 15px;
} #pub.pub-contribute {
    background: url(i/bg-pub-contribute.gif);
    font-size: 11px;
} #pub .pub-contribute-text {
    color: #333;
    text-align: right;
    padding-top: 45px;
    padding-right: 15px;
} #pub textarea {
    width: 260px;
    height: 80px;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    margin: 0px auto 0 0px;
    padding: 3px;
    border-style: solid;
    border-color: #c2dcf5;
    border-width: 1px;
} #pub-cmd-send {
    border: none;
    background: none;
    line-height: 60px;
    color: #fff;
    font-size: 1px;
    font-family: Arial, "MS Trebuchet", sans-serif;
    position: relative;
    display: block;
    width: 72px;
    height: 30px;
    background-image: url(i/button-pub-contribute-send.gif);
    margin: 9px;
    cursor: pointer;
}

/* champs texte */ .text-area-mention {
    display: block;
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #2C5283;
} .input-form {
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2C5283;
    padding: 3px;
    border-style: solid;
    border-color: #c2dcf5;
    border-width: 1px;
    width: 450px;
} .input-form-return {
    /*float:left;*/
    margin-top: 4px;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #a9b853;
    padding: 3px;
    border-style: dashed;
    border-color: #c2dcf5;
    border-width: 1px;
    width: 450px;
}

/*login*/ .ui-widget-overlay {
    /*background: #000000 url(images/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x;*/
    opacity: .60;
    filter: Alpha( Opacity = 60);
} .ui-widget-header {
    background-image: none;
    font-family: Georgia;
    font-weight: normal;
} .ui-dialog {
    background: url(i/bg-login.gif) repeat-x 0 0 #fff;
} .ui-dialog .ui-dialog-titlebar-close {
    margin: -20px 0 0;
} .ui-widget-header {
    border: none;
    background-color: transparent;
    background-image: none;
    color: #3898E7;
    font-size: 20px;
    padding: 10px 15px;
    text-align: left;
} #modal-form-wrapper {
    padding: 0;
    margin: 0;
} #abuse-form, #complete-form, #help-form, #comment-form, #login-form {
    position: relative;
    width: 100%;
    /*height: 400px;*/
    float: left;
    padding-bottom: 15px;
    /*	margin: 25px;*/
} #abuse-form h2, #complete-form h2, #help-form h2, #comment-form h2, #login-form h2 {
    color: #3898E7;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 10px 15px 10px 15px;
} #abuse-form p, #complete-form p, #help-form p, #comment-form p, #login-form p {
    margin: 0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;

} #abuse-form input, #complete-form input, #help-form input, #comment-form input, #login-form input, #abuse-form textarea, #complete-form textarea, #help-form textarea, #comment-form textarea, #login-form textarea {
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0E223D;
    margin: 2px auto 0px 15px;
    border-style: solid;
    border-color: #c2dcf5;
    border-width: 1px;
} #abuse-form textarea, #complete-form textarea, #help-form textarea, #comment-form textarea {
    width: 310px;
} #abuse-form input[type = password], #abuse-form input[type = text], #complete-form input[type = password], #help-form input[type = password], #complete-form input[type = text], #help-form input[type = text], #comment-form input[type = password], #comment-form input[type = text], #login-form input[type = password], #login-form input[type = text] {
    width: 310px;
} #abuse-form label, #complete-form label, #help-form label, #comment-form label, #login-form label {
    color: #2C5283;
    text-align: left;
    font-size: 11px;
    text-align: left;
    margin-top: 5px;
    padding-left: 15px;
} #abuse-form p.checkbox-wrapper, #complete-form p.checkbox-wrapper, #help-form p.checkbox-wrapper, #comment-form p.checkbox-wrapper, #login-form p.checkbox-wrapper {
    position: relative;
    display: block;
    height: 25px;
	display:block;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
} #abuse-form p.checkbox-wrapper input, #complete-form p.checkbox-wrapper input, #help-form p.checkbox-wrapper input, #comment-form p.checkbox-wrapper input, #login-form p.checkbox-wrapper input {
    float: left;
    outline: 0 none;
} #abuse-form p.checkbox-wrapper label, #complete-form p.checkbox-wrapper label, #help-form p.checkbox-wrapper label, #comment-form p.checkbox-wrapper label, #login-form p.checkbox-wrapper label {
    position: relative;
    float: left;
    display: block;
    padding: 0 0 0 3px;
    margin: 0;
    color: #2C5283;
    font-size: 11px;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
} #abuse-form .checkbox-wrapper .field-with-errors label, #complete-form .checkbox-wrapper .field-with-errors label, #help-form .checkbox-wrapper .field-with-errors label, #comment-form .checkbox-wrapper .field-with-errors label, #comment-form .field-with-errors label a, #login-form .checkbox-wrapper .field-with-errors label, #login-form .field-with-errors label a, .field-with-errors label, .field-with-errors label a {
    color: #BA4B24;
} #abuse-form p.error, #abuse-form div.errorExplanation, #complete-form p.error, #help-form p.error, #complete-form div.errorExplanation, #help-form div.errorExplanation, #comment-form p.error, #comment-form div.errorExplanation, #login-form p.error, #login-form div.errorExplanation {
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
} #abuse-form p.notice, #complete-form p.notice, #help-form p.notice, #comment-form p.notice, #login-form p.notice {
    color: #a6bd48;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 15px 15px;
} #abuse-form div.errorExplanation h2, #complete-form div.errorExplanation h2, #help-form div.errorExplanation h2, #comment-form div.errorExplanation h2, #login-form div.errorExplanation h2 {
    display: none;
}

/*#login-form .field-with-errors input[type=checkbox],
 #login-form .field-with-errors input[type=password],
 #login-form .field-with-errors input[type=text] {
 background-color:#FFF9F9;
 border-style: solid;
 border-color: #F00;
 }
 */
/*#login-form .error{
 font-size:14px;
 font-weight:bold;
 padding-left:15px;
 color: #F00;
 }
 */ #abuse-form ul, #complete-form ul, #help-form ul, #comment-form ul, #login-form ul {
    color: #F00;
    font-size: 10px;
    padding-left: 15px;
} #abuse-form p.spacer, #complete-form p.spacer, #help-form p.spacer, #comment-form p.spacer, #login-form p.spacer {
    display: block;
    position: relative;
    height: 10px;
} #abuse-form .cmd, #complete-form .cmd, #help-form .cmd, #comment-form .cmd, #login-form .cmd {
    border: 0;
    width: 78px;
    height: 30px;
    line-height: 60px;
    margin: 9px 9px 9px 13px;
    cursor: pointer;
} #login-form .cmd-submit-login {
    background-image: url(i/bt-login-en.png);
} #login-form .cmd-submit-login-fr {
    background-image: url(i/bt-login-fr.png) !important;
    width: 110px !important;
} #login-form .cmd-submit-login-de {
    background-image: url(i/bt-login-de.png) !important;
    width: 110px !important;
} #login-form .cmd-submit-login-es {
    background-image: url(i/bt-login-es.png) !important;
    width: 110px !important;
} #login-form .cmd-submit-signup {
    background-image: url(i/bt-signup-en.png);
    width: 85px !important;
} #login-form .cmd-submit-signup-fr {
    background-image: url(i/bt-signup-fr.png) !important;
    width: 130px !important;
} #login-form .cmd-submit-signup-es {
    background-image: url(i/bt-signup-es.png) !important;
    width: 125px !important;
} #login-form .cmd-submit-signup-de {
    background-image: url(i/bt-signup-de.png) !important;
    width: 103px !important;
} #login-form .cmd-submit-reset {
    background-image: url(i/bt-send-en.png);
    width: 68px;
} #login-form .cmd-submit-reset-fr {
    background-image: url(i/bt-send-fr.png) !important;
    width: 100px !important;
} #login-form .cmd-submit-reset-de {
    background-image: url(i/bt-send-de.png) !important;
    width: 88px !important;
} #login-form .cmd-submit-reset-es {
    background-image: url(i/bt-send-es.png) !important;
    width: 77px !important;
} #abuse-form .cmd-submit-send, #complete-form .cmd-submit-send, #help-form .cmd-submit-send, #comment-form .cmd-submit-send {
    background-image: url(i/bt-send-en.png);
    width: 68px;
} #abuse-form .cmd-submit-send-fr, #complete-form .cmd-submit-send-fr, #help-form .cmd-submit-send-fr, #comment-form .cmd-submit-send-fr {
    background-image: url(i/bt-send-fr.png) !important;
    width: 100px !important;
} #abuse-form .cmd-submit-send-de, #complete-form .cmd-submit-send-de, #help-form .cmd-submit-send-de, #comment-form .cmd-submit-send-de {
    background-image: url(i/bt-send-de.png) !important;
    width: 88px !important;
} #abuse-form .cmd-submit-send-es, #complete-form .cmd-submit-send-es, #help-form .cmd-submit-send-es, #comment-form .cmd-submit-send-es {
    background-image: url(i/bt-send-es.png) !important;
    width: 77px !important;
} #abuse-form .link, #complete-form .link, #help-form .link, #comment-form .link, #login-form .link {
    padding-left: 15px;
    height: 16px;
    background-image: url(images/puce_login.gif) no-repeat;
} #abuse-form a, #complete-form a, #help-form a, #comment-form a, #login-form a {
    font-size: 11px;
    font-weight: bold;
    color: #a6bd48;
    text-align: left;
    text-decoration: none;
} #abuse-form a:hover, #complete-form a:hover, #help-form a:hover, #comment-form a:hover, #login-form a:hover {
    color: #6D7D2D;
} #dynamic_recaptcha {
    padding-left: 15px;
}

/*johan*//*
label {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	text-align:left;
}
*/
fieldset {
    padding: 1.4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
}

legend {
    font-weight: bold;
    font-size: 1.2em;
}

input[type = text], input.title, textarea, /* select */ {

margin:
    0.5em 0;

border:
    1px

solid #bbb;

outline:
    0

none;
}

input.text:focus, input.title:focus, textarea:focus, select:focus {
    border: 1px solid #51BDC7;
}

input.text, input.title {
    width: 300px;
    padding: 5px;
    outline: 0 none;
}

input.title {
    font-size: 1.5em;
}

textarea {
    width: 480px;
    padding: 5px;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #2C5283;
    padding: 3px;
    border-style: solid;
    border-color: #c2dcf5;
    border-width: 1px;
}
.textarea-edit-profile {
    width: 99%;
    padding: 5px;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2C5283;
    padding: 3px;
    border-style: solid;
    border-color: #c2dcf5;
    border-width: 1px;
}

/*.errorExplanation, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
 .errorExplanation {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
 */
/*.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
 .success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
 */
/*.errorExplanation a {color:#8a1f11;}*/
/*.notice a {color:#514721;}
 .success a {color:#264409;}
 */
.wishes-button-container-inner{
	min-width:500px;
	display:block;
 }
 .wishes_button {
    height: 22px;
    font-weight: bold;
    color: #333;
    float: left;
    margin: 2px;
    border: 1px solid #e8ecef;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: url(i/background-button-gen.gif) repeat-x;
    cursor: pointer;
} .wishes_button a:hover {
    color: #000;
} 
.main_button {
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    float: left;
    margin: 2px;
    border: 1px solid #9dbb3f;
    background: url(i/background-button-help.gif) repeat-x;
    cursor: pointer;
}
.main_button_gen {
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    float: left;
    margin: 2px;
    border: 1px solid #4c769c;
    background: url(i/background-button-general.gif) repeat-x;
    cursor: pointer;
	text-transform:uppercase;
}
.main_button_form {
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	text-transform:uppercase;
    color: #fff;
    margin: 2px;
    border: 1px solid #4c769c;
    background: url(i/background-button-general.gif) repeat-x;
    cursor: pointer;
}
.wishes_button_decline {
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    margin: 2px;
    border: 1px solid #e65b2b;
    background: url(i/background-button-refus.gif) repeat-x;
	float: left;
	text-transform:uppercase;
    cursor: pointer;
}
 .wishes_button_help {
    text-transform:uppercase;
	height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    margin: 2px;
    border: 1px solid #9dbb3f;
    background: url(i/background-button-help.gif) repeat-x;
    cursor: pointer;
	float: left;

} .wishes_button_container {
    display: block;
    position: relative;
    padding: 0 5px 10px 8px;
}

.wishes_button_container_conversation {
    display: block;
    position: relative;
    padding: 0 5px 0px 8px;
}

#karmawish-main-content .wishes_button_container {
    display: block;
    position: relative;
} .wish-alert-message {
    font-size: 11px;
    color: #8a0600;
    /* padding: 5px;*/
    font-weight: bold;
} #login-form .field-with-errors input, .field-with-errors input, .field-with-errors textarea {
    background-color: #FFF9F9;
    border-style: solid;
    border-color: #F00;
    outline: 0 none;
} .field-with-errors label, .field-with-errors label a {
    color: #BA4B24;
}

/*
 .field-with-errors input,
 .field-with-errors textarea {
 background:#FBE3E4;
 color:#8a1f11;
 border-color:#FBC2C4;
 }
 */ #karmawish-tabs-wrapper {
    width: 100%;
    padding-left: 2px;
} #tab-bar {
    float: left;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
} .show-bar a {
    color: #457198;
} .show-bar a:focus, a:hover {
    color: #51BDC7;
} #karmawish-tab-panel-wrapper {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    clear: both;
    /*background: #FFFFFF url(i/bg-wish-description.gif) repeat-x scroll 0 0;*/
    border: 1px solid #EFF7FF;
}
#karmawish-tab-panel-wrapper .limit {
	min-height: 610px;
}
.limit-mk {
	min-height: 480px;
}
#karmawish-tab-panel-wrapper .wish-item {
    display: block;
    position: relative;
    padding: 10px;
    margin-top: 0px;
    /* border-top: 1px solid #CBE5FF;*/
    background: #fff url(i/background-list-item.gif) repeat-x scroll 0 0;
    overflow: auto;
} .first {
    border: 0;
} #wish-item {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 10px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    border-top: 0px solid #CBE5FF;
    border-bottom: 1px solid #CBE5FF;
    height: 90px;
} #karmawish-tab-panel-wrapper .wish-item .my-wishes {
    height: 90px;
} #karmawish-tab-panel-wrapper .wish-item .givenreceived {
    height: 40px;
} #karmawish-tab-panel-wrapper .wish-avatar {
    position: relative;
    width: 35px;
    height: 35px;
    display: block;
    border: #a6cdff 1px solid;
    float: left;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 3px;
} #karmawish-tab-panel-wrapper .wish-avatar-form {
    position: relative;
    width: 35px;
    height: 35px;
    display: block;
    border: #a6cdff 1px solid;
} #karmawish-tab-panel-wrapper .wish-item .wish-status {
    display: block;
    float: left;
    margin: 1px 5px 0px 5px;
    position: relative;
} #karmawish-tab-panel-wrapper .wish-item .wish-status img {
    height: 28px;
    width: 28px;
} #karmawish-tab-panel-wrapper .wish-item .wish-status img.DRF {
    background-image: url(i/wish-DRF.gif);
} #karmawish-tab-panel-wrapper .wish-item .wish-status img.AVA {
    background-image: url(i/wish-AVA.gif);
} #karmawish-tab-panel-wrapper .wish-item .wish-status img.INP {
    background-image: url(i/wish-INP.gif);
} #karmawish-tab-panel-wrapper .wish-item .wish-status img.STB {
    background-image: url(i/wish-STB.gif);
} #karmawish-tab-panel-wrapper .wish-item .wish-status img.COM {
    background-image: url(i/wish-COM.gif);
} #karmawish-tab-panel-wrapper .wish-item h3 a {
    margin: 0px;
    padding: 0px;
    width: auto;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    vertical-align: top;
    color: #abc951;
    font-weight: normal;
} #karmawish-tab-panel-wrapper .wish-item h3 {
    margin: 0px;
    padding: 0px;
    width: auto;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    vertical-align: top;
    color: #abc951;
    font-weight: normal;
} #karmawish-tab-panel-wrapper .wish-item .wish-title a {
    margin: 0px;
    padding: 0px;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    vertical-align: top;
    color: #abc951;
    font-weight: bold;
} #karmawish-tab-panel-wrapper .wish-item h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #2b455e;
    font-weight: normal;
    padding-bottom: 10px;
} #karmawish-tab-panel-wrapper .wish-item h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #333333;
    font-weight: normal;
    font-style: italic;
} #karmawish-tab-panel-wrapper .wish-item .info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #2b455e;
    font-weight: normal;
    margin-top: -13px;
} #karmawish-tab-panel-wrapper .wish-item h3 a:hover {
    /*color: #d0e179;*/
	color: #83c5fd;
} #karmawish-tab-panel-wrapper p {
    padding: 10px 15px 0px 15px;
    width: 600px;
} #form-row {
    padding: 10px 15px 0px 15px;
    width: 600px;
} #form-row-end {
    margin: 20px 15px 20px 15px;
    width: 600px;
} #karmawish-tab-panel-wrapper .mention {
    display: block;
    position: relative;
    width: 600px;
    font-size: 11px;
    font-style: italic;
    color: #333;
} #karmawish-tab-panel-wrapper .form-label {
    color: #333;
    font-size: 12px;
} #purr-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
} .notification {
    position: relative;
    width: 324px;
    display: none;
} .notification .close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 18px;
    height: 17px;
    text-indent: -9999px;
    background: url(i/purrClose.png) no-repeat 0 10px;
} .notification-body {
    min-height: 50px;
    padding: 22px 22px 0 22px;
    background: url(i/purrTop.png) no-repeat left top;
    color: #f9f9f9;
} .notification-body img {
    width: 50px;
    margin: 0 10px 0 0;
    float: left;
} .notification-body h3 {
    margin: 0;
    font-size: 1.1em;
} .notification-body p {
    margin: 5px 0 0 60px;
    font-size: 0.8em;
    line-height: 1.4em;
} .notification-bottom {
    height: 22px;
    background: url(i/purrBottom.png) no-repeat left top;
}

input.input-note {
    color: #999;
}

/*home field search input text like safari*/ #searchform {
    display: block;
    clear: both;
    height: 21px;
} #searchform label.safari-search {
    float: left;
    width: 20px;
    height: 19px;
    background: url(i/search-label.gif) no-repeat;
} #searchform label.safari-search span {
    visibility: hidden;
} #searchform input[type = text] {
    margin: 0;
    padding-left: 5px;
    float: left;
    width: 120px;
    height: 13px;
    font-size: .9em;
    border-right: none;
    border-left: none;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background-color: white;
    background-image: url(i/search-bg.gif);
    outline: 0 none;
} #searchform input[type = text]:focus {
    border-color: silver;
} #searchform input[type = reset] {
    float: left;
    border: none;
    width: 19px;
    height: 19px;
    background: url(i/search-reset.gif) no-repeat;
    padding-left: 20px;
    margin-right: -6px;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
} #searchform input[type = reset]:active {
    background: url(i/search-reset-hover.gif) no-repeat;
} #searchform input[type = submit] {
    display: block;
    width: 81px;
    height: 29px;
    line-height: 50px;
    border-style: none;
    background: transparent url(i/bt-search-en.png) no-repeat center center;
    overflow: hidden;
    cursor: pointer;
} .searchform-fr input[type = submit] {
    background: transparent url(i/bt-search-fr.png) no-repeat center center !important;
} .searchform-de input[type = submit] {
    background: transparent url(i/bt-search-de.png) no-repeat center center !important;
} .searchform-es input[type = submit] {
    background: transparent url(i/bt-search-es.png) no-repeat center center !important;
} #searchform .safari-search-wrapper {
    float: left;
    display: block;
    padding: 7px 7px 0px 0px;
} #search-by-categ-wrapper {
    position: relative;
    display: block;
    padding-top: 10px;
    /*overflow:auto;*/
} #search-by-categ-wrapper h3 {
    font-size: 16px;
    color: #83C5FD;
    font-family: Georgia;
    font-weight: normal;
    padding-bottom: 10px;
} .search-by-categ-location, .search-by-categ {
    width: 140px;
    float: left;
} .search-by {
    width: 280px;
} .search-by-categ-location {
    width: 130px;
}

/* Inbox */ #inbox-main-content {
    /*height: auto;*/
    width: 915px;
} .inbox-avatar {
    float: left;
    position: relative;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    display: block;
    border: #a6cdff 1px solid;
    float: left;
    border-radius: 3px; /*propriété CSS3 */
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
} #inbox-wish-row {
    float: left;
    padding-left: 10px;
    background: #FFFFFF url(i/background-list-item.gif) repeat-x scroll 0 0;
    width: 100%;
	min-height:55px;
    /*border:#cbe5ff 1px solid;*/
} #inbox-wish-row hr {
    width: 100%;
} #inbox-wish-info {
    float: left;
    width: 95%;
    padding: 10px;
} #inbox-wish-info .avatar {
    padding: 0px 10px 0px 0px;
    float: left;
} #inbox-wish-info .details {
    padding: 0px 0px 0px 10px;
} #inbox-wish-info .date {
    padding: 0px 10px 0px 10px;
    float: left;
} #inbox-wish-info .message {
    float: left;
    position: absolute;
    left: 350px;
    padding: 0px 10px 0px 10px;
} #inbox-wish-info .unread {
    background: url(i/enveloppe.png) no-repeat;
    padding-left: 36px;
    height: 22px;
    font-weight: bold;
    display: block;
} #inbox-wish-info .status {
    float: right;
    display: block;
} #inbox-wish-info a {
    color: #2c5283;
} #inbox-wish-info a:hover {
    color: #85b5e0;
} #inbox-wish-details {
    float: left;
    width: 100%;
    padding: 10px;
} #message-title {
    font-size: 16px;
    font-family: Georgia;
    color: #10365d;
    font-weight: normal;
    padding: 0px 15px 10px 10px;
} #message {
    overflow: hidden;
    /*border: 1px solid #EFF7FF;
    background: #EFF7FF url(i/bg-wish-description.gif) repeat-x scroll 0 0;*/
	margin-left:10px;
} #message-content {
    /*padding: 10px 5px 0px 10px;*/
	padding:15px 15px 0px 15px;
    background: #FFFFFF url(i/background-list-item.gif) repeat-x scroll 0 0;
} #message .from {
    padding-left: 15px;
} #message .avatar {
    margin-bottom: 10px;
    position: relative;
    width: 35px;
    height: 35px;
    display: block;
    border: #a6cdff 1px solid;
    float: left;
    border: #a6cdff 1px solid;
} #message .avatar a {
    display: block;
} #message .details {
    display: block;
    padding-bottom: 15px;
    margin-left: 51px;
    width: 90%;
    text-align: justify;
    font-size: 11px;
    color: #333;
} #message hr {
    background-color: #EFF7FF;
    height: 1px;
    width: 885px;
    border: none;
} #new-message {
    padding: 15px;
    font-size: 16px;
    color: #10365D;
	font-size:14px;
	font-family:Georgia;
	
} .input-new-message {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    vertical-align: top;
    color: #abc951;
    font-weight: bold;
    margin-bottom: 10px;
} #message a, #new-message a, #message-title a, #message .details a {
    font-weight: bold;

} #message a:hover, #new-message a:hover, #message-title a:hover, #message .details a:hover {
    color: #85b5e0;
} #bottom-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
} #bottom-buttons-message {
    margin-top: -38px;
    padding-left: 60px;
    padding-bottom: 30px;
} #footer-pages {
    padding: 15px;
} #footer-pages .title {
    margin: 0px;
    padding: 0px;
    width: auto;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: none;
    vertical-align: top;
    color: #83CFFE;
    font-weight: normal;
} #footer-pages .categorie {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    width: auto;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    vertical-align: top;
    color: #abc951;
    font-weight: normal;
} #footer-pages .sub-title {
    margin: 0px;
    padding-bottom: 15px;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    vertical-align: top;
    color: #333;
    font-weight: bold;
} #footer-pages .sub-title-first {
    margin: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    vertical-align: top;
    color: #333;
    font-weight: bold;
} #footer-pages p {
    color: #666;
} #footer-pages ul {
    padding-left: 15px;
    color: #666;
} #footer-pages ul li {
    padding-left: 5px;
} #footer-pages hr {
    margin-top: 15px;
} #pad-left {
    padding-left: 10px;
    padding-bottom: 10px;
} #contact-form {
    min-height: 350px;
} .rounded {
    -ms-border-radius: 3px; /*IE 8 */
    -moz-border-radius: 3px; /*Firefox */
    -WebKit-border-radius: 3px; /*WebKit y Safari */
    -KHTML-border-radius: 3px; /*konqueror*/
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
} #lang_list {
    position: absolute;
    z-index: 999;
    top: 22px;
    width: 100px;
    background-color: #fff;
} #lang_list ul {
    width: 100px;
    float: none;
    list-style-position: outside;
} #lang_list ul li {
    text-align: left;
    height: 23px;
    float: none;
    background-color: #10365d;
} #lang_list ul li a {
    width: 100px;
    padding-left: 15px;
    display: block;
    background-color: #5685b1;
    padding: 0 0 2px 25px;
} #lang_list ul li a:hover {
    width: 100px;
    background-color: #fff;
} .lang a {
    background: transparent url(i/lang-arrow.gif) no-repeat scroll 0 3px;
    padding-left: 15px;
} .lang a:hover {
    background: transparent url(i/lang-arrow2.gif) no-repeat scroll 0 3px;
    padding-left: 15px;
} .lang-fr {
    background: transparent url(i/fr.gif) no-repeat scroll 2px 5px;
    padding-left: 25px;
} .lang-en {
    background: transparent url(i/en.gif) no-repeat scroll 2px 5px;
    padding-left: 10px;
} .lang-es {
    background: transparent url(i/es.gif) no-repeat 2px 5px;
    padding-left: 10px;
} .lang-de {
    background: transparent url(i/de.gif) no-repeat scroll 2px 5px;
    padding-left: 10px;
} .jqifade {
    position: absolute;
    background-color: #aaaaaa;
}

div.jqi {
    width: 400px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: absolute;
    background-color: #ffffff;
    font-size: 11px;
    text-align: left;
    border: solid 1px #eeeeee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
}

div.jqi .jqicontainer {
    font-weight: bold;
}

div.jqi .jqiclose {
    position: absolute;
    top: 4px;
    right: -2px;
    width: 18px;
    cursor: default;
    color: #bbbbbb;
    font-weight: bold;
}

div.jqi .jqimessage {
    padding: 10px;
    line-height: 20px;
    color: #444444;
}

div.jqi .jqibuttons {
    text-align: right;
    padding: 5px 0 5px 0;
    border: solid 1px #eeeeee;
    background-color: #f4f4f4;
}

div.jqi button {
    padding: 3px 10px;
    margin: 0 10px;
    background-color: #2F6073;
    border: solid 1px #f4f4f4;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    float: none;
    display: inline;
}

div.jqi button:hover {
    background-color: #728A8C;
}

div.jqi button.jqidefaultbutton {
    background-color: #BF5E26;
} .jqiwarning .jqi .jqibuttons {
    background-color: #BF5E26;
}

#contact-form textarea{
	width:420px;
	height:150px;
}
#contact-form .contact-form-input{
	width:250px;
}
#contact-form .combo{
	font-size:12px;
}
#contact-form .combo-title{
	color:#333;
	font-weight:bold;
	font-size:11px;
}
.addthis_button
{
	padding-left: 2px;
}
.error-pages {
	background-color:#5483ad;
}
.light {
	font-variant:normal;
}
.mini {
	color:#97c8e3;
}
#right-wrapper {
	display:block;
}
