body, html {
	margin: 0;
	padding: 0;
	height: 100%
	
	
}
a, td {
	color: #000;
	font-family: verdana;
	font-size: 12px;
}
a {
	text-decoration: underline; 
}
#page {
	text-align: center;
}
#cadre {
	width: 880px;
	height: 530px;
	margin: auto;
	border: 20px solid #000;
	text-align: left;
}
html>body #cadre {
	width: 880px;	
	height: 570px;
}
#left {
	background-color: #f79545;
	height: 570px;
	width: 320px;
	float: left;
}

#right {
	float: right;
	height: 570px;
	width: 560px;
	background-color: #fff;
}
#menu {
	height: 174px;
	width: 560px;
	text-align: center;
}

#content {
	height: 396px;
	width: 560px;
}

#arrondi {
	position: absolute;
	background: url(accueil_arrondi.gif) top;
	height: 570px;
	width: 50px;
	z-index: 1;
}

#legrandchambon {
}
#texte {
	height: 245px;
	overflow: auto;
	margin-left: 20px;
	padding-left: 10px;
	width: 250px;
	/*IE overflow fix, position must be relative or absolute*/
	position: absolute;

	/*if you do not want the outline when focused on firefox and IE
	use outline: none;, though not recommended as this may confuse
	people who likes to do keyboard navigation */

	outline: none;
	font-family: Verdana;
	font-size: 11px;
}
	
#chataigne {
	margin-top: 245px;
	float:right;
}

.picto {
	margin-top: 25px;
	width: 110px;
	float: left;
}
.picto img {
	border: 0;
}
.picto p {
	margin: 0;
	padding: 0;
	margon-top: 5px;
	text-align: center;
}
.center {
	clear: right;
	margin-left: 60px;
}
#liens {
	float:right;	
	padding-right: 10px;
}
#liens a {
	font-size: 10px;
}
#flags {
	float:left;
	padding-right: 10px;
        margin-left: 40px;
}
#flags a {
	font-size: 10px;
}

/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 10px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 10px;
left: 0px;

}

.hscrollerbar {
top: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(/images/vscroller/vscroller2.gif) 0px -5px;
width: 10px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(/images/vscroller/vscroller2.gif);
width: 10px;
height: 10px;
}

.hscrollerbarbeg {
background: url(/images/vscroller/vscroller2.gif) -5px 0px;
height: 10px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(/images/vscroller/vscroller2.gif);
height: 10px;
width: 10px;
}

/* Scroll Bar Master Styling Ends Here */

/* Extra sample styles */
#texte .vscrollerbarbeg {
background: url(/images/vscroller/vscroller2.gif) 0px -5px;
width: 10px;
height: auto;
}

#texte .vscrollerbarend {
background: url(/images/vscroller/vscroller2.gif);
width: 10px;
height: 5px;
}

#texte .vscrollerbase {
width: 10px;
background: none;
left: 0 !important;
}

#texte .vscrollerbar {
background-color: transparent;
padding: 0px;
}

#texte .vscrollerbasebeg, #texte .vscrollerbaseend {
background-image: none;
}
