* {
	margin: 0;
	padding: 0;
}

html, body {
	color: #444;
	background: #fff;
	
	font-family: Trebuchet MS,Gill Sans,Myriad,Tahoma,Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}

a {
	text-decoration: none;
}

#HEADERIPHONELINK {
	margin-top: 50px;
	margin-bottom: -50px;
}
#MAIN {
	margin-top: 50px;
	border-top: solid 1px #000;

	background: url('/img/layout/header-fond.png') repeat-x;
}

#PAGE {
	position: relative;
	width: 961px;
}

#SIDEBARLEFT {
	position: absolute;
	top: 168px;
	left: 9px;
	width: 162px;
	overflow: hidden;
}
#SIDEBARRIGHT {
	position: absolute;
	top: 168px;
	right: 10px;
	width: 162px;
	overflow: hidden;
}
#PAGECENTER {
	padding-top: 168px;
	width: 602px;
	overflow: hidden;
}
#PAGETABLE {
	padding-top: 158px;
}

#sidebarunosel {
	padding-top: 15px; 

	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-align: center;
	color: #888;
}
#sidebareuk {
	padding-top: 20px; 

	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-align: center;
	color: #888;
}

/**********************************************************************************************************************************************************************************
*** PAGE HEADER *******************************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

#TOPMENU {
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	overflow: hidden;
}
#TOPMENU TD {
	background: url('/img/layout/headerbtn-noir.png') 0 100% no-repeat;
}
#TOPMENU A {
	display: block;
	background: url('/img/layout/headerbtn-noir2.png') 100% 100% no-repeat;
	text-shadow: 0 1px 2px #888; 
	
	color: #fff;
	font-size: 13px;
	font-weight bold;
	text-decoration: none;
	white-space: nowrap;

	padding: 20px 8px 5px 8px;
}
#TOPMENU TD#topmenuadultes   { background: url('/img/layout/headerbtn-adultes.png') 0 100% no-repeat; }
#TOPMENU TD#topmenuadultes A { background: url('/img/layout/headerbtn-adultes2.png') 100% 100% no-repeat; text-shadow: 0 1px 2px #99A; }
#TOPMENU TD#topmenuetudiants   { background: url('/img/layout/headerbtn-etudiants.png') 0 100% no-repeat; }
#TOPMENU TD#topmenuetudiants A { background: url('/img/layout/headerbtn-etudiants2.png') 100% 100% no-repeat; text-shadow: 0 1px 2px #89A; }
#TOPMENU TD#topmenuados   { background: url('/img/layout/headerbtn-ados.png') 0 100% no-repeat; }
#TOPMENU TD#topmenuados A { background: url('/img/layout/headerbtn-ados2.png') 100% 100% no-repeat; text-shadow: 0 1px 2px #A98; }

.BODY_ADOS #TOPMENU TD { opacity: 0.4; }
.BODY_ADOS #TOPMENU TD#topmenuados { opacity: 1.0; }
.BODY_ETUDIANTS #TOPMENU TD { opacity: 0.4; }
.BODY_ETUDIANTS #TOPMENU TD#topmenuetudiants { opacity: 1.0; }
.BODY_ADULTES #TOPMENU TD { opacity: 0.4; }
.BODY_ADULTES #TOPMENU TD#topmenuadultes { opacity: 1.0; }
#TOPMENU TD:hover { opacity: 1.0 !important; }


#HEADER {
	position: absolute;
	top: 0;
	left: 0;
	width: 961px;
}

#HEADER2 {
	background: url('/img/layout/header.jpg') no-repeat;
	background-position: 50% 0%;
}
.BODY_ADOS #HEADER2 {
	background-image: url('/img/layout/header-ados.jpg');
}
.BODY_ETUDIANTS #HEADER2 {
	background-image: url('/img/layout/header-etudiants.jpg');
}
.BODY_ADULTES #HEADER2 {
	background-image: url('/img/layout/header-adultes.jpg');
}

#headermenu a {
	display: block;
	
	color: #777;
	
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	
	padding: 5px 8px 6px 8px;
}
#headermenu a:hover {
	text-decoration: underline;
}

.headermenuseparateur {
	width: 10px;
	height: 26px;
	background: url('/img/layout/header-separateur.png') no-repeat 50% 50%;
}

#HEADER FORM {
	padding-right: 9px;
}



#HEADERBULLE {
	position: absolute;
	z-index: 1000;
	right: 10px;
	top: 2px;
	width: 421px;
	height: 168px;
	background: url('/img/layout/header-bulle.png') no-repeat;
	overflow: hidden;
}
#HEADERBULLE td {
	padding: 0 8px;
}
#headerbulletexte {
	font-size: 13px;
	line-height: 17px;
}
#headerbulletexte a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#headerbullefermer {
	font-size: 11px;
	text-align: right;
}
#headerbullefermer a {
	color: #665;
	font-weight: normal;
	text-decoration: none;
}

/**********************************************************************************************************************************************************************************
*** PAGE FOOTER *******************************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

#FOOTER {
	color: #ccc;
	
	font-size: 12px;
	text-align: center;
	
	padding: 15px 0 12px 0;
}

#FOOTER a {
	color: #777;
	
	text-decoration: none;
	
	padding: 0 4px;
}
#FOOTER a:hover {
	text-decoration: underline;
}

#GLOBALFOOTER {
	font-size: 10px;
	text-align: center;
	
	width: 550px;
	margin: auto;
	margin-top: 15px;
	padding: 20px;
}
#GLOBALFOOTER A {
	color: #bbb;
	text-decoration: none;
	border: none;
}

/**********************************************************************************************************************************************************************************
*** BANDEAUX **********************************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

.bandeautitre h2,
.bandeautitre h1 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;

	margin: 0;
	padding: 5px 8px 4px 8px;
}
.bandeautitre h2, .bandeautitre h2 a,
.bandeautitre h1, .bandeautitre h1 a {
	color: #295AB3;
	text-decoration: none;
}
.BODY_ADOS .bandeautitre h2, .BODY_ADOS .bandeautitre h2 a,
.BODY_ADOS .bandeautitre h1, .BODY_ADOS .bandeautitre h1 a {
	color: #DF027F;
}
.BODY_ADULTES .bandeautitre h2, .BODY_ADULTES .bandeautitre h2 a,
.BODY_ADULTES .bandeautitre h1, .BODY_ADULTES .bandeautitre h1 a {
	color: #506077;
}

/*
.bandeautitre {
	background: url('/img/blocs-blancs/opaque-no.gif') no-repeat #1dade7;
}
.bandeautitre h1,
.bandeautitre h2 {
	background: url('/img/blocs-blancs/opaque-ne.gif') no-repeat right top;

	font-size: 22px;
	font-weight: normal;
	font-style: normal;

	margin: 0;
	padding: 5px 8px 4px 8px;
}
.bandeautitre h1, .bandeautitre h1 a,
.bandeautitre h2, .bandeautitre h2 a {
	color: #fff;
	
	text-decoration: none;
}

.bandeauimage {
	background: url('/_.gif') no-repeat;
	background-position: 50% 0;
	border: solid 1px #7f9ea8;
}
*/

