/*
////////////////////////////////////////////////////////////////////////////////
//
//  Reset CSS
//
////////////////////////////////////////////////////////////////////////////////
*/

* {
	margin: 0;
	padding: 0;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,hr
	{
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
}

hr {
	height: 0;
}

ol,ul {
	list-style: none;
}

table {
	/*border-collapse: separate;*/
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
	vertical-align:top;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Clearfix
//
////////////////////////////////////////////////////////////////////////////////
*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  LIGHTBOX
//
////////////////////////////////////////////////////////////////////////////////
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/Portal_Upload/Images/accueil/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/Portal_Upload/Images/accueil/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/************/

/*
////////////////////////////////////////////////////////////////////////////////
//
//		HTML Balise default skin.
//
////////////////////////////////////////////////////////////////////////////////
*/

p {
	padding: 5px 0;
}

/*
////////////////////////////////////////
//	H1...H6.
////////////////////////////////////////
*/

h1 {
	font-size: 20px;
	color: #006ab3;
}

h2 {
	padding-top: 0;
	font-size: 18px;
	color: #006ab3;
}

h3 {
	font-size: 15px;
	color: #006ab3;
	padding: 10px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	font-weight: bold;
	color: #006ab3;
	padding: 10px 0;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
}

h6 {
	font-size: 13px;
}

h1+h2, h1+h3, h1+h4, h1+h5, h1+h6 {
	padding-top: 5px;
}

h2+h3, h2+h4, h2+h5, h2+h6 {
	padding-top: 5px;
}

h3+h4, h3+h5, h3+h6 {
	padding-top: 5px;
}

h4>h5, h4>h6 {
	padding-top: 5px;
}

h5>h6 {
	padding-top: 5px;
}

/*
////////////////////////////////////////
//	Citation.
////////////////////////////////////////
*/

q {
	font-style: italic;
}

/*
////////////////////////////////////////
//	Emphase.
////////////////////////////////////////
*/

em {
	font-style: italic;
}

/*
////////////////////////////////////////
//	Barre.
////////////////////////////////////////
*/

s {
	text-decoration: line-through;
}

/*
////////////////////////////////////////
//	Italique.
////////////////////////////////////////
*/

samp {
	font-style: italic;
}

/*
////////////////////////////////////////
//	Indice.
////////////////////////////////////////
*/

sub {
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: sub;
}

/*
////////////////////////////////////////
//	Exposant.
////////////////////////////////////////
*/

sup {
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: super;
}

/*
////////////////////////////////////////
//	Grand.
////////////////////////////////////////
*/

big {
	font-size: 1.2em;
}

/*
////////////////////////////////////////
//	Moyen.
////////////////////////////////////////
*/

medium {
	font-size: 1.1em;
}

/*
////////////////////////////////////////
//	Petit.
////////////////////////////////////////
*/

small {
	font-size: 0.8em;
}

/*
////////////////////////////////////////
//	Acronyme.
////////////////////////////////////////
*/

acronym {
	border-bottom: 1px dotted #444;
	cursor: help;
}

acronym:hover {
	color: #018fd1;
	border-bottom: 1px dotted #94ad3c;
}

/*
////////////////////////////////////////
//	Abréviation.
////////////////////////////////////////
*/

abbr {
	text-transform: uppercase;
	color: #111;
	font-style: italic;
}

/*
////////////////////////////////////////
//	Liste et puce.
////////////////////////////////////////
*/

ul, ol {
	padding: 0;
	margin: 0;
}

/*
////////////////////////////////////////
//	Liste Indice.
////////////////////////////////////////
*/

ol li {
	list-style-type: decimal;
	margin-left: 10px;
	font-weight: bold;
}

ul {
	margin-left: 10px;
}

ul li a {
	
}

strong {
	font-weight: bold;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Base Style Portal
//
////////////////////////////////////////////////////////////////////////////////
*/

#zoneRecherche{
	position:relative;
	width:235px;
	height:155;
	z-index: 0;
}

#zoneRechercheSwf {
	z-index: 0;
}

#toplinksswf {
	z-index: 100;
}

#zonePub1{
	position:relative;
	width:235px;
	height:120;
	z-index: 0;
}


td{
	font-size : 11px;
}

.DHeading {
	BACKGROUND-COLOR: White;
	color: #000080;
	font-size : 11px;
	font-family: Verdana;
	font-weight : bold;
	border : 1px dotted #959595;
	border-width : 1px 0px 1px 0px;
}

select {
	background: white;
	font-family: Verdana;
	border: 1px solid #CCC;
	font-size: 11px;
}

