/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	position: absolute !important;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui-helper-clearfix {
	display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
	height: 1%;
}

.ui-helper-clearfix {
	display: block;
}

/* end clearfix */
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity = 0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial, sans-serif;
	font-size: .9em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
	{
	font-family: Arial, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #eeeeee;
	background: #ffffff
		url(../stylesheets/blitzer/images/ui-bg_flat_75_ffffff_40x100.png) 50%
		50% repeat-x;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	border: 1px solid #ED5023;
	background: #ED5023;
	color: #ffffff;
	font-weight: bold;
}

.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default
	{
	border: 1px solid #d8dcdf;
	background: #eeeeee
		url(../stylesheets/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png)
		50% 50% repeat-x;
	font-weight: bold;
	color: #004276;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited
	{
	color: #004276;
	text-decoration: none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus
	{
	border: 1px solid #cdd5da;
	background: #f6f6f6
		url(../stylesheets/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png)
		50% 50% repeat-x;
	font-weight: bold;
	color: #111111;
}

.ui-state-hover a,.ui-state-hover a:hover {
	color: #111111;
	text-decoration: none;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active
	{
	border: 1px solid #eeeeee;
	background: #ffffff
		url(../stylesheets/blitzer/images/ui-bg_flat_65_ffffff_40x100.png) 50%
		50% repeat-x;
	font-weight: bold;
	color: #cc0000;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color: #cc0000;
	text-decoration: none;
}

.ui-widget :active {
	outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight
	{
	border: 1px solid #fcd3a1;
	background: #fbf8ee
		url(../stylesheets/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png) 50%
		50% repeat-x;
	color: #444444;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a
	{
	color: #444444;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error
	{
	border: 1px solid #A21021;
	background: #a21021;
	color: #2e2e2e;
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a
	{
	color: #2e2e2e;
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text
	{
	color: #2e2e2e;
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary
	{
	font-weight: bold;
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary
	{
	opacity: .7;
	filter: Alpha(Opacity = 70);
	font-weight: normal;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled
	{
	opacity: .35;
	filter: Alpha(Opacity = 35);
	background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_cc0000_256x240.png);
}

.ui-widget-content .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_cc0000_256x240.png);
}

.ui-widget-header .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_cc0000_256x240.png);
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_cc0000_256x240.png);
}

.ui-state-active .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_cc0000_256x240.png);
}

.ui-state-highlight .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_004276_256x240.png);
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
	background-image:
		url(../stylesheets/blitzer/images/ui-icons_cc0000_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.space5{ height:7px;}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-off {
	background-position: -96px -144px;
}

.ui-icon-radio-on {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}

.ui-corner-tr {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.ui-corner-bl {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.ui-corner-br {
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.ui-corner-top {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.ui-corner-bottom {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.ui-corner-right {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.ui-corner-left {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.ui-corner-all {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #a6a6a6
		url(../stylesheets/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png)
		50% 50% repeat;
	opacity: .40;
	filter: Alpha(Opacity = 40);
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #333333
		url(../stylesheets/blitzer/images/ui-bg_flat_0_333333_40x100.png) 50%
		50% repeat-x;
	opacity: .10;
	filter: Alpha(Opacity = 10);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}  /*
 * jQuery UI Resizable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}

.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle
	{
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}  /*
 * jQuery UI Selectable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*
 * jQuery UI Accordion 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
	width: 100%;
}

.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
	display: inline;
}

.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
}

.ui-accordion-icons .ui-accordion-header a {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
	display: block;
}  /*
 * jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
	position: absolute;
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
	width: 1px;
}  /* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left;
}

.ui-menu .ui-menu {
	margin-top: -3px;
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active
	{
	font-weight: normal;
	margin: -1px;
}

/*
 * jQuery UI Button 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
}  /* the overflow property removes extra width in IE */
.ui-button-icon-only {
	width: 2.2em;
}  /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
	width: 2.4em;
}  /* button elements seem to need a little more width */
.ui-button-icons-only {
	width: 3.4em;
}

button.ui-button-icons-only {
	width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text
	{
	padding: .4em;
	text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text
	{
	padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text
	{
	padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon
	{
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary
	{
	left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary
	{
	right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary
	{
	right: .5em;
}

/*button sets*/
.ui-buttonset {
	margin-right: 7px;
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}  /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
	position: absolute;
	padding: .2em;
	width: 300px;
	overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .5em 1em .3em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 16px .2em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus
	{
	padding: 0;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 1;
	width: 1.2em;
	height: 1.2em;
	cursor: move;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}  /*
 * jQuery UI Tabs 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1;
}

	/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a
	{
	cursor: text;
}

.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
	{
	cursor: pointer;
}

	/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewherehttp://www.evaneos.com. */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
	width: 14em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover
	{
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span
	{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year
	{
	width: 49%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current
	{
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
	display: none; /*sorry for IE5*/
	display /**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
}

/*
 * jQuery UI Progressbar 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

a,span.like_link {
    text-decoration: none;
    color: #ee4f15;
    font-size:13px;
    cursor:pointer;
}

#nouvelle-rgt #frmLogUser a.lost_password_link {
    text-decoration : none !important;
    color: #ee4f15;
    font-size:13px;
    cursor:pointer;
    padding-top: 15px;
    padding-left: 15px;
    display: inline-block;
}

.clear {
	clear: both;
}

p,ul,ol,#nouvelle-rgt form#contact label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534840;
	text-decoration: none;
	font-weight: normal;
	line-height: 14px;
}
#nouvelle-rgt form#contact label {
	padding-right: 10px;
        padding-top: 2px;
        text-align: right;
}

/* class to create the contact page 'evaneos/nous-contacter' */
.contact-email{
    padding-top: 7px !important;
}

.center-button{
    height: 40px;
    margin: -20px auto 29px auto !important;
    width: 80px;
}

.go-button-green{
	white-space: nowrap;
    width: auto;
    height: 28px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 17px 0px 17px 0px;
    line-height: 28px;
    border: 1px #73AB4B solid;
    padding: 3px 15px 3px 15px;
    cursor: pointer;
    text-shadow: #5D8A3C 0px -1px 0px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background-color: #73AB4B;

}

.go-button-green:hover{
    text-decoration: none !important;
    color: white;

    box-shadow: 0px 0px 3px #9F9F9F;
   -webkit-box-shadow: 0px 0px 3px #9F9F9F;
   -moz-box-shadow: 0px 0px 3px #9F9F9F;

    background-image: linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -o-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -moz-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -webkit-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -ms-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);

}

.go-button-green:active{
    box-shadow: inset 0px 0px 6px #507435;
   -webkit-box-shadow: inset 0px 0px 6px #507435;
   -moz-box-shadow: inset 0px 0px 6px #507435;

    background-image: linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -o-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -moz-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -webkit-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
    background-image: -ms-linear-gradient(bottom, #6ea347 21%, #77b14e 61%);
}

#nouvelle-rgt h1.login {
	padding-left: 217px;
	width: auto;
}

#nouvelle-rgt #imgLoader {
	margin: 10px 10px;
	float: left;
}

#nouvelle-rgt h1 {
	border-bottom:solid 1px #ddd;
	width: 100%;
	box-sizing: border-box;
}

.galImg h1 {
	position: absolute;
	bottom: 0px;
	background: url(../images/francine/gallery-text-bg-d.png) repeat 0 0;
}

.space {
	height: 62px;
}

.space1 {
	height: 39px;
}

.space2 {
	height: 23px;
}

.space3 {
	height: 13px;
}

.space4 {
	height: 18px;
}

/**
    UI
*/
.ev-ui-icon-32 {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 5px;
	float: left;
	cursor: pointer;
	background-image: url('../images/francine/icons-32-all.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.ev-ui-icon-32.icon-video {
	background-position: 0 0px;
}

.ev-ui-icon-32.icon-photo {
	background-position: -64px 0;
}

.ev-ui-icon-32.icon-sound {
	background-position: -32px 0;
}

#wrapper {
	width: 1027px;
	height: auto;
	margin: 0 auto;
	background: url(../images/francine/body-stp.jpg) repeat-y top center;
	position: relative;
        z-index: 1;
}

#logobar {
	width: 970px;
	/*height: auto;*/
	position: relative;
        /*background: url(../images/francine/rejor.png) no-repeat right top;*/
}

#logobar.logged {
    background: none;
}
#logo {
	width: 655px;
	float: left;
}

#slidebanniere {
	position: absolute;
	top: 0px;
	left: 260px;
}

#slidebanniere.twitter_banner {
	left: 380px;
}

#mon {
        display:none;
	width: 226px;
	position: absolute;
	right: 28px;
	top: 0px;
	z-index: 100000;
}

#mon-top {
	position: relative;
	width: 233px;
	margin-right: 1px;
	height: auto;
	background: url(../images/francine/mon.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	display: none;
	z-index: 4;
}

#mon-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mon-top ul li {
	line-height: 20px;
	text-align: center;
}

#mon-top ul li {
	font-size: 12px;
	color: #dd4a14;
	text-align: center;
}

#mon-top ul li a {
	color: #dd4a14;
	font-weight: bold;
	background: url(../images/francine/mon-arow.jpg) no-repeat right center;
	padding-right: 20px;
}

#mon-top ul li a:hover {
	color: #9c131a;
	background: url(../images/francine/mon-arow-h.jpg) no-repeat right
		center;
}

.mon-bot {
	width: auto;
	margin-right: 1px;
	z-index: 10;
	position: relative;
	z-index: 4;
}

.mon-bot-txt {
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 2;
}

#navibar {
	width: 970px;
	height: auto;
	z-index: 998;
	position: relative;
}

#navi {
	width: 733px;
	float: left;
	background: #534840;
	margin-top: 6px;
	height: 40px;
	padding-left: 3px;
	position: relative;
}

#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navi ul li {
	line-height: 20px;
	float: left;
}

#navi ul li ul.countries li {
	line-height: 20px;
	float: none;
	font-size: 13px;
	font-weight: bold;
	color: #534940
}

#navi ul li ul.countries li a.discover {
	font-size: 13px;
	font-weight: bold;
	color: #3a3531;
	width: 100%;
	display: block
}

#navi ul li ul.countries li a.discover:hover {
	font-size: 13px;
	font-weight: bold;
	color: #EE4F15
}

#navi ul li .popTrg a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;
	padding: 0 9px 0 9px;
	height: 40px;
	float: left;
	display: block;
}

#navi ul li .popTrg a.active {
	background: url(../images/francine/navi-c.png) no-repeat top right;
	color: #51413c;
	margin-top: -6px;
	height: 46px;
	line-height: 53px;
}

#navi ul li .popTrg a:hover,#navi ul li .popTrg a.selected {
	background: url(../images/francine/navi-c.png) no-repeat top right;
	color: #51413c;
	margin-top: -6px;
	height: 46px;
	line-height: 53px;
}

#navi ul#menu_elements>li {
	background: url(../images/francine/navi-d.jpg) no-repeat center right;
}

#navi ul li.alone .popTrg a.active {
	background: url(../images/francine/navi-d.png) no-repeat top right;
}

#navi ul li.alone .popTrg a:hover,#navi ul li.alone .popTrg a.selected {
	background: url(../images/francine/navi-d.png) no-repeat top right;
}

#navi ul li a.active strong {
	background: url(../images/francine/home-c.jpg) no-repeat center 20px;
	color: #534840;
	height: 49px;
	display: block;
}

#navi ul li a strong {
	background: url(../images/francine/home.jpg) no-repeat center center;
	color: #534840;
	height: 40px;
	display: block;
	width: 40px;
	padding: 0;
}

#navi ul li a:hover strong {
	background: url(../images/francine/home-c.jpg) no-repeat center 20px;
	color: #534840;
	height: 49px;
	display: block;
}

#navi ul #hidepanal a:hover {
	background: none;
	margin-top: auto;
	height: auto;
	line-height: inherit;
}

#navi-find {
	width: 230px;
	float: left;
	margin-top: 6px;
	background: #534840;
	height: 32px;
	padding: 8px 0 0 3px;
	position: relative;
}

.find {
	width: 175px;
	float: left;
	border: none;
	background: url(../images/francine/find.jpg) no-repeat top left;
	height: 23px;
	padding: 0 5px 0 14px;
	line-height: 23px;
	color: #c8c7be;
	font-weight: bold;
}

#find-btn {
	width: 20px;
	float: left;
}

#searchbox {
	width: 395px;
	height: auto;
	position: absolute;
	top: 40px;
	left: -163px;
	z-index: 100;
}

#searchbox-top {
	width: 375px;
	height: auto;
	position: relative;
	background: #fff;
	border-left: 1px solid #ae9e95;
	border-right: 1px solid #ae9e95;
	border-bottom: 1px solid #ae9e95;
	padding: 5px 10px;
}

#searchbox-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#searchbox-top li {
	line-height: 50px;
	margin-top: 5px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#searchbox-top li:hover {
	background: #f7f7f7;
	font-weight: bold;
	color: #a21a28;
}

#searchbox-top li img {
	float: left;
	margin-right: 10px;
}

#searchbox-top li a {
	font-size: 11px;
	color: #5e5e5e;
	background: url(../images/francine/rest-arrow.jpg) no-repeat right 5px;
	padding-right: 20px;
	line-height: 50px;
	font-weight: normal;
	padding-left: 0;
}

#searchbox-top li:hover a {
	font-size: 11px;
	color: #a21a28;
	font-weight: bold;
	background: url(../images/francine/rest-arrow-h.jpg) no-repeat right 5px;
	line-height: 50px;
}

.searchbox-top-txt {
	width: 100%;
	height: 19px;
	background: url(../images/francine/botom-border.jpg) repeat-x left
		bottom;
	margin-top: 10px;
}

.searchbox-top-txt strong {
	font-size: 14px;
	font-weight: bold;
	color: #534840;
	text-align: left;
	text-transform: uppercase;
	float: left;
}

.searchbox-top-txt a {
	font-size: 10px;
	font-weight: bold;
	float: right;
	line-height: 18px;
}

.searchbox-top-txt a:hover {
	text-decoration: underline;
	color: #9c131a
}

#search-arrow {
	width: auto;
	height: auto;
	position: absolute;
	top: -9px;
	left: 192px;
}

#searchbox-top-btn {
	width: 395px;
	height: auto;
	text-align: center;
	margin-top: 6px;
}

#searchbox-bot {
	width: 395px;
	height: auto;
}

#banner {
	width: 970px;
	position: relative;
	margin-top: 10px;
	float: left;
}

#slider {
	width: 970px;
	z-index: 2;
}

#slider ul,#slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider,#slider li {
	width: 970px;
	overflow: hidden;
	height: 349px;
}

span#prevBtn a,span#nextBtn a {
	height: 53px;
	width: 33px;
	display: inline-block;
	background: url(../images/francine/gallry-arow.png) no-repeat 0 0;
	position: absolute;
	left: 17px;
	top: 245px;
}

#nouvelle-gallery2 span#nextBtn a,#nouvelle-gallery2 span#prevBtn a {
	top: 100px;
}

span#nextBtn a {
	background-position: 100% 0;
	left: 916px;
}

#slider .galImg {

}

#slider .galImg img {

}

#slider .galCont {
	display: inline;
	width: 324px;
	margin-top: 0px;
	float: left;
	margin-left: 10px;
}

#slider .galCont h1,#slider .galCont h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #83c423;
	text-decoration: none;
	font-weight: normal;
	line-height: 40px;
	margin-top: 0px;
}

#slider .galCont h2 {
	font-size: 18px;
	color: #999999;
	line-height: normal;
}

#slider .galCont h1 span {
	color: #515151;
}

#slider .galCont h2 span {
	color: #a5cf61;
}

#slider-link {
	width: 300px;
	height: 30px;
	margin-top: 15px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #454545;
	text-decoration: none;
	font-weight: normal;
}

#slider-link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #454545;
	text-decoration: none;
	font-weight: normal;
	line-height: 25px;
}

#slider-txt {
	width: auto;
	height: 23px;
	max-width: 551px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	position: absolute;
	bottom: 5px;
	left: 0;
	background: url(../images/francine/gallery-text-bg.png) no-repeat right
		top;
	padding: 0 20px 0 10px;
}

#le-yoge {
	width: 100%;
	height: 91px;
	position: absolute;
	right: -10px;
	top: 96px;
        z-index: 99999;
}

#banner h1 {
	text-shadow: #534840 1px 1px 5px;
	position: absolute;
	top: 60px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	color: #fff;
	line-height: 31px;
	font-weight: bold;
	padding: 0 13px 0 0;
	text-align: right;
	border: none;
}

#bouton {
	display: block;
	cursor: pointer;
	width: 208px;
	height: 38px;
	background: url(../images/francine/choisir.png) no-repeat 0 0;
	float: right;
}

#bouton-r {
	display: block;
	width: 188px;
	height: 38px;
	background: url(../images/francine/choisir.png) no-repeat right top;
	float: right;
}

/*cursor:pointer;*/
#bouton:hover {
	background-position: 0 -38px;
}

#bouton-r:hover {
	background-position: right -38px;
}

#bouton:active {
	background-position: 0 -75px;
}

#bouton-r:active {
	background-position: right -75px;
}

#trevelbar {
	width: 1027px;
	height: auto;
	float: left;
	clear: both;
	display: block;
}

.trevelimg1 {
	width: 269px;
	height: 209px;
	background: url(../images/francine/no1.jpg) no-repeat left top;
	float: left;
}

.trevelimg2 {
	width: 254px;
	height: 209px;
	background: url(../images/francine/no2.jpg) no-repeat left top;
	float: left;
}

.trevelimg3 {
	width: 255px;
	height: 209px;
	background: url(../images/francine/no3.jpg) no-repeat left top;
	float: left;
}

.trevelimg4 {
	width: 249px;
	height: 209px;
	background: url(../images/francine/no4.jpg) no-repeat left top;
	float: left;
}

#body-cont {
	width: 970px;
	height: auto;
	margin-left: 29px;
	clear: both;
	position: relative;
}

.body-home.show {
	/*margin-bottom: 470px;*/
}

.body-home {
	margin-bottom: 0px;
}

.left {
	width: 740px;
	float: left;
	height: auto;
	position: relative;
	border-right: 1px solid #ddd;
	padding-left: 9px;
}

.left-full-width {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	padding-left: 9px;
}

.left-full-width #home-countries-suggestions {
	margin-left:35px;
}

.title,.title2 {
	height: auto;
	position: absolute;
	top: -41px;
	/top: 0px;
	left: -13px;
}

.home-selections,.disply2 {
	height: auto;
	position: relative;
	margin-top: 41px;
	margin-bottom: 15px;
	padding-bottom: 5px !important;
}

#pageguide-lft.clic-selected, .home-country.clic-selected,.square.clic-selected,
.conseiller.clic-selected,.votor-dis:hover,.les-autres-dis2.clic-selected,
.les-autres-dis.clic-selected,#naveller-post p.clic-selected,#naveller-post div.clic-selected,
#themedesc-lft.clic-selected #pageguide-lft.clic-selected, .message.clic-selected
	{
	border: solid 1px #ddd;
	box-shadow: #eee 0 0 3px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f8f4f3;
}

.square-subtitle {
	text-transform: uppercase;
	padding-top:3px;
}

.home-country img,.disply-hol2 img {
	margin-bottom: 5px;
}

.home-country h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ee4f15;
	line-height: 18px;
	clear: both;
}

.square  span, #nouvelle-rgt .square  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ee4f15;
	line-height: 18px;
	background-image: none;
	display: block;
	width: 216px;
	border: none;
	padding: 0px;
}

.square.clic-selected  span {
	color: #9c131a;
	background-image: none;
}

.home-country p,#nouvelle-rgt .square p, .home-itinerary p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	padding: 0px;
}

.home-country a,.home-country span.discover,.square a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ee4f15;
	line-height: 19px;
	text-decoration: none;
	float: right;
	background: url(../images/francine/a-arow.jpg) no-repeat center right;
	padding-right: 16px;
/*	position: absolute;
	bottom: 2px;
	right: 5px; */
}

.home-country.clic-selected a,.home-country.clic-selected span.discover,.square.clic-selected a
	{
	background: url(../images/francine/a-arow-h.jpg) no-repeat center right;
	color: #9c131a;
	text-decoration: underline;
}

.disply2 {
	margin-top: 63px;
	padding: 0;
	margin-bottom: 0;
}

#nouvelle-rgt .square {
	width: 219px;
	margin: 12px 0px 12px 12px;
}

/*
#nouvelle-rgt .square.article {
	height: 400px;
}


#nouvelle-rgt .square.article a {
	position:absolute;
	bottom: 10px;
}
*/

.blocGuidePratique {
    float: left;
    min-width: 150px;
}

/*
.blocGuidePratique a:hover{
    background-color: #F8F4F3;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 3px #EEEEEE;
    padding: 5px;
}
*/


.lireSuite {
/*     bottom: 90px;    */
    margin-top: 10px;
}

.lienChine {
    bottom: 10px;
    margin-bottom: 10px;
}

#nouvelle-rgt .square.testimonial {
	height: 330px;
}

.home-itinerary {
	width: 232px;
}

.right {
	width: 205px;
	float: right;
	position: relative;
	padding-top: 50px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	text-decoration: none;
}

.title3 {
	height: auto;
	position: absolute;
	top: 0;
	right: -4px;
}

.right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #8a8880;
	line-height: 12px;
}

#porp-popup {
	width: 963px;
	background: #d9d0cb;
	border-top: 1px solid #bfb2ab;
    border-bottom: 1px solid #bfb2ab;
	padding: 19px 0 19px 7px;
	overflow: hidden;
	clear: both;
}

#porp-popup.show {
	/*height: 430px;
	bottom: -470px;*/
}

.why-evaneos {
	width: 468px;
	float: left;
	padding: 5px;
}

.porp-pop {
	float: left;
	position: relative;
	margin-right: 0px;
	display: none;
}

.porp-pop-txt,.porp-pop-txt2 {
	cursor: pointer;
	width: 468px;
	height: 24px;
	background: url(../images/francine/popuup1.png) no-repeat center left;
	font-size: 18px;
	color: #fff;
	padding-left: 12px;
	padding-top: 1px;
	float: left;
	line-height: 24px;
}

#footer {
	width: 970px;
	margin-left: 29px;
	clear: both;
	background: #ae9e95;
}

#footer p {
	font-weight: bold;
	padding: 10px
}

#footer-top-lik {
	width: 970px;
	height: 50px;
	background-color: #ae9e95;
	overflow: hidden;
}

#footer-top-lik ul {
	list-style: none;
	margin-left: 10px;
	float: left;
	height: 50px;
	width: 1150px;
}

#footer-top-lik li {
	float: left;
	margin-left: 15px;
	background-image: url('../images/francine/press.png')
}

#press {
	margin-left: -30px;
}

#press .press-1 {
	width: 103px;
	height: 50px;
	background-position: 0px 0px;
}