/**********************************************************************************************************************************************************************************
*** CONTENT BLOCKS ****************************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

.bloc hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 10px 0;
}

/*
.c1 { width: 100%; height: 100%; background: url('/img/coin-no.png') no-repeat; background-position: 0 0; }
.c2 { width: 100%; height: 100%; background: url('/img/coin-ne.png') no-repeat; background-position: 100% 0; }
.c3 { width: 100%; height: 100%; background: url('/img/coin-se.png') no-repeat; background-position: 100% 100%; }
.c4 { width: 100%; height: 100%; background: url('/img/coin-so.png') no-repeat; background-position: 0 100%; }
*/
.c  { padding: 10px 10px 7px 10px; }

.bloc {
	border: solid 1px #ccc;
	
	text-align: justify;
	
	margin-bottom: 10px;
}

.bloctexte {
	padding: 10px 10px 10px 10px;
}

.bloc a {
	color: #000;
	
	text-decoration: underline;
}
.bloc a:hover {
	color: #069;
}

.bloc h1, .bloc h2, .bloc h3, .bloc h4 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	
	border-bottom: solid 1px #eee;
	
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
}
.blocdark h1, .blocdark h2, .blockdark h3, .blockdark h4 {
	border-color: #fff !important;
}
.bloc h1 {
	border-bottom: solid 1px #ccc;
}
.bloc h2 {
}
.bloc h3, .bloc .h3 {
	/*font-family: Arial,sans-serif;*/
	font-size: 14px;
	font-weight: bold;

	margin-top: 5px;
	margin-bottom: 5px;
}
.bloc h3.faq_question {
	font-size: 13px;
}
.bloc h3 a, .bloc h4 a {
	text-decoration: none;
}
.bloc h3 a:hover, .bloc h4 a:hover {
	text-decoration: underline;
}