A{text-decoration: none;}
A:link , A:hover, A:visited { color: #006ab3; font-weight: normal; text-decoration: none;}
A:visited { color : #018fd1;font-weight : bold;}
A:hover { text-decoration: underline;}

#desc {
    BACKGROUND-COLOR: transparent;
    BORDER-BOTTOM: silver 1px;
    BORDER-LEFT: silver 1px;
    BORDER-RIGHT: silver 1px;
    BORDER-TOP: silver 1px;
    COLOR: black;
    FONT-FAMILY: verdana;
    FONT-WEIGHT: normal;
    MARGIN: 1px 0em;
    TEXT-ALIGN: justify;
    TEXT-INDENT: 0%;
}
.DBody {
	font-family: Verdana; 
	padding-top: 2;
}
.DDate {
	color : #000080; 
}
.DHead {
    color: #000;
	background-color: #8183A2; 
	font-style: normal; 
    font-weight: bold; 
}
.permLec:link {
	color : #000;
	font-weight : bold;
	text-decoration: none;
}
.LayCatPathText {
	font-family: verdana;
	font-size:xx-small;
	font-weight: bold;
	color: #006AB3;
}
.LayCatPathHref, .LayCatPathHref A:link, .LayCatPathHref A:visited {
	font-family: verdana;
	font-size:xx-small;
	font-weight : normal;
	text-decoration: none;
	color: #9FA2A4;
}
.LayCatPathHref A:hover {
	font-family: verdana;
	font-weight : normal;
	text-decoration: none;
	color: #808386;
}
.LayCatChildTitle {
	font-family: verdana;
	font-weight: bold;
	color: #7C7C7C;
	margin : 10px;
	background : #DFDFDF;
}
.LayCatLayoutTitle {
	font-family: verdana;
	font-weight: normal;
	color: #000080;
}
#iframe_modules {
	left: 0px;
	top: 50px;	
	width: 100%;
	height: 660px;
	font-size: 12px;
}

#iframe_modules iframe {
	height: 660px;
	width: 690px;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  HomePage
//
////////////////////////////////////////////////////////////////////////////////
*/

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Styles
//
////////////////////////////////////////////////////////////////////////////////
*/

body {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #3b3a3a;
	padding-top: 0px;
	background: url(/Portal_Upload/Images/accueil/layout/bg.png) no-repeat center bottom;
}

.body {
	text-align: center;
}

#page {
	width: 960px;
	margin: 0 auto;
}

#page #main {
	float: left;
	width: 695px;
	margin-left: 15px;
	padding-top: 10px;
	text-align: left;
	z-index: 999;
}

#page #local {
	float: left;
	width: 250px;
	padding-top: 10px;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Header
//
////////////////////////////////////////////////////////////////////////////////
*/

#header {
	margin-top: 10px;
	text-align: left;
	position: relative;
	padding-top: 0;
}

#header p {
	padding: 0; 
}

#header #header-top h1 {
	width: 475px;
	height: 91px;
}

#header #navigator {
	margin-top: 10px;
}

#header #header-top h1 a {
	display: block;
	background: url(/Portal_Upload/Images/accueil/title.png) no-repeat center 0;
	width: 475px;
	height: 91px;
	text-indent: -6000em;
}

#header #header-top h2 {
	width: 235px;
	height: 11px;
	background: url(/Portal_Upload/Images/accueil/officiel.png) no-repeat 0 0;
	text-indent: -6000em;
	position: absolute;
	left: 230px;
	top: 80px;
}

#header #top-links .input {
	font-size: 11px;
	color: #444;
	border: 0 none;
	background: white;
}

#header #top-links {
	color: #575757;
}

#header #top-links h3 {
	padding: 2px 2px 4px 2px;
	font-weight: bold;
	font-size: 11px;
	color: #444;
}
/*
////////////////////////////////////////
//	Search.
////////////////////////////////////////
*/

#header #top-links .search {
	position: absolute;
	background-color: #e3e3d2;
	height: 67px;
	width: 167px;
	padding: 4px;
	left: 470px;
	top: 23px;
}

#header #top-links .search .input-search {
	background: url(/Portal_Upload/Images/accueil/layout/search-input.png) no-repeat 0 0;
	position: relative;
	width: 175px;
	height: 24px;
}

#header #top-links .search .input-search .input {
	position: absolute;
	left: 7px;
	top: 3px;
	width: 130px;
}

#header #top-links .search .input-search .submit {
	position: absolute;
	left: 152px;
	top: 7px;
}

#header #top-links select {
	width: 120px;
}

#header #top-links .search .select-search {
	padding: 3px;
	position: relative;
}

#header #top-links .search .select-search .select {
	width: 144px;
}

#header #top-links .search .select-search .submit {
	left: 152px;
	position: absolute;
	top: 7px;
}

/*
////////////////////////////////////////
//	Newsletter.
////////////////////////////////////////
*/

#header #top-links .newsletter {
	position: absolute;
	background-color: #f1f1e8;
	height: 67px;
	width: 202px;
	left: 650px;
	top: 23px;
	padding: 4px;
}

#header #top-links .newsletter .input-newsletter {
	background: url(/Portal_Upload/Images/accueil/layout/newsletter-input.png) no-repeat 0 0;
	position: relative;
	width: 210px;
	height: 24px;
	
}

#header #top-links .newsletter .input-newsletter .input {
	position: absolute;
	left: 7px;
	top: 3px;
	width: 160px;
	
}

#header #top-links .newsletter .input-newsletter .submit {
	position: absolute;
	left: 185px;
	top: 7px;
}