#press .press-2 {
	width: 195px;
	height: 50px;
	background-position: -103px 0px;
}

#press .press-3 {
	width: 164px;
	height: 50px;
	background-position: -298px 0px;
}

#press .press-4 {
	width: 100px;
	height: 50px;
	background-position: -467px 0px;
}

#press .press-5 {
	width: 149px;
	height: 50px;
	background-position: -567px 0px;
}

#press .press-6 {
	width: 155px;
	height: 50px;
	background-position: -717px 0px;
}

#press .press-7 {
	width: 96px;
	height: 50px;
	background-position: -872px 0px;
}

#press .press-8 {
	width: 127px;
	height: 50px;
	background-position: -967px 0px;
}

#press .press-9 {
	width: 51px;
	height: 50px;
	background-position: -1095px 0px;
}

#footer-top-lik .press_left {
	width: 57px;
	height: 50px;
	position: absolute;
	left: 29px;
	background-image: url('../images/francine/press_arrow.png')
}

#footer-top-lik .press_right {
	width: 57px;
	height: 50px;
	position: absolute;
	right: 28px;
	background: url('../images/francine/press_arrow.png') -57px 0px
}

#footer-bot-link {
	width: 970px;
	height: 40px;
	border-top: 1px solid #74645e;
	border-bottom: 1px solid #716561;
	background: #4d3e39;
	padding: 9px 0 0 0;
	display: block;
}

#hidepanal-worldmap,#hidepanal-themes {
	display: none;
	width: 970px;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 99999;
}

#hidecont,#hidecont2 {
	width: 927px;
	border-left: #cec5be solid 1px;
	border-right: #cec5be solid 1px;
	padding: 10px 10px 2px 30px;
	background-color: white;
}

#hidepanal #hidecont,#hidepanal #hidecont2 {
	background-image: url('../images/francine/background-all.png');
	background-repeat: no-repeat;
	background-color: white;
}

#hidepanal-worldmap #hidecont,#hidepanal-worldmap #hidecont2 {
	background-image: url('../images/francine/background-destinations.png');
	background-repeat: no-repeat;
	background-color: white;
}

.travel_field {
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    width:170px;
    text-align:center;
    margin:0 0 0 5px;
    float:left;
}

.travel_field img {
    margin:0 5px 0 5px;
}

.radio_field {
    float:left;
    width:220px;
    margin-right:5px;
}

#formquote-container label {
    font-size:12px;
}

.api-form-container #formquote-container {
    border: 1px solid #ddd;
    border-top:0px;
}

.radio_field .groupedis-subtitle, .physical_field .groupedis-subtitle {
    font-size:12px;
}

.radio_field .subbloc, .physical_field .subbloc {
    margin-left:20px;
}

.radio_field .subbloc label, .physical_field .subbloc label{
    font-size:10px;
}

.travel_field label {
    font-weight:bold;
    color:#333;
}

.form-title-precision {
    font-size:12px;
    font-weight:normal;
}

.infotitle-dis, .infotitle-dis2{ width:100%; height:auto; padding:10px 0;}

#hidepanal-themes #hidecont,#hidepanal-themes #hidecont2 {
	background-image: url('../images/francine/background-oupartir.png');
	background-repeat: no-repeat;
	background-color: white;
}

#hidecont2 {
	padding: 0px 0 0 10px;
	width: 957px;
}

.hidesedow {
	width: 970px;
	height: 21px;
}

.close-btn {
	width: 14px;
	height: 13px;
	position: absolute;
	top: 5px;
	right: 7px;
}

.popBox {

}

.popTrg,.close {
	cursor: pointer;
}

.hidepanal2 {
	width: 468px;
	float: left;
	z-index: 10;
}

.hidecont2 {
	width: 446px;
	height: auto;
	border-left: #d4ccc7 solid 1px;
	border-right: #d4ccc7 solid 1px;
	background: #fff;
	padding: 10px 10px;
	position: relative;
}

.hidecont2 p strong {
	margin-right: 24px;
	display: block;
}

.hidecont2 li {
	margin-left: 15px;
	margin-bottom: 5px;
}

.hidecont2 p,.hidecont2 ul {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #534840;
	line-height: 16px;
}

.hidesedow2 {
	width: 468px;
	height: 20px;
}

.close-btn2 {
	width: 20px;
	height: 16px;
	position: absolute;
	bottom: 0px;
	right: 2px;
}

#customScrollBox {
	height: 450px;
	width: 205px;
	float: left;
	position: relative;
	overflow: auto;
	border: solid 0px #e2e2e0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 3px;
}

#track3 {
	position: absolute;
	width: 18px;
	height: 370px;
}

#handle3 {
	width: 18px;
	height: 41px;
	margin-top: 5px;
}

#customScrollBox .content {
	width: 186px;
}

#dragger_container {
	position: relative;
	width: 12px;
	height: 344px;
	float: left;
	margin: 10px 0 0 10px;
	background: url(../images/francine/dragger-bg.jpg) no-repeat top left;
}


.jspDrag {
	position: absolute;
	width: 17px;
	height: 35px;
	background: url(../images/francine/dragger-btn.jpg) no-repeat center
		left;
	left: -3px;
}

#le-yoge{ width:100%; height:91px; position:absolute; right:-10px; top:96px; z-index:9999;}

/*innerpages css*/
#themebar,#photodis,#listedes,#listetestis,#themebar2 {
	height: auto;
	background: url(../images/francine/or-arrow.jpg) no-repeat 609px 13px;
	margin-left: 5px;
	padding-top: 12px;
	z-index: 1000;
}

#dest {
	width: 955px;
	height: auto;
	margin-left: 5px;
	padding-top: 12px;
	z-index: 2;
}

#themebar2 {
	width: 940px;
}

#theme-lft,#dest-lft {
	width: 645px;
	height: auto;
	float: left;
	background: url(../images/francine/them-left-bor.jpg) repeat-y right top;
	margin-top: 25px;
	margin-bottom: 20px;
}

#theme-lft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#theme-lft ul li {
	height: 75px;
	float: left;
	margin: 5px;
	position: relative;
	background: none;
}

#theme-lft ul li a.link {
	height: auto;
	color: #534840;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	background: url(../images/francine/bandes-blanches-borders.png)
		no-repeat center bottom;
	width: 150px;
	left: 0px;
	text-align: center;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

#theme-lft li:hover a.link {
	background: url(../images/francine/bandes-blanches-borders-h.png)
		no-repeat center bottom;
	color: #fff;
}

#navi ul #hidepanal-themes #theme-rgt2 a:hover {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/francine/arow.jpg) no-repeat center right;
	padding-right: 20px;
	margin: 0;
}

#theme-lft .hobImg,.hobImg2 {
	cursor: pointer;
}

#sooon {
	background: url(../images/francine/prochainement.png);
	width: 230px;
	height: 127px;
	margin-left: -11px;
	margin-top: 80px
}

#theme-rgt,#dest-rgt,#theme-rgt2,#theme-rgt3 {
	width: 306px;
	height: auto;
	float: left;
	margin-top: 25px;
	background: url(../images/francine/prochnar.jpg) no-repeat center center;
	position: relative;
}

#theme-rgt a,#dest-rgt a,#theme-rgt2 a,#theme-rgt3 a {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/francine/arow.jpg) no-repeat center right;
	padding-right: 20px;
}

#theme-rgt2 {
	width: 240px;
	background: none;
	padding-left: 30px;
	padding-right: 20px;
}

#theme-rgt2 h2 {
	font-size: 16px;
	font-weight: bold;
	color: #534840;
}

#theme-rgt2 h2 span {
	border-bottom: 1px solid #d5d3d1;
	line-height: 30px;
	padding-bottom: 4px;
}

#navi #theme-rgt2 a {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 20px;
	height: auto;
	padding-right: 20px;
	background: url(../images/francine/arow.jpg) no-repeat center right;
}

#theme-rgt3 {
	width: 240px;
	background: none;
	padding-left: 68px;
	padding-right: 20px;
	margin-top: 0;
}

#theme-rgt3 h2 {
	font-size: 16px;
	font-weight: bold;
	color: #534840;
}

#theme-rgt3 h2 span {
	border-bottom: 1px solid #d5d3d1;
	line-height: 30px;
	padding-bottom: 4px;
}

#navi #theme-rgt3 a {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 20px;
	height: auto;
	padding-right: 20px;
	background: url(../images/francine/arow.jpg) no-repeat center right;
}

#dest, #photodis ,#listedes, #listetestis {
	position: relative;
	padding-top: 70px;
}

#dest-lft {
	width: 610px;
	margin-bottom: 18px;
}

#airport_bloc{display:none;}

#dest-rgt {
	width: 341px;
	height: 394px;
}

#nouvelle-rgt .flag {
	width: 700px;
	height: auto;
}

#worldmap {
	margin: 40px 0 0 15px;
	float: left;
}

#worldmap.quote-map {
	margin: 10px;
	float: left;
}

.flag ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 170px;
	/*float: left;*/
	margin-left: 6px;
}

.flag ul li {
	line-height: 20px;
}

.flag ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #534840;
	height: 20px;
	text-decoration: none;
}

.flag ul li a:hover {
	color: #9C131A;
	font-weight: bold;
}

.flag ul li img {
	margin-right: 10px;
}

.list-countries {
        position: relative;
        overflow: hidden;
	max-height: 95px;
        /*background: #0f0;*/ /* test PAT */
}
/*
.list-countries > ul > li {
	float: left;
}
*/
.list-countries li.flag {
	float: left;
        /*background-color: #ccc;*/ /* test PAT */
}
.list-countries li {
	list-style-type: none;
}

.list-countries > ul {
	padding: 10px;
}

#divControlFlags {
	float: right;
	font-size: 13px;
	font-style: italic;
	padding: 10px;
}

.title4 {
	height: auto;
	position: absolute;
	top: 30px;
	left: -10px;
}

.title5 {
	height: auto;
	position: absolute;
	top: 30px;
	right: -14px;
}

.title6 {
	height: auto;
	position: absolute;
	top: 7px;
	left: -10px;
}
#nouvelle-lft h2 {text-align:center;color: #8A7E75;font-weight:normal;font-size:12px;line-height:20px;}

#nouvelle-lft h2 strong{ color:#534840; font-weight:bold; font-size:18px; }

#agentlocal { cursor:pointer; width:182px; height:201px; background:url(../images/francine/agentlocal.jpg) left top no-repeat; margin:20px 0 0 0; padding:23px 9px;}
#localagent {margin:10px auto 20px auto;}
#agentlocal img{ border:1px solid #FFFFFF; margin-left:19px; margin-bottom:7px; padding:23px 5px;}
#localagent img{ margin-bottom:7px;}

#agentlocal p, #localagent p{ padding:0; text-align:center; font-weight:bold; font-size:12px; color:#534840;}

#agentlocal p strong, #localagent p strong{ font-size:14px;}

#agentlocal p a, #localagent p a{ padding:0; font-size:11px;}

.title7 {
	height: auto;
	position: absolute;
	top: 314px;
	left: -5px;
}

.title8 {
	height: auto;
	position: absolute;
	top: -39px;
	left: -5px;
}

.title9 {
	height: auto;
	position: absolute;
	top: -39px;
	left: -5px;
}

#photodis {
	width: 960px;
	padding-bottom: 20px;
	padding-top: 72px;
	z-index: 10;
	background-image: none;
}

#photodis ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#photodis ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
}

#photodis ul li img {
	border: none;
}

#listedes,#listetestis {
	background: none;
	padding: 14px 0 40px;
	z-index: 9;
}

#listetestis {
	padding-top: 0;
	padding-bottom: 0;
}

#list, #listTes{
	width:670px;
	height:auto;
	padding-left: 0px;
}

#listCountryLocalagents{
	width:670px;
    height:auto;
    padding-left: 430px;
    padding-top: 50px;
}

#listetestis #list, #listetestis #listTes {
	width: 200px;
	height: auto;
	margin: 20px auto;
}

#listetestis #list2 {
	width: 150px;
	height: auto;
}

.listinput {
	border: 1px solid #ccc4c2;
	color: #534840;
	font-size: 15px;
	padding: 3px;
}

#post {
	width: 915px;
	height: auto;
	padding-left: 37px;
	margin-top: 20px;
}

#post .votor-dis {
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#form-topbar-tel {
	position: relative;
	height: 38px;
}

#form-topbar-tel img {
	position: absolute;
	left: 0;
	bottom: 0;
}

#body-cont #form-topbar #left-col {
	width: 180px;
}

#breadcrumbbar {
	width: 571px;
	height: auto;
	padding-left: 294px;
	padding-top: 5px;
	padding-bottom: 17px;
}

#breadcrumb {
	width: auto;
	height: 36px;
	border-bottom: solid 1px #ddd
}

#social_buttons {
	float: right;
	position: relative;
	padding-right: 10px;
}
#social_buttons > div {
	float: right; margin-right:5px;
}

#social_buttons .facebook {
	padding-top: 1px; /*width:52px;*/
}

#social_buttons .twitter {
	padding-top: 7px;
}

#social_buttons .google {
	padding-top: 7px;
}

.favoris {
	background:url(../images/francine/star.png);
	width:17px;
	height: 17px;
	float:left;
	margin: 7px 0 0 6px;
	display: block;
	cursor: pointer;
}

.favoris:hover {
	background:url(../images/francine/star.png) 17px 0;
}

#breadcrumb {
	padding-left: 17px;
}

.bradCrum1 {
	background: url(../images/francine/brdCrum.png) no-repeat 0 -72px;
}

.bradCrum2 {
	background: url(../images/francine/brdCrum.png) no-repeat 0 -36px;
}

.bradCrum3 {
	background: url(../images/francine/brdCrum.png) no-repeat 0 -108px;
}

.bradCrum4 {
	background: url(../images/francine/brdCrum.png) no-repeat 0 -144px;
}

.bradCrum5 {
	background: url(../images/francine/brdCrum.png) no-repeat 0 -180px;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumb ul li {
	line-height: 37px;
	float: left;
	display: inline;
}

#breadcrumb ul li a {
	text-decoration: none;
}

#breadcrumb ul li a span#spnPageBreadCrumb {
	display: inline;
}

.brd1 a {
	height: 39px;
	width: 131px;
	display: block;
}

.brd2 a {
	height: 39px;
	width: 119px;
	display: block;
}

.brd3 a {
	height: 39px;
	width: 245px;
	display: block;
}

.brd4 a {
	height: 39px;
	width: 110px;
	display: block;
}


.brd5 a {
	height: 39px;
	width: 115px;
	display: block;
}

h1.bread-title2 {
	font-size: 18px
}

.bread-title3 {
	font-size: 13px;
	border: none;
	margin: 3px auto 5px;
	height: auto;
}

.votor-title,#votre-guide-title {
	width: 927px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #ae9e95;
	padding-left: 10px;
	line-height: 30px;
	margin-bottom: 20px;
}

.votor-title-arrow {
	width: 23px;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 39px;
	background: url(../images/francine/votor-title-arow.jpg) no-repeat left
		bottom;
}

.votorbar,.votorbar2 {
	width: 928px;
	height: auto;
	padding-left: 42px;
	margin-bottom: 80px;
	position: relative;
}

.votorbar2 {
	width: 888px;
	padding-left: 70px;
	padding-bottom: 32px;
}

.votor-dis {
	text-align: center;
	width: 143px;
	padding: 13px 4px 4px 5px;
	margin-left: 20px;
	float: left;
	display: inline;
	cursor: pointer;
}

#votre-pays .votor-dis {
	width: 147px;
	margin-left: 3px;
	height: 230px;
}

#votre-pays .votor-dis.country {
	width: 170px;
}

#nouvelle-rgt .votor-dis {
	height: 250px;
	padding-bottom: 10px;
}

.votor-dis img {
	margin-bottom: 9px;
}

.votor-dis a {
	color: #ee4f15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.votor-dis p {
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.votor-dis h3,.local_agent_name h3 {
	font-style: normal;
	color: #EE4F15
}

.votor-dis:hover h3,.votor-dis:hover a {
	text-decoration: underline;
	color: #99101a
}

.votor-dis label {
	color: #ee4f15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.votor-dis {
	padding-bottom: 50px;
	height: 350px;
}

.votor-dis .button {
	position: absolute;
	bottom: 0px;
	width: 143px;
}

.etape-btn {
	width: auto;
	height: auto;
	position: absolute;
	bottom: 49px;
	right: 16px;
}

#votre-guide-title {
	width: 763px;
}

#votre-guide {
	width: 970px;
	height: auto;
}

#votre-guide-lft {
	height: auto;
	margin: 0px auto;
}

#votre-guide-lft div.left-form {
	background: url(../images/francine/Qui-bor.jpg) repeat-x left top;
	margin: 8px 20px;
	padding-top: 10px;
	font-size: 12px;
	color: #534840;
}

#votre-guide-lft div ul li {
	list-style-type: none;
}

#votre-guide-lft img {
	margin-left: 20px;
}

div#gauthier {
	border-radius: 0px;
	width: 146px;
	min-height: 198px;
	margin: 10px;
	float: left;
	background: url(../images/francine/gauthier-bg-short.jpg) no-repeat left
		top;
	padding: 7px;
	position: relative;
}

#votre-guide-lft div#gauthier {
	border-radius: 0px;
	background: url(../images/francine/gauthier-bg.jpg) no-repeat left top;
}

#gauthier div {
	font-size: 13px;
	font-weight: bold;
	color: #534840;
	text-align: center;
	padding-top: 5px;
}

#gauthier img {
	border: 1px solid #fff;
	margin: 0;
}

#gauthier div.left-form {
	font-size: 11px;
	line-height: 16px;
	margin: 5px 10px;
	text-align: center;
	font-weight: bold;
	background: none;
	padding: 0;
}

#gauthier div strong {
	font-size: 12px;
}

#gauthier div ul li a {
	font-size: 12px;
	color: #ee4f15;
	font-weight: bold;
	background: url(../images/francine/a+.png) no-repeat right center;
	padding-right: 18px;
}

#gauthier .gauthier-bulle-bar {
	width: 395px;
	height: auto;
	position: absolute;
	left: 114px;
	top: 70px;
	z-index: 1;
	margin: 0;
}

#gauthier .gauthier-bulle-bar img {
	border: none;
	float: left;
}

#gauthier .gauthier-bulle {
	width: 359px;
	background: url(../images/francine/bulle.png) no-repeat top right;
	padding: 30px 18px;
	text-align: left;
	float: left;
	margin: 0;
}

#gauthier .gauthier-bulle img {
	float: left;
	margin-right: 10px;
	border: none;
	margin-left: 0;
}

#gauthier .gauthier-bulle div {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
}

#gauthier .gauthier-bulle h4 {
	font-size: 18px;
	color: #534840;
}

.gauthier-bulle-bar {
	width: 395px;
	height: auto;
	position: absolute;
	left: 114px;
	top: 70px;
}

.gauthier-bulle-bar img {
	margin-left: 3px;
	border: none;
	float: left;
}

.local-agent-popup {
	display: none;
	position: absolute;
	top: 28px;
	left: 165px;
	padding-bottom: 14px;
	width: 392px;
	background: url(../images/francine/bulle-sed.png) no-repeat bottom left;
	text-align: left;
	float: left;
	z-index: 2;
}

.local-agent-popup-left {
	display: none;
	position: absolute;
	top: 28px;
	padding-bottom: 14px;
	width: 392px;
	background: url(../images/francine/bulle-sed-left.png) no-repeat bottom left;
	text-align: left;
	float: left;
}

#photodis .local-agent-popup {
	top: -140px;
	left: 50px;
	z-index: 100000;
}

#photodis .local-agent-popup-left {
	left: auto;
	top: -140px;
	right: 50px;
	z-index: 100000;
}

.local-agent-popup-inner {
	min-height: 130px;
	padding: 30px 18px;
	background: url(../images/francine/bulle.png) no-repeat top left;
}

.local-agent-popup-inner-left {
	min-height: 130px;
	padding: 30px 18px;
	background: url(../images/francine/bulle-left.png) no-repeat top left;
}

.local-agent-popup img,.local-agent-popup-left img {
	float: left;
	margin-right: 10px;
	border: none;
	margin-left: 0;
}

.local-agent-popup p,#local-agent-main p {
	text-align: left;
	font-weight: normal;
}

#nouvelle-rgt #local-agent-main h2 {
	padding: 10px 0;
	border: none;
	clear: none;
}

.local-agent-popup h4,#local-agent-main h2 {
	font-size: 18px;
	color: #534840;
}

#votre-guide-rgt,#votre-guide-rgt2 {
	width: 774px;
	height: auto;
	float: left;
}

#votre-guide-rgt p {
	font-size: 12px;
	font-weight: normal;
}

#votre-guide-rgt2 {
	width: 676px;
}

.qui-groupe {
	width: 774px;
	height: auto;
}

.groupedis {
	width: 127px;
	margin-left: 20px;
	padding: 5px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-bottom: 20px;
}

.groupedis-lblbar {
	padding-left: 22px;
}

.groupedis-subtitle {
	padding-top: 5px;
}

.groupedis-lblbar-c {
	padding-left: 22px;
	clear: both;
}

.groupedis-lblbar2 {
	padding-left: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	clear: both;
}

.groupedis.clic {
	cursor: pointer;
	min-height: 120px;
}

.groupedis.clic-active {
	height: 233px;
	background: url(../images/francine/qui-groupe-act.jpg) no-repeat left
		top;
}

.groupedis.clic-active.small,.groupedis.clic-unselected:hover {
	min-height: 120px;
	background: url(../images/francine/qui-groupe-act-little.jpg) no-repeat
		left top;
}

.votre-post.clic-unselected:hover {
	min-height: 120px;
	background: url(../images/francine/qui-groupe-act-little2.jpg) no-repeat
		left top;
}

.inscrivez {
	width: 774px;
	height: auto;
	margin-bottom: 25px;
	padding-left:10px;
}

.inscrivez-lft {
	width: 285px;
	height: auto;
	float: left;
	margin-right: 5px;
}

.inscrivez-lft h4 {
	font-weight: bold;
	font-size: 14px;
	color: #393430;
}

.inscrivez-lft ul {
	list-style: disc inside;
	margin: 0;
	padding: 0;
}

.inscrivez-lft ul li {
	line-height: 18px;
	font-size: 12px;
	color: #84807e;
}

.inscrivez-lft p {
	font-size: 12px;
	color: #84807e;
	font-style: italic;
	line-height: 18px;
	margin-top: 20px;
}

.cliquez {
	width: 774px;
	height: auto;
	position: relative;
	padding-bottom: 10px;
}

.cliquez p, .cliquez .infotitle-dis, .cliquez .infotitle-dis2 {
	padding-left:10px;
}

.cliquez h2 {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin-bottom: 10px;
}

.cliquez-post {
	width: 181px;
	margin-left: 7px;
	padding: 0px;
	float: left;
	margin-left: 5px;
}