.bloc h4, .bloc p, .bloc li, .bloc dl {
	/*font-family: Arial,sans-serif;*/
	font-size: 13px;
}
.bloc .large h3, .bloc .large h4, .bloc .large p, .bloc .large li {
	font-size: 17px;
} 
.bloc .small h3, .bloc .small h4, .bloc .small p, .bloc .small li {
	font-size: 12px;
}

.bloc p {
	margin: 0;
	padding: 0 0 3px 0;
}
.bloc p.spacer {
	font-size: 7px;
	margin: 0;
	padding: 0;
}

.bloc ol, .bloc ul, .bloc menu {
	margin: 0 0 0 16px;
	padding: 0 0 0 0;
}
.bloc ul, .bloc menu {
	list-style: circle;
	list-style-image: url('/img/layout/li-etudiants.gif');
}
.BODY_ADOS .bloc ul, .BODY_ADOS .bloc menu {
	list-style-image: url('/img/layout/li-ados.gif');
}
.BODY_ADULTES .bloc ul, .BODY_ADULTES .bloc menu {
	list-style-image: url('/img/layout/li-adultes.gif');
}
.bloc li {
	padding: 0 0 3px 0;
}

.bloc img {
	border-color: white;
}

.bloc dt {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 3px 0;
}
.bloc dd {
	margin-left: 15px;
	padding-bottom: 8px;
}
.bloc form dd {
	padding-bottom: 14px;
}
.bloc dd.highlight { 
	border: solid 1px #cccc99;
	background: #ffffcc;
	padding-top: 2px;
	padding-bottom: 2px;
}


dl.listedestinations {
}
dl.listedestinations dt {
	font-size: 10px;
}
dl.listedestinations dd {
	padding-bottom: 12px;
}
dl.listedestinations ul {
	font-size: 11px;
	
	margin: 0;
	padding: 0;
}
dl.listedestinations li {
	margin: 0 0 0 8px;
	padding: 0;
}



.lirelasuite {
	text-align: right;
}
.lirelasuite a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/**********************************************************************************************************************************************************************************
*** SPECIFIC BLOCKS ***************************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

.blocerreur {
	color: #F00;
	font-weight: bold;
}
.blocerreur a, .blocerreur a:hover {
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}

.map_display {
	border: solid 1px #ccc;
	
	margin-bottom: 10px;
}

/*
#bloccontact1 { color: #642; background: url('/img/degrades/fcfdd3.gif') repeat-x #fcfdd3; }
#bloccontact2 { color: #622; background: url('/img/degrades/fdf0d3.gif') repeat-x #fdf0d3; }
#blocpriveloginlogin { background: url('/img/degrades3/9a62ff.gif') repeat-x #9a62ff; }
#blocsejourapropos { color: #622; background: url('/img/degrades/fdf0d3.gif') repeat-x #fdf0d3; }
*/