#header #top-links .newsletter .select-newsletter {
	position: relative;
}

#header #top-links .newsletter .select-newsletter select {
	width: 90px;
}

#header #top-links .newsletter .select-newsletter {
	margin-top: 0px;
}

#header #top-links .newsletter .carnetdebord {
	background: url(/Portal_Upload/Images/accueil/layout/carnetdebord.png) no-repeat right bottom;
	position: absolute;
	left: 94px;
	padding-bottom: 4px;
	display: block;
	top: 0;
	width: 108px;
	color: #707071;
	font-size: 9px;
	font-weight: bold;
}

/*
////////////////////////////////////////
//	Carte.
////////////////////////////////////////
*/

#header #top-links .carte {
	position: absolute;
	left: 865px;
	top: 23px;
	height: 75px;
	width: 94px;
}

#header #top-links .carte a {
	display: block;
	background: url(/Portal_Upload/Images/accueil/layout/carte.png) no-repeat 0 0;
	height: 75px;
	width: 94px;
	text-indent: -6000em;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Footer
//
////////////////////////////////////////////////////////////////////////////////
*/

#footer {
	padding: 5px 0;
}

#footer ul, #footer p {
	text-align: center;
	padding: 2px 0;
}

#footer p {
	font-style: italic;
	color: #888;
}

#footer ul li {
	display: inline;
	background: url(/Portal_Upload/Images/accueil/forms/bullet-blue.png) no-repeat 0 center;
	padding-left: 12px;
	padding-right: 5px;
}

#footer ul li:first-child {
	background: 0 none;
}

#footer a, #footer {
	color: #3b3a3a;
}

#sitemap ul li a {
	display: block;
	padding: 5px 0;
	padding-left: 15px;
	background: url(/Portal_Upload/Images/accueil/forms/arrow-blue.png) no-repeat 0 6px;
	color: #00b9d2;
	font-weight: bold;
}

#sitemap ul li li a {
	background: url(/Portal_Upload/Images/accueil/forms/arrow-red.png) no-repeat 0 6px;
	color: #ca2619;
}

#sitemap ul li li li a {
	background: url(/Portal_Upload/Images/accueil/forms/arrow-violet.png) no-repeat 0 6px;
	color: #888;
	font-weight: normal;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Fieldset
//
////////////////////////////////////////////////////////////////////////////////
*/

.field label {
	display: block;
	padding-bottom: 4px;
	padding-left: 20px;
	background: url(/Portal_Upload/Images/accueil/forms/arrow01.png) no-repeat 0 5px;
}

.field {
	width: 300px;
	padding: 6px 0;
}

.field .input, .field .area {
	width: 300px;
}

.input, .area {
	background-color: white;
	border: 1px solid #bcbcbc;
	background: white url(/Portal_Upload/Images/accueil/forms/input.gif) repeat-x 0 0;
	padding: 1px;
}

.input:focus, .area:focus {
	background-color: #f2f2f2;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Nav
//
////////////////////////////////////////////////////////////////////////////////
*/

#nav {
	background: url(/Portal_Upload/Images/accueil/nav/bg.png) repeat-x 0 0;
	height: 48px;
	position: relative;
	width: 957px;
}

#nav, #nav ul {
	list-style: none;	
	z-index:995;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	text-decoration: none;
	line-height: 23px;
	height: 25px;
	padding: 0 8px 0 4px;
	color: white;
	font-weight: normal;
}

#nav li {
	float: left;
	padding: 0;
	margin: 0;
	text-align:center;
	height: 20px;
}

/* 1er sous menu */
#nav li ul {
	position: absolute;
	white-space:nowrap;
	text-align:left;
	width: 957px;
	margin: 0;
	top: 25px;
	left: 0;
	height: 25px;
}

#nav li ul a {
	color: #575757;
}

#nav li ul ul {
	left: -9999px;
}

#nav li li {
}

#nav li ul ul {
	width: 600px;
}

/* largeur 2eme sous menu */
#nav li ul ul li {	
	width: 200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -9890em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: 0;
}

#nav #col_01_niv_0, #nav #col_02_niv_0, #nav #col_03_niv_0, #nav #col_04_niv_0, #nav #col_05_niv_0, #nav #col_06_niv_0, #nav #col_07_niv_0,
	#nav #col_08_niv_0, #nav #col_09_niv_0, #nav #col_01_niv_0_selected, #nav #col_02_niv_0_selected, #nav #col_03_niv_0_selected, #nav #col_04_niv_0_selected, #nav #col_05_niv_0_selected, #nav #col_06_niv_0_selected, #nav #col_07_niv_0_selected,
	#nav #col_08_niv_0_selected, #nav #col_09_niv_0_selected {
	width: 115px;
	height: 25px;
	position: relative;
}

#nav #col_01_niv_0 a, #nav #col_02_niv_0 a, #nav #col_03_niv_0 a, #nav #col_04_niv_0 a, #nav #col_05_niv_0 a, #nav #col_06_niv_0 a, #nav #col_07_niv_0 a,
	#nav #col_08_niv_0 a, #nav #col_09_niv_0 a {
	position: absolute;
	left: -10px;
	background: url(/Portal_Upload/Images/accueil/nav/blue.png) no-repeat 0 0;
	width: 125px;
	height: 25px;
}