.cliquez-post div.cliquez-post-inner {
	padding-bottom: 20px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -8px;
}

.cliquez-post label {
	height: 39px;
	padding-left: 14px;
	font-weight: normal;
	padding-right: 5px;
	text-align: center;
}

.cliquez-post label.bloc {
	display: block;
	font-size: 12px;
}

.cliquez-post img {
	margin: 6px;
}

.cliquez-post.clic {
	cursor: pointer;
}

.cliquez-post.clic-active,.cliquez-post:hover {
	background: url(../images/francine/cliquez-post-sed-top.png) no-repeat
		left top;
}

.clic-active .cliquez-post-inner,.cliquez-post:hover .cliquez-post-inner
	{
	padding-bottom: 20px;
	background: url(../images/francine/cliquez-post-sed-bottom.png)
		no-repeat left bottom;
}

.etape-btn2 {
	width: auto;
	height: auto;
	position: absolute;
	bottom: -12px;
	right: 0px;
}

.etape-btn3 {
	width: auto;
	height: auto;
	position: absolute;
	bottom: -40px;
	right: 0px;
}

.rediobtn2 {
	margin-right: 4px;
}

.rediotxt,.rediotxtb,.rediotxt3 {
	font-weight: normal;
	width: 98%;
	line-height: 18px;
	text-align: center;
}

.rediotxt4{
	font-weight: normal;
    width: 70px;
    line-height: 18px;
    text-align: center;
    float: left;
}

.rediotxtb {
	font-weight: bold;
	width: 100%;
}

.comntbar {
	width: 780px;
	height: auto;
	color: #ee4f15;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	clear: both;
	padding-left: 10px;
}

.comntbar div {
	cursor: pointer;
}

.comntbar div>span {
	background: url(../images/francine/a+_small.png) no-repeat right 3px;
	padding-right: 13px;
}

.comntbar div:hover {
	text-decoration: underline;
}

.comntbar textarea {
	margin-bottom: 20px;

}

.comntbar-input {
	font-size: 13px;
	border: solid 1px #e3dddd;
	padding: 0 5px;
	line-height: 24px;
	width: 742px;
}

.comntbar-input2 {
	background: url(../images/francine/comntinput-bg2.jpg) no-repeat left
		top;
	width: 549px;
	height: 24px;
	border: none;
	padding: 0 5px;
	margin-left: 9px;
	line-height: 24px;
}

.input-cntr {
	margin-left: 79px;
}

.rediotxt label {
	font-weight: normal;
	height: 39px;
	padding-right: 5px;
	text-align: center;
	font-size: 13px;
}

.rediotxt3 label {
	display: inline;
	font-weight: normal;
	height: 39px;
	padding-right: 5px;
	text-align: center;
	padding-left: 0;
}

.votre {
	width: 697px;
	height: auto;
	margin-left: 69px;
}

.votre-post {
	min-height: 120px;
	width: 149px;
	margin-left: 40px;
	padding: 5px;
	font-size: 12px;
	color: #333333;
	float: left;
}

.votre-post img {
	margin-bottom: 9px;
}

.votre-post.clic-active {
	height: 223px;
	background: url(../images/francine/Votre-sed.jpg) no-repeat left top;
}

.votre-post.clic {
	cursor: pointer;
}

.rythme {
	width: 697px;
	height: auto;
	position: relative;
	margin-left: 85px;
}

.rythme-post {
	width: 154px;
	height: 143px;
	margin-left: 30px;
	padding: 3px;
	font-size: 12px;
	color: #333333;
	float: left;
}

.rythme-post.clic {
	cursor: pointer;
}

.rythme-post img {
	margin-bottom: 5px;
        width: 139px;
}

.rythme-post.clic-active,.rythme-post:hover {
	background: url(../images/francine/rythme-sed.jpg) no-repeat left top;
}

.info-input,.info-input2,.info-input3,.info-input4,.listfild1,.listfild2
	{
	width: 37px;
	height: 20px;
	border: 1px solid #e2dbd7;
	margin-right: 5px;
	line-height: 20px;
	font-size: 12px;
	color: #534840;
	float: left;
	margin-left: 20px;
}

.info-input2 {
	width: 89px;
	margin-left: 0px;
}

.info-input3 {
	width: 462px;
	margin-left: 0px;
}

.info-input4 {
	width: 297px;
	margin-left: 0px;
}

.info-input5 {
	width: 622px;
	height: 24px;
	border: none;
	background: url(../images/francine/input5.jpg) no-repeat left top;
	line-height: 20px;
	font-size: 12px;
	color: #808080;
	padding: 0 5px;
}

.info-btn {
	float: right;
	margin-top: 10px;
	margin-bottom: 48px;
}

.listfild1 {
	width: 301px;
	height: 24px;
	margin-left: 0;
}

.listfild2 {
	width: 101px;
	height: 24px;
	margin-left: 0;
}

.form-required {
	color: #EE4F15;
}

.form-required2 {
	color: #EE4F15;
	font-size: 11px;
}

.boddot,.boddot2 {
	width: 100%;
	height: 0px;
	margin: 0px 0px;
	display: block;
	border-bottom: 1px solid #DDD;
}

.boddot2 {
	height: 50px;
}

.form-budget input {
	float: none;
	margin: 0px;
	width: 80px;
	text-align: right;
	margin: 0px 10px;
}

.form-budget input.form-budget-checkbox {
	margin: 3px;
	width: auto;
}

.form-budget-div1 {
	float: left;
	margin-left: 20px;
}

.form-budget-div2 {
	float: left;
	margin-left: 40px;
}

.alertholder {
	position: relative;
	width: 10px;
	float: left;
}

.alertbar {
	width: 405px;
	height: auto;
	position: absolute;
	top: -18px;
	left: 16px;
}

.alert2 {
    width: 405px;
    height: 45px;
    position: absolute;
    left: 16px;
    color: #A21021;
    border: 2px solid #A21021;
    border-radius: 10px;
    padding-top: 10px;
    display: none;
}

.alert2 p {
	color: #A21021;
}

.alert {
	width: auto;
	height: 58px;
	position: relative;
	background: url(../images/francine/infobar.png) no-repeat right top;
	padding: 10px 10px 10px 0;
	display: none;
}

#nouvelle-rgt .alert p {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	display: block;
	padding: 0 5px;
}

.alert-arrow {
	width: 30px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: -17px;
}

.alert-arrow2{
    width: 30px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: -10px;
}

.alert-close {
	width: 30px;
	height: 20px;
	position: absolute;
	top: -12px;
	right: -16px;
	cursor: pointer;
}

#nouvelle,.nouvelle2 {
	width: 970px;
	height: auto;
	padding: 0px;
	margin: 10px auto;
}

.nouvelle2 {
	padding: 0;
}

#left-col {
	width: 210px;
	height: auto;
	float: left;
	position: relative;
	z-index: 50;
	margin-left: 6px;
	margin-bottom: 20px;
}

#left-col.small {
	width: 170px;
}

#left-col.to-right {
	float:right;
	margin: 20px 6px 20px 0px;
}

#left-col.to-right h3 {
	background: url(../images/francine/menu_right_item_vierge.jpg) no-repeat top right;
	height: 34px;
	margin-right: -10px;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 15px;
}

.without-title {
	padding-top:10px;
}

.pre-h2-country {
	text-align: center;
}

#left-col p, #naveller-post > div {
	color: #8a7e75;
}

#nouvelle-lft-back {
	margin-top: 0px;
	width: 180px;
	margin-bottom: 20px;
}

#nouvelle-lft-back a {
	font-size: 11px;
	font-weight: normal;
	color: #9e171e;
	background: url(../images/francine/backarow.jpg) left center no-repeat;
	padding-left: 20px;
}

#left-col-back a:hover {
	text-decoration: underline
}

#left-col h2 {
	text-align: center;
	color: #8A7E75;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0px;
}

#left-col h2 a {
	font-size: 18px;
	position: relative;
	padding-left: 20px;
}

#left-col h2 strong {
	color: #534840;
	font-weight: bold;
	font-size: 18px;
}

#agentlocal {
	cursor: pointer;
	width: 182px;
	height: 201px;
	background: url(../images/francine/agentlocal.jpg) left top no-repeat;
	margin: 0 0 15px 0;
	padding: 23px 9px;
}

#agentlocal img {
	border: 1px solid #FFFFFF;
	margin-left: 19px;
	margin-bottom: 7px;
}

#agentlocal p {
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #534840;
}

#agentlocal p strong {
	font-size: 14px;
}

#agentlocal p a {
	padding: 0;
	font-size: 11px;
}

#agentlocal:hover p a {
	text-decoration: underline;
	color: #9c131a;
	padding: 0;
	font-size: 11px;
}

#naveller-post {
	width: 200px;
	height: auto;
}

#naveller-post .imagewrapper  {
	float: left;
	margin: 0 10px 10px 0;
}

#naveller-post p, #naveller-post > div,  #naveller-post .themes-list {
	font-size: 12px;
	padding: 3px;
	clear: both;
	min-height: 53px;
}

#naveller-post p.clic-selected a , #naveller-post div.clic-selected a {
	color: #9c131a;
	text-decoration: underline
}

#nouvelle-rgt, .nouvelle-rgt2 {
	width: 730px;
	height: auto;
	float: left;
	padding-left: 0px;
	margin: 10px 10px;
	background-repeat: repeat-y;
	background-position: 0 top;
	position: relative;
	box-shadow: #eee 0 0 3px;
	border: solid 1px #ddd !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:right;
        background-color: white;
}

.nouvelle-rgt2.sponsorshipAd img {
	margin: -10px auto;
	display:block;
}

#nouvelle-rgt.to-left {
	float: left;
}

#nouvelle-rgt.to-center, .nouvelle-rgt2.to-center {
	float: none;
	margin: 20px auto;
}

@media (max-width: 890px) {
	#nouvelle-rgt.to-center, .nouvelle-rgt2.to-center {
		margin-left: 2%;
	}
}

#nouvelle-rgt.message-neutral {
	background-color: #f4eded;
}

#nouvelle-rgt.message-neutral p {
	font-size: 14px;
	line-height: 23px;
	padding: 10px;

}

#nouvelle-rgt.large {
	width:774px;
	margin-left: 0px;
}

#nouvelle-gallery,#nouvelle-gallery2 {
	padding-top: 0px;
	width: 730px;
	height: 289px;
	position: relative;
}

#nouvelle-gallery2 {
	height: 260px;
	position: relative;
}

#nouvelle-gallery2.mini {
	height: 130px;
}
#slider2 ul,#slider2 li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nouvelle-rgt .galImg img {

	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#nouvelle-gallery span#prevBtn a,#nouvelle-gallery span#nextBtn a {
	height: 53px;
	width: 33px;
	display: inline-block;
	background: url(../images/francine/gallry-arow.png) no-repeat 0 0;
	position: absolute;
	left: 10px;
	top: 106px;
}

#nouvelle-gallery2 span#nextBtn a {
	left: 660px
}

#nouvelle-gallery span#nextBtn a {
	background-position: 100% 0;
	left: 665px;
}

#slider2 .galImg {
	display: inline;
	float: right;
}

.slider2-link,.slider2-link2 {
	width: 710px;
	font-size: 20px;
	color: #534840;
	text-decoration: none;
	background: url(../images/francine/gallery-text-bg-d.png) repeat 0 0;
	z-index: 100;
	position: absolute;
	bottom: 0px;
	padding: 10px;
}

.fixed, .slider2-link2.fixed, #message .slider2-link2.fixed, #nouvelle-rgt h1.fixed {
	position:fixed;
	top:0px;
	bottom:auto;
}


#nouvelle-gallery-sed {
	width: 712px;
	height: auto;
}

#introduction_itinerary {
	padding: 10px;
        *zoom: 1;
}

#nouvelle-rgt #introduction_itinerary p {
	padding: 0;
}

#jours {
	width: 712px;
}

#jours-lft {
	width: 490px;
	float: left;
}

#jours-lft p, #quote_intro p {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

#jours-lft p strong, #quote_intro p strong {
	font-size: 14px;
	font-weight: bold;
	color: #a51819;
	line-height: 20px;
	padding-bottom: 10px;
}

#insocal {
	float: left;
	width: 62px;
	height: 30px;
	margin-top: 8px;
}

#bt_likefacebook {
	float: left;
	margin-top: 6px;
	width: 57px;
	overflow: hidden;
}

#bt_likefacebook.like-fb-es {
	width: auto;
}

#jours-lft-smtext {
	font-size: 11px;
	font-weight: normal;
	color: #a51819;
}

#jours-rgt {
	float: left;
	position:relative;
	z-index:999;
}

#jours-rgt.fixed {
	position:fixed;
	margin-left:490px;
	top:-2px;
}

.les-autres {
	width: 956px;
	height: auto;
	position: relative;
	margin-top: 49px;
}

.les-autres-dis,.les-autres-dis2 {
	width: 201px;
	height: auto;
	float: left;
	padding: 3px;
	margin-left: 8px;
	margin-right: 17px;
	margin-bottom: 10px;
}

.les-autres-dis img,.les-autres-dis2 img {
	margin-bottom: 10px;
}

.les-autres-dis p,.les-autres-dis2 p {
	line-height: 18px;
	font-size: 12px;
}

.les-autres-dis p strong {
	color: #ee4f15;
}

.les-autres-dis p a,.les-autres-dis2 p a {
	font-size: 12px;
	font-weight: bold;
	color: #ee4f15;
	background: url(../images/francine/a-arow.jpg) right center no-repeat;
	padding-right: 15px;
	display: block;
	text-align: right;
	margin: 10px 0;
}

.les-autres-dis p a:hover,.les-autres-dis.clic-selected p a,.les-autres-dis2 p a:hover,.les-autres-dis2.clic-selected p a
	{
	color: #9c131a;
	text-decoration: underline;
	background: url(../images/francine/a-arow-h.jpg) right center no-repeat;
}

.les-autres-dis2 p a {
	background: none;
	text-align: left;
	margin: 1px 0 5px;
}

.les-autres-dis2 p a:hover,.les-autres-dis2.clic-selected p a {
	background: none;
}

.votre-hotal-bar {
	width: 528px;
	height: auto;
	background: url(../images/francine/reddot.jpg) left top repeat-x;
	padding-top: 7px;
}

.votre-hotal-bar .imagewrapper {
	display: inline;
	margin-left: 12px;
	float: left;
	margin-bottom: 15px;
}

#tarifs-div {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}

#tarifs-div ul {
	width: 140px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#tarifs-div ul li {
	min-height: 35px;
	text-align: center;
	border-bottom: 1px solid #eeeae7;
	border-right: 1px solid #eeeae7;
	font-size: 12px;
	font-weight: normal;
	color: #534840;
	line-height: 35px;
}

#tarifs-div ul li.tab1,#tarifs-div ul li.tab2 {
	border-left: 1px solid #eeeae7;
	background: #f7f5f3;
	font-size: 12px;
	font-weight: bold;
	color: #534840;
}

#tarifs-div ul li.tab2 {
	border-top: 1px solid #eeeae7;
	border-left: none;
}

#left-menu {
	width: 227px;
	height: auto;
	margin-left: -11px;
}

.spanishNewsletter{
	margin-left: 310px;
}

.left-menu-es {
    margin-left:  -5px !important;
}

#left-menu ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

#left-menu ul li {

}

.menu-item,.menu a,.theme_itis_list h3 {
	height: 30px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu.jpg) left top no-repeat;
	color: #534840;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 7px;
	text-decoration: none;
	text-align: left;
}

.menu a:hover,.menu a.active {
	color: #92221e;
	background: url(../images/francine/leftmenu-h.jpg) left top no-repeat;
}

.menu1 a {
	height: 45px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu1.jpg) left top no-repeat;
}

.menu2 a {
	height: 40px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu2.jpg) left top no-repeat;
}

.menu3 a {
	height: 39px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu3.jpg) left top no-repeat;
}

.menu4 a {
	height: 47px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu4.jpg) left top no-repeat;
}

.menu5 a {
	height: 45px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu5.jpg) left top no-repeat;
}

.menu6 a {
	height: 45px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu6.jpg) left top no-repeat;
}

.menu7 a {
	height: 45px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu7.jpg) left top no-repeat;
}

.menu8 a {
	height: 40px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu8.jpg) left top no-repeat;
}

.menu1 a:hover,.menu1 a.active {
	height: 45px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu1-h.jpg) left top no-repeat;
}

.menu2 a:hover,.menu2 a.active {
	height: 40px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu2-h.jpg) left top no-repeat;
}

.menu3 a:hover,.menu3 a.active {
	height: 39px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu3-h.jpg) left top no-repeat;
}

.menu4 a:hover,.menu4 a.active {
	height: 47px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu4-h.jpg) left top no-repeat;
}

.menu5 a:hover,.menu5 a.active {
	height: 45px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu5-h.jpg) left top no-repeat;
}

.menu6 a:hover,.menu6 a.active {
	height: 45px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu6-h.jpg) left top no-repeat;
}

.menu7 a:hover,.menu7 a.active {
	height: 45px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu7-h.jpg) left top no-repeat;
}

.menu8 a:hover,.menu8 a.active {
	height: 40px;
	width: 227px;
	display: block;
	background: url(../images/francine/leftmenu8-h.jpg) left top no-repeat;
}

.left-menu-in {
	width: 176px;
	height: auto;
	margin: 0 0 0 7px;
}

.left-menu-in ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.left-menu-in ul li {
	margin-bottom: 10px;
	position: relative;
}

.left-menu-in ul li h6 {
	color: #534840;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}  /*padding-bottom:2px; border-bottom:1px solid #d4d1cf;*/
.left-menu-in ul li img {
	margin-right: 5px;
}

#left-menu .left-menu-in ul li ul {
	margin: 5px 3px 0 10px;
}

#left-menu .left-menu-in ul li ul li {
	overflow: hidden;
	clear: both;
	position: relative;
	margin: 0;
}

#left-menu .left-menu-in ul li ul li label {
	float: left;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 18px;
	min-height: 20px;
}

#left-menu .left-menu-in ul li ul li label.fleft {
	width: 120px;
}

#left-menu .left-menu-in ul li ul li .add {
	margin-left: 10px;
	clear: both;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 18px;
}

.left-menu-in-chk {
	margin-right: 5px;
	float: left;
}

.left-menu-in-title-chk {
	height: auto;
	margin: 0 5px;
}

#left-menu .left-menu-in ul li ul li p {
	float: left;
	padding-left: 0;
	width: 145px;
	color: #333333;
	font-size: 12px;
}

#left-menu .left-menu-in ul li ul li p img {
	float: left;
	margin-right: 5px;
}

#left-menu .left-menu-in ul li ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #ee4f15;
	padding-right: 48px;
	width: 100px;
	clear: both;
	background: url(../images/francine/mon-arrow.jpg) right center no-repeat;
	padding-top: 5px;
}

.left-menu-in-dis {
	height: auto;
	width: 176px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	margin-top: 10px;
}

.left-menu-in-arrow {
	width: 157px;
	height: 8px;
	border-bottom: 2px solid #8a7e75;
	margin: 0 auto;
	position: relative;
}

.left-menu-in-arrow-lft {
	position: absolute;
	bottom: -2px;
	left: -10px;
}

.left-menu-in-arrow-rgt {
	position: absolute;
	bottom: -2px;
	right: -10px;
}

#left-menu .left-menu-in-arrow-rgt img {
	margin-right: 0;
}

.left-menu-in-btn {
	width: 176px;
	text-align: center;
	margin-top: 40px;
	font-size: 11px;
	font-weight: normal;
	color: #ee4f15;
	line-height: 14px;
}

.left-menu-in-btn-in {
	width: 168px;
	height: 28px;
	border: none;
}

.mon-info {
	width: 165px;
	height: auto;
	position: absolute;
	right: -160px;
	top: -4px;
	z-index: 100;
	display: block;
}

.mon-info-dis {
	width: 165px;
	height: auto;
	background: url(../images/francine/mon-info.png) left top no-repeat;
	float: left;
}

.mon-info-dis-itm {
	width: 130px;
	height: auto;
	margin-left: 24px;
	padding-top: 11px;
}

#left-menu  .mon-info-dis-itm p {
	font-size: 12px;
	padding-left: 0;
	line-height: 14px;
	clear: both;
	padding-bottom: 5px
}

#left-menu .mon-info-dis-itm p a {
	background: none;
	width: 130px;
	height: auto;
	color: #534840;
}

#left-menu .mon-info-dis-itm p a span {
	color: #E64E13;
}

#left-menu .mon-info-dis-itm p a:hover,#left-menu .mon-info-dis-itm p:hover a span
	{
	background: none;
	text-decoration: underline;
}

.mes-info {
	width: 165px;
	height: auto;
	position: absolute;
	right: -145px;
	top: -4px;
	z-index: 21;
}

.mes-info-dis {
	width: 140px;
	height: auto;
	background: url(../images/francine/mes-info.png) left top no-repeat;
	height: auto;
	padding-left: 25px;
	padding-top: 16px;
	font-size: 12px;
	min-height: 87px;
	float: left;
}

.mes-info-mr {
	margin-left: 10px;
	padding-top: 5px;
	display: block;
	clear: both;
}

.left-m-plan-bar {
	width: 82%;
	margin: 0 auto;
}

#left-col .left-m-plan-bar p {
	margin: 7px 0 20px 0;
	padding-left: 0;
}

.left-m-plan,.left-m-plan-tel,.left-m-plan-agent {
	height: auto;
	text-align: center;
	border-bottom: 1px solid #d4d1cf;
	border-top: 1px solid #d4d1cf;
	margin-top: 20px;
	padding: 5px 0;
	background: url(../images/francine/arrowPoint.png) no-repeat center
		right;
}

.left-m-plan:hover {
	border-bottom: 1px solid #9c131a;
	border-top: 1px solid #9c131a;
	background: url(../images/francine/arrowPointHover.png) no-repeat center
		right;
}

.left-m-plan-tel,.left-m-plan-agent {
	background-image: none;
}

arrowPointHover.png

.pglnk2 h5,a .left-m-plan,a .left-m-plan2,.left-m-plan-tel {
	font-size: 14px;
	font-weight: bold;
	color: #534840;
	line-height: 14px;
}

a:hover .left-m-plan,.left-m-plan2 a:hover {
	color: #9c131a;
}

.left-m-plan2 {
	font-size: 14px;
	font-weight: bold;
	color: #534840;
	line-height: 14px;
	text-align: center;
	border-bottom: 1px solid #d4d1cf;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 5px;
}

.conseiller {
    min-height: 165px;
}

.conseiller-no-min-height {
    min-height : initial !important;
}

.conseiller,.conseiller2 {
	width: 709px;
	height: auto;
	background-image: url(../images/francine/dest-b-brd.jpg) left top repeat-x;
	padding: 10px;
	margin: 5px 0px;
	clear: both;
}

