/* CSS Document */

body {
	margin : 0 px;
	padding:0 px;
	text-align: center;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #FF0000;
}
#bdy {
	margin-left: auto;
    margin-right: auto;
	width:981px;
	text-align: left;
}
#header {
	background-image:url(images/BOTTEGA_01.png);
	background-repeat:no-repeat;
	height:90px;
	width: 981px;
} 
#menu {
	background-image:url(images/BOTTEGA_02.png);
	background-repeat:no-repeat;
	height:31px;
	margin-top:-15px;
	width: 981px;
}

#corp {
	background-image:url(images/BOTTEGA_03.png);
	background-repeat:repeat-y;
	width:920px;
	height:440px;
	float:left;
	padding-left:25px;
	padding-right:35px;
	overflow:scroll;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: #003399;
}
#footer {
	color:#FFFF33;
	background-image:url(images/BOTTEGA_05.png);
	background-repeat:repeat-y;
	height:30px;
	clear:both;
	padding-left:55px;
	width: 998px;
}
#prob {
	width:750px;
	text-align:left;
}
#prob li {
	list-style:circle;
	float:none;
	padding:0px;
}


.all {
	text-align:left;
}
li {
	list-style:none none;
	float:left;
	padding-left:5px;
	font-size:16px;
}

.menu {
	color:#FFCC33;
	font-weight:bold;
}
.menu a:link {
	color:#993300;
}
.menu a:visited {
	color:#993300;
}

#actualite li {
	list-style:none none;
	padding-top:15px;
	padding-left:-30px;
}
.menuh {
	font-family: "Trebuchet MS";
	color: #FFCC66;
	text-decoration: none;
}

