/* CSS from tutorials of www.alsacreations.com/articles */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color: #999966;
}
dt, dl, dd, ul, li {
padding: 0; margin: 0 10px 0 0; list-style-type: none
}
#header  { 
height: 113px;
margin: 0.1%;
font-size: 85%;
background-image: url("../images/home/banner.gif"); background-repeat: no-repeat; 
}
#menuheader {
margin: 0.1%;
height: 43px;
}
#greenbar {
margin: 0.1%;
height: 33px; 
background-image: url('../images/home/greenline1.gif'); background-position: center; background-repeat: y-repeat; 
}
#content {
position: absolute;
width: 750px;
background-color:#f7f7d9;
margin: 0.1%;
left: 50%;
margin-left: -375px;
border: gold 1px solid;
}
#center {
margin-left: 150px;
margin-right: 150px;
background-image: url('../images/home/middle2.jpg'); background-repeat: no-repeat;
}
#center2 {
margin-left: 150px;
margin-right: 150px;
}
#center3 {
margin-left: 50px;
margin-right: 50px;
}
.bloc1 {
	width: 450px;
	float: left;
	font-size: 85%;
	margin: 5px 10px 5px 10px;
}
.bloc2 {
	width: 450px;
	float: left;
}
.bloc3 {
	margin: 5px 10px 5px 10px;
	width: 200px;
	float: left;
}
.bloc4 {
	margin: 5px 10px 5px 10px;
	width: 200px;
	float: left;
}
.bloc5 {
	margin: 5px 10px 5px 10px;
	width: 50px;
	float: right;
	font-size: 85%;
}
#left {
position: absolute;
left: 5px;
width: 150px;
font-size: 80%;
margin: 0.1%;
}
#right {
position: absolute;
right: 0px;
width: 150px;
font-size: 80%;
margin: 0.1%;
}
#foot {
height: 150px;
font-size: 85%;
left: 5px;
margin: 0.1%;
}
.menubar {
	top: 114px;
	left: 150px;
	position: absolute; 
	z-index: 100;
	font-size: 90%;
}
#menubar dl {
	float: left;
}
#menubar dd {
	float: left;
	display: none;
}
#menubar li {
	display: inline
}
#menubar li a, #menubar dt a {
	display: inline
}
#menubar a {
	text-decoration: none
}
#menubar li a:hover, #menubar li a:focus, #menubar dt a:hover, #menubar dt a:focus{
	font-weight: bold
}
#smenu1, #smenu2, #smenu3, #smenu4 {
	border-top: gray 1px solid; left: 0px; width: 600px; position: absolute;
}
.menuleft {
list-style-type: none;
margin: 0;
padding:0;
}
.menuleft li {
margin-bottom: 5px;
}
.menuleft a {
margin: 0 2px;
text-decoration: underline;
}
.menuleft a:hover {
text-decoration: none;
}
.menuright {
list-style-type: none;
margin: 0;
padding:0;
}
.menuright li {
margin-bottom: 5px;
}
.menuright a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menuright a:hover {
text-decoration: none;
}
#menu {
	list-style-type: none
	margin: 0;
	padding:0;
}
#menu dd {
	display: block;
	margin-bottom: 5px;
}
#menu dt {
	display: block;
	margin-bottom: 5px;
}
#menu ul {
	display: block;
	margin-bottom: 5px;
}
#menu li {
	display: block;
	margin-bottom: 5px;
}
#menu a {
	margin: 0 2px;
	text-decoration: underline;
}
#menu a:hover {
	text-decoration: none;
}
a {
	text-decoration: none;
}
a:hover  {
	font-weight: bold;
	cursor: pointer;
}
p {
margin: 5px 10px 5px 10px;
}