.conseiller.clic-selected {
	border-radius:0px;
	border-left: 1px solid transparent;
	border-left: 1px solid transparent;

}

.conseiller-img {
	height: auto;
	float: left;
	margin-right: 10px;
}

.conseiller-pera {
	height: auto;
	margin-left: 10px;
}

.conseiller-pera ul {
	list-style-type: none;
	margin: 0;
	padding-bottom: 5px;
}

.conseiller-pera ul li {
	font-size: 12px;
	color: #4e4e4e;
	padding-left: 0px;
}

.conseiller-pera p {
	font-size: 12px;
	line-height: 18px;
	margin-left: 164px;
}

.conseiller-peraVacantionPackages p {
    position: absolute;
    bottom: 5px;
    width: 535px;
}

.conseiller-pr-top {
	height: auto;
}

.conseiller-pr-top-lft {
	height: auto;
}

.conseiller-pr-top-lft img, .conseiller-pr-top-lft .imagewrapper {
	margin: 0 10px 0 0;
	float: left;
}

.conseiller-pr-top-lft p {
	font-size: 11px;
	line-height: normal;
}

p.quote {
	color:#888;
	font-size:11px;
}

#nouvelle-rgt .conseiller-pr-top-lft h2, .conseiller-pr-top-lft h3 {
	color: #e64e13;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	clear: none;
	border:none;
	padding: 0 0 4px 0;
}

.conseiller-pr-top-lft h2 span, .conseiller-pr-top-lft h3 span {
	color: #534840;
	font-size: 11px;
	line-height: normal;
	line-height: 18px;
}

.clic-selected h3 a {
	text-decoration: underline
}

.conseiller-pr-top-lft h2 span:hover, .conseiller-pr-top-lft h3 span:hover, .clic-selected h3 span {
	text-decoration: none;
/*    display:inline-block;*/
}

.itinerary_title {
	margin-left: 225px;
}

.conseiller-pr-top-rgt {
	height: auto;
	float: right;
	text-align: right;
	font-size: 12px;
	color: #534840;
	font-weight: bold;
	line-height: 18px;
        *width: 180px;
}

.conseiller-pr-top-rgt img {
	margin-top: 5px;
}

.c-pr-txt {
	font-size: 11px;
	font-weight: normal;
	color: #afaaa6;
	line-height: 10px;
}

.itmno {
	width: 45%;
	float: left;
	background: url(../images/francine/divter-tex.jpg) right center
		no-repeat;
	padding-right: 2px;
	line-height: 22px;
}

.prcont {
	width: 48%;
	float: left;
	padding-left: 4px;
	text-align: right;
}

.conseiller2 {
	padding-top: 15px;
	margin-top: 24px;
}

.conseiller2 p {
	font-weight: bold;
	font-size: 11px;
	color: #534840;
}

.conseiller2 a {
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	background: url(../images/francine/a-arow.jpg) left center no-repeat;
	padding-left: 18px;
}

.conseiller2-dis {
	width: 730px;
	height: auto;
	margin: 10px 0;
}

.conseiller2-dis-txt {
	width: 230px;
	height: auto;
	float: left;
	margin-left: 10px;
}

.conseiller2-dis-txt p {
	font-weight: normal;
	line-height: 18px;
}

#s-gallery ul,#s-gallery li {
	list-style: none;
}

#slider-local-agent {
	overflow: hidden;
	width: 199px;
        height: 230px;
	cursor: pointer;
}

#s-gallery {
	position: relative;
	text-align: center;
}

#s-gallery {
	width: 199px;
        /*height: 250px;*/ /* test pat */
	background: url(../images/francine/s-gallerybg.png) -2px 0px no-repeat;
	float: left;
	padding: 10px;
	margin-right: 20px;
}

#s-gallerybar {
	width: 100%;
}

#slider-local-agent li {
	width: 142px;
	overflow: hidden;
}

.local_agent_name a {
	font-size: 12px;
	font-weight: bold;
}

.local_agent_name:hover a {
	color: #9C131A;
	text-decoration: underline
}

#slider-local-agent li img {
	height: 142px;
	width: 142px;
}


#s-gallery p {
	text-align: left;
	padding: 0px;
}

#s-gallery-slct {
	text-align: center;
	width: 179px;
	height: 10px;
	padding-left: 20px;
	margin-top: 3px;
	margin-bottom: 10px;
}

#s-gallery-slct li {
	display: inline-block;
	padding-left: 4px;
	position: static;
	float: left;
	width: 15px;
	height: 15px;
}

#s-gallery-slct li a {
	display: block;
	background: url('../images/francine/s-gallery-slct.png') no-repeat;
	width: 15px;
	height: 15px;
}

#s-gallery-slct li a:hover,#s-gallery-slct li a.selected {
	background: url('../images/francine/s-gallery-slct-act.png') no-repeat;
}

#s-gallery-slct img {
	border: none;
}

#s-gallerytextbox {
	width: 245px;
	height: auto;
	float: left;
}

#nouvelle-rgt #s-gallerybar p {
	padding: 0px;
}

#s-gallerytextbox h2,#s-gallerytextbox2 h2 {
	border-bottom: 1px solid #d4d1cf;
	font-size: 16px;
	font-weight: bold;
	color: #534840;
	margin-bottom: 20px;
	padding-bottom: 3px;
	text-align: center;
}

#s-gallerytextbox p,#s-gallerytextbox2 p {
	font-size: 12px;
	color: #534840;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	color: #534840;
}

#s-gallerytextbox img {
	margin: 10px 10px 10px 36px;
}

#s-gallerytextbox2 {
	width: 182px;
	height: auto;
	float: left;
	border-left: solid 1px #ddd;
	padding-left: 22px;
	margin-left: 22px;
}

#s-gallerytextbox2-links a {
	font-size: 11px;
	color: #333333;
	display: block;
	line-height: 18px;
	background: url(../images/francine/s-gallery-link.jpg) left center
		no-repeat;
	padding-left: 13px;
}

#s-gallerytextbox2-links a:hover {
	color: #3b332d;
	font-weight: bold;
	font-size: 11px;
}

#s-gallerytextbox2 a.active {
	color: #ee4f15;
	font-weight: bold;
	font-size: 11px;
}

#s-gallerytextbox2 img {
	margin: 10px 10px 10px 20px;
}

#s-gallerytextbox2-lft-link {
	height: 20px;
	font-size: 12px;
	color: #333333;
	text-align: right;
	margin-right: 10px;
}

#s-gallerytextbox2-lft-link a {
	color: #333333;
	font-weight: bold;
}

#s-gallerytextbox2-lft-link a:hover {
	color: #EE4F15;
	font-weight: bold;
}

.conseiller3 {
	width: 710px;
	height: auto;
        margin-left : 10px;
        margin-right : 10px;
}

.conseiller3 p {
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.contentArticle p{
	padding : 10px;
}

.conseiller3-img,.conseiller4-img {
	width: 661px;
	height: 30px;
	margin: 10px;
	text-align: center;
	padding-left: 180px;
}

#country_pointer {
	background-image: url(../images/francine/point.png);
	position: absolute;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
}

.cp_102 {
	top: 306px;
	left: 332px;
}

.cp_79 {
	top: 248px;
	left: 360px;
}

.cp_78 {
	top: 252px;
	left: 459px;
}

.cp_63 {
	top: 261px;
	left: 174px;
}

.cp_148 {
	top: 305px;
	left: 553px;
}

.cp_22 {
	top: 205px;
	left: 337px;
}

.cp_24 {
	top: 213px;
	left: 298px;
}

.cp_104 {
	top: 260px;
	left: 288px;
}

.cp_119 {
	top: 219px;
	left: 428px;
}

.cp_64 {
	top: 250px;
	left: 450px;
}

.cp_90 {
	top: 285px;
	left: 340px;
}

.cp_51 {
	top: 213px;
	left: 346px;
}

.cp_8 {
	top: 188px;
	left: 395px;
}

.cp_5 {
	top: 144px;
	left: 309px;
}

.cp_80 {
	top: 262px;
	left: 415px;
}

.cp_18 {
	top: 187px;
	left: 309px;
}

.cp_21 {
	top: 183px;
	left: 318px;
}

.cp_68 {
	top: 270px;
	left: 451px;
}

.cp_101 {
	top: 281px;
	left: 369px;
}

.cp_38 {
	top: 251px;
	left: 261px;
}

.cp_31 {
	top: 141px;
	left: 445px;
}

.cp_20 {
	top: 173px;
	left: 282px;
}

.cp_19 {
	top: 191px;
	left: 325px;
}

.cp_58 {
	top: 310px;
	left: 371px;
}

.cp_4 {
	top: 178px;
	left: 307px;
}

.cp_12 {
	top: 243px;
	left: 171px;
}

.cp_15 {
	top: 204px;
	left: 272px;
}

.cp_134 {
	top: 318px;
	left: 591px;
}

.cp_17 {
	top: 174px;
	left: 316px;
}

.cp_67 {
	top: 254px;
	left: 482px;
}

.cp_93 {
	top: 290px;
	left: 163px;
}

.cp_3 {
	top: 173px;
	left: 294px;
}

.cp_125 {
	top: 159px;
	left: 326px;
}

.cp_131 {
	top: 282px;
	left: 512px;
}

.cp_133 {
	top: 260px;
	left: 152px;
}

.cp_100 {
	top: 200px;
	left: 383px;
}

.cp_128 {
	top: 242px;
	left: 371px;
}

.cp_103 {
	top: 351px;
	left: 561px;
}

.cp_112 {
	top: 309px;
	left: 552px;
}

.cp_9 {
	top: 147px;
	left: 398px;
}

.cp_77 {
	top: 260px;
	left: 296px;
}

.cp_36 {
	top: 252px;
	left: 294px;
}

.cp_71 {
	top: 255px;
	left: 147px;
}

.cp_70 {
	top: 226px;
	left: 420px;
}

.cp_108 {
	top: 318px;
	left: 315px;
}

.cp_126 {
	top: 197px;
	left: 316px;
}

.cp_89 {
	top: 193px;
	left: 449px;
}

.cp_69 {
	top: 240px;
	left: 120px;
}

.cp_96 {
	top: 295px;
	left: 355px;
}

.cp_44 {
	top: 244px;
	left: 265px;
}

.cp_54 {
	top: 250px;
	left: 182px;
}

.cp_7 {
	top: 220px;
	left: 273px;
}

.cp_23 {
	top: 211px;
	left: 308px;
}

.cp_41 {
	top: 245px;
	left: 283px;
}

.cp_87 {
	top: 270px;
	left: 404px;
}

.cp_94 {
	top: 266px;
	left: 449px;
}

.cp_82 {
	top: 306px;
	left: 359px;
}

.cp_45 {
	top: 227px;
	left: 312px;
}

.cp_49 {
	top: 214px;
	left: 344px;
}

.cp_95 {
	top: 243px;
	left: 450px;
}

.cp_143 {
	top: 200px;
	left: 409px;
}

.cp_86 {
	top: 276px;
	left: 344px;
}

.cp_47 {
	top: 222px;
	left: 344px;
}

.cp_99 {
	top: 210px;
	left: 509px;
}

.cp_105 {
	top: 244px;
	left: 159px;
}

.cp_10 {
	top: 197px;
	left: 305px;
}

.cp_35 {
	top: 220px;
	left: 342px;
}

.cp_46 {
	top: 134px;
	left: 255px;
}

.cp_16 {
	top: 171px;
	left: 271px;
}

.cp_84 {
	top: 273px;
	left: 469px;
}

.cp_48 {
	top: 243px;
	left: 408px;
}

.cp_106 {
	top: 305px;
	left: 370px;
}

.cp_25 {
	top: 187px;
	left: 315px;
}

.cp_55 {
	top: 235px;
	left: 468px;
}

.cp_62 {
	top: 268px;
	left: 199px;
}

.cp_81 {
	top: 249px;
	left: 138px;
}

.cp_53 {
	top: 250px;
	left: 182px;
}

.cp_28 {
	top: 201px;
	left: 321px;
}

.cp_129 {
	top: 197px;
	left: 354px;
}

.cp_1 {
	top: 187px;
	left: 289px;
}

.cp_27 {
	top: 139px;
	left: 328px;
}

.cp_76 {
	top: 260px;
	left: 351px;
}

.cp_37 {
	top: 201px;
	left: 124px;
}

.cp_11 {
	top: 202px;
	left: 278px;
}

.cp_72 {
	top: 276px;
	left: 157px;
}

.cp_39 {
	top: 235px;
	left: 372px;
}

.cp_32 {
	top: 228px;
	left: 332px;
}

.cp_137 {
	top: 163px;
	left: 277px;
}

.cp_14 {
	top: 164px;
	left: 299px;
}

.cp_65 {
	top: 237px;
	left: 156px;
}

.cp_33 {
	top: 191px;
	left: 311px;
}

.cp_52 {
	top: 262px;
	left: 275px;
}

.cp_61 {
	top: 256px;
	left: 148px;
}

.cp_66 {
	top: 209px;
	left: 490px;
}

.cp_60 {
	top: 294px;
	left: 357px;
}

.cp_92 {
	top: 268px;
	left: 165px;
}

.cp_30 {
	top: 213px;
	left: 338px;
}

.cp_85 {
	top: 220px;
	left: 448px;
}

.cp_83 {
	top: 337px;
	left: 169px;
}

.cp_57 {
	top: 250px;
	left: 252px;
}

.cp_42 {
	top: 152px;
	left: 105px;
}

.cp_88 {
	top: 253px;
	left: 454px;
}

.cp_114 {
	top: 277px;
	left: 334px;
}

.cp_59 {
	top: 255px;
	left: 281px;
}

.cp_26 {
	top: 196px;
	left: 325px;
}

.cp_56 {
	top: 290px;
	left: 202px;
}

.cp_109 {
	top: 317px;
	left: 322px;
}

.cp_40 {
	top: 193px;
	left: 317px;
}

.cp_97 {
	top: 304px;
	left: 179px;
}

.cp_91 {
	top: 238px;
	left: 439px;
}

.cp_43 {
	top: 167px;
	left: 327px;
}

.cp_132 {
	top: 225px;
	left: 431px;
}

.cp_111 {
	top: 259px;
	left: 286px;
}

.cp_130 {
	top: 245px;
	left: 140px;
}

.cp_2 {
	top: 178px;
	left: 292px;
}

.cp_110 {
	top: 232px;
	left: 430px;
}

.cp_107 {
	top: 233px;
	left: 158px;
}

.cp_74 {
	top: 202px;
	left: 360px;
}

.cp_13 {
	top: 185px;
	left: 309px;
}

.cp_98 {
	top: 316px;
	left: 502px;
}

.cp_50 {
	top: 201px;
	left: 358px;
}

.cp_75 {
	top: 344px;
	left: 175px;
}

.cp_147 {
	top: 243px;
	left: 172px;
}

.cp_115 {
	top: 383px;
	left: 321px;
}

.cp_113 {
	top: 291px;
	left: 312px;
}

.cp_34 {
	top: 198px;
	left: 285px;
}

.cp_6 {
	top: 180px;
	left: 302px;
}

.cp_29 {
	top: 220px;
	left: 287px;
}

.cp_73 {
	top: 325px;
	left: 320px;
}


#resultats {
	width: 680px;
	height: 40px;
	position: relative;
	padding-top: 30px;
	padding-left: 290px;
}

#resultats p {
	font-size: 12px;
	line-height: 18px;
}

#resultats-title {
	width: auto;
	height: auto;
	position: absolute;
	top: 30px;
	left: -4px;
}

#resultats-dis-main {
	width: 960px;
	height: auto;
	padding: 0 5px;
}

.resultats-dis {
	width: 454px;
	height: auto;
	margin-right: 40px;
	float: left;
	padding-bottom: 36px;
}

.resultats-dis a {
	font-size: 12px;
	background: url(../images/francine/restdes-arrow.jpg) no-repeat left 2px;
	padding-left: 17px;
	font-weight: bold;
	line-height: 25px;
}

.resultats-dis h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	background: url(../images/francine/dest-b-brd.jpg) repeat-x left bottom;
	color: #544b44;
	text-transform: uppercase;
}

.resultats-dis ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.resultats-dis ul li {
	line-height: 50px;
	margin-top: 5px;
	display: block;
	overflow: hidden;
}

.resultats-dis ul li:hover {
	background: #f7f7f7;
}

.resultats-dis ul li img {
	float: left;
	margin-right: 10px;
}

.resultats-dis ul li a {
	font-size: 11px;
	color: #5e5e5e;
	background: url(../images/francine/rest-arrow.jpg) no-repeat right 5px;
	padding-right: 20px;
	line-height: 50px;
	font-weight: normal;
	padding-left: 0;
}

.resultats-dis ul li a:hover {
	font-size: 11px;
	color: #a21a28;
	font-weight: bold;
	background: url(../images/francine/rest-arrow-h.jpg) no-repeat right 5px;
}

#pageguide {
	width: 730px;
	height: auto;
}

#pageguide-lft {
	padding: 5px;
	margin: 5px;
	width: 530px;
	height: auto;
	float: left;
	border-right: 1px solid #DDD;
}

#nouvelle-rgt #pageguide-lft p {
	padding: 0px;
}

#pageguide-lft-img,.pagebar-dis-img {
	width: 221px;
	height: auto;
	position: relative;
	float: left;
}

#pageguide-lft-link2,.pagebar-dis-link,.continuez-dis-link {
	width: 221px;
	height: 32px;
	font-size: 20px;
	color: #534840;
	text-decoration: none;
	font-weight: normal;
	background: url(../images/francine/gallery-text-bg-d.png) repeat 0 0;
	position: absolute;
	top: 3px;
	text-align: center;
	line-height: 32px;
	left: 3px;
}

.pagebar-dis-link {
	font-size: 16px;
	font-weight: bold;
}

.c-pr-txt, .prix-itinerary{ font-size:11px; font-weight:normal; color:#afaaa6; line-height:10px;}

.prixExDevis{
    margin-top: -40px;
    margin-bottom: 30px;
    height: 50px;
}

#pageguide-lft-para {
	cursor: pointer;
	width: 299px;
	height: auto;
	float: left;
	margin-left: 0px;
	padding: 0 0 0 10px;;
}

#pageguide-lft-para p {
	font-size: 12px;
	line-height: 18px;
}

#pageguide-lft-para p strong {
	font-weight: bold;
	font-size: 16px;
}

#pageguide-lft-para p a {
	padding-right: 20px;
	background: url(../images/francine/restdes-arrow.jpg) no-repeat right 2px;
	line-height: 18px;
}

#pageguide-lft-para p a:hover,#themedesc-lft:hover p a,#pageguide-lft:hover p a {
	text-decoration: underline;
	background: url(../images/francine/a-arow-h.jpg) no-repeat right 2px;
	color: #9c131a;
}

#pageguide-rgt {
	width: 158px;
	height: auto;
	float: left;
	padding: 0 10px;
}

#pageguide-rgt h2 {
	border-bottom: 1px solid #d4d1cf;
	font-size: 16px;
	font-weight: bold;
	color: #534840;
	margin-bottom: 10px;
	padding-bottom: 3px;
	text-align: center;
}

#pageguide-rgt a {
	font-size: 12px;
	font-weight: bold;
	background: url(../images/francine/s-gallery-link.jpg) no-repeat left
		center;
	padding-left: 15px;
	display: block;
	line-height: 18px;
	margin-left: 5px;
}

#pageguide-rgt a:hover {
	color: #9c131a;
}

#pagebar {
	width: 730px;
	height: auto;
}

.pagebar-dis {
	width: 220px;
	height: auto;
	float: left;
	padding-right: 11px;
	margin-left: 12px;
}

.pagebar-dis-img {
	margin-bottom: 10px;
}

.pagebar-dis p {
	font-size: 12px;
	font-weight: normal;
}

.pagebar-dis p strong {
	font-size: 16px;
	font-weight: bold;
}

.pagebar-dis p a {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	display: block;
}

.pagebar-dis p a:hover {
	text-decoration: underline;
	color: #9c131a;
}

.pagebar-dis-mrlink {
	width: 222px;
	height: auto;
	margin-top: 40px;
}

.pagebar-dis-mrlink a {
	font-size: 12px;
	font-weight: bold;
	background: url(../images/francine/a-arow.jpg) no-repeat right center;
        padding: 0 18px;
	display: block;
        float: left;
/*	margin-top: 3px;    */
}
.pagebar-dis-mrlink a:hover {
	background: url(../images/francine/a-arow-h.jpg) no-repeat right center;
	color: #9c131a;
}

.pagebar-dis-mrlink strong {
	padding-left: 20px;
	line-height: 18px;
}

.pagebar-dis-mrlink strong a {
	font-size: 11px;
	font-weight: normal;
	background-image: none;
	padding: 0;
	color: #666;
	display: inline;
}

.pagebar-dis-mrlink strong a:hover {
	text-decoration: underline;
	background: none;
	color: #666;
}

.pagebar-dis2.clic-selected a {
	color: #9C131A;
	text-decoration: underline;
}

.pagebar-dis2.clic-selected strong {
	text-decoration: none;
}

.pagebar-dis2 img {
	margin-bottom: 10px;
}

.pagebar-dis2 p {
	font-size: 13px;
	font-style: italic;
	padding-bottom: 20px;
}

.pagebar-dis2 strong {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}

.pagebar-dis2 h2 a {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ee4f15;
	line-height: 18px;
	background: none;
	text-decoration: none;
	float: none;
}

.pagebar-dis2 a {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #ee4f15;
	background: url(../images/francine/a-arow.jpg) no-repeat right center;
	padding-right: 22px;
	text-decoration: none;
	float: right;
}

.pagebar-dis2.clic-selected a {
	background: url(../images/francine/a-arow-h.jpg) no-repeat right center;
	color: #9C131A;
}

.pagebar-dis2.clic-selected h2 a {
	background: none;
}

#article-gallery {
	height: auto;
}

#article-gal-lft {
	width: 300px;
	height: 100px;
	float: left;
	cursor: pointer;
}

.article-gal-lft-img {
	margin: 0 10px 10px 0;
	float: left;
	position: relative;
}

.article-gal-lft-img span {
	position: absolute;
	left: 44px;
	top: 28px;
}

#article-gal-lft p,#article-gal-rgt p {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	cursor: pointer;
	margin-top: 20px;
}

#article-gal-lft p strong,#article-gal-rgt p strong {
	font-weight: bold;
	margin: 0;
	color: #e64e13;
}

#article-gal-lft p:hover strong,#article-gal-rgt p:hover strong,#article-gal-lft p.active strong,#article-gal-rgt p.active strong
	{
	color: #9c131a;
}

#article-gal-rgt {
	width: 300px;
	height: 100px;
	float: right;
	text-align: right;
	cursor: pointer;
}

.article-gal-rgt-img {
	margin: 0 0px 10px 10px;
	float: right;
	position: relative;
}