#nav #col_01_niv_0_selected a, #nav #col_02_niv_0_selected a, #nav #col_03_niv_0_selected a, #nav #col_04_niv_0_selected a, #nav #col_05_niv_0_selected a, #nav #col_06_niv_0_selected a, #nav #col_07_niv_0_selected a,
	#nav #col_08_niv_0_selected a, #nav #col_09_niv_0_selected a {
	background: url(/Portal_Upload/Images/accueil/nav/select.png) no-repeat 0 0;
	width: 125px;
	height: 25px;
	position: absolute;
	left: -10px;
	color: #444;
}

#nav #col_08_niv_0_selected a {
	background: url(/Portal_Upload/Images/accueil/nav/green-select.png) no-repeat 0 0;
}

#nav #col_09_niv_0_selected a {
	background: url(/Portal_Upload/Images/accueil/nav/red-select.png) no-repeat 0 0;
	color: white;
}

#nav #col_01_niv_0 ul, #nav #col_02_niv_0 ul, #nav #col_03_niv_0 ul, #nav #col_04_niv_0 ul, #nav #col_05_niv_0 ul, #nav #col_06_niv_0 ul, #nav #col_07_niv_0 ul,
	#nav #col_08_niv_0 ul, #nav #col_09_niv_0 ul {
		display: none;
}

#nav #col_01_niv_0_selected ul, #nav #col_02_niv_0_selected ul, #nav #col_03_niv_0_selected ul, #nav #col_04_niv_0_selected ul, #nav #col_05_niv_0_selected ul, #nav #col_06_niv_0_selected ul, #nav #col_07_niv_0_selected ul,
	#nav #col_08_niv_0_selected ul, #nav #col_09_niv_0_selected ul {
		display: block;
}

#nav #col_08_niv_0 a {
	background: url(/Portal_Upload/Images/accueil/nav/green.png) no-repeat 0 0;
}

#nav #col_09_niv_0 a {
	background: url(/Portal_Upload/Images/accueil/nav/red.png) no-repeat 0 0;
}

#nav #col_01_niv_0 ul li, #nav #col_02_niv_0 ul li, #nav #col_03_niv_0 ul li, #nav #col_04_niv_0 ul li, #nav #col_05_niv_0 ul li, #nav #col_06_niv_0 ul li, #nav #col_07_niv_0 ul li,
	#nav #col_08_niv_0 ul li, #nav #col_09_niv_0 ul li, #nav #col_01_niv_0_selected ul li, #nav #col_02_niv_0_selected ul li, #nav #col_03_niv_0_selected ul li, #nav #col_04_niv_0_selected ul li, #nav #col_05_niv_0_selected ul li, #nav #col_06_niv_0_selected ul li, #nav #col_07_niv_0_selected ul li,
	#nav #col_08_niv_0_selected ul li, #nav #col_09_niv_0_selected ul li {
	background: url(/Portal_Upload/Images/accueil/nav/level1-sep.png) no-repeat right bottom;
	padding-right: 14px;
	padding-left: 12px;
	height: 23px;
}

#nav #col_01_niv_0 ul a, #nav #col_02_niv_0 ul a, #nav #col_03_niv_0 ul a, #nav #col_04_niv_0 ul a, #nav #col_05_niv_0 ul a, #nav #col_06_niv_0 ul a, #nav #col_07_niv_0 ul a,
	#nav #col_08_niv_0 ul a, #nav #col_09_niv_0 ul a, #nav #col_01_niv_0_selected ul a, #nav #col_02_niv_0_selected ul a, #nav #col_03_niv_0_selected ul a, #nav #col_04_niv_0_selected ul a, #nav #col_05_niv_0_selected ul a, #nav #col_06_niv_0_selected ul a, #nav #col_07_niv_0_selected ul a,
	#nav #col_08_niv_0_selected ul a, #nav #col_09_niv_0_selected ul a {
		background: 0 none;
		position: relative;
		width: auto;
		padding: 0;
		left: auto;
		top: auto;
}


#nav #col_01_niv_0, #nav #col_01_niv_0_selected {
	width: 105px;
}

#nav #col_01_niv_0 a, #nav #col_01_niv_0_selected a {
	width: 115px;
}

#nav #col_02_niv_0, #nav #col_02_niv_0_selected {
	width: 95px;
}

#nav #col_02_niv_0 a, #nav #col_02_niv_0_selected a {
	width: 115px;
}


#nav #col_06_niv_0, #nav #col_06_niv_0_selected {
	width: 105px;
}

#nav #col_06_niv_0 a, #nav #col_06_niv_0_selected a {
	width: 115px;
}


#nav #col_07_niv_0, #nav #col_07_niv_0_selected {
	width: 90px;
}

#nav #col_07_niv_0 a, #nav #col_07_niv_0_selected a {
	width: 100px;
}

#nav #col_08_niv_0, #nav #col_08_niv_0_selected {
	width: 125px;
}