/**********************************************************************************************************************************************************************************
*** SIDEBAR BLOCKS ****************************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

.sidebloc {
	width: 162px;

	background: url('/img/blocs/bloc-fond.png') repeat-y;

	font-size: 12px;
	text-align: left;
	
	margin-bottom: 10px;
}
.sidebloc1 {
	width: 100%;
	height: 100%;
	background: url('/img/blocs/bloc-haut.png') 0 0 no-repeat;
}
.sidebloc2 {
	width: 100%;
	height: 100%;
	background: url('/img/blocs/bloc-bas.png') 0 100% no-repeat;
}

.sideblochighlight {
	background: url('/img/blocs/blocHI-fond.png') repeat-y;
}
.sideblochighlight .sidebloc1 {
	background: url('/img/blocs/blocHI-haut.png') 0 0 no-repeat;
}
.sideblochighlight .sidebloc2 {
	background: url('/img/blocs/blocHI-bas.png') 0 100% no-repeat;
}

.sidebloc h3 {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	padding: 7px 8px 5px 8px;
}
.sidebloc h3 a {
	display: block;
}
.sidebloc p {
	padding : 0 8px 5px 8px;
}
.sidebloc a {
	color: #666;
}

.sidebloc h3, .sidebloc h3 a {
	color: #295AB3;
	text-decoration: none;
}
.BODY_ADOS .sidebloc h3, .BODY_ADOS .sidebloc h3 a {
	color: #DF027F;
}
.BODY_ADULTES .sidebloc h3, .BODY_ADULTES .sidebloc h3 a {
	color: #506077;
}

.sidemenu {
	background: url('/img/blocs/bloc-menu-fond.png') repeat-y;
}
.sidemenu1 {
	background: url('/img/blocs/bloc-menu-haut.png') 0 0 no-repeat;
}
.sidemenu2 {
	background: url('/img/blocs/bloc-menu-bas.png') 0 100% no-repeat;
}

.sidemenu ul, .sidemenu menu {
	padding: 4px 0 7px 0;
}
.sidemenu li {
	position: relative;
	list-style: none;
	padding: 4px 13px 5px 13px;
	background: url('/img/blocs/bloc-separateur.png') 50% 100% no-repeat;
}
.sidemenu li:last-child {
	background: none;
}
.sidemenu li a {
	display: block;
}

.sidemenu li.selected {
	border-radius: 4px;
	background: #444;
	margin: 0 10px;
	padding-left: 3px;
}
.sidemenu li.selected a {
	color: #fff;
	font-weight: bold;
}
.sidemenu li.selected a.remove {
	position: absolute;
	top: 0;
	right: 0;
	color: #ff0;
	padding: 3px 4px;
}

/**********************************************************************************************************************************************************************************
*** NAVIGATION ********************************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

#chemin {
	color: #aaa;
	
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	
	margin-bottom: 3px;
}
#chemin .c {
	padding: 4px 8px;
}
#chemin a {
	color: #777;
	text-decoration: none;
}
#chemin a:hover {
	text-decoration: underline;
}
	
	
.tabs {
	NObackground: #ccc;
	
	width: auto;
	
	margin-bottom: -1px;
}
.tabs td {
	border: solid 1px #ccc;
	background: #fff;
}
.tabs td.tab_on {
	background: url('/img/layout/tab-selection.png') 50% 50% repeat-x;
}
.BODY_ADOS .tabs td.tab_on {
	background: url('/img/layout/tab-selection-ados.png') 50% 50% repeat-x;
}
.BODY_ADULTES td.tab_on {
	background: url('/img/layout/tab-selection-adultes.png') 50% 50% repeat-x;
}
.tabs a {
	display: block;
	color: #777;
	
	/*font-family: Arial,sans-serif;*/
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	
	padding: 8px 8px;
}
.tabs a:hover {
	text-decoration: underline;
}
.tabs .tab_on a {
	color: #fff;
}

/*
.hastabs .bandeau {
	margin-bottom: 0;
}
*/

