#tab-logo {
	width:1000px;
	height:90px;
	margin: 0 auto;
	background-color:#334754;
}


#ddtabs2 {
width:1000px;
height:40px;
background-color:#334754;
}


.glowingtabs{
line-height:normal;

/*border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:right;
height:40px;
background:url(images/glowtab-left.png) no-repeat left top;
margin:0;
margin-right: 2px; /*spacing between each tab*/
padding:0px 0px 0px 10px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
height:40px;
display:block;
background:url(images/glowtab.png) no-repeat right top;
padding: 0px 12px 0px 3px;
line-height:30px;
font-weight:bold;
font-family:arial;
font-size:12px;
color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -40px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -40px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -40px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -40px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
clear: left;
margin:0 auto;
width:1000px; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
	display:none;
	font-family:arial;
	font-size:12px;
	color:#fff;
}

#image-01{
	width:1000px;
	height:280px;
	background: url(../images/carousel/home.jpg) no-repeat;
	padding:35px 30px 0px 530px; 
}

#image-02{
	width:1000px;
	height:280px;
	background: url(../images/carousel/hebergement.jpg) no-repeat;
	padding:35px 30px 0px 530px; 
}

#image-03{
	width:1000px;
	height:280px;
	background: url(../images/carousel/destination.jpg) no-repeat;
	padding:35px 30px 0px 530px; 
}

#image-04{
	width:1000px;
	height:280px;
	background: url(../images/carousel/agritourisme.jpg) no-repeat;
	padding:35px 30px 0px 530px; 
}