.article-gal-rgt-img span {
	position: absolute;
	right: 44px;
	top: 28px;
}

#select-idea {
	width: 176px;
	height: auto;
	margin-left: 24px;
}

.select-idea-title {
	height: auto;
	border-bottom: 1px solid #d4d1cf;
	padding-bottom: 2px;
	color: #534840;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 37px;
	margin-bottom: 10px;
}

.select-idea-title img {
	margin-right: 5px;
}

.selt-idea-dis {
	height: auto;
	width: 176px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}

.selt-idea-arrow {
	width: 157px;
	height: 8px;
	border-bottom: 2px solid #8a7e75;
	margin: 0 auto;
	position: relative;
}

.selt-idea-arrow-lft {
	position: absolute;
	bottom: -2px;
	left: -10px;
}

.selt-idea-arrow-rgt {
	position: absolute;
	bottom: -2px;
	right: -10px;
}

.selt-idea-input {
	width: 176px;
	height: 20px;
	border: 1px solid #d4d1cf;
	line-height: 18px;
	font-size: 12px;
	color: #333333;
}

.selt-idea-btn {
	width: 176px;
	text-align: center;
	margin-top: 40px;
	font-size: 11px;
	font-weight: normal;
	color: #ee4f15;
	line-height: 14px;
}

.selt-idea-btn-in {
	width: 168px;
	height: 28px;
	border: none;
}

.selt-idea-dis2 {
	height: auto;
	width: 220px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	float: left;
	padding-top: 7px;
	padding-left: 6px;
}

.selt-idea-arrow2 {
	width: 220px;
	height: 8px;
	border-bottom: 2px solid #8a7e75;
	margin: 0 auto;
	position: relative;
}

.selt-idea-arrow2-lft {
	position: absolute;
	bottom: -2px;
	left: -10px;
}

.selt-idea-arrow2-rgt {
	position: absolute;
	bottom: -2px;
	right: -10px;
}

.selt-idea-input {
	width: 176px;
	height: 20px;
	border: 1px solid #d4d1cf;
	line-height: 18px;
	font-size: 12px;
	color: #333333;
}

.selt-idea-btn {
	width: 176px;
	text-align: center;
	margin-top: 40px;
	font-size: 11px;
	font-weight: normal;
	color: #ee4f15;
	line-height: 14px;
}

.selt-idea-btn-in {
	width: 168px;
	height: 28px;
	border: none;
}

.recap-txt {
	width: 50%;
	text-align: center;
	margin: 15px auto;
	color: #534840;
	font-size: 12px;
	font-weight: bold;
}

.recap-dis {
	width: 166px;
	height: auto;
	float: left;
	margin-left: 50px;
}

.recap-dis p {
	font-size: 12px;
	border-top: 1px solid #eae5e2;
	padding-top: 9px;
	padding-bottom: 10px;
}

.recap-testy {
	width: 600px;
	height: auto;
	border-left: 1px solid #eae5e2;
	font-size: 12px;
	color: #534840;
	font-style: italic;
	padding-left: 25px;
	line-height: normal;
}

.recap-testy strong {
	font-style: normal;
}

.recap-bd {
	background: url(../images/francine/dest-b-brd.jpg) repeat-x scroll left
		top transparent;
	width: 98%;
	height: 1px;
	padding: 10px 0;
	margin: 0 auto;
}

.mrg {
	margin-left: 25px;
}

.mrg2 {
	margin-left: 12px;
}

.continuez {
	width: auto;
	height: auto;
	position: relative;
	margin: 41px auto 0;
}

.continuez-dis {
	width: 221px;
	height: auto;
	float: left;
	margin-left: 20px;
	line-height: 18px;
	margin-bottom: 50px;
}

.continuez-dis p {
	font-size: 12px;
}

.continuez-dis p a {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.continuez-dis p a:hover {
	color: #9c131a;
}

.continuez-dis-link {
	font-size: 16px;
	font-weight: bold;
}

.flft {
	float: left;
}

.frgt {
	float: right;
}

a.suggested-country {
	float: none;
	left: 0;
	position: relative;
	background: none;
}

a.suggested-country:hover,.home-country:hover a.suggested-country {
	background: none;
}

/**************************************************/
.marAuto {
	margin: inherit !important;
}

.padAuto {
	padding: inherit !important;
}

.fleft {
	float: left;
	display: inline;
}

.fright {
	float: right;
	display: inline;
}

.innerCont {
	clear: both;
	width: 978px;
	margin: 0 auto;
}

.innerContLeft {
	width: 730px;
	float: left;
	display: inline;
	background: url(../images/francine/nouvelle-bor.jpg) repeat-y 100% 0;
	padding-right: 10px;
}

.bread-title em {
	font-size: 14px;
}

a.lnkArrow {
	font-weight: bold;
	font-size: 12px;
	color: #ee4f15;
	text-decoration: none;
	background: url(../images/francine/a-arow.jpg) no-repeat center right;
	padding-right: 16px;
}

a:hover.lnkArrow {
	background: url(../images/francine/a-arow-h.jpg) no-repeat center right;
	color: #9c131a;
}

h2 a.lnkArrow {
	padding-top: 9px;
	padding-left: 10px;
	float: left;
	display: inline;
	background-position: 100% 12px;
}

.tit {
	margin-left: -4px;
}

.countrybx {
	width: 232px;
	float: left;
	display: inline;
	margin-bottom: 25px;
	margin-left: 11px;
	cursor: pointer;
}

.countrybx .txtDiscrip {
	padding-top: 8px;
}

.countrybx h5 {
	font-size: 14px;
	color: #534840;
	font-weight: bold;
}

.countrybx:hover h5 a,.countrybx:hover p {
	color: #9c131a;
	text-decoration: underline;
}

.countrybx h5 a {
	color: #534840;
}

.countrybx p {
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

.countrybx p em {
	font-size: 10px;
	text-transform: uppercase;
	color: #534840;
	font-style: normal;
}

/*********** PAGINATION ***************/
.paginacion {
	text-align: center;
	clear: both;
	margin: 20px;
}

.paginacion ul {
	list-style: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        overflow: hidden;
}
/* ----------------- START Original Pagination OLD ------------------ */
/*
.paginacion li {
	list-style-type: none;
	display: inline;
	height: 21px;
	overflow: hidden;
}

#nouvelle-rgt #tabcont .paginacion a,.paginacion a,#nouvelle-rgt #tabcont .paginacion li.currentPg,  .paginacion li.currentPg {
	font-size: 12px;
	line-height: 19px;
	padding-left: 3px;
	display: inline-block;
	text-decoration: none;
	color: #ee4f15;
	height: 19px;
}

.paginacion a span, .paginacion li.currentPg span {
	float: left;
	padding: 0px 6px 0px 3px;
}

.paginacion li:hover span,.paginacion li.currentPg span {
	background: #ee4f15 url(../images/francine/pgiRigjtCor.jpg) no-repeat
		100% 0;
}

#nouvelle-rgt #tabcont .paginacion li:hover a,#nouvelle-rgt #tabcont .paginacion li.currentPg, #nouvelle-rgt .paginacion li:hover a,.paginacion li.currentPg {
	background: url(../images/francine/pgiLeftCor.jpg) no-repeat 0 0px;
	color: #fff;
}
*/
/* ----------------- END Original Pagination OLD ------------------ */

/* ----------------- START NEW Pagination(Patrick)------------------ */
.paginacion ul li {
        height: 19px;
	margin-right: 4px;
	font-size: 12px;
	overflow: hidden;
	float: left;
}
.paginacion a,
#nouvelle-rgt #tabcont .paginacion a,
#nouvelle-rgt #tabcont .paginacion li.currentPg,
.paginacion li.currentPg {
        height: 19px;
        line-height: 19px;
	padding-left: 6px;
	background: none;
	color: #ee4f15;
	text-decoration: none;
	cursor: pointer; /* Passer en style conditionnel IE6 */
	float: left;
}
.paginacion a span {
	padding: 0 6px 0 0;
	background: none;
	float: left;
}
.paginacion li a:hover,
.paginacion li.currentPg,
#nouvelle-rgt #tabcont .paginacion li a:hover,
#nouvelle-rgt #tabcont .paginacion li.currentPg,
#nouvelle-rgt .paginacion li a:hover {
	padding-left: 6px;
	background: #ee4f15 url(../images/francine/pgiLeftCor.jpg) no-repeat top left;
	color: #fff;
}
.paginacion li a:hover span,
.paginacion li.currentPg span{
        height: 19px;
        line-height: 19px;
	padding: 0 6px 0 0;
	background: #ee4f15 url(../images/francine/pgiRigjtCor.jpg) no-repeat top right;
	float: left;
}
/*
.paginacion a:hover, #navigation a:focus {
	color: #fff;
}
.paginacion a:active {
	color: #fff;
}
*/
/* ----------------- START NEW Pagination Patrick)------------------ */

.innerContRight {
	float: right;
	display: inline;
	width: 218px;
	margin-right: 10px;
}

.innerContRight .artTitle {
	width: 80%;
	margin: 0 auto;
	border-bottom: solid 1px #534840;
	color: #534840;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: center;
}

.innerContRight .artList {
	list-style: none;
	margin: 10px 0;
}

.innerContRight .artList li {
	padding-bottom: 5px;
	clear: both;
	overflow: hidden;
}

.innerContRight .artList li .fleft {
	margin-right: 5px;
}

.innerContRight .artList li a {
	font-size: 11px;
	color: #333;
	line-height: 18px;
}

.innerContRight .artList li a:hover {
	color: #9c131a;
}

.innerContRight .artList li a:hover span {
	text-decoration: underline;
}

/********************************************/
.conseiller3 p {
	font-size: 12px;
	color: #4d4d4d;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 0px;
}

#nouvelle-rgt a.rightArrow {
	font-size: 11px;
	color: #ee4f15;
	background: url(../images/francine/link-lft-arrow.jpg) left center
		no-repeat;
	padding-left: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.pgLftLnk {
	border-top: solid 1px #d4d1cf;
	border-bottom: solid 1px #d4d1cf;
	margin: 8px 25px 25px 8px;
	font-size: 15px;
	color: #534840;
	line-height: 14px;
	padding: 3px 0 3px 5px;
	background: url(../images/francine/arrowPoint.png) no-repeat 100% 10px;
}

.pglnk2 {
	margin: 8px 25px 25px 8px;
	font-size: 15px;
	padding: 3px 0 3px 5px;
	text-align: left;
}

.pglnk2 h5 {
	border-bottom: solid 1px #d4d1cf;
	padding-bottom: 5px;
}

#left-col .pglnk2 p {
	padding: 5px 0 10px 0;
	font-size: 12px;
	color: #534840;
}

#left-col .pglnk2 .titSty {
	display: block;
	font-weight: bold;
}

.topListing {
	clear: both;
	padding-bottom: 10px;
}

.testimonial-sub-title {
	padding: 10px 2px 5px 10px;
	list-style: disc inside;
	font-size: 11px;
	color: #534840;
	text-transform: uppercase;
}

h3.testimonial {
	font-size: 16px;
	line-height: 18px;
	color: #534840;
	padding-bottom: 5px;
}

#nouvelle-gallery .fleft {
	width: 426px;
	margin: 10px;
}

#nouvelle-gallery .fright {
	width: 270px;
	margin-top: 10px;
}

#nouvelle-gallery .fright li {
	list-style: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 14px;
}

.lnkDis img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.lnkDis {
	position: relative
}

.listeinithiner {
	width: 690px;
	height: auto;
	background: #f7f7f7;
	padding: 10px 10px;
}

.listeinithiner-img {
	width: 221px;
	height: auto;
	position: relative;
	float: left;
}

.listeinithiner-lnk {
	width: 221px;
	height: 30px;
	color: #534840;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/francine/gallery-text-bg-d.png) repeat 0 0;
	position: absolute;
	bottom: 0px;
	text-align: center;
	line-height: 30px;
	left: 0;
	font-size: 16px;
}

.listeinithiner p {
	width: 219px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
}

.listeinithiner p a {
	background: url(../images/francine/a-arow.jpg) no-repeat right center;
	padding-right: 16px;
	line-height: 20px;
}

.listeinithiner p:hover,.listeinithiner p:hover a {
	color: #9c131a;
	text-decoration: underline;
	cursor: pointer;
}

.listeinithiner p:hover a,.listeinithiner p a:hover {
	background: url(../images/francine/a-arow-h.jpg) no-repeat right center;
	text-decoration: none;
}

.listeinithiner-tlt {
	height: 24px;
	border-bottom: #d5d3d1 1px solid;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #534840;
	margin-top: 30px;
	margin-bottom: 7px;
}

.listeinithiner-dis {
	width: 730px;
	height: auto;
	padding-top: 18px;
	padding-bottom: 20px;
	border-top: 1px solid #ae9e95;
}

.pgheig {
	margin: 20px 0 10px 0;
}

.midCont {

}

.midCont h2.titHeading {
	margin-left: -10px;
}

.setBx {
	width: 736px;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}

.setBx .fleft {
	width: 167px;
	float: left;
	margin-right: 14px;
	cursor: pointer;
}

.setBx .fleft h6 {
	font-size: 12px;
	font-weight: bold;
	color: #ee4f15;
	clear: both;
}

.setBx .fleft p {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}

.setBx .fleft a {
	font-size: 12px;
	font-weight: bold;
	color: #ee4f15;
	line-height: 19px;
	text-decoration: none;
	float: right;
	background: url(../images/francine/a-arow.jpg) no-repeat center right;
	padding-right: 16px;
}

.setBx .fleft a:hover {
	background: url(../images/francine/a-arow-h.jpg) no-repeat center right;
	color: #9c131a;
}

.setBx :hover.fleft h6,.setBx :hover.fleft p {
	color: #9c131a;
	text-decoration: underline;
}

.setBx .fleft h6 img.dotSet {
	float: right;
	display: inline;
	width: 62px;
	background: url(../images/francine/activDots.gif) no-repeat 0 0;
	height: 17px;
}

.setBx .fleft h6 img.dots1 {
	background-position: 0 -17px;
}

.setBx .fleft h6 img.dots2 {
	background-position: 0 -34px;
}

.setBx .fleft h6 img.dots3 {
	background-position: 0 -51px;
}

.setBx .fleft h6 img.dots4 {
	background-position: 0 -68px;
}

.setBx .fleft h6 img.dots5 {
	background-position: 0 -85px;
}

.imgDisBx {
	position: relative;
	margin-bottom: 5px;
}

.imgDisBx span {
	display: block;
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0;
	background: url(../images/francine/gallery-text-bg-d.png) repeat 0 0;
	padding: 5px 10px;
	width: 148px;
	font-size: 16px;
	font-weight: bold;
	color: #534840;
	text-align: center;
	text-transform: uppercase;
}

.innerPxDis {
	width: 736px;
	height: auto;
	margin-bottom: 20px;
}

.bxSet {
	width: 222px;
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
	line-height: 18px;
	cursor: pointer;
}

.bxSet h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ee4f15;
	line-height: 18px;
	background-image: none;
	float: left;
	display: block;
	width: 216px;
}

.bxSet span a:hover {
	color: #9c131a;
	background-image: none;
}

.bxSet a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ee4f15;
	line-height: 19px;
	text-decoration: none;
	float: right;
	background: url(../images/francine/a-arow.jpg) no-repeat center right;
	padding-right: 16px;
}

.bxSet:hover h6,.bxSet:hover p {
	color: #9c131a;
	text-decoration: underline;
}

.bxSet a:hover {
	background: url(../images/francine/a-arow-h.jpg) no-repeat center right;
	color: #9c131a;
}

.galImg {
	position: relative;
}

.copyright {
	font-size: 9px;
	line-height: 1px;
	color: #ccc;
}

#c_170 {background-position: -96px 0;} #c_169 {background-position: -112px -22px} #c_163 {background-position: 0px -55px} #c_73 {background-position: -240px -154px} #c_29 {background-position: -144px -33px} #c_6 {background-position: -64px -33px} #c_34 {background-position: -16px 0} #c_113 {background-position: -144px 0} #c_147 {background-position: -128px -44px} #c_75 {background-position: -160px 0} #c_50 {background-position: -112px 0} #c_98 {background-position: -208px 0} #c_13 {background-position: -192px 0} #c_74 {background-position: -240px 0} #c_107 {background-position: -208px -11px} #c_110 {background-position: -32px -11px} #c_2 {background-position: -48px -11px} #c_130 {background-position: -32px -22px} #c_111 {background-position: -128px -11px} #c_132 {background-position: -224px -11px} #c_43 {background-position: -16px -22px} #c_91 {background-position: -176px -88px} #c_97 {background-position: -176px -11px} #c_40 {background-position: 0 -11px} #c_109 {background-position: 0 -22px} #c_56 {background-position: -192px -11px} #c_26 {background-position: -80px -11px} #c_59 {background-position: -64px -11px} #c_114 {background-position: -112px -11px} #c_88 {background-position: -240px -66px} #c_153 {background-position: -192px -22px} #c_42 {background-position: -48px -22px} #c_57 {background-position: -16px -33px} #c_83 {background-position: -176px -22px} #c_85 {background-position: -208px -22px} #c_30 {background-position: -32px -33px} #c_92 {background-position: -224px -22px} #c_60 {background-position: -16px -77px} #c_66 {background-position: -64px -77px} #c_61 {background-position: -240px -22px} #c_52 {background-position: -144px -22px} #c_33 {background-position: -224px -55px} #c_65 {background-position: 0 -33px} #c_14 {background-position: -96px -33px} #c_137 {background-position: -208px -121px} #c_32 {background-position: -192px -33px} #c_39 {background-position: -32px 0} #c_72 {background-position: -160px -33px} #c_159 {background-position: -176px -33px} #c_37 {background-position: 0 -154px} #c_76 {background-position: -16px -44px} #c_27 {background-position: -48px -44px} #c_1 {background-position: -128px -44px} #c_129 {background-position: -192px -44px} #c_28 {background-position: -80px -55px} #c_81 {background-position: -112px -55px} #c_62 {background-position: -160px -55px} #c_156 {background-position: -48px -165px} #c_55 {background-position: -176px -55px} #c_25 {background-position: 0 -66px} #c_106 {background-position: -48px -99px} #c_11 {background-position: -32px -165px} #c_48 {background-position: -64px -66px} #c_84 {background-position: -16px -66px} #c_16 {background-position: -32px -66px} #c_46 {background-position: -128px -66px} #c_35 {background-position: -48px -66px} #c_10, #c_166 {background-position: -144px -66px} #c_105 {background-position: -160px -66px} #c_99 {background-position: -192px -66px} #c_47 {background-position: -176px -66px} #c_86 {background-position: -208px -66px} #c_143 {background-position: -224px -66px} #c_95 {background-position: -128px -77px} #c_160 {background-position: -16px -88px} #c_49 {background-position: -144px -77px} #c_45 {background-position: -32px -88px} #c_161 {background-position: -240px -77px} #c_82 {background-position: -112px -88px} #c_94 {background-position: -112px -99px} #c_87 {background-position: -64px -99px} #c_41 {background-position: -160px -88px} #c_23 {background-position: -32px -99px} #c_7 {background-position: -48px -88px} #c_54 {background-position: -240px -88px} #c_44 {background-position: 0 -99px} #c_96 {background-position: -224px -154px} #c_69 {background-position: -96px -99px} #c_158 {background-position: -208px -88px} #c_89 {background-position: -192px -88px} #c_126 {background-position: -96px -88px} #c_108 {background-position: -144px -99px} #c_70 {background-position: -16px -110px} #c_71 {background-position: -224px -99px} #c_36 {background-position: -176px -99px} #c_77 {background-position: -208px -99px} #c_9 {background-position: 0 -110px} #c_53, #c_168, #c_112 {background-position: -128px -44px} #c_103 {background-position: -64px -110px} #c_128 {background-position: -80px -110px} #c_100 {background-position: -32px -154px} #c_133 {background-position: -96px -110px} #c_131 {background-position: -144px -110px} #c_3 {background-position: -240px -99px} #c_93 {background-position: -112px -110px} #c_67 {background-position: -160px -110px} #c_17 {background-position: -192px -110px} #c_134 {background-position: -128px -110px} #c_173, #c_15, #c_164 {background-position: -16px -121px} #c_12 {background-position: -128px -33px} #c_4 {background-position: -48px -33px} #c_58 {background-position: -80px -121px} #c_19 {background-position: -96px -121px} #c_31 {background-position: -128px -121px} #c_154 {background-position: -160px -132px} #c_38 {background-position: -96px -132px} #c_101 {background-position: -192px -121px} #c_68 {background-position: 0 -132px} #c_21 {background-position: -48px -132px} #c_18 {background-position: -32px -132px} #c_80 {background-position: -192px -77px} #c_5 {background-position: -240px -121px} #c_8 {background-position: -128px -22px} #c_51 {background-position: -176px -132px} #c_90 {background-position: -192px -143px} #c_64 {background-position: -16px -143px} #c_119 {background-position: -64px -165px} #c_199 {background-position: -224px -44px} #c_104 {background-position: 0 -143px} #c_24 {background-position: -96px -143px} #c_22 {background-position: -128px -143px} #c_155 {background-position: -208px -143px} #c_162 {background-position: -16px -154px} #c_148 {background-position: -144px -154px} #c_63 {background-position: -80px -154px} #c_78 {background-position: -128px -154px} #c_79 {background-position: -208px -154px} #c_157 {background-position: -192px -143px} #c_102 {background-position: -16px -165px} #c_167 {background-position: -32px -143px} #c_171 {background-position: -80px -143px} #c_172 {background-position: -128px -77px} #c_125 {background-position: 0 -88px;} #c_193 {background-position: -128px -99px;} #c_207 {background-position: -80px -88px;} #c_191 {background-position: -144px -121px;} #c_290 {background-position: -80px -165px;} #c_291 {background-position: -32px -0px;}

#flaged_contries div, li.flag_country, span.flag_country, div.flag_country {
	background-image:url('../images/francine/flags_sprite.png');
	width:16px;
	height:11px;
	margin-top: 3px;
}

.flag_country {
	position: absolute;
	left: 0px;
	top: 2px;
}

.flaged_contries li {
	position: relative;
	padding-left: 20px;
}

.column-left {
	width: 200px;
	height: auto;
	float: left;
	position: relative;
}

.column-right {
	width: 714px;
	height: auto;
	float: left;
	position: relative;
	padding-top: 20px;
}


