#titleaccueil {
	float: left;
	width: 490px;
	height: 30px;
	padding-left: 150px;
}
#home-container {
	width: 840px;
	float: left;
	padding-left: 45px;
}
#text {
	float: left;
	width: 300px;
	padding-left: 20px;
}
#flashelement {
	width: 300px;
	float: left;
	padding-left: 20px;
}
#buttons-left {
	float: left;
	width: 150px;
}






/*list*/
.Liststyle {
	list-style:none;
	margin-left:0px;
	margin-right:0px;
	padding:0;
	margin-top: 0;
	margin-bottom: 0px;
}
.Buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	text-decoration: none;
	font-weight: normal;
	color: white;
	height: 27px;
	width: 150px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Buttons:link {
	color: white;
}
.Buttons:visited {
	color:white;
}
.Buttons:hover {
	color: black;
	text-decoration: none;
}
.Buttons2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:block;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	width: 150px;
	margin-left: 20px;
}
.Buttons2:link {
	color: #58595b;
}
.Buttons2:visited {
	color:#58595b;
}
.Buttons2:hover {
	text-decoration: underline;
}






/*Mouse Enter*/
div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 150px;
	height: 35px;
	float: left;
	cursor:pointer;
	background-color: #FFFFFF;
	background-image: url(../images/web-elements/button.png);
	background-repeat: no-repeat;
}
div#myElement2 {
	width: 150px;
	height: 35px;
	float: left;
	cursor:pointer;
	background-color: #FFFFFF;
	background-image: url(../images/web-elements/button2.png);
	background-repeat: no-repeat;
}
div#myElement3 {
	width: 150px;
	height: 35px;
	float: left;
	cursor:pointer;
	background-color: #FFFFFF;
	background-image: url(../images/web-elements/button3.png);
	background-repeat: no-repeat;
}
div#myElement4 {
	width: 150px;
	height: 35px;
	float: left;
	cursor:pointer;
	background-image: url(../images/web-elements/button4.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
div#myElement5 {
	width: 150px;
	height: 35px;
	float: left;
	cursor:pointer;
	background-color: #FFFFFF;
	background-image: url(../images/web-elements/button5.png);
	background-repeat: no-repeat;
}
div#myElement6 {
	width: 150px;
	height: 35px;
	float: left;
	cursor:pointer;
	background-color: #FFFFFF;
	background-image: url(../images/web-elements/button6.png);
	background-repeat: no-repeat;
}