/**********************************************************************************************************************************************************************************
*** BOUTONS ***********************************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

.boutonjaune { 
	background: url('/img/fond-boutonjaune.gif') repeat-x; 
	background-position: 0 50%;
	
	margin-bottom: 10px;
}
.boutonjaune a {
	display: block;

	color: #000;
	color: #310;
	
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-decoration: none;

	padding: 10px 4px;
}
.boutonjaune a:hover {
	color: #000;
	
	text-decoration: underline;
}
#boutoniphone a {
	font-size: 32px;
}


.boutonnews,
.boutonpromo {
	margin-bottom: 10px;
}
.boutonnews td {
	background: url('/img/boutonstrans/vert.png');
	background-position: 50% 50%;
}
.boutonpromo td {
	background: url('/img/boutonstrans/orange.png');
	background-position: 50% 50%;
}
.boutonnews a,
.boutonpromo a {
	display: block;

	color: #fff;
	
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-decoration: none;

	padding: 10px 4px;
}
.boutonnews a:hover,
.boutonpromo a:hover{
	color: #fff;
	
	text-decoration: underline;
}
.boutonnews a {
	text-shadow: 0 0 3px #051;
}
.boutonpromo a {
	text-shadow: 0 0 3px #015;
}



.boutonretour {
	text-align: center;
	
	padding: 0 0 10px 0;
}
.bloctexte .boutonretour { padding: 10px 0 0 0; }
.boutonretour a {
	color: #1dade7;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;

	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;

	padding: 2px 10px;
}
.bloctexte .boutonretour a { color: #fff; background: #1dade7; }
.boutonretour a:hover {
	color: #000;
}
.bloctexte .boutonretour a:hover { color: #fff; background: #000; }




.boutondevis {
	text-align: center;
	
	padding: 8px 0 0 0;
}
.boutondevis a {
	color: #013;
	background: #fff;
	border: solid 2px #39f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

	font-family: Arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;

	padding: 5px 12px;
}
.boutondevis a:hover {
	color: #000;
	
	text-decoration: underline;
}



/**********************************************************************************************************************************************************************************
*** FORMULAIRES ***********************************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

table.form {
	padding-bottom: 4px;
}

tr.formrowmissing {
	background: yellow;
}

td.formlabel {
	/*color: #578;*/
	opacity: 0.8;
	-moz-opacity: 0.8;
	
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-align: right;
	
	padding-right: 5px;
	padding-bottom: 6px;
}
.formtight td.formlabel {
	padding-bottom: 3px;
}

td.formitem {
	font-family: Arial,sans-serif;
	font-size: 13px;
	
	padding-bottom: 6px;
}
.formtight td.formitem {
	padding-bottom: 3px;
}

td.formspacer {
	height: 9px;
	overflow: hidden;
}
.formtight td.formspacer {
	height: 4px;
}

input, textarea, select {
	font-family: Arial,sans-serif;
	font-size: 13px;
}
input.bigtext, textarea.bigtext, select.bigtext {
	font-size: 15px;
	font-weight: bold;
}

.formerror {
	color: #fff;
	background: #f66;
}

#citeliscartes img { border: none !important; }




#permanent_input_login {
	background: url('/img/inputs/identifiant.png') 0 50% no-repeat;
	background-color: #fff;
	padding-left: 26px;
}
#permanent_input_login.empty {
	background-image: url('/img/inputs/identifiant-placeholder.png');
}
#permanent_input_password {
	background: url('/img/inputs/motdepasse.png') 0 50% no-repeat;
	background-color: #fff;
	padding-left: 26px;
}
#permanent_input_password.empty {
	background-image: url('/img/inputs/motdepasse-placeholder.png');
}
#permanent_input_search {
	background: url('/img/inputs/recherche.png') 0 50% no-repeat;
	background-color: #fff;
	padding-left: 20px;
}
#permanent_input_search.empty {
	background-image: url('/img/inputs/recherche-placeholder.png');
}