.button-facebook {
    cursor:pointer;
    background: transparent url('../images/francine/button_right_fb.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    font: normal 14px arial, sans-serif;
    height: 34px;
    margin: 10px auto;
    text-decoration: none;
}
.button-facebook span {
    background: transparent url('../images/francine/button_left_fb.png') no-repeat top left;
    display: block;
    line-height: 14px;
    height: 20px;
    padding: 9px 4px 5px 44px;
    font-weight: bold;
    position:relative;
}
.button-facebook:hover {
    background: transparent url('../images/francine/button_over_right_fb.png') no-repeat top right;
    text-decoration:none;
    color:#fff;
}
.button-facebook:hover span {
    background: transparent url('../images/francine/button_over_left_fb.png') no-repeat top left;
}

.button-facebook-evaneos {
    cursor:pointer;
    background: transparent url('../images/francine/buttons_right_facebook_2.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    font: normal 14px arial, sans-serif;
    height: 34px;
    margin: 10px 0;
    text-decoration: none;
    padding-right: 30px;
    float: right;
}
.button-facebook-evaneos span {
    background: transparent url('../images/francine/buttons_left_facebook_2.png') no-repeat top left;
    display: block;
    line-height: 14px;
    height: 20px;
    padding: 9px 4px 5px 12px;
    font-weight: bold;
    position:relative;
}
.button-facebook-evaneos:hover {
    background: transparent url('../images/francine/buttons_over_right_facebook_2.png') no-repeat top right;
    text-decoration:none;
    color:#fff;
}
.button-facebook-evaneos:hover span {
    background: transparent url('../images/francine/buttons_over_left_facebook_2.png') no-repeat top left;

}


.buttons {
	width: 350px;
	margin:20px auto 20px auto;
	height:100px;
}

.buttons a {
	margin-right: 10px;
}


.input_budget {
	border: solid 1px #E2DBD7;
	padding: 0 3px;
	width: 42px;
	text-align: right;
	margin: 0 6px;
}

.form-error_message {
	position: absolute;
}

.form-error_message p {
	margin: 0px;
	color: #fff;
}

#local-agent-main {
	min-height: 240px;
	margin-left: 150px;
}

.mapPopup {
	display: none;
}

.input-invalid label,.input-invalid .infolable2, #contract-invalid-text {
	color: red;
	font-weight: bold;
}

#error h2 {
	font-size: 30px;
	font-weight: bold;
	padding: 80px 200px 50px 200px;
}

#error {
	padding-bottom: 80px;
	text-align: center;
	position: relative;
}
#localagent .localagent-extensible{
    margin:0 20px;
}

.small #votre-guide-lft {
    margin:0 0 0 -4px;
}

#votre-guide-lft {
    margin:0 0 0 10px;
}

#error_image {
	background-image: url('../images/francine/404.jpg');
	width: 969px;
	height: 740px;
	text-align: center;
	position: relative;
}

#error p {
	font-size: 20px;
	line-height: normal;
}

#error-search {
	background-image: url('../images/francine/element_error.png');
	width: 126px;
	height: 56px;
	position: absolute;
	top: 0px;
	right: 112px;
}

#error .type_error {
	font-size: 90px;
	font-weight: normal;
}

#ol>div {
	text-align: center;
	list-style-type: none;
	width: 148px;
	float: left;
	padding: 10px;
	color: #5D534A;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.first {
	background-image: url(../images/francine/ol.png);
}

.second {
	background-image: url(../images/francine/ol.png);
	background-position: 0px -66px;
}

.third {
	background-image: url(../images/francine/ol.png);
	background-position: 0px -132px;
}

.fourth {
	background-image: url(../images/francine/ol.png);
	background-position: 0px -198px;
}

.number {
	width: 64px;
	height: 66px;
	margin: auto;
	text-align: center;
	margin-bottom: 15px;
}

#nouvelle.static {
	background: none;
}

.ol-li li {
	padding-left: 8px;
	padding-top: 6px;
	padding-right: 10px;
	min-height: 10px;
	font-weight: bold;
	list-style-position: outside;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}

.ol-li p {
	padding: 10px 0;
	color: #5D534A;
	font-size: 14px;
}

.ol-li {
	margin: 30px;
}

#who-eric {
	background-image: url(../images/francine/who-eric.jpg);
	width: 160px;
	height: 214px;
	float: left;
	margin: 10px;
}

#who-yvan {
	background-image: url(../images/francine/who-yvan.jpg);
	width: 160px;
	height: 214px;
	float: right;
	margin: 10px;
}

.who {
	clear: both;
	margin: 30px;
}

.who h2 {
	padding-top: 40px;
}

.who.yvan {
	text-align: right;
}

.static p,.static ul,.static ol {
	padding-bottom: 10px;
	line-height: 20px;
}

.static p {
    margin:0 10px;
}

.static ul,.static ol {
	padding-left: 30px;
}

.static ul.sustainable li {
	margin-left: 40px;
	padding: 3px 0;
}

#contact * {
	margin-bottom: 10px;
}

#contact label {
	display: block;
	width: 170px;
	float: left;
}

#contact input,#contact select,#contact textarea {
	border: solid 1px #E3DDDD;
}

#contact [name=message_sender] {
	width: 300px;
        line-height: 28px;
        padding-left: 5px;
        padding-right: 5px;
}

#contact [name=message_content] {
	width: 400px;
	height: 350px;
        padding: 5px;
}

.legal {
	font-size: 10px;
	color: #bbb;
	text-align: center;
	padding-top: 20px;
}

#partenariat {
	float: right;
	margin-right: 50px;
	text-align: center;
}

#assurances {
	margin: auto;
	font-family: Tahoma, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}

#assurances ul li {
	font-family: Tahoma, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	text-laign: left;
}

#assurances ul {
	margin-left: 20px;
	text-laign: left;
}

#assurances table {
	width: 350px;
}

#assurances td .point {
	width: 50%;
}

#assurances td {
	vertical-align: top;
	font-weight: 1.9em;
}

#assurances #une {
	border: 2px solid #8b847c;
	background-color: #F0E9DC
}

#assurances .title_assurances {
	text-align: center;
	font-family: Tahoma, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}

#assurances .title_assurances a {
	color: #FE4C12;
	text-decoration: none;
}

#assurances .title_assurances a:hover {
	text-decoration: none;
	border: none;
}

#assurances .black a {
	color: black;
}

#assurances .subtitle {
	padding-top: 20px;
	font-family: Tahoma, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#assurances .resume {
	padding-top: -5px;
	text-align: center;
	font-family: Tahoma, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #046bdf;
}

#assurances .bouton {
	padding-top: 10px;
	text-align: center;
	height: 26px;
	vertical-align: middle;
	font-family: Tahoma, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#assurances .prix {
	color: #FE4C12;
	font-weight: bold;
	font-size: 16px;
}

#assurances #bt {
	margin: auto;
	display: block;
	width: 139px;
	height: 21px;
	background-image: url('../images/main/voir.gif');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#assurances #bt:hover {
	background-image: url('../images/main/voir_hover.gif');
	background-repeat: no-repeat;
}

#assurances #bt:hover {
	background-image: url('../images/main/voir_hover.gif');
	border: none;
}

#assurances .offre {
	padding-top: 20px;
}

#assurances .decalage {
	padding-left: 30px;
	font-family: Tahoma, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}

#assurances a img {
	border: none;
}

#assurances ul {
	list-style-type: circle;
	margin-bottom: 0px;
}

#assurances #separation {
	color: #FE4C12;
	border-top: 2px solid #8b847c;
	line-height: 50px;
	font-family: Tahoma, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	padding-top: 20px;
}

.prices_table {
	border: none;
	border-collapse: collapse;
	margin: 5px;
	font-size: 12px;
	color: #534840
}

.prices_table td {
	border: #6c6b67 1px solid;
	text-align: center;
	padding: 3px 15px;
}

.prices_table td.prices_first_col {
	font-weight: bold;
	border-left: none;
}

.prices_table td.prices_first_row {
	font-weight: bold;
	border-top: none;
}

.prices_table td.prices_last_col {
	border-right: none;
}

.prices_table td.prices_last_row {
	border-bottom: none;
}

#comments_error {
	cursor: pointer;
	position: fixed;
	bottom: 0;
	padding: 10px;
	background-color: #9C131A;
	color: #fff
}

.ui-dialog-titlebar {
	background: url('../images/francine/popup-news.png') no-repeat top left;
	margin-left: -5px;
	border: none;
	color: #534840;
	font-weight: bold;
	border-radius: 0;
}

.ui-dialog {
	overflow: visible;
}

.ui-dialog .ui-dialog-titlebar-close span {
	background: url('../images/francine/popup-news-close.png') no-repeat 50%
		50%;
	border: none;
}

.ui-dialog .ui-dialog-titlebar-close {
	margin: -16px -6px 0px;
	background: none;
	border: none;
}

.ui-dialog-titlebar-close {
	margin: -16px -6px 0px;
	border: 0;
	background-color: transparent;
	background-image: none;
}

.dialog-news_4 {
	font-size: 13px;
	color: #534840
}

.page-static p {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 18px;
}

.page-static a:hover {
	text-decoration: underline;
}

#beta_mode a {
	display: block;
	background: url('../images/francine/test.png') no-repeat;
	width: 235px;
	height: 68px;
	margin-top: 15px;
	margin-left: -40px;
}

#beta_mode a:hover {
	cursor: pointer;
	background: url('../images/francine/test_hover.png') no-repeat;
}

.news-full_text {
	display: none;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	position: relative;
}

.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspVerticalBar a.jspArrowUp {
	background: transparent url(../images/francine/scroll-arrows-top.png)
		no-repeat top center;
}

.jspVerticalBar a.jspArrowDown {
	background: transparent url(../images/francine/scroll-arrows-bottom.png)
		no-repeat top center;
}

.jspVerticalBar .jspArrow {
	float: left;
	width: 18px;
	height: 10px;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspVerticalBar a.jspArrowUp:hover {
	background: transparent
		url(../images/francine/scroll-arrows-hover-top.png) no-repeat top
		center;
}

.jspVerticalBar a.jspArrowDown:hover {
	background: transparent
		url(../images/francine/scroll-arrows-hover-bottom.png) no-repeat top
		center;
}

.jspArrow.jspDisabled {
	cursor: default;
	opacity: 0.5;
}

.jspVerticalBar .jspArrow,.jspVerticalBar .jspArrow:hover {
	height: 10px;
	width: 18px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}

.jspTrack {
	float: left;
	width: 18px;
	height: 376px;
	background: transparent url(../images/francine/scrollbar-track-bot.png)
		no-repeat top center;
}

.conseiller-pera ul li.group_tag span,.custom_tag span
	{
	padding: 2px 5px;
	color: #fff;
		font-weight:bold;
}

.conseiller-pera ul li.group_tag,.conseiller-pera ul li.custom_tag {
	margin-bottom: 5px;
}

.conseiller-pera ul li.group_tag span {
	background-color: #EE4F15;
}

.custom_tag span {
	background-color: #76b530;
	border-radius:3px;
}

/*
    THEMES
*/
.theme_itis_list {
	margin: 0;
	margin-left: -5px;
	margin-top: 20px;
}

.theme_itis_list h3 {
	height: 26px;
}

#naveller-post .themes-list  {
	min-height: 30px;
}

#naveller-post .themes-list img {
	margin-bottom: 0;
}

#naveller-post .themes-list a {
	display: table-row;
	height: 30px;
	color: #534840
}

#naveller-post .themes-list a strong {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
}

#themedesc-lft {
	margin-bottom: 10px;
	margin-top: 10px;
}

#themedesc-lft p {
	line-height: 18px;
}

.itinerary-promo {
	margin-top: 10px;
	width: 695px;
	clear: both;
	padding-bottom: 3px;
	background: url('../images/francine/Les_plus_bottom_695px.png')
		no-repeat;
	background-position: bottom left;
}

.itinerary-promo.partial {
	margin-top: 2px;
	width: 533px;
	background-image: url('../images/francine/Les_plus_bottom_533px.png');
}

.itinerary-promo .itinerary-promo-content {
	min-height: 59px;
	padding: 2px;
	background: url('../images/francine/Les_plus_top_695px.png') no-repeat;
	background-position: 0 0;
	padding-left: 60px;
}

.itinerary-promo .itinerary-promo-content p,#tabcont .itinerary-promo .itinerary-promo-content p
	{
	color: #9c131a;
}

.itinerary-promo.partial .itinerary-promo-content {
	background-image: url('../images/francine/Les_plus_top_533px.png');
}

.clear-both {
	clear: both;
}

.country-index-article {
	padding: 10px;
	text-align: justify;
}

.country-index-article h2.country-index-articletitle {
	font-size: 1.2em;
	position: relative;
	top: auto;
	left: auto;
	display: block;
	float: none;
}

.wed-inform {
	margin-bottom: 10px;
	display: block;
}

#loader {
	position: absolute;
	bottom: 0;
}

#listetestis #loader {
	left: 450px;
}

.glossary-title {
	text-align: center;
	margin-top: 50px;
}

.glossary-letters {
	text-align: center;
}

.form-summary-blocs-group {
	clear: both;
}

.form_summary_element {
	margin-left: 30px;
	overflow: hidden;
}

.form-summary-blocs-group .form_summary_element {
	float: left;
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
	width: 150px;
}

#votre-guide-rgt.api-form-container {
	margin: auto;
	float: none;
	display: block;
	background-color: #fff;
}

body.api-form {
	background-color: #fff;
	display: block;
	text-align: center;
}

#home-countries-suggestions,#home-itineraries-suggestions {
	/*height: 237px;
	position: relative;*/
}

.other-circuits  {
        height:auto;
        margin:0 0 0 -12px;
}

#divPrettyMessage {
	background-color: #FFFFE0;
	color: #666666;
	font-size: 14px;
	font-style: italic;
	margin: 10px 0;
	padding: 10px 100px;
	width: 500px;
}

.form-field-country .title4 {
	position: relative;
	left: 0;
	top: 0;
}

#dest.form-field-country {
	width: 100%;
	background: none;
}

.form-field-country #worldmap {
	float: none;
}

#add-news-popup {
	display: none;
	font-size: 12px;
}

#add-news-popup label,#add-news-popup input,#add-news-popup .false_input
	{
	display: block;
}

#add-news-popup .false_input {
	background-color: #fafafa;
	color: #333;
}

#add-news-popup label,.x-form-error-receiver {
	font-weight: bold;
}

#add-news-popup input[type=text],#add-news-popup textarea,#add-news-popup .false_input,.x-form-error-receiver
	{
	border: 1px solid #ccc;
	width: 100%;
	padding: 4px;
}

.news-display {
	padding: 10px;
	border-bottom: 1px dotted #D5D3D1;
}

.news-display .news-content,.news-display .news-author {
	font-size: 12px;
	font-weight: normal;
}

.news-display .news-author {
	color: #534840;
}

.news-display.news-not-displayed {
	background-color: #fbfbfb;
}

.news-display.news-not-displayed .news-title_content {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	filter: alpha(opacity = 70); /* IE < 8 */
}

#news-container {
	height: 580px;
	overflow-y: scroll;
}

#news-container .jspTrack {
	background-image: url('../images/francine/scrollbar-track-bot-news.png');
}

.news-block {
	padding: 8px;
	border-top: 1px dotted #D5D3D1;
}

.news-block:FIRST-CHILD {
	border-top: 0px;
}

.filterTitle h6 {
	background-image: url(../images/francine/leftmenu.jpg);
	background-repeat: no-repeat;
	width: 227px;
	height: 40px;
	margin-left: -8px;
}

.spnFilterTitle {
	position: relative;
	left: 9px;
	top: 6px;
}

li.flag_country {
	left: 0px;
	top: 2px;
	position: relative;
}

.flag ul.flaged_contries {
	position: relative;
	clear: both;
	margin-bottom: 20px;
}

.flaged_contries li {
	position: relative;
	padding-left: 20px;
}

.flaged_contries li.flag_country {
	height: 11px;
	width: 133px;
	margin: 5px 10px;
	float: left;
	padding-left: 16px;
}

.flaged_contries li.flag_country a {
	background-color: #fff;
	display: block;
	width: 100%;
	height: 16px;
	padding-left: 4px;
}

ul#sites-bar {
	height: 20px;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 9px;
	background-color: #AE9E95;
	color: #fff;
}

ul#sites-bar a {
	font-size: 9px;
}


ul#sites-bar a {
	color: #fff;
}

ul#sites-bar li.sites-bar-item {
	float: right;
	padding: 0 10px;
	margin: 3px 0;
}

ul#sites-bar li.sites-bar-item.no-border {
	border: 0;
}

ul#sites-bar li.sites-bar-item.border-solid {
	border-left: solid 1px #fff ;
}

ul#sites-bar li {
	list-style-type: none;
	list-style-position: inside;
	text-transform: uppercase;
	position: relative;
}

ul#sites-bar > li, ul#sites-bar > a > li {
	border-left: 1px solid white;
}

ul#sites-bar li.wedding-link {
	padding-left: 30px;
	background-image: url('../images/francine/wedding-logo-min.png');
	background-position: 12px -1px;
	background-repeat: no-repeat;
}

ul#sites-bar li.connection {
	background-image: url('../images/francine/fb_connect2.png');
	background-position: right 1px;
	background-repeat: no-repeat;
	padding-right: 18px;
	margin-right: 10px;

}

ul#sites-bar li.disconnect {
	background-image: url('../images/francine/cadenas.png');
	background-position: right 1px;
	background-repeat: no-repeat;
	padding-right: 18px;
	margin-right: 10px;

}

ul#sites-bar li.languages-menu {
	width: 55px;
	padding: 0 10px;
	cursor: pointer;
}

ul#sites-bar li.languages-menu.active {

}

ul#sites-bar li.languages-menu ul.language-selector {
	display: none;
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 1;
	background-color: #AE9E95;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 3px 0 3px;
	font-size: 10px;
}

ul#sites-bar li.languages-menu.active ul.language-selector {
	display: block;
}

ul#sites-bar li.languages-menu div.current-language {
	clear: both;
	margin: 0;
	padding: 0px 3px 0px 25px;
}

ul#sites-bar li.languages-menu div#languages-menu-arrows {
	background-image: url('../images/francine/arrows.png');
	background-position: 0 0px;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 4px;
	right: 13px;
}

ul#sites-bar li.languages-menu.active div#languages-menu-arrows {
	background-position: 0 0;
}

ul#sites-bar li.languages-menu ul.language-selector li {
	position: relative;
}

ul#sites-bar li.languages-menu ul.language-selector li .current-language
	{
	background: transparent;
	padding: 3px 3px 3px 25px;
}

ul#sites-bar .language-flag {
	clear: both;
	position: absolute;
	top: -1px;
	left: 13px;
	background-image: url('../images/francine/flags.png');
	background-position: 0 -1px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

ul#sites-bar li.languages-menu ul.language-selector li .language-flag {
	top: 2px;
	left: 3px;
}

ul#sites-bar .language-flag.language-flag-es {
	background-position: -160px -0px;
}

/**
    101 custom trips
*/
.custom_trip_101_pic {
	float: right;
}

#divVoyage101 {
	margin-top: 25px;
	width: 650px;
}

#divVoyage101 p: {
	margin-bottom: 5px;
}

#divVoyage101 li {
	text-indent: 0;
}

#divVoyage101 h3 {
	padding-left: 0;
	margin-left: 0;
	text-indent: 0;
	left: 0;
	position: relative;
	clear: both;
}

.voyage101 {
	padding: 0;
	margin-top: 30px;
}

.voyage101 li {
	margin-left: 210px;
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 30px;
}

.voyage101.path li {
	margin-left: 0;
	margin-right: 210px;
}

.voyage101.agents,.voyage101.path,.voyage101.map {
	background-repeat: no-repeat;
	background-position: center left;
}

.voyage101.agents {
	background-image: url('../images/francine/agents.png');
}

.voyage101.path {
	background-image: url('../images/francine/chemin.png');
	background-position: center right;
}

.voyage101.map {
	background-image: url('../images/francine/carte.png');
}

.partner-item {
	clear: both;
	margin: 10px 0 30px 0;
}

.partner-item .logo {
	float: left;
	margin-right: 10px;
	background-image: url("../images/francine/partenaires_background.jpg");
	width: 129px;
	height: 122px;
	background-position: bottom;
}

.partner-item .logo img {
	margin: 7px 10px;
	clear: both;
	display: block;
}

.partner-item .description {
	width: 437px;
	float: left;
}

.partner-item .description.no-logo {
	width: 576px;
}

.partner-item .description .type {
	font-size: 12px;
	font-weight: normal;
}

.partner-item .description h2 {
	font-size: 16px;
	color: #ee4f15;
	margin-bottom: 10px;
	border-bottom: 1px solid #D5D3D1;
}

.partner-item .button {
	float: right;
	margin: 30px 30px 0 30px;
}

h1.partners-title {
	margin: 10px;
}

/*
    EASYVOLS FORM
    DEPRECATED
*/
#easyvols-form caption.title {
	display: block;
	float: none;
	position: relative;
}

/*
#easyvols-form {
    width:580px;
    margin:auto;
}

#easyvols-form #me ul.onglets {
    display:none;
}

#easyvols-form #me #typePassagersMEV {
    clear:both;
}

#easyvols-form #me form#formMEV #submitBtMEV {
    clear:both;
    top:250px;
}

#easyvols-form #me fieldset {
    margin-bottom:10px;
}

#easyvols-form #me form#formMEV fieldset#submitBtMEV {
    width:100%;
}

#easyvols-form #me form#formMEV fieldset#submitBtMEV input#submitMEV {
    width:150px;
    height:30px;
    display:block;
    margin:auto;
    background-image:url('../images/francine/btn-easyvols-form-submit.png');
    background-position:0 0;
    background-repeat:no-repeat;
}

#easyvols-form #me form#formMEV fieldset#submitBtMEV input#submitMEV:hover {
    background-position:0 -30;
}
*/
/*
    PAYMENT
*/

#transaction-details table {

	width:290px;
	float:left;
	margin-top:10px;
}

#transaction-details table td, #transaction-details table th {
	font-size: 12px;
	height: 20px;
        text-align: right;
	vertical-align: middle;
	padding-left: 5px;
}

#transaction-details table th {
	text-align: left;
	background-color: #4D3E39;
	color: #fff;
	width: 190px;
}

#transaction-message {
	margin:10px 0;
}

#transaction-message p {
	color:#ee4f15;
	font-weight:bold;
}

#transaction-warning {
	border:2px solid #9c131a;
	border-radius:5px;
	-moz-border-radius:5px;
	min-height:42px;
	width:290px;
	margin:10px 0;
}

#transaction-warning p {
	margin:5px 5px 5px 5px;
    background-image:url('../images/francine/stop.png');
    background-repeat:no-repeat;
    padding-left:42px;
    color:#9c131a;
}


#transaction-details table, #transactions-list table {
	width:290px;
	float:left;
	margin-top:10px;
}

#transactions-list table {
	width:500px;
	table-layout:fixed;
}

#transactions-list table th.tiny {
    width:20px;
}

#transactions-list table th.short {
	width:50px;
}

#transactions-list table th.medium {
    width:75px;
}

#transactions-list table th.long {
    width:210px;
}

#transactions-list table tr.deactivated td {
	color:#aaa;
}