#nav #col_08_niv_0 a, #nav #col_08_niv_0_selected a {
	width: 135px;
}

#nav #col_09_niv_0, #nav #col_09_niv_0_selected {
	width: 80px;
}

#nav #col_09_niv_0 a, #nav #col_09_niv_0_selected a {
	width: 90px;
}


#nav #col_02_niv_0_selected>ul {
	left: -105px;
}

#nav #col_03_niv_0_selected>ul {
	left: -200px;
}

#nav #col_04_niv_0_selected>ul {
	left: -320px;
}

#nav #col_05_niv_0_selected>ul {
	left: -430px;
}

#nav #col_06_niv_0_selected>ul {
	left: -555px;
}

#nav #col_07_niv_0_selected>ul {
	left: -650px;
	
}

#nav #col_08_niv_0_selected ul a {
	color: white;
}

#nav #col_08_niv_0_selected>ul {
	left: -740px;
	background: url(/Portal_Upload/Images/accueil/nav/bggeen.png) repeat-x 0 0;
}

#nav #col_09_niv_0_selected>ul {
	left: -865px;
	background: url(/Portal_Upload/Images/accueil/nav/bgred.png) repeat-x 0 0;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Local
//
////////////////////////////////////////////////////////////////////////////////
*/

/*
////////////////////////////////////////
//	Réservation.
////////////////////////////////////////
*/

#local .reservation {
	text-align: left;
}

#local .reservation h3 {
	background: url(/Portal_Upload/Images/accueil/local/title.png) no-repeat 0 0;
	width: 140px;
	height: 17px;
	line-height: 17px;
	text-indent: 6px;
	text-align: left;
	margin-bottom: 5px;
	color: white;
	letter-spacing: -1px;
	font-size: 11px;
	padding: 0;
}

#local .reservation form {
	background-color: #e3e3d2;
	padding: 5px 10px;
	text-align: left;
}

#local .reservation .type {
	background-color: #f1f1e8;
}

#local .reservation .type {
	margin: 0;
	padding: 0;
}

#local .reservation .type li {
	float: left;
	padding: 4px 6px;
	border-right: 2px solid white;
	margin: 0;
}

#local .reservation .type li a {
	padding: 0;
	margin: 0;
}

#local .reservation .type .last {
	border: 0 none;
}

#local .reservation .type .select {
	background-color: #e3e3d2;
}

#local .reservation p {
	height: 24px;
}

#local .reservation .type a {
	color: #4a4a4a;
	font-weight: bold;
}

#local .reservation .select-reservation-situation {
	position: relative;
	height: 28px;
}

#local .reservation .select-reservation-situation img {
	position: absolute;
	top: 0;
	left: 10px;
}

#local .reservation .select-reservation-situation select {
	position: absolute;
	top: 2px;
	left: 35px;
	width: 180px;
}

#local .reservation .medium-select select {
	width: 140px;
}

#local .reservation .submit {
	height: auto;
	padding-top: 5px;
	text-align: right;
}

#local .type-search {
	background: #b4b5a1;
	margin: 2px 0;
}

#local .type-search li a {
	color: #4a4a4a;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#local .type-search li {
	float: left;
	border-right: 2px solid white;
	padding: 3px 5px;
}

#local .type-search .last {
	border: 0 none;
}

/*
////////////////////////////////////////
//	Box.
////////////////////////////////////////
*/

#local .box-green h3, #local .box-blue h3, #local .box-blue-dark h3 {
	padding: 0;
	padding: 5px 0 5px 8px;
	font-weight: bold;
	color: white;
}

#local .box-green h3 span, #local .box-blue h3 span, #local .box-blue-dark h3 span {
	font-weight: bold;
	padding-right: 24px;
}

#local .box-blue, #local .box-green, #local .box-blue-dark {
	text-align: left;
	margin: 4px 0;
	z-index:5;
}

#local .box-content {
	padding: 5px;
}

/*
////////////////////////////////////////
//	Box Green.
////////////////////////////////////////
*/

#local .box-green {
	background: #9fd526;
}

#local .box-green h3 span {
	background: url(/Portal_Upload/Images/accueil/forms/points-green.gif) no-repeat right 3px;
}

/*
////////////////////////////////////////
//	Box Blue Dark.
////////////////////////////////////////
*/

#local .box-blue-dark {
	background: #006ab3;
}

#local .box-blue-dark h3 {
	background-color: #004b98;
}

#local .box-blue-dark h3 span {
	letter-spacing: -1px;
	font-size: 13px;
}

#local .box-blue-dark a {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

#local .box-blue-dark a:hover {
	text-decoration: none;
}

#local .box-blue-dark ul li {
	list-style: circle;
	list-style-type: disc;
	padding: 3px 0;
	margin-left: 15px;
	color: white;
}

/*
////////////////////////////////////////
//	Box Blue.
////////////////////////////////////////
*/

#local .box-blue {
	background: #009ee0;
}

#local .box-blue h3 span {
	background: url(/Portal_Upload/Images/accueil/forms/points-blue.gif) no-repeat right 3px;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Nuage
//
////////////////////////////////////////////////////////////////////////////////
*/