/**********************************************************************************************************************************************************************************
*** PAGE ACCUEIL *****************************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

#accueil_choixstatut {
	padding-bottom: 0;
}

#accueil_choixstatut h1, #accueil_choixstatut h2, #accueil_choixstatut h3 {
	font-size: 16px;
	
	padding: 0;
	margin: 0;
	border: none;
}
#accueil_choixstatut h1 a, #accueil_choixstatut h2 a, #accueil_choixstatut h3 a {
	display: block;
	color: #fff;
	padding: 7px 10px 2px 10px;
}

#accueil_choixstatut p {
	font-size: 13px;
	opacity: 0.7;
}
#accueil_choixstatut p a {
	display: block;
	color: #fff;
	height: 38px;
	overflow: hidden;
	padding: 0 10px 0 10px;
}

#accueil_choixstatut div {
	color: #fff;
	background: url('/img/layout/news-selection.png') 50% 50% repeat-x;
	background-color: #000;
	border: solid 1px #ccc;
	
	margin: 0 0 10px 0;
	padding: 0;
}
#accueil_choixstatut div#choixstatutadultes {
	background: url('/img/layout/accueilbtn-adultes.jpg') 100% 100% no-repeat;
}
#accueil_choixstatut div#choixstatutetudiants {
	background: url('/img/layout/accueilbtn-etudiants.jpg') 100% 100% no-repeat;
}
#accueil_choixstatut div#choixstatutados {
	background: url('/img/layout/accueilbtn-ados.jpg') 100% 100% no-repeat;
}



.blocindexnewstexte {
	height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: solid 1px #ccc;
}
.blocindexnewstexte h3 {
	font-size: 13px;
	text-align: left;
	
	padding: 0;
	margin: 0;
	border: none;
}
.blocindexnewstexte h3 a, .blocindexnewstexte h3 a:hover {
	color: #295AB3;
	
	display: block;
	padding: 7px 7px 4px 7px;
	margin: 0;
	text-decoration: none;

	width: 220px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blocindexnewstexte p {
	font-size: 11px;
	text-align: left;
	
	padding: 0;
	margin: 0;
	border: none;
}
.blocindexnewstexte p a, .blocindexnewstexte p a:hover {
	color: #555;
	
	display: block;
	padding: 0 7px 7px 7px;
	margin: 0;
	text-decoration: none;
	
	overflow: hidden;
}
.BODY_ADOS .blocindexnewstexte h3 a, .BODY_ADOS .blocindexnewstexte h3 a:hover,
.BODY_ADOS .blocindexnewstexte p a, .BODY_ADOS .blocindexnewstexte p a:hover {
	color: #DF027F;
}
.BODY_ADULTES .blocindexnewstexte h3 a, .BODY_ADULTES .blocindexnewstexte h3 a:hover,
.BODY_ADULTES .blocindexnewstexte p a, .BODY_ADULTES .blocindexnewstexte p a:hover {
	color: #506077;
}
.blocindexnewstexte h3 a:hover, .blocindexnewstexte p a:hover {
	text-decoration: underline;
}

.blocindexnewstexteselected {
	background: url('/img/layout/news-selection.png') 50% 50% repeat-x;
	background-color: #000;
}
.BODY_ADOS .blocindexnewstexteselected {
	background: url('/img/layout/news-selection-ados.png') 50% 50% repeat-x;
	background-color: #000;
}
.BODY_ADULTES .blocindexnewstexteselected {
	background: url('/img/layout/news-selection-adultes.png') 50% 50% repeat-x;
	background-color: #000;
}
.blocindexnewstexteselected h3 a, .blocindexnewstexteselected h3 a:hover,
.blocindexnewstexteselected p a, .blocindexnewstexteselected p a:hover {
	color: #fff !important;
}

#blocindexnewsimagecontainer {
	border-left: solid 1px #ccc;
}

/**********************************************************************************************************************************************************************************
*** TABLEAUX MANUELS SEJOURS ******************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

#corpstextelien {
	text-align: right;
	padding-top: 4px;
}
#corpstextelien a {
	cursor: pointer;
	color: #295AB3;
}
.BODY_ADOS #corpstextelien a {
	color: #DF027F;
}
.BODY_ADULTES #corpstextelien a {
	color: #506077;
}

.sejourtableautitre {
	border: solid 1px #ccc;
	border-bottom: none;
	
	font-size: 16px;
	font-weight: bold;
	
	margin: 0;
	padding: 8px 10px 8px 10px;
}
.sejourtableautitredisclosure {
	display: none;
}
.sejourtableautitrereplie .sejourtableautitredisclosure {
	display: inline;
}
.sejourtableautitrereplie, .sejourtableautitredisclosure {
	color: #295AB3;
}
.BODY_ADOS .sejourtableautitrereplie, .BODY_ADOS .sejourtableautitredisclosure {
	color: #DF027F;
}
.BODY_ADULTES .sejourtableautitrereplie, .BODY_ADULTES .sejourtableautitredisclosure {
	color: #506077;
}

.sejourtableaureplie {
	border-top: solid 1px #ccc;
	height: 10px;
}

.sejourtableau {
	border-collapse: collapse;
	margin-bottom: 10px;
}
.sejourtableau td {
	border: solid 1px #ccc;
}

.sejourtableau a {
	display: block;
	color: #000;
}
.sejourtableau a.inline {
	display: inline;
}

.sejourtableauligne {
	border-top: solid 1px #ccc;
}
.sejourtableauligne:first-child {
	border-top: none;
}

.sejourtableaulieu td {
	border: none;
}
.sejourtableaulieu img {
	border: solid 1px #ccc;
}
.sejourtableaulieutitre {
	font-weight: bold;
	margin-bottom: 4px;
}
.sejourtableaulieudescription {
	color: #444;
	font-size: 11px;
	margin-bottom: 4px;
}
.sejourtableaulieulien {
	padding-top: 3px;
	font-size: 12px;
}

/**********************************************************************************************************************************************************************************
*** PAGES SEJOURS *****************************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

.sejourliste {
	margin-bottom: 20px;
}


#sejoursvotreselection {
	color: #00A7DF;
	
	font-size: 15px;
}
#sejoursvotreselection b,
#sejoursvotreselection a {
	color: #035;
	text-decoration: none;
	border: none;
}

#sejoursvotreselectioninfo {
	font-size: 11px;
	
	margin-bottom: 20px;
}
#sejoursvotreselectioninfo a {
	color: #00A7DF;
	text-decoration: none;
	border: none;
}



.sejourlisteentete {
	background: url('/img/layout/tab-selection.png') 50% 50% repeat-x;
	color: #fff;
}
.BODY_ADOS .sejourlisteentete {
	background: url('/img/layout/tab-selection-ados.png') 50% 50% repeat-x;
}
.BODY_ADULTES .sejourlisteentete {
	background: url('/img/layout/tab-selection-adultes.png') 50% 50% repeat-x;
}

.sejourlisteentete a {
	display: block;
	
	color: #fff;
	font-weight: bold;
	text-decoration: none;

	padding: 3px 6px;
}
.sejourlisteentete a:hover {
	color: #fff;
	text-decoration: underline;
}

.sejourlisteentetepresquecomplet .sejourlistetag a {
	background: #d71;
	text-decoration: blink;
}
.sejourlisteentetepromo .sejourlistetag a {
	background: #3b8;
	text-decoration: blink;
}
.sejourlisteentetecomplet .sejourlistetag a {
	background: #aaa;
	text-decoration: blink;
}

.sejourlistedetails p {
	color: #666;
	
	font-size: 10px;
	
	margin: 0;
	padding: 6px 6px 0 6px;
}
.sejourlistetexte {
	padding: 6px;
}
.sejourlistetexte p {
	font-size: 12px;
	
	margin: 0;
	padding: 0;
}
.sejourlistetexte p a {
	color: #333;
	text-decoration: none;
	border: none;
}

.sejourlisteindices {
	/*float: right;*/
	
	color: #999;
	
	font-size: 10px;
	font-family: Arial,sans-serif;
	font-weight: normal;
	text-align: center;
	
	padding: 0 4px 0 5px;
}
.sejourlisteindices div {
	padding: 6px 0 0 0;
}
.sejourlisteindices img {
	margin: 3px 0 0 0;
}
.sejourpageindice {
	color: #999;
	
	font-size: 10px;
	font-family: Arial,sans-serif;
	font-weight: normal;
	text-align: center;

	padding-left: 5px;
}