#transaction-details table td, #transactions-list table td, #transaction-details table th, #transactions-list table th {
	font-size:12px;
	height:20px;
    text-align:right;
	vertical-align:middle;
	padding-left:5px;
}

#transaction-details table th, #transactions-list table th {
    text-align:left;
    background-color:#4D3E39;
    color:#fff;
    width:190px;
}

#transactions-list table td {
	text-align: left;
	border:#4D3E39 1px solid;
}

#transaction-message {
	margin:10px 0;
}

.trasaction-infos {

	margin:10px 5px;
}

.trasaction-infos li{
	list-style-type:none;
	list-style-position:inside;
}

.form-traveler-bloc {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 147px;
	text-align: center;
	margin: 0 0 0 5px;
	float: left;
}

.form-traveler-bloc label {
	/*font-weight: bold;*/
	color: #333;
}

/* pice table in prix part of the itinerary */

/*
.prices_table td.prices_first_col{ font-weight:bold; border-left : none;}

.prices_table td.prices_first_row{ font-weight:bold; }

.prices_table td.prices_last_row { border-bottom : none;}
*/

.subbloc {
	text-align: left;
	margin: 10px 0 0 0;
}

.subbloc label {
	font-weight: normal;
}


.prices_table td.prices_fist_row_col{ font-weight:bold; border-left : none; border-top : none; }
.prices_table td.prices_fist_col{ font-weight:bold; }


.localagent-extensible {
	clear: both;
	float: none;
	display: block;
	width: auto;
	padding: 2px 0;
	border: 0;
	width: 160px;
	background-image:
		url('../images/francine/localagent-extensible-bg-top.jpg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
}

.localagent-extensible .localagent-bottom {
	padding: 8px 0 30px 0;
	text-align: center;
	background-image:
		url('../images/francine/localagent-extensible-bg-bottom.jpg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom;
}

#votre-guide-lft .localagent-extensible img {
	margin: 0;
	display: inline;
}

#form-localagent h3 {
	margin-top: 10px;
	color: #534840;
}

.form-sep {
	height: 50px;
}

#api-form-coutry-pic {
	width: 530px;
	height: 155px;
	float: left;
}

#api-form-logos {
	width: 231px;
	float: right;
}

#api-form-logos #form-partner-logo,#api-form-logos #evaneos-logo {
	clear: both;
}

#api-form-logos #form-partner-logo {
	margin-bottom: 2px;
}

#api-form-coutry-pic.desc-text p {
	font-size: 12px;
	font-weight: bold;
}

#api-form-coutry-pic.desc-text h2 {
	font-size: 16px;
	border-bottom: 1px solid #D4D1CF;
	width: 70%;
	margin: 20px auto;
}

/*
    PRESS
*/
.press-item {
	position: relative;
	padding-bottom: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #D4D1CF;
}

.press-item .press-logo {
	width: 200px;
	position: absolute;
	text-align: center;
}

.press-item .press-desc {
	margin-left: 210px;
	position: relative;
}

.press-pic-container {
	min-height: 20px;
	text-align: center;
	margin-bottom: 10px;
}

.press-edition .press-pic-container:hover {
	background-color: #ccc;
}

.cleanLink {
	color: #333;
	background: none;
}

/*

 TRAVELLER PART

 */

.messages {
	width:1500px;
/*	margin-left:-730px;*/
}

#tabcont {
	overflow:hidden;
}

#message {
	float:left;
	width:730px;
	position:relative;
}

#frameContent {
	border : 0;
	width : 710px;
}

#list-messages {
	padding:0px;
	width:730px;
	float:left;
}

.message {
	width:500px;
	border-top: solid 1px #bbb;
	margin:0px 5px 10px 5px;
	padding:5px 20px 5px 5px;
	border: solid 1px #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#nouvelle-rgt #tabcont .message p {
	padding: 0px;
}

.message:hover {
	background: #eee url(../images/francine/arrowPoint.png) no-repeat right center ;
}

.message-left {
	float:left;
}

.message-right {
	float:right;
}

 .message-avatar {
 	float:left;
}

#message .message-file {
	float: left;
	cursor: pointer;
}

.message-resume {
	margin-left:60px;
}

.divSeeMoreMessagesLink a {
	font-size: 18px;
	color: #534840;
	text-align: center;
	border-top: solid 1px #CCC;
	padding: 10px;
	margin-bottom: -10px;
	display: block;
}
.divSeeMoreMessagesLink a:hover {
	text-decoration: none;
	background-color: #eee;
	cursor: pointer;
}

.messageLoader {
	left: 340px;
	top: 30px;
	position: absolute;
}

#quote-agent {
	float:right;
	background: url(../images/francine/fond_agent_email.png) no-repeat left top;
	width:205px;
	margin:-6px 10px;
	padding:10px;
}

#quote-agent .quote-agent-picture {
    float : left;
}

#quote-agent img {
	float:left;
	margin-right:10px;
}

#quote_intro {
	position:relative;
	width: 500px;
}

#nouvelle-rgt #quote_intro p {
	padding: 0px;
}

#quote_intro p strong {
	padding-left:20px;
}

#message-title.slider2-link2 {
	margin-top:0px;
	padding: 0px 10px;
	top:0px;
	bottom:auto;
	line-height: 18px;
	min-height: 60px;
}

#nouvelle-rgt #tabcont #message .message-files {
	margin: 5px 0;
	padding: 0;
}

#message-title h3{
	font-size:12px;
	padding: 5px 0 0 0;
	font-weight: normal;
}
#message-title h3 span{
	font-weight: bold;
}
#message-title h2#strEmailTitle {
	border: 0px;
	padding: 0px;
	clear: none;
}
#message-menu {
	font-size: 12px;
	margin: 5px -5px 5px 5px;
	line-height: 18px;
	text-align: right;
	padding: 5px;
	float: right;
	border: solid 1px #DDD;
	margin: 5px -5px 5px 5px;
	padding: 5px;
	border-radius: 5px;
}
#message-menu span {
	padding-right: 20px;
}

.next-message {
	background: url(../images/francine/arrowPoint_down.png) no-repeat right center ;
}
.previous-message {
	background: url(../images/francine/arrowPoint_up.png) no-repeat right center ;
}
.back-list {
	background: url(../images/francine/arrowPoint_left.png) no-repeat right center ;
}

#message .message-content  {
	font-size: 12px;
	color:#444;
	padding: 10px;
	margin-top: 5px;
}

.cleanLink {color: #333; background: none;}

.debugLine {font-size: 10px; color: blue}

.part {
	border-bottom: 1px solid #ddd;
}
#partInvit {
    border: none;
}

#sponsorship {
	width:360px;
	margin:0 auto;
	padding: 20px;
}

#sponsorship .big {
	font-size:22px;
	font-weight:bold;
	color: #1a1b1d;
	padding-bottom:10px;
	text-align: justify;
}

#sponsorship p {
	font-size:13px;
	color: #1a1b1d;
	line-height: 18px;
	font-weight: bold;
	text-align: justify;
}

#sponsorship .buttons a {
	text-decoration: underline;
}

#sponsorship .buttons {
	text-align:center;
}

#sponsorship .facebook {
	background: url(../images/francine/sponsorship/fb.jpg);
	width: 185px;
	height: 25px;
	text-indent: -99999px;
	display:block;
	margin: 15px auto;
}

#sponsorship a.facebook:hover {
	background: url(../images/francine/sponsorship/fb_hover.jpg);
}

#invitations {
	position: relative;
	height: 57px;
	border: solid #ddd;
	border-width: 1px 0 1px 0;
}

#invitations div {
	position:absolute;
	top: 0px;
}

#invitations .facebook {
	width: 260px;
        height: 56px;
	left: 0px;
	background: url(../images/francine/commencez.png) no-repeat left center;
	padding-left: 160px;
	margin-left: 15px;
}

#invitations .mail {
	width: 135px;
	right:68px;
	padding-left: 58px;
	/* background: url(../images/francine/ou.png) no-repeat left center;  commented to have "commencez" instead of "ou" */
	background: url(../images/francine/sponsorship_arrow.png) no-repeat left center;
}

#invitations .mail .button-green {
    margin-top:12px;
}

#invitations .sentence {
        top:18px;
        font-size:20px;
        left:68px;
        color:#534840;
}

.invitation-link {
	background: url(../images/francine/fond_partage.png) no-repeat left center;
	height:23px;
	color: #534840;
	padding: 15px 10px;
	font-size: 13px;
	position: relative;
}

.invitation-link input {
	width: 445px;
	padding: 5px 30px 5px 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-top: -3px;
}

.invitation-link .social {
	position: absolute;
	top: 6px;
	width: 42px;
	height: 42px;
}

.invitation-link .tw {
	right: 38px;
	background: url(../images/francine/twitter_wide.png) no-repeat left center;
	cursor: pointer;
}

.invitation-link .tw:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.invitation-link .fb {
	right: 85px;
	background: url(../images/francine/fb_wide.png) no-repeat left center;
	cursor: pointer;
}

.invitation-link .fb:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.invitation-mail-right input[type=text], .invitation-mail-left textarea, .invitation-mail-right textarea, .invitation-email input {
	margin: 10px;
	display: block;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius : 3px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 1px #ddd inset;
    -moz-box-shadow: 1px 1px 1px #ddd inset;
    -webkit-box-shadow: 1px 1px 1px #ddd inset;
	color: #aaa;
}

.invitation-error {
    color : #E30513;
    font-size : 12px;
    font-weight : bold;
    margin-left : 10px;
    margin-top : 2px;
    margin-bottom : 10px;
}

.invitation-mail .email {
    *zoom: 1;
}

.invitation-mail input[type=text].fullfilled, .invitation-mail textarea.fullfilled {
	color:#000;
}

.invitation-mail-right textarea {
	width: 370px;
	margin-bottom:0px;
	margin-top: 5px;
	padding: 10px;
}

.invitation-mail input[type=text], .invitation-mail-left textarea {
	width: 300px;
	margin-top: 5px;
	margin-bottom:0px;
}

.invitation-mail .bread-title2 {
	margin-top: 0px;
}

#nouvelle-rgt .invitation-mail p {
	padding: 0 0 0 10px;
}

#nouvelle-rgt .invitation-mail p.explanation {
	padding: 3px 0 0 10px;
	color: #aaa;
	font-size: 11px;
}

.invitation-mail-left {
	float:left;
	width: 310px;
}

.invitation-mail-right {
	width: 400px;
	float:right;
}

.invitation-mail .back {
	background: url(../images/francine/alert-close.png) no-repeat right center;
	color: #534840;
	padding: 0 18px;
	float:right;
}

#nouvelle-rgt p.import-gmail {
	background: url(../images/francine/gmail.gif) no-repeat left 0;
	margin: 10px;
	padding-left: 25px;
}

.nouvelle-rgt2 h2.left-title {
	border: solid #ddd;
	border-width: 0 1px 0 0;
	float: left;
	padding: 5px 25px 5px 5px;
	margin: 5px;
	width: 130px;
}

.nouvelle-rgt2 h2.equivalences {
    font-size:22px;
    font-weight:normal;
    color:#EE4F15;
}

.nouvelle-rgt2 h3 {
	padding: 0px 5px;
	margin: 10px 5px 5px 5px;
        font-size:15px;
        font-weight:bold;
}

.nouvelle-rgt2 > p {
	padding: 0 5px;
	margin: 0 5px 15px 5px;
        font-size:13px;
        font-weight:normal;
}

.nouvelle-rgt2 > p.asterisc {
    margin-top:20px;
    font-style: italic;
}

/* ADDING CRAZY XHTML code */

#form-localagent {
	margin-left: 10px;
	color: #534840;
}
#form-localagent h3{
	color: #534840 !important;
}

table{ border:0 !important;}
#sponsorship {
	width:360px;
	margin:0 auto;
	padding: 20px;
}

#sponsorship .big {
	font-size:22px;
	font-weight:bold;
	color: #1a1b1d;
	padding-bottom:10px;
	text-align: justify;
}

#sponsorship p {
	font-size:13px;
	color: #1a1b1d;
	line-height: 18px;
	font-weight: bold;
	text-align: justify;
}

#sponsorship .buttons a {
	text-decoration: underline;
}

#sponsorship .buttons {
	text-align:center;
}


.pre-h2-country {
	text-align: center;
}

#metrics>div {
	float: left;
	width: 90px;
	padding-top: 30px;
	margin-left: 30px;
	padding-bottom: 30px;
	text-align: center;
}

#metrics .children, .invitations, .amount {
	color: #534840;
	font-weight: bold;
	font-size: 14px;

}

#metrics .children, .invitations {
	background: url(images/crazyxhtml/fleche.jpg) no-repeat right center;
	padding-right: 60px;
}

.metric {
	font-size: 23px;
	padding-right: 23px;
}
.invitations .metric {
	background: url(../images/francine/parra_35.png) no-repeat right center;
}

.children .metric {
	background: url(../images/francine/parra_32.png) no-repeat right center;
}

#children div {
	height: 30px;
	clear:both;
}

#children div>span {
	display:block;
	width:200px;
	padding:8px 10px;
	font-size: 12px;
	color: #534840;
	float:left;
}

#children span.custom_tag {
	padding:8px;
}

#metrics{
	position:relative;
}
.tooltip{
	display: none;
	position:absolute;
	top:20px;
	right:266px;
	z-index:999;
	font-size:12px;
	line-height:18px;
	color:#333;
}
.tooltip .body{
	background: url(images/crazyxhtml/bgr_help_popup.png) repeat-y -576px 0;
	width:268px;
	padding:2px 10px 0;
	text-align:left;
}
#nouvelle-rgt .tooltip .body p, .nouvelle-rgt2 .tooltip .body p{
	font-size:12px;
	line-height:18px;
	color:#333;
	padding:0 0 4px;
}
#nouvelle-rgt .tooltip .body p.green, .nouvelle-rgt2 .tooltip .body p.green{
	font-size:12px;
	line-height:18px;
	color:#77B625;
	padding:0;
}
.tooltip .bot{
	background: url(images/crazyxhtml/bgr_help_popup.png) no-repeat -288px 0;
	width:288px;
	height:10px;
	font-size:0;
	line-height:0;
}
.tooltip .top{
	background: url(images/crazyxhtml/bgr_help_popup.png) no-repeat 0 0;
	width:288px;
	height:18px;
	font-size:0;
	line-height:0;
}
#nouvelle-rgt h2,.nouvelle-rgt2 h2,  #message-title {
	font-size: 18px;
	clear: both;
	border-bottom: solid 1px #CCC;
	padding: 10px;
}

.title_action {
	right: 12px;
	position: absolute;
	top: 12px;
	font-size: 12px;
	text-decoration: underline;
}

#metrics .voyages, #metrics .children, .invitations {
	background: url(images/crazyxhtml/bgr_arrow_small.png) no-repeat right top;
}

.amount .metric:hover {
	background:url(images/crazyxhtml/ico_question.png) no-repeat 100% 0;
	color: #999999;
}

.voyages .metric {
	background: url(../images/francine/parra_29.png) no-repeat right center;
}

.total-amount, .total-amount a {
	color: #77b625;
}

.total-amount.deactivated, .total-amount.deactivated a {
	color: #aaa;
}

.total-amount .metric {
	padding-right: 0px;
}

#metrics .box {
	width: 557px;
	float: left;
	padding-top: 0;
	margin-left: 0;
	margin-top: 6px;
	padding-bottom: 0; /* PAT */
	text-align: center;
	color: #534840;
	font-weight: bold;
}
#metrics div .metric_box {
float: left;
width: 25%;
padding: 0;
margin: 0;
padding-bottom: 0;
text-align: center;
	font-size: 12px;
line-height: 18px;
}
#metrics .right {
	float:right;
width: auto;
padding:0 0 0 20px;
margin:0;
}
#metrics .amount {
	float:left;
	padding:8px 10px 0 0;
}
#metrics .button-green {
	float:right;
	margin:9px 10px 0 0 !important;
}
.contacts_box{
	overflow:hidden;
	padding:5px 0 0 35px;
}
.contacts_box h5{
	font-size:12px;
	float:left;
	width:163px;
	font-weight:normal;
}
.contacts_box label.checkbox{
	float:left;
	font-size:12px;
	width:156px;
}
.contacts_box label.checkbox input{
	margin:1px 4px -1px 0;
	float:left;
}
.contacts_box label.checkbox input{
	*margin:-3px 4px -1px 0;
}
.contacts_box input[type=text]{
	float:left;
	font-size:12px;
	color:#aaa;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 5px;
	border:1px solid #dddddd;
	margin:-3px 0 0;
	width:325px;
}
.contacts_box textarea{
	font-size:14px;
	color:#aaa;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 5px;
	border:1px solid #dddddd;
	margin:4px 0;
}
.links_box{
	padding:0 0 0;
	overflow:hidden;
}
.links_box .button-green{
	margin:10px 317px 10px 272px;
	font-size:16px;
}
.links_box_alone .button-green{
	margin:10px 317px 10px 312px;
}
.links_box_alone .button-green span{
	font-size:18px;
	text-align:center;
	font-weight:normal;
}
.links_box .button-green span{
	font-size:18px;
	text-align:center;
	font-weight:normal;
}
.links_box p{
	text-align:center;
	margin:10px 0 0;
	float:left;
	width:100%;
	background:url(images/crazyxhtml/bgr_or.png) no-repeat 50% 50%;
}
.links_box h4{
	font-weight:normal;
	text-align:center;
	margin:10px 0 0 0;
	float:left;
	font-size:15px;
	color:#534840;
	width:100%;
}
.links_box .holder_text{
	float:left;
	width:100%;
	height:80px;
	position:relative;
}
.links_box .holder_text .content{
	float:left;
	width:100%;
	position: absolute;
	left:50%;
}
.links_box .text{
	font-weight:normal;
	text-align:center;
	margin:10px auto;
	display: block;
	padding:5px 25px;
	font-size:15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#534840;
	border:1px solid #ebebeb;
}
.links_box .copy{
	text-align:right;
	margin:-2px 0 0;
	display:block;
	font-size:12px;
	float:right;
	width:100%;
	color:#ee4f15;
	text-decoration:underline;
}
.links_box .copy:hover{
	text-decoration: none;
}
.links_box .orange{
	font-size:16px;
	text-align:center;
	padding:10px 0;
	float:left;
	width:100%;
	display:block;
	text-decoration:underline;
}
.links_box .orange:hover{
	text-decoration:none;
}
.share_box{
	overflow:hidden;
	padding:20px 0 0;
}
.contacts_box textarea{
	width:645px;
	height:110px;
}

.share_box textarea{
	font-size:14px;
	color:#aaa;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 5px;
	border:1px solid #dddddd;
	margin:4px 0 0 40px;
	width:385px;
	float:left;
	height:110px;
}
.share_box .textarea textarea{
	font-size:12px;
	color:#aaa;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 5px;
	border:1px solid #dddddd;
	margin:4px 0 10px 40px;
	width:645px;
	height:110px;
}
.share_box .right{
	float:right;
	width:240px;
	font-size:12px;
	color:#333333;
	padding:2px 35px 0 0;
}
.share_box .right p{
	font-size:12px;
	color:#333333;
	padding:0 0 10px;
}
.share_box .right ul{
	overflow:hidden;
	margin:4px -15px 5px 0;
}
.share_box .right li{
	float:left;
	list-style:none;
	padding:0 10px 0 0;
	border-right:1px solid #dddddd;
	margin:0 10px 0 0;
}
.share_box .right li.last{
	border:0;
}
.share_box .right p.lock{
	background:url(images/crazyxhtml/ico_lock.png) no-repeat 0 0;
	padding:4px 0 10px 17px;
	font-size:11px;
}
.share_box .links_box_alone{
	float:left;
	width:100%;
}
.contacts_box .people{
	float:left;
	font-size:12px;
	overflow-x:hidden;
	overflow-y:auto;
	height:253px;
	color:#aaa;
	font-family: Arial, Helvetica, sans-serif;
	padding:6px 0;
	border:1px solid #dddddd;
	width:654px;
	margin:5px 0 0;
}
.contacts_box .people li{
	float:left;
	margin:0 -4px 10px 0;
	line-stacking:60px;
	background:url(images/crazyxhtml/bgr_person_box.png) no-repeat;
	width:214px;
	height:77px;
	list-style:none;
}
.contacts_box .people li.last{
	margin:0 -20px 10px 0;
}
.contacts_box .people li .label input{
	float:left;
	margin:29px 10px 0 20px;
	*margin:24px 10px 0 20px;
}
.contacts_box .people li .label{
	float:left;
	display:block;
	cursor:default;
}
.contacts_box .people li .label img{
	float:left;
	margin:10px 10px 0 0;
}
.contacts_box .people li .label span{
	float:left;
	width:100px;
	margin:28px 0 0 0;
}


#children .part_head {
    height: 30px;
    clear:both;
}

.table_style{
	padding:0;
	border-bottom:0;
}
#children .part>span {
    display:block;
	text-align:center;
	font-size:14px;
    width:220px;
}
#children .part .name {
	text-align:left;
	padding:8px 10px;
	width:240px;
}

#children .part_head>span {
    display:block;
    width:240px;
    padding:8px 10px;
    font-size: 12px;
	text-align:center;
	margin:0 -1px 0 -1px;
    color: #534840;
	border:1px solid #dddddd;
	border-top:0;
	border-right:0;
    float:left;
}

#children .part_head>span.date {
	margin:0 0 0 -1px;
    width:191px;
}
#children .part>span.date {
    width:191px;
	text-align:center;
}

#children .orange{
    width:226px !important;
}
#children .green{
    width:226px !important;
}

#children .orange span.statut{
	background:#ee4f15;
	color:#fff;
	font-size:12px;
	margin:0 auto;
	text-align:center;
	padding:0 7px;
}
#children .orange .invitation-resend {
    margin-left : 5px;
    font-size : 12px;
}
#children .orange .invitation-resend > span {
    display : none;
}

#children .orange .invitation-resend.resend {
    text-decoration: underline;
    color : #E95126;
    cursor : pointer;
}

#children .orange .invitation-resend.inprogress {
    color : #9B9089;
}

#children .orange .invitation-resend.resent {
    color : #71AB48;
}

#children .orange .invitation-resend.resend .resend             { display : inline; }
#children .orange .invitation-resend.inprogress .inprogress     { display : inline; }
#children .orange .invitation-resend.resent .resent             { display : inline; }

#children .green span{
	background:#79b631;
	color:#fff;
	font-size:12px;
	margin:0 auto;
	text-align:center;
	padding:0 7px;
}
.notification {
	width: 732px;
	height: auto;
	float: left;
	padding:7px 0;
	margin-top: 10px;
	margin-left: 0px;
	margin-right:10px;
	position: relative;
	margin-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	float:right;
	background: #AE9E95;
}

.notification ul {
    color: #FFF;
    margin-left: 25px;
    font-weight: bold;
    font-style: italic;
}