#nuage {
	font-size: 12px;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Personal Styles
//
////////////////////////////////////////////////////////////////////////////////
*/

/*
////////////////////////////////////////
//	Box Gray.
////////////////////////////////////////
*/

.main .box-gray {
	background: #e3e3d2 url(/Portal_Upload/Images/accueil/forms/bggray.png) repeat-x 0 bottom;
	font-size: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.main .box-gray h3 {
	font-size: 17px;
	padding: 5px 0;
	padding-left: 10px;
}

.main .box-gray h3 span {
	background: url(/Portal_Upload/Images/accueil/forms/title-blue.png) right 3px no-repeat;
	font-weight: bold;
}

.main .box-gray h4 {
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-decoration: none;
}

.main .box-gray li {
	padding: 6px 0;
	padding-right: 60px;
	position: relative;
}

.main .box-gray li .prix-bleu {
	position: absolute;
	left: 185px;
	top: 4px;
	background: url(/Portal_Upload/Images/accueil/forms/price-gray-blue.png) no-repeat 0 0;
	width: 45px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #222;
	font-size: 13px;
	font-weight: bold;
}

.main .box-gray .box-content {
	padding: 2px 8px 8px 8px;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Style Editor
//
////////////////////////////////////////////////////////////////////////////////
*/

.box-important {
	border: 1px solid #009ee0;
	padding: 5px;
	background-color: #d4e8f7;
}

.titre-bleu {
	margin: 2px 0;
	padding: 10px 0;
	color: #006ab3;
	font-size: 22px;
	font-weight: bold;
}

.titre-bleu span {
	background-color: red;
	padding-right: 24px;
	background: url(/Portal_Upload/Images/accueil/forms/title-blue.png) right 8px no-repeat;
}

.fonds-vert {
	background: #e2f2bd;
	padding: 5px;
}

.titre-avecbulle {
	position: relative;
	z-index: 1000;
}

.titre-avecbulle h1 {
	width: 350px;
	font-size: 17px;
}

.titre-avecbulle .bulle-blanc-second {
	position: absolute;
	z-index: 199;
	left: 350px;
	top: 0;
}

.bulle-blanc-second {
	display: block;
	padding:0;
	margin: 0;
	width: 57px;
	height: 46px;
	line-height: 45px;
	background: url(/Portal_Upload/Images/accueil/bulleblanc/bulle-rouge.png) no-repeat 0 0;
	color: white;
	text-align: center;
	padding: 5px;
}

.fonds-second {
	background: #d80000;
	padding: 5px;
}

.fonds-second .price {
	 background: url(/Portal_Upload/Images/accueil/local/price-red.png) 0 0 no-repeat;
	 height: 47px;
	 padding: 0;
	 padding-top: 10px;
	 width: 70px;
	 margin: 0;
	 text-align: center;
	 font-size: 11px;
	 font-weight: normal;
	 color: #d80000;
}

.fonds-second .price strong {
	font-size: 16px;
	font-weight: normal;
	color: #d80000;
}

.title-soiree-second {
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #d80000;
	padding-top: 5px;
}

.couleur-second {
	color: #d80000;
}

.bordure-haut-second {
	border-top: 1px solid #d80000;
	margin-top: 5px;
	padding-top: 5px;
}

.fonds-second, .fonds-second * {
	color: white; 
}






.bordure-haut-vert {
	border-top: 1px solid #9fd526;
	margin-top: 5px;
	padding-top: 5px;
}

.title-soiree-vert {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #34900c;
	padding-top: 5px;
}

.texte-puce-bleu {
	color: #006ab3;
	font-size: 11px;
	padding: 0 10px;
	padding-left: 20px;
	background: url(/Portal_Upload/Images/accueil/forms/circle-blue.png) 8px 0px no-repeat;
}

.bar-absolute {
	position: relative;
	height: 10px;
	width: 160px;
}

.bar-absolute .bar-blue, .bar-absolute .bar-blue-double {
	position: absolute;
	top: 0;
	left: 5px;
	width: 160px;
}

.bar-blue {
	background: url(/Portal_Upload/Images/accueil/forms/bar-blue.png) no-repeat 0 0;
	font-size: 10px;
	color: white;
	text-align: left;
	line-height: 15px;
	padding: 0;
	margin: 0;
	text-indent: 20px;
}

.bar-blue-double {
	background: url(/Portal_Upload/Images/accueil/forms/bar-blue-double.png) no-repeat 0 0;
	font-size: 10px;
	color: white;
	text-align: left;
	line-height: 13px;
	padding: 2px 10px 2px 4px;
	margin: 0;
	text-indent: 14px;
	padding-right: 10px;
	min-height:50px;
}

.prix-vert {
	background: url(/Portal_Upload/Images/accueil/local/price-green.jpg) no-repeat 0 0;
	height: 49px;
	width: 59px;
	line-height: 49px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-right: 2px;
	margin: 0 0 0 auto;
}

.bulle {
	background: url(/Portal_Upload/Images/accueil/forms/bulle.png) no-repeat 0 0;
}

.fleche-bleu {
	background: url(/Portal_Upload/Images/accueil/forms/arrow-blue.png) no-repeat right 3px;
	padding-right: 20px;
}

.bg-blue {
	background: #ccecf9;
	padding: 10px;
}

.block-list p {
	width: 25%;
	float: left;
	text-align: center;
	height: 120px;
	padding: 5px 0;
}

.block-list a {
	display: block;
	text-align: center;
	padding: 2px 4px;
}

.block-list img {
	border: 2px solid #CCC;
	background-color: white;
	padding: 2px;
}

.block-images {
	text-align: center;
}

.block-images img {
	border: 2px solid #CCC;
	background-color: white;
	padding: 2px;
}

.block-list .odd {
	background-color: #F2F2F2;
}

.liensutiles h2 {
	padding: 4px 0;
}

.liensutiles ul {
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	border-bottom: 1px solid #CCC;
}

.liensutiles ul li {
	list-style: circle;
	list-style-type: disc;
	padding: 3px 0;
	margin-left: 15px;
}

.list li {
	list-style: circle;
	list-style-type: disc;
	padding: 3px 0;
	margin-left: 15px;
}

.liensutiles ul li a {
	color: #444;
}

.item-weeks {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 2px solid #CCC;
}

.item-weeks .img {
	padding-right: 10px;
}

.item-weeks .img img {
	display: block;
	border: 2px solid #CCC;
	background-color: white;
	padding: 2px;
}

.item-weeks .plusinfos {
	padding-top: 4px;
	display: block;
	padding-left: 22px;
	background: url(/Portal_Upload/Images/accueil/forms/arrow01.png) no-repeat 0 9px;
	color: #888;
	font-weight: bold;
}

.item-weeks .prix {
	padding: 4px 0;
	color: #222;
	font-weight: bold;
}

.item-weeks .prix strong {
	color: #C31615;
	font-weight: bold;
	font-size: 14px;
}

a.voirtouslessejours {
	display: block;
	padding-left: 22px;
	background: url(/Portal_Upload/Images/accueil/forms/arrow01.png) no-repeat 0 4px;
	color: #888;
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 13px;
}

a.btarrow, .btarrow {
	display: block;
	border: 0 none;
	padding-left: 22px;
	background: url(/Portal_Upload/Images/accueil/forms/arrow01.png) no-repeat 0 4px;
	color: #888;
	font-weight: bold;
	font-size: 12px;
}


.bulle-block {
	position: relative;
	height: 600px;
	width: 700px;
}

.bulle-block .bulle-rouge, .bulle-block .bulle-vert, .bulle-block .bulle-orange,
	.bulle-block .bulle-bleu, .bulle-block .bulle-violet {
		position: absolute;
		width: 200px;
		padding: 0 15px;
}

.bulle-block .bulle-click {
	display: block;
	height: 177px;
	width: 200px;
	text-indent: -6000em;
}

.bulle-block .bulle-rouge {
	left: 470px;
	top: 0;
	color: #d80000;
	background: url(/Portal_Upload/Images/accueil/bulle/bulle-rouge.png) no-repeat center 0;
}

.bulle-block .bulle-vert {
	left: 0;
	top: 0;
	color: #439c45;
	background: url(/Portal_Upload/Images/accueil/bulle/bullet-vert.png) no-repeat center 0;
}

.bulle-block .bulle-vert .bulle-click {
	height: 150px;
}

.bulle-block .bulle-orange {
	left: 470px;
	top: 350px;
	color: #e9811d;
	background: url(/Portal_Upload/Images/accueil/bulle/bulle-orange.png) no-repeat center 0;
}

.bulle-block .bulle-orange .bulle-click {
	height: 150px;
}

.bulle-block .bulle-bleu {
	left: 235px;
	top: 100px;
	color: #009ee0;
	background: url(/Portal_Upload/Images/accueil/bulle/bulle-bleu.png) no-repeat center 0;
}

.bulle-block .bulle-bleu .bulle-click {
	height: 170px;
}

.bulle-block .bulle-violet {
	left: 0;
	top: 300px;
	color: #916ad6;
	background: url(/Portal_Upload/Images/accueil/bulle/bulle-violet.png) no-repeat center 0;
}

.bulle-block .bulle-violet .bulle-click {
	height: 170px;
}

.bulle-block .bulle-violet h2 {
	color: #916ad6;
	border-bottom: 1px solid #916ad6;
}

.bulle-block .bulle-rouge h2 {
	color: #d70000;
	border-bottom: 1px solid #d70000;
}

.bulle-block .bulle-vert h2 {
	color: #9fd526;
	border-bottom: 1px solid #9fd526;
}

.bulle-block .bulle-orange h2 {
	color: #f39200;
	border-bottom: 1px solid #f39200;
}

.bulle-block .bulle-bleu h2 {
	color: #009ee0;
	border-bottom: 1px solid #009ee0;
}

.bulle-block .bulle-violet a, .bulle-block .bulle-violet a:hover {
	color: #916ad6;
	text-decoration: none;
}

.bulle-block .bulle-rouge a, .bulle-block .bulle-rouge a:hover {
	color: #d70000;
	text-decoration: none;
}

.bulle-block .bulle-vert a, .bulle-block .bulle-vert a:hover {
	color: #9fd526;
	text-decoration: none;
}

.bulle-block .bulle-orange a, .bulle-block .bulle-orange a:hover {
	color: #f39200;
	text-decoration: none;
}

.bulle-block .bulle-bleu a, .bulle-block .bulle-bleu a:hover {
	color: #009ee0;
	text-decoration: none;
}


/*
////////////////////////////////////////////////////////////////////////////////
//
//  Login
//
////////////////////////////////////////////////////////////////////////////////
*/

#bodyLogin {
	background: #F2F2F2 none;
	text-align: center;
}

#bodyLogin .loginConnect {
	width: 274px;
	height: 226px;
	margin: 20px auto;
	background: url(/portal_templates/v3/Images/connexion.png) 0 0 no-repeat;
	position: relative;
}