.sejourlisteboutons a {
	/*clear: both;*/
	
	color: #fff;
	background: #1dade7;
	border-radius: 5px;
	
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	
	margin: 4px 0 0 4px;
	padding: 4px 10px;
}
.sejourlisteboutons a:hover {
	color: #fff;
	
	text-decoration: underline;
}




.TAGPROMO {
	border: solid 1px #180;
	background: #2a0;
	color: #fff;

	font-family: Tahoma,Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;

	padding: 1px 3px;
}
.TAGPROMOLARGE {
	float: right;
	border: solid 1px #180;
	background: #2a0;
	color: #fff;
	
	font-family: Tahoma,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 4px;
	padding: 3px 5px 2px 5px;
}

.TAGCOMPLET {
	border: solid 1px #810;
	background: #a20;
	color: #fff;

	font-family: Tahoma,Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;

	padding: 1px 3px;
}
.TAGCOMPLETLARGE {
	float: right;
	border: solid 1px #810;
	background: #a20;
	color: #fff;
	
	font-family: Tahoma,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 4px;
	padding: 3px 5px 2px 5px;
}

.TAGPRESQUECOMPLET {
	border: solid 1px #440;
	background: #770;
	color: #fff;

	font-family: Tahoma,Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;

	padding: 1px 3px;
}
.TAGPRESQUECOMPLETLARGE {
	float: right;
	border: solid 1px #840;
	background: #a50;
	color: #fff;
	
	font-family: Tahoma,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 4px;
	padding: 3px 5px 2px 5px;
}


