* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.7em;
	padding: 20px;
	background: #000;
	color: #ccc;
}

h1 {
	margin-bottom: 20px;
}

a {
	font-weight: bold;
	color: #546C8F;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #465A77;
}
a:hover {
	color: #1198B9;
}

img {
	margin: 0px 10px 10px 0px;
}

a img {
	border: 1px solid;
	margin-top: 6px;
}

h2 {
	text-indent: -9999px;
	height: 32px;
}

h3 {
	color: #fff;
	padding: 2px;
	margin: 10px 0px 10px 0px;
}

ul {
	list-style-type: none;
	margin: 6px 0px 6px 0px;
}







/********************************************************************/





#site {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	background: #000;
}

#intro {
	margin-bottom: 40px;
	text-align: justify;
}

#releases {
	width: 420px;
	float: left;
}

#releases div {
	margin-bottom: 20px;
	background: url(style01/fond_titre320.jpg) no-repeat top center;
	border-top: 1px dotted #9DA87A;
}

#releases h2 {
	background: url(style01/releases.gif) no-repeat;
}

#releases img {
	float: right;
}

#releases a img {
	float: none;
}

#links h2 {
	background: url(style01/links.gif) no-repeat;
}

#links {
	width: 198px;
	float: right;
	border-left: 1px dotted #606C47;
	padding-left: 12px;
}

#links h3 {
	margin-bottom: 6px;
}

#header {
	height: 120px;
	background: url(style01/titre.gif);
	text-indent: -9999px;
}

#links a {
	color: #964166;
}
#links a:visited {
	color: #783452;
}
#links a:hover {
	color: #D9153C;
}

#processing {
}

#processing h2 {
	background: url(style01/process.gif) no-repeat;
}

#footer {
	clear: both;
	color: #666;
	text-align: center;
}