#bodyLogin .login label {
	position: absolute;
	top: 43px;
	left: 20px;
}

#bodyLogin .input {
	position: absolute;
	left: 23px;
	background: #ececec;
	border: 0 none;
	width: 220px;
	font-size: 11px;
	font-family: Verdana, Arial;
}

#bodyLogin .login .input {
	top: 60px;
}

#bodyLogin .password label {
	position: absolute;
	top: 94px;
	left: 20px;
}

#bodyLogin .password .input {
	top: 111px;
}

#bodyLogin .lostpassword {
	position: absolute;
	top: 180px;
	padding: 0 20px;
	left: 0;
}

#bodyLogin .lostpassword a, #bodyLogin .lostpassword a:hover, #bodyLogin .lostpassword a:visited {
	font-weight: normal;
}

#bodyLogin .submit {
	position: absolute;
	top: 140px;
	left: 90px;
}

#bodyLogin .error,#bodyLogin .error span {
	color: red;
	font-weight: bold;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Child Menu
//
////////////////////////////////////////////////////////////////////////////////
*/

.Child_Menu a {
	color: #575757;
	font-weight: normal;
}

.Child_Menu {
	background: #d7f5ff url(/Portal_Upload/Images/accueil/forms/barblue.png) repeat-x scroll 0 bottom;
	margin-top: 5px;
}

