* {
	margin: 0;
	padding: 0;
}

body {
	background: #333333 url("images/fond.jpg") repeat-x 0 0 fixed;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*text-align: center;*/
}
#site {
	margin: 4px auto;
	width: 760px;
	text-align: left;
}
#banniere {
	background-color: #333333;
	border-top: #777 1px solid;
	border-right: #777 1px solid;
	border-left: #777 1px solid;
	height: 137px;
	position: relative;
	width: 760px;
}
/*dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}*/
#navigation {
	background-color: #333;
	border-right: #777 1px solid;
	border-left: #777 1px solid;
	height: 28px;
	width: 760px;
	z-index: 100;
}

#texte {
	background-color: #333;
	border-right: #777 1px solid;
	border-left: #777 1px solid;
	overflow: hidden;
	width: 760px;
}
#illustrations {
	background-color: #314442;
	float: left;
	width: 240px;
	text-align: center;
	margin: 10px;
	padding: 10px 0;
}
#illustrations p {
	margin: 0 0 10px 0;
	font-size: 10px;
}
#articles {
	float: right;
	padding: 14px 10px 10px 0;
	width: 488px;
}
#articles h1 {
	text-align: right;
	font-size: 14px;
	border-bottom: #fc6 1px solid;
	margin: 30px 10px 0px 0px;
	width:80%;
}
#articles h2 {
	font-size: 12px;
	line-height: 45px;
	background-image: url(images/rose-vents.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 45px;
	margin-bottom:0px;
}
#articles p {
	margin-left: 20px;
	margin-right: 10px;
	margin-top:0px;
	font-size: 12px;
}
#articles td {
	font-size: 12px;
}
#articles a:link, #articles a:active {
	color:#fc6;
	text-decoration: none;
}
#articles a:visited {
	color: #ccc;
	text-decoration: none;
} 
#articles a:hover, #articles a:focus {
	color:#fc6;
	text-decoration: underline;
}
#pied {
	background-color: #333;
	border-right: #777 1px solid;
	border-bottom: #777 1px solid;
	border-left: #777 1px solid;
	width: 760px;
	padding-top: 4px;
	text-align: center;
	font-size: 10px;
}
#pied a:link, #pied a:active, #pied a:visited {
	text-decoration: none;
	color: #777;
}
#pied a:hover, #pied a:focus {
	color: #777;
	text-decoration: underline;
}
#pied h1 {
	color: #ccc;
	font-size: 10px;
}
