* {
	margin: 0px;
	padding: 0px;
}

#main {
	height: 600px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #000000;
	background-image: url(images/Fond.jpg);
}


#header {
	height: 119px;
	width: 980px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#logo {
	float: left;
	width: 213px;
	background-color: #FFFFFF;
	padding-left: 10px;
}

#menu {
	float: left;
	width: 757px;
}
#menu li {
	float: left;
	list-style-type: none;
	font-size: 1px;
	line-height: 1px;
}
#barre {
	margin-top : -8px;
	float: left;
}
#contenu {
	height: 450px;
	background-repeat: repeat-y;
	overflow: auto;
	margin-left: 90px;
}


#gauche {
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-left: 20px;
	background-repeat: repeat-y;
	background-position: 200px;
	height: 500px;
}
.clear {
	clear: both;
}
.style {
	font-family: "Abadi MT Condensed Extra Bold";
	font-size: 24px;
	color: #30C;
}
#img {
	width: 180px;
}
#texte {
	float: left;
	height: 370px;
	width: 700px;
	margin-left: 50px;
}
.texte {
	font-family: "Myriad Pro Bold";
	font-size: 18px;
	color: #F00;
}
.txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	height: 370px;
	width: 500px;
	overflow:scroll;
	overflow-x:hidden;
	color: #000;
}
.txxt {
	font-family: "Myriad Pro Bold";
	color: #000;
	font-size: 16px;
}

#bandeaubas {
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 3px;
	padding-bottom: 2px;
}