.error_box {
	background:#9c131a;
}
.validation {
	background:#77b625;
}

.sponsorship {
	padding-left:20px;
	backgorund:url(../images/francine/.png);
}

.notification p {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding:6px 10px 0;
	color:#fff;
}
.notification a.btn_close{
	float:right;
	margin:5px 10px 0 10px;
}
#nouvelle-rgt .form {
	background: url(../images/francine/background_top.png) no-repeat top center;
	margin:0;
	width:100%;
}

#nouvelle-rgt #nouvelle-gallery2 {
	width: 100%;
}

#nouvelle-rgt .edit-user .form {
	margin: 10px auto;
	width:200px;
}

#nouvelle-rgt .form p {
	padding: 0px;
}
#nouvelle-rgt .form form {
	background: url(../images/francine/background_bottom.png) no-repeat bottom center;
	width:100%;
	overflow:hidden;
}
#nouvelle-rgt .form fieldset{
	margin:0 auto;
	padding:0 0 4px;
	border:0;
	background:none;
	width:300px;
}
#nouvelle-rgt .form h4{
	font-size:14px;
	line-height:normal;
	padding:40px 0 35px;
	font-weight:normal;
}
#nouvelle-rgt .form h4 strong{
	font-size:18px;
	line-height:normal;
	font-weight:bold;
}

#nouvelle-rgt p.or{
	text-align:center;
	margin:0;
	padding:0 0 10px;
	float:left;
	width:300px;
	background:url(images/crazyxhtml/bgr_or2.png) no-repeat 100% 8px;
	font-weight: bold;
}
#nouvelle-rgt form label{
	color:#333;
	/*font-size:13px;*/
}
#nouvelle-rgt form .half{
	float:left;
	width:130px !important;
	margin:0 10px 0 0;
}
#nouvelle-rgt form .half p{
	float:left;
	width:130px;
	margin:0 10px 0 0;
}
#nouvelle-rgt form .bottom{
	width:100%;
	width: 300px;
	margin: 0 auto 10px auto;
}
#nouvelle-rgt form .last{
	float:right !important;
	width:130px !important;
	margin:0 20px 0 -20px !important;
}
#nouvelle-rgt form .last p{
	float:right;
	width:130px;
	margin:0 10px 0 -20px;
}
#nouvelle-rgt .form input[type=text],input[type=password]{
	font-size:14px;
	color:#4D3E39;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px 5px;
	border:1px solid #dddddd;
	margin:4px 0 4px;
	width:290px;
	float:left;
}

#nouvelle-rgt .form .half input[type=text],.half input[type=password]{
	width:130px;
}

transaction-warning, #non-public-country {
	border:2px solid #9c131a;
	border-radius:5px;
	-moz-border-radius:5px;
	min-height:42px;
	width:290px;
	float:left;
}

#transaction-warning p, #non-public-country p {
    margin:5px 5px 5px 5px;
    background-image:url('../images/francine/stop.png');
    background-repeat:no-repeat;
    padding-left:42px;
    color:#9c131a;
}
#nouvelle-rgt .form .smaller input[type=text],.smaller input[type=password]{
	width:170px;
	float:left;
}
#nouvelle-rgt .form .forgot span.like_link{
	line-height:38px;
	float:left;
	margin:2px 0 0 0;
	padding:0;
	width:117px;
	font-size:12px;
	text-align:right;
}
#nouvelle-rgt .form .button-green{
	float:left;
	text-align:center;
}
#nouvelle-rgt .form .checkbox{
	float:left;
	width:320px;
	clear:both;
}
#nouvelle-rgt .form .checkbox label{
	font-size:13px !important;
	color:#534840;
	margin:10px -20px 0 0;
	float:left;
	width:320px;
	line-height:18px;
}
#nouvelle-rgt .form .checkbox label input{
	margin:2px 10px 0 0;
	*margin:0 10px 0 0;
	float:left;
}
#nouvelle-rgt .form .checkbox label span{
	float:left;
}
#nouvelle-rgt .form p a{
	text-decoration:underline;
}
#nouvelle-rgt .form p a:hover{
	text-decoration:none;
}

.choose_box {
	margin-top: 10px;
	width: 210px;

}

.choose_box h3{
	color:#908d8b;
	font-size:14px;
	margin:0 35px 0 30px;
	white-space:nowrap;
	text-transform:uppercase;
	border-bottom:1px solid #c7c6c5;
}
.choose_box a{
	font-size:12px;
	line-height:13px;
	color:#85827f;
}
.choose_box li{
	padding: 15px 0 0;
	margin: 0 10px 0 30px;
	list-style:none;
	text-align:justify;
	display:block;
	overflow:hidden;
}
.choose_box li.one_line a{
	padding:10px 0 0;
	text-align:justify;
	display:block;
	cursor: pointer;
}
.choose_box li a:hover{
	color:#ee4f15;
	text-decoration:none;
	cursor: pointer;
}
.choose_box li a span{
	float:left;
	background:url(images/crazyxhtml/bgr_sidebar_icons.png) no-repeat 0 13px;
	width:28px;
	height:48px;
	margin:-7px 5px -20px 0;
}
.choose_box li a span.ico_2{
	background-position:0 -30px;
}
.choose_box li a span.ico_3{
	background-position:0 -73px;
}
.choose_box li a span.ico_4{
	background-position:0 -122px;
}
.choose_box li a:hover span{
	background-position:-28px 13px;
}
.choose_box li a:hover span.ico_2{
	background-position:-28px -30px;
}
.choose_box li a:hover span.ico_3{
	background-position:-28px -73px;
}
.choose_box li a:hover span.ico_4{
	background-position:-28px -122px;
}
.choose_box li.one_line a span{
	margin:-15px 5px -10px 0;
}
.choose_box .text{
	border-top:1px solid #c7c6c5;
	color:#ee4f15;
	font-size:12px;
	margin:20px 40px 0 30px;
	line-height:18px;
	padding:10px 0 0;
	min-height:160px;
}

.forgot_password {
	padding-left: 10px;
}

.forgot_password p {
	margin-bottom: 10px;
}

.forgot_password input[type=text] {
	width:420px;
	padding:3px;
}

.facebook_preview_container strong {
	color: #435993;
}

.facebook_preview_container .facebook_preview {
	padding:0 10px 10px 10px;
}

.facebook_preview_container .facebook_preview p {
	color:#534840;
	font-size: 12px;
}

.facebook_preview_container .facebook_preview p.highlight {
	font-weight: bold;
}


.facebook_preview_container .facebook_preview img {
	margin: 0px 10px 10px 0;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.facebook_preview_container .facebok_subtitle {
	color: #8A8880;
	font-size:12px;
	margin-bottom:10px;
}

#sponsorship .big, #sponsorship p {
color: #333;
}
.logined_user {
    width: 230px;
    float: left;
    margin-top: 6px;
    background: #534840;
    height: 32px;
    padding: 8px 0 0 3px;
    position: relative;
}
.logined_user .image{
	float:right;
	padding:0 10px 0 2px;
}
.logined_user .name{
	float:left;
	font-size:11px;
	line-height:14px;
	text-align:right;
	width:186px;
	color:#fff;
}
.logined_user .name p{
	font-size:11px;
	line-height:10px;
	color:#fff;
}
.logined_user .name p a{
	font-size:11px;
	line-height:10px;
	color:#fff;
}
.logined_user .name h3{
	font-size:12px;
	color:#fff;
	margin:-2px 0 0;
	line-height:14px;
	font-weight:normal;
}
.logined_user .image img{
	float:right;
}
.logined_user a{
	color:#fff;
}

#sponsorship .facebook {
background: url(images/crazyxhtml/btn_facebook.png);
width: 299px;
height: 40px;
text-indent: -99999px;
display: block;
margin: 15px auto;
}

.message-loader {
	margin-left: 10px;
	display:none;
}

.placesBottomList{margin: 15px 0 0 0; font-size: 13px; padding-left: 25px;}

.contact-me {
    margin-top:10px;
}


#formMEV p {
	padding: 0;
}

.chromeSpeech
{
color: transparent;
background-color: transparent;
border: 0px;
width: 10px;
-webkit-transform: scale(1.6, 1.6);
position: relative;
top: 5px;
left: -33px;
}

/* "prix" part*/

.titlePrixQuote{
	padding: 0 !important;
	border: 0 !important;
}

.prixTarif, .prixQuote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #534840;
	text-decoration: none;
	font-weight: normal;
	line-height: 14px;
	margin-left: 20px;
}

.prixTarif {margin-left: 20px;}

.prixQuote{font-size: 13px;}

.leftComprend, .rightComprend{
	float:left;
	width: 280px;
	margin-bottom: 20px;
	padding-right: 70px;
}

.lineSectionPrix{
	width: 700px;
	height: 1px;
	border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ece8e5;
    margin-bottom: 15px;
    padding-top: 15px;
    clear: both;
}
.tarifDetails{
	font-size: 14px;
}
.comprend{ height : auto; clear: both;}

.comprendTable td{ vertical-align: top; font-size: 13px; padding-bottom: 10px; min-width: 20px;}

.imageHelpArea{width: 30px; height: 15px; text-align: center;}

.priceVoyage{
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 14px;
	height : 10px;
}

#imageHelpPrix{}

.titleGlobe-help{
    display: none;
    position: relative;
    min-height: 15px;
}

.titlePrix{height:15px;}

.arrowDownGlobe-help{
    width: 20px;
    height: 10px;
    background:url(/images/main/arrowdown.png) 0 0;
    position:absolute;
    top: 0px;
    left: 208px;
    z-index: 10;
}

.radius-globe-help-label
{
    font-weight: bold;
    color: #5c5c5c;
    font-size: 12px;
    position: relative;
}

.radius-globe-help
{
    position:absolute;
    background-color: #fff;
    top: 9px;
    left: 80px;
    border: none;
    width: 428px;
    height: auto;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border-style: solid;
    border-width: 1px;
    border-color: #f1edeb;
	padding: 8px;
	box-shadow: 2px 2px 3px #dbdbdb;
	-moz-box-shadow: 2px 2px 3px #dbdbdb;
	-webkit-box-shadow: 2px 2px 3px #dbdbdb;
}

.smallText{ font-size: 11px;}

.orangeText{
	color: #ee4f15;
	font-weight: bold;
}

.smallOrangeText{
    font-size: 11px;
    color: #ee4f15;
}

.lineSectionQuote , .lineSectionComplete {
    width: 700px;
    height: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ece8e5;
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
}
.rightSpace {
    margin-right: 20px;
}

.lineSectionComplete {
	margin-left: -18px;
	margin-bottom: 20px;
	width: 740px;
}


.comprends img{
	margin-right: 5px;
	margin-left: 10px;
}

.popupRealQuotes{
	display:none;
	margin-left: 10px;
}

.closePopup {
	width: 70px;
	opacity: 0.4;
	float: right;
}

.closePopup:hover{ opacity: 1;}

#ui-dialog-titlebar{ padding: .5em 1em 0.5em !important;}



/* staticmap */
.staticmap{
	-moz-border-radius: 4px;
    border-radius: 4px;
}
.staticmap:hover
{
    height : 164px;
    width : 164px;
    text-indent: -9999px;
}


/* ----------------------------------- START CODE PATRICK ------------------------------- */

/* Utils
----------------------------------*/
.fleft {
    float: left;
}

/* Clearing method fof floating elements (clearfix) */
.clear_after:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.clear_after {
    *zoom: 1; /* IE 6-7 fix */
}
/* ----------------------------------- END CODE PATRICK ------------------------------- */

/* Non public countries */
#non-public-country {
    width:90%;
    margin-left:13px;
}

#linkPopupRealQuote{ font-size : 12px; cursor: pointer;}

.realQuotes{ padding-top : 20px;}


.contract-details {
    list-style-position:inside;
    margin-left:5px;
}

#imgCreateTrip{
    top: 40%;
    right: -1px;
    position: fixed;
    z-index: 9999;
}

#txtEmailMessage {
    width: 356px;
}


.emptyItinerary{
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.reducedTitle {
    width: 600px;
    color: #4D3E39;
    font-size: 13px;
    padding-left: 150px;
    margin-bottom: 25px;
}


#addItinerary{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=0);
    margin-top: 20px;
    color: #534840;
}

#addItinerary:hover{
    margin-top: -1px;
    border-top: 1px solid #ece8e5;
    opacity: 1;
    filter: alpha(opacity=1);
}

.descriptionArti
{
    margin-bottom: 15px;
    padding-left: 2px;
    margin-left: 10px;
}

.multitest-variant-link {
	display:none;
}




/* New  Contact page  */

.page-contact-p{
    padding: 15px 10px;
    line-height: 16px;
}

.test_ab_new_breadcrumb{
   height: 37px;
   vertical-align: middle;
}

.nouvelle-mdl{
    margin: 0 auto !important;
    float: none !important;
}


/* @temp place rigo, style checkbox */
.check-newsletter
{
    cursor: pointer;
    width : 17px;
    height : 17px;
    vertical-align : middle;
}


.body-continent-wrapper{
	color: #534840;
}

.body-continent-wrapper .h1{
	display:block;
	font-size: 28px;
	font-weight: bold;
	clear: both;
	text-shadow: #F9F7F3 0px 0px 1px;
	padding: 0;
	color: #534840;
	line-height: 28px;
	vertical-align: baseline;
	font-family: 'Droid Sans' !important;
}

.body-continent-wrapper .hentry .h2{

}
.body-continent-wrapper .hentry p{
	margin-bottom:1em;
	line-height:1.4em;
	color: #54473E;
	font-size: 14px;
}
.body-continent-wrapper .hentry a{
	font-size: 14px;
}

.body-continent-wrapper p.intro{
	font-size:1.4em;
	margin:10px 30px 0 30px;
}


.body-continent-wrapper .content-wrapper{
	padding:5px 0;
	background:#fff;
	margin:15px 0;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px #ccc;
	-webkit-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
}
.body-continent-wrapper .content-wrapper-bordered{
	padding:20px 0;
}

.body-continent-wrapper .continent-go-more{
	display:block;
	clear:both;
	margin-bottom:15px;
}

.body-continent-wrapper .continent-go-more figure{
	float:left;
	width:120px;
	height:120px;

}
.body-continent-wrapper .continent-go-more figure img{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width:120px;
    /*
	opacity:.3;
	-ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity = 30);
	transition:all ease-in-out .3s;
	-moz-transition:all ease-in-out .3s;
	-webkit-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
    */
}
.body-continent-wrapper .continent-go-more figure{
	background:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px #ccc;
	-webkit-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
	margin:20px 15px 0;
}
.body-continent-wrapper .continent-go-more:hover figure img{
    /*
	opacity:1;
	-ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100);
    */
}
.body-continent-wrapper .continent-go-more .content-wrapper{
	width:810px;
	padding:0;
	float:right;
	margin-top:0;
	min-height:160px;
}
.body-continent-wrapper .continent-go-more .content-wrapper .in{
	margin:15px 30px;
}

.body-continent-wrapper .continent-go-more .h2{
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	color: #54473E;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom:.5em;
}
.body-continent-wrapper .continent-go-more .h2 a{
	display:block;
	color: #54473E;
	font-size: 22px;
	font-weight:bold;
	margin-bottom:.5em;
	padding:0;
}

.goto{
    color: #534840;
    font-size: 14px;
    line-height: 24px;
    border: 1px #E6E1D9 solid;
    padding: .3em .8em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: linear-gradient(bottom, #F7F7F7 25%, #FFFFFF 61%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 25%, #FFFFFF 61%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 25%, #FFFFFF 61%);
    background-image: -webkit-linear-gradient(bottom,#F7F7F7,#FFFFFF);
    background-image: -ms-linear-gradient(bottom, #F1F2F2 25%, #FFFFFF 61%);
    background-color: #F7F7F7;
}
.goto:hover{
	text-decoration:none;
}

#belowFooter div.agentpromote{
    margin-top: 30px;
    width: 350px;
    text-align:right;
}
#belowFooter div.agentpromote p{
    font-family: 'Droid sans', sans-serif;
    margin-right:125px;
    padding-right:15px;
    font-size:1.1em;
}
#belowFooter div.agentpromote p a{
    font-family: 'Droid sans', sans-serif;
    color:#534840;
    font-size:1.1em;
    display:block;
    line-height:1.4em;
}
#belowFooter div.agentpromote p.title{
	font-family:"Gloria Hallelujah", arial, sans-serif;
    font-size:1.4em;
    padding-top:30px;
    padding-bottom:.3em;
    margin-top:5px;
    background:url('/imageCSS/newHeaderFooter/Footer/arrow.png') top right no-repeat;
	height: auto;
	position: relative;
	top:auto;
	left:auto;
}
#belowFooter div.agentpromote img{
    float:right;
    padding:4px;
    background:#fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);
}


#belowFooter a.partner{
    display:block;
    width:140px;
    height:102px;
    margin:10px 0 0 10px;
    transition: all 1s linear 2s;
    -webkit-transition:all 1s linear 2s;
}
#belowFooter a.partner:hover span{
    opacity:0;
}
#belowFooter a.partner span{
    width:180px;
    height:102px;
    display:block;
    transition: all .3s linear;
    -webkit-transition:all .3s linear;
}
#belowFooter a.partner strong{
    text-indent:-9999px;
    overflow:hidden;
    display:block;
}
#belowFooter a.partner#drv-partner{
    background:url('/images/footer/drv.png') 0 0 no-repeat;
}
#belowFooter a.partner#drv-partner span{
 	background:url('/images/footer/drv.png') 0 -102px no-repeat;

}



.IE8down .iti-medium {
    border : 1px solid #ddd;
}

.IE8down .iti-medium .iti-thumb-map .mapinner {
    width : 232px !important;
}

.iti-medium {
    position: relative;
    height : 210px;
    text-align : center;
    background-color : white;
    border-radius : 5px;
    box-shadow: 0px 0px 5px -1px #534840;
}

.iti-medium-wrap {
    position: relative;
}

.iti-medium-inactive{
    opacity : 0.5;
}

.iti-medium-wrap .user-wishlist-itineraries-heart-button {
    position: absolute;
    z-index: 100;
    top: 87px;
    right: 6px;
}

.iti-medium .iti-thumb-map {
    display : none;
}

.iti-medium .iti-thumb-map .map-container {
    width: 234px;
    height: 150px;
}

.iti-medium .iti-thumb-map .iti-thumb-map-hr {
    margin: 0px;
    border-top-color: #D5D2D0;
}

.iti-medium .iti-thumb-img {
    display : block;
}

.iti-medium .iti-thumb-img .iti-thumb-img-hr {
    margin: 0px;
    border-top-color: transparent;
}

.iti-medium.hoverable:hover .iti-thumb-map {
    display : block;
}

.iti-medium.hoverable:hover .iti-thumb-img {
    display : none;
}

.iti-medium.hoverable:hover .gamme, .iti-medium.hoverable:hover .gamme-title {
    visibility : hidden;
}

.iti-medium .iti-thumb-map img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
}

.iti-medium .iti-thumb-img img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
}

.iti-medium:hover h3 {
    color : #EC5124;
}

.iti-medium:hover .gamme {
    opacity : 1.0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    zoom: 1;
}

.iti-medium h3 {
    line-height : 17px;
    font-size : 15px;
    font-weight : bold;
}

.iti-medium h3:hover {
    color : #EC5124;
    cursor : pointer;
}

.iti-medium .gamme {
    position : relative;
    top : -25px;
    background : black;
    height : 25px;
    opacity : 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    zoom: 1;
}

.iti-medium .gamme-title {
    position : relative;
    top : -44px;
    font-size : 13px;
    color : white;
    font-weight : bold;
}

.iti-medium .desc {
    position : relative;
    top : -36px;
    padding : 2px 5px;
    font-size: 13px;
}

.iti-medium .desc a {
    color : #534840;
}

.iti-medium .desc a:hover {
    text-decoration : none;
}

.iti-medium-wrap.rowcell1 {
	float: left;
	width: 234px;
	margin: 0 6px 12px;
}

.wishlist-title {
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
	color: #534840;
}

.wishlist-subtitle {
	display: block;
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #979797;
}

.header-menu-wishlist {
    position: relative;
    padding: 5px 10px;
}

.header-menu-wishlist .bettyicon-heart {
    font-size: 20px;
    color: #d1cec5;
}

.header-menu-wishlist .bettyicon-heart:hover {
    color: #fff;
}

.header-menu-wishlist .infobulle {
    position: absolute;
    left: 24px;
    top: 0px;
    padding: 0 3px;
    font-size: 10px;
    color: #fff;
    background: #B90000;
    border-radius: 4px;
    line-height: 15px;
}

.user-wishlist-itineraries-heart-button {
    position: absolute;
    z-index: 100;
    top: 87px;
    right: 6px;
    cursor: pointer;
}

.user-wishlist-itineraries-heart-button .bettyicon-heart {
    font-size: 34px;
    color: #E42323;
}

.user-wishlist-itineraries-heart-button .infobulle {
    display: none;
    position: absolute;
    z-index: 102;
    top: 46px;
    left: -94px;
    padding: 12px 8px;
    width: 204px;
    border-radius: 4px;
    color: #fff;
    background: #000;
    text-align: center;
    line-height: 1.3em;
}

.user-wishlist-itineraries-heart-button .infobulle .title {
    position: static;
    font-weight: bold;
}

.user-wishlist-itineraries-heart-button .infobulle .subtitle {
    font-size: 0.9em;
    font-style: italic;
}

.user-wishlist-itineraries-heart-button:hover .infobulle {
    display: inherit;
}

.user-wishlist-itineraries-heart-button .infobulle::before {
    position: absolute;
    z-index: 80;
    display: block;
    content: '';
    bottom: 0;
    top: -13px;
    left: 50%;
    margin-left: -12px;
    width: 26px;
    height: 26px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sponsorship #nouvelle-rgt img {
	border-radius: 6px;
}
.sponsorship #nouvelle-rgt a {
	color: #ccc;
	text-decoration: none;
}
.sponsorship #nouvelle-rgt a:hover {
	color: #fff;
	text-decoration: underline;
}

.voyages .metric{
	background: none;
}
#metrics div .metric_box {
	padding-top:4px;
	display: block;
	width: 200px;
	text-align: center;
}

.credits-welcome p{
	line-height: 1.4em;
	margin: 20px 50px;
}
.credits-welcome-buttons {
	text-align: center;
	padding-bottom: 20px;
}
.credits-welcome-buttons a {
	margin: 0 10px;
	float:none;
	display: inline-block;
}

.loginsuccess p {
	line-height:1.3em;
}
.loginsuccess p a {
	display:block;
	text-align: center;
	padding: 13px 0;
	display: inline-block;
}

label.required:after, span.required:after {
    content: " *";
}

.mandatory-fields-msg {
    font-size: 11px;
    text-align:right;
}

.cnil {
    font-size: 11px;
    text-align:right;
}
