/* CSS Document */

/* show/hide text using javascript */
.texthide {
	display: none
}
.textshow {
	display: inline
}
/* end show/hide text using javascript */

body {
	background-image: url(../images/bg_orange.jpg);
	background-repeat:repeat;
	background-color:#f5821f;
	font-size:13px;
	margin: 0px;
	padding: 0px;
}

body, p, li, div, span {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

div p {
margin-top: 15px;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#2BAAE1;
padding-left:173px;
padding-top:18px;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#2BAAE1;
}
.big {
font-size:14px;
}
.bigg {
font-size:16px;
}
.bigger {
font-size:18px;
}
.new {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:19px;
font-weight:bolder;
color:#1779A4;
margin-left:0;
}

div h2 {
margin-top:15px;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}

sup {
font-size:70%;
}

.alignCenter {
text-align:center;
}
.verticalCenter {
vertical-align:middle;
}
.alignLeft {
text-align:left;
}
.alignRight {
text-align:right;
}

.floatLeft {
float:left;
}

.floatRight {
float:right;
}

.bottom {
margin-bottom:2px;
margin-top:0px;
}
.top {
margin-top:0px;
}

.hidden {
visibility:hidden;
}

.red {
color:#EC2027;
}

.orange {
color:#F5821F;
}

.white {
color:#FFFFFF;
}

.green {
color:#c1e137;
}

table {
font-size:13px;
}

a:link {
	color: #F5821F;
}
a:visited {
	color: #F5821F;
}
a:hover {
	color: #2baae1;
}
a:active {
	color: #2baae1;
}

.contact a:link {color:#F5821F;}

.contact a:hover {color: #2baae1;}

.contact a:active {color: #F5821F;}

.contact a:visited {color: #F5821F;}


.webmaster a:link {color:#FF0000;}

.webmaster a:hover {color:#2baae1;}

.webmaster a:active {color:#2baae1;}

.webmaster a:visited {color:#2baae1;}


.invit_blue A:link {color:#2baae1;}

.invit_blue A:visited {color:#2baae1;}

.invit_blue A:hover {color:#F5821F;}

.invit_blue A:active {color:#F5821F;}



/* LIST UTILITY CSS BEGINS */
ul.noBullet {
	list-style-type: none; }
	
ul.disc {
	list-style-type: disc; }
	
ul.square {
	list-style-type: square; }
	
ul.circle {
	list-style-type: circle; }
	
ol.lower-alpha {
	list-style-type: lower-alpha; }
	
ol.upper-alpha {
	list-style-type: upper-alpha; }
	
ol.lower-roman {
	list-style-type: lower-roman; }
	
ol.upper-roman {
	list-style-type: upper-roman; }

ul.spirale {
list-style-image:url(../images/blue_spirale.gif);
vertical-align:middle;
line-height:1.8;
}
ul.spirale2{
list-style-image:url(../images/blue_spirale2.gif);
vertical-align:middle;
margin-left:0px;
padding-left:18px;
line-height:1.5;
}
ul.spirale_red {
list-style-image:url(../images/red_spirale.gif);
vertical-align:middle;
line-height:1.8;
}

.smallIndent {
margin-left:15px;
}
/* LIST UTILITY CSS ENDS */

.smallFont {
font-size:10px;
}

.smallFont2 {
font-size:9px;
}

.lineheight {
line-height:2;
}
.ident1 {
padding-left: 18px;
}

.ident2 {
padding-left: 36px;
}

#yellowborder {
background-color:#FDF25E;
height:180px;
border-bottom: 10px solid #2baae1;
}

.logo {
padding-top:20px;
padding-left:20px;
float:left;
}

.lang {
padding-right:15px;
padding-top:50px;
float:right;
font-size:13px;
}

#trademark {
padding-left:50px;
padding-bottom:10px;
width:685px;
}

.up_arrow {
font-size:10px;
margin-top:-1px;
}

blockquote {
font-size:12px;
font-style:italic;
}

/*Nav Bars */
#topnav {
float:right;
padding-right:50px;
}
/* Nav Bars */


/* Main */
#main_box {
margin-top: -80px;
width:939px;
margin-left:auto;
margin-right:auto;
}

#main_left {
margin-top:-280px;
position:relative;
z-index:2;
top:350px;
right:135px;
width:295px;
}
#main_right {
float:right;
}
/* Main */


/* Content box */
.content_top{
	background-color:transparent;
	background-image:url("../images/div_top.gif");
	background-repeat:no-repeat;
	height:55px; width:800px;
	margin-bottom:-15px;
	border:0px;
	z-index:1;
	}

.content{
	position:relative;
	background-color:white;
	width:784px;
	border-left: 8px solid #2baae1;
	border-right: 8px solid #2baae1;
	margin-bottom:14px;
	z-index:1;
	}

.content_bottom{
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:url("../images/div_bottom.jpg");
	height:50px; width:800px;
	padding-left:20px;
	border:0px;
	margin-top:-15px;
	z-index:8;
	}
	
.text_content {
padding-right:19px;
padding-left:165px;
}
/* Content box */

/* Splash one year*/

#chrono {
background-image:url(../images/chrono.jpg);
background-repeat:no-repeat;
width:209px;
height:270px;
font-size:22px;
padding-top:35px;
margin-top:30px;
margin-bottom:-70px;
color:#F5821F;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
}

#chrono a:link {
	color: #F5821F; text-decoration:none;
}
#chrono a:visited {
	color: #F5821F; text-decoration:none;
}
#chrono a:hover {
	color: #F5821F; text-decoration:none;
}
#chrono a:active {
	color: #F5821F; text-decoration:none;
}



/* Splash */
#main_box_splash {
margin-top: -110px;
width:800px;
margin-left:auto;
margin-right:auto;
}

.content_top_splash{
	position:relative;
	background-color:transparent;
	background-image:url("../images/div_top.gif");
	background-repeat:no-repeat;
	height:51px; width:800px;
	border:0px;
	overflow:none;
	}

.content_splash{
	background-color:white;
	width:784px;
	border-left: 8px solid #2baae1;
	border-right: 8px solid #2baae1;
	position:relative;
	}

.content_bottom_splash{
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:url("../images/div_bottom.jpg");
	height:43px; width:800px;
	color:#FFFFFF;
	padding-left:20px;
	border:0px;
	position:relative;
	}
	
.logo_splash {
z-index:6;
position:relative;
top:-100px;
padding-left:40px;
}

.splash {
margin-top:-100px;
margin-bottom:-35px;
z-index:10;
position:relative;
}

.welcome_bienvenue {
text-align:center;
z-index:10;
position:relative;
margin-top:-48px;
margin-bottom:24px;
padding-left:40px;
}
/* Splash*/

/* Home page */
.tj_home {
z-index:15;
margin-top:-10px;
margin-right:10px;
}
.news_bubble {
float:right;
margin-right:-19px;
padding:0;
}
<!-- with blue border at bottom of page 
newsletter  {
width: 770px;
background-color:#2BAAE1;
height:30px;
padding: 10px;
position:relative;
top:1020px;
text-align:center;
}
-->

.color {
color:#F5821F;
border: solid 1px #EC2027;
}
/* Home page ends */

/* News page */
.pink_blue {
background-image:url(../images/pink_blue_box.gif);
background-repeat:no-repeat;
width: 500px;
height: 249px;
padding-left: 25px;
padding-top: 20px;
margin-left: -20px;
margin-bottom: -10px;
}
/*News page */

/* Calendar page */
.calendrier {
color:#c1e137;
font-weight:bold;
font-size:20px;
}
#cal {
background-image:url(../images/Calendrier/calendrier_top.jpg);
background-repeat:no-repeat;
width:600px;
padding-top:30px;
}
#cal_en {
background-image:url(../images/Calendrier/calendrier_top_en.jpg);
background-repeat:no-repeat;
width:600px;
padding-top:30px;
}
#cal2 {
background-image:url(../images/Calendrier/calendrier_top2.jpg);
background-repeat:no-repeat;
width:600px;
padding-top:30px;
}
#cal2_en {
background-image:url(../images/Calendrier/calendrier_top2_en.jpg);
background-repeat:no-repeat;
width:600px;
padding-top:30px;
}
.cal {
background-color:#c1e137;
font-size:11px;
}

