/* CSS designed by Bamboudesign (c) 2009 All rights reserved.  www.bamboudesign.com */
/* CSS for INSPIRE (c) 2009 All rights reserved.  www.coach2inspire.com */




/* PAGE BACKGROUND */

body {
    background: url(../images/background_main.jpg) repeat-x #E6D4D2;	/* light pink: # -- regular pink: #DCC1BF -- dark pink: #CCA9A9 */
    margin-left: 115px; 
    margin-top: 0px;
    align: center;

}



/* TEXT FONTS */

p,td	{
    font-family: georgia, sans-serif;
    font-size: 13px;
    line-height: 16pt;
    color: #333333;
    font-style: normal;
}



h1		{				/* page title */
    font-family: geneva, sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: none;
}


h2		{				/* page header */

    font-weight: normal;
    font-size: 18px;
    line-height: 20pt;
}	


h3		{				/* section header */

    font-weight: bold;
    font-size: 15px;
}

h4		{				/* citation in margin */

    font-style: italic;
    font-size: 13px;
    font-weight: normal;
}



li	{
    font-family: georgia, geneva,tahoma,helvetica,"lucida sans",sans-serif;
    font-size: 13px;
    line-height: 20pt;
    list-style-type: disc;
    list-style-position: outside;
}





/* LINKS */


a	{				/* links are red sang de boeuf */
    color: #730800;
    font-weight: bold;
    text-decoration: none;
}


a:hover	{				/* hover is gold */
    color: #FFCC00;

}



/* a:visited	{	 * visited links are violet *
	color: #990099;
	font-weight: normal;
	text-decoration: none;
	} */


.menu:a	{				/* menu links are white */
    color: #FFFFFF;

}



.menu:a:hover	{				/* menu hover is gold */
    color: #FFCC00;
} 



/* .menu:a:visited	{	* visited menu links are white *
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	} */


/* CLASSES */



.homeheader	{
    font-family: geneva, sans-serif;
    font-size: 26px;
    line-height: 24pt;
    color: #CC9999;
    font-style: lighter;
}


.homequote	{
    font-family: geneva, sans-serif;
    font-size: 13px;
    line-height: 20pt;
    color: #666666;
    font-style: normal;
    padding: 0px 0 0 5px;
}

.homeactivities	{
    font-family: arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: normal;

}


.contact {
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #666666;
    font-style: normal;
}


.menu	{				/* menu links are white */
    font-family: arial, sans-serif;
    color: #FFFFFF;
    font-weight: lighter;
    text-decoration: none;
}


.sml	{
    font-size: 11px;
    line-height: 11pt;
    text-transform: lowercase;
}


.padding	{
    padding-left: 30px;
    padding-top: 30px;
}


.remove	{
    color: #6633FF;
}


/* DIVISIONS */



#logo {
    position: absolute;
    width: 220px;
    height: 71px;
    top: 20px;
}


#menu_main {
    float: right;
    right: 20px;
    width: 500px;
    height: 30px;
    font-size: 13px;
    text-align: right;

}


#menu_second {
    width: 700px;
    height: 20px;
    float: right;
    right: 20px;
    font-size: 11px;
    text-align: right;

}


#homebg {
    width: 1150px;
    background: url(../images/background_home.jpg) no-repeat top left;

}



#homecontent {			/* NOT USED */
    position: relative;
    top: 130px;
    left: 25px;
    width: 930px;
    height: 540px;
    z-index: 2;
}



#pagebg {
    width: 970px;
    height: auto;
    background: #FFFFFF url(../images/bg_page_top.gif) no-repeat top left;
}

#watermark {
    width: 1135px;
    height: 690px;
    background: url(../images/watermark.jpg) no-repeat top right;

}


#banner {			/* NOT USED */
    position: absolute;
    top: 110px;
    left: 115px;
    width: 970px;
    height: 145px;
    z-index: 2;
}


#bottom {
    width: 970px;
    height: 22px;
    background: url(../images/bg_bottompage_shadow.gif) no-repeat top left;
}


#footer {
    width: 970px;
    height: 30px;
    clear: left;
    display: block;
    font-family: arial, sans-serif;
    letter-spacing: 1px;
    font-size: 9px;
    font-weight: lighter;
    color: #333333;
    text-align: center;
}


#colseparator	{
    border-right: solid 1px #CCCCCC;
}


#prix {
    width: auto;
    height: 100px;
    font-family: georgia, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: left;
    padding-left: 60px;
    padding-right: 0px;
    background: url(../images/bg_side_floral.gif) no-repeat top left;
}
#prix span { color: #006633 }


#vline	{
    background-color: #666666;
    width: 100%;
    height: 1px;
}


body.mceContentBody {
    background:none;
    background-color:#fff;
    color: #333333;
    font-family: georgia, sans-serif;
    text-align: left;
    margin:0;
}


/* HOME PAGE AJOUTS 02/2011 */
.carousel ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	height:340px;
	width:210px;
	padding:0;
	margin:0 0 0 40px;
	display:block;
}
.carousel ul li.homenews {
	line-height:100%;	
}
#slideshow {
	position:relative;
	height:380px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

#slideshow IMG.active {
	z-index:10;
}

#slideshow IMG.last-active {
	z-index:9;
}
