@charset "utf-8";
body {
	width: 800px;
		}
	
#bandeau {
	background-image: none;
	height: 60px;
	width: 800px;
	background-repeat: no-repeat;
}


#article {
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	width: 630px;
	float: right;
}
#article a {
	color: #C04A5A;
}


#menu {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 1200px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/menu1.jpg);
	float: left;
}
#menu ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 50px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu li {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a {
	color: #FFFFFF;
}

#menu li a:hover {
	color: #C04A5A;
	background-color: #FFFFFF;
	text-decoration: none;
}
#bandeau_theme {
	background-image: none;
	height: 25px;
	width: 600px;
	background-color: #C04A5A;
}
td {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border: none;
}

#article_theme {
	width: 695px;
	border: thin solid #C04A5A;
	font-family: Arial, Helvetica, sans-serif;
}
#article_desc {
	font-family: Arial, Helvetica, sans-serif;
	width: 615px;
	float: right;
	padding: 0.5cm;
}