/**********************************************************************************************************************************************************************************
*** PAGES SEJOUR ******************************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

#sejourpromoinfos {
	background: #0A0;
}
#sejourpromoinfos h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}
#sejourpromoinfos h3 a {
	display: block;
	
	color: #fff;
	font-weight: bold;
}
#sejourpromoinfosdetails {
	background: #fff;
	
	margin-top: 8px;
	margin-bottom: 3px;
	padding: 10px;
}

.sejourslideshow {
	text-align: left;
}
.sejourslideshow img {
	border: solid 1px #ccc;
}


.sejourgraphlegende {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 12px;
	text-align: right;
	white-space: nowrap;
	padding: 2px 4px 2px 0;

	border-right: solid 1px black;
}
.sejourgraphbarre {
	padding: 2px 0 0 0;
}
.sejourgraphbarre div {
	height: 12px;
	background: #37C;
}
.sejourgraphvaleur {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	padding-left: 4px;
}
.sejourgraphbas {
	border-top: solid 1px #000;
}


/**********************************************************************************************************************************************************************************
*** PAGES DEVIS / RESERVATION *****************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

table.listprix {
	padding: 0 0 10px 0;
}

table.listprix tr.bordure td {
	border-top: solid 1px #CCC;
	margin-top: 2px;
}

table.listprix td.checkbox {
	padding-top: 5px;
}

table.listprix th {
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 2px 3px 2px;
}

table.listprix td {
	padding: 3px 3px 0 3px;
}
table.listprix td a {
	border: none;
}
table.listprix td, table.listprix td a {
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
table.listprix small, table.listprix small a {
	font-size: 12px;
}

.prixcompletalt {
	color: #0C0;
	font-weight: bold !important;
}
.prixcompletalt a {
	color: #0C0;
	font-weight: bold !important;
	text-decoration: underline !important;
}

table.listprix td.total {
	font-size: 18px;
	border-top: solid 1px;
}
table.listprix td.total small {
	font-size: 12px;
}

.explication {
	border: solid 1px #336;
	background: #cdf;
	padding: 4px 5px;
	margin: 2px 10px 8px 0;
	visibility: hidden;
	display: none;
}
.bloc .explication P {
	color: #336;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

#devis_votre_devis,
#reserv_recapitulatif {
	color: #622; 
	background: url('/img/degrades/fcfdd3.gif') repeat-x #fcfdd3;
	color: #421;
	background: #fcfdd3;
}
#devis_votre_devis h3,
#reserv_recapitulatif h3 {
	border-color: #622; 
	border-color: #842;
}

#devis_login {
	color: #622; 
	background: url('/img/degrades/fdf0d3.gif') repeat-x #fdf0d3;
	color: #421;
	background: #fdd46f;
}
#devis_login h3 {
	border-color: #622; 
	border-color: #842;
}

#devis_votre_selection,
#reserv_prix { 
	color: #642;
	background: url('/img/degrades/fcfdd3.gif') repeat-x #fcfdd3; 
}
#devis_votre_selection h3,
#reserv_prix h3 {
	border-color: #642; 
}
#devis_votre_selection dt a {
	color: #a84;
	text-decoration: none;
}
#devis_votre_selection dd a {
	color: #642;
}

#devis_inscrivez_vous { 
	color: #462;
	background: url('/img/degrades/e0fdd3.gif') repeat-x #e0fdd3; 
}
#devis_inscrivez_vous a {
	color: #462;
	text-decoration: none;
	font-weight: bold;
}

/**********************************************************************************************************************************************************************************
*** JEU SOCIAL ********************************************************************************************************************************************************************
**********************************************************************************************************************************************************************************/

#SOCIAL_BLOC_CONTENU {
	position: relative;
}
#social_lien_deconnexion {
	position: absolute;
	right: 8px;
	top: 7px;
	z-index: 100;
	
	color: white;
	font-size: 11px;
	text-decoration: none;
}


#social_table th {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	
	color: #444;
	border-bottom: solid 1px #AAA;
	padding: 0 0 3px 0;
}
#social_table td {
	font-size: 14px;

	border-bottom: solid 1px #CCC;
	padding: 3px 0 3px 0;
}


