.cal_head {
font-size:13px;
font-weight:bold;
color:#f5821f;
background-color:#FFFFFF;
text-align:center;
}
.cal_body {
background-color:#FFFFFF;
}
.cal_col {
width:25%;
font-weight:bold;
}

/* End Calendar*/

/* Packages page*/
.forfaits {
margin-top:-25px;
}
#wrapper{
float:left;
width:202px; height:530px;
font-size:12px;
margin-right:-2px;
}
#wrapper_fr{
float:left;
width:202px; height:550px;
font-size:12px;
margin-right:-2px;
}
#anniversary {
background-image:url(../images/Forfaits_Packages/anniversary_box.jpg);
background-repeat:no-repeat;
width: 450px;
height: 100px;
margin-left:60px;
padding-left:5px;
padding-right:5px;
padding-top:12px;
color:#1B8DBE;
font-weight:bold;
font-size:14px;
line-height:1.3em;
}
#yellowtop {
background-image:url(../images/Forfaits_Packages/yellowtop.jpg);
background-repeat:no-repeat;
background-color:transparent;
width:202px; height:41px;
border:0px;
margin-bottom:-30px;
text-align:center;
padding-top:15px;
}
#yellowcontent{
background-color:#FFFFFF;
border-left: 5px solid #fdf25e;
border-right: 5px solid #fdf25e;
width:158px; 
padding-left:20px;
padding-right:10px;
padding-top:5px;
margin-left:2px;
margin-top:15px;
margin-bottom:15px;

}
#yellowbottom {
background-image:url(../images/Forfaits_Packages/yellowbottom.jpg);
background-repeat:no-repeat;
background-color:transparent;
width:202px; height:45px;
border:0px;
margin-top:-15px;
text-align:center;
padding-top:10px;
}
#bluetop {
background-image:url(../images/Forfaits_Packages/bluetop.jpg);
background-repeat:no-repeat;
background-color:transparent;
width:202px; height:41px;
border:0px;
overflow:none;
margin-bottom:-30px;
text-align:center;
padding-top:15px;
}
#bluecontent {
background-color:#FFFFFF;
border-left: 5px solid #2baae1;
border-right: 5px solid #2baae1;
width:158px; 
padding-left:20px;
padding-right:10px;
margin-left:2px;
margin-top:15px;
margin-bottom:15px;
}
#bluebottom {
background-image:url(../images/Forfaits_Packages/bluebottom.jpg);
background-repeat:no-repeat;
background-color:transparent;
width:202px; height:41px;
border:0px;
margin-top:-15px;
text-align:center;
padding-top:10px;
}
#orangetop {
background-image:url(../images/Forfaits_Packages/orangetop.jpg);
background-repeat:no-repeat;
background-color:transparent;
width:202px; height:41px;
border:0px;
overflow:none;
margin-bottom:-30px;
text-align:center;
padding-top:15px;
}
#orangecontent {
background-color:#FFFFFF;
border-left: 5px solid #f5821f;
border-right: 5px solid #f5821f;
width:158px; 
padding-left:20px;
padding-right:10px;
margin-left:2px;
margin-top:15px;
margin-bottom:15px;
}
#orangebottom {
background-image:url(../images/Forfaits_Packages/orangebottom.jpg);
background-repeat:no-repeat;
background-color:transparent;
width:202px; height:41px;
border:0px;
margin-top:-15px;
text-align:center;
padding-top:10px;
}

#invit_wrapper {
width:259px;
float:left;
}

#cake_wrapper {
width:259px;
float:right;
}

.invit_box {
background-image:url(../images/Forfaits_Packages/invits/invit_box.jpg);
background-repeat:no-repeat;
height:30px;
padding-top:6px;
text-align:center;
font-size:14px;
}
#mini_box {
background-image:url(../images/Forfaits_Packages/miniBox.jpg);
background-repeat:no-repeat;
width:200px;
height:170px;
padding-top:20px;
padding-left:20px;
}

#mini_box_en {
background-image:url(../images/Forfaits_Packages/miniBox.jpg);
background-repeat:no-repeat;
width:190px;
height:170px;
padding-top:20px;
padding-left:20px;
}
/* Packages page ends*/

/* Invitations page */
.invits {
float:left;
padding-right:10px;
}
/* Invitations page ends */

/* Hours page */
.blue_top {
margin-bottom:-3px;
padding:0px;
}
.orange_top {
margin-bottom:-3px;
padding:0px;
}
/* Hours page */

/* Forms */
.form_table {
border:1px solid black;
}
/* Forms */

/*New photo page begin*/
#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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }
/* New photo page ends*/


/* CSS Document */