.Child_Menu_Table td {
	width: auto;
	padding: 5px 15px 7px 15px;
	background: url(/Portal_Upload/Images/accueil/nav/level1-sep.png) no-repeat right bottom;
}

.Child_Menu_Table .Child_Menu_Cell_Selected a {
	color: #006AB3;
	font-weight: normal;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Style Result
//
////////////////////////////////////////////////////////////////////////////////
*/

.h1-result {
	color: #a0d427;
	text-align: center;
}

.h2-result {
	color: #449d46;
	text-align: center;
	margin-bottom: 20px;
}

.result-line h3 {
	color: #449d46;
}

.result-line {
	background: #f1f9df;
	margin: 5px 0;
	padding: 5px;
}

.result-price {
	background: url(/Portal_Upload/Images/accueil/result/bulle-verte.png) no-repeat 0 0;
	width: 96px;
	height: 69px;
	padding-top: 10px;
	color: #449d46;
	font-size: 13px;
	text-align: center;
	margin: 10px;
	margin-left: 20px;
}

.result-price strong {
	font-weight: bold;
	font-size: 30px;
}

.result-line p{
	padding: 0;
	margin: 0;
}

.result-line p:after {
	content:url(/Portal_Upload/Images/accueil/result/fleche-verte.png);
}

.result-voirtouslessejours {
	text-align: right;
}

.result-voirtouslessejours a {
	background: #009ee0;
	padding: 4px;
	color: white;
	font-weight: bold;
}

#flashcontentCanvas {
	position: absolute;
	top:-350px;
	left: -265px;
	z-index: 998;
	width:955px;
	height:450px;
	background-color: white;
	overflow:hidden;
	border: 3px solid #CCC;
}

#flashcontent {
	width: 960px;
	height: 450px;
}

#flashcontentCanvas-close {
	position: absolute;
	display: block;
	top:-375px;
	left: 685px;
	z-index: 999;
	width: 30px;
	height: 30px;
	text-indent: -6000em;

	background: url(/Portal_Upload/Images/accueil/closebox.png) no-repeat 0 0;
}
.font30{font-size:30px;color:inherit;font-weight:inherit;}
.font24{font-size:24px;color:inherit;font-weight:inherit;}
.font22{font-size:22px;color:inherit;font-weight:inherit;}
.font18{font-size:18px;color:inherit;font-weight:inherit;}
.font16{font-size:16px;color:inherit;font-weight:inherit;}
.font14{font-size:14px;color:inherit;font-weight:inherit;}
.font12{font-size:12px;color:inherit;font-weight:inherit;}
.font10{font-size:10px;color:inherit;font-weight:inherit;}
.font9{font-size:9px;color:inherit;font-weight:inherit;}
.font8{font-size:8px;color:inherit;font-weight:inherit;}
.caps{text-transform:uppercase;}


