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

body {
	background: #e4f9ff url(images/fond-body.png) repeat-x;
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

hr {
	background-color: #c0c0c0;
	color: #c0c0c0;
	border: 0;
	height: 1px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
}

a {
	color: #dd2927;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 660px;
	margin: auto;
}

#header {
	margin: 20px 20px 0 20px;
	height: 60px;
}

#header img {
	float: left;
}

#seeonline
{
	display: block;
	text-align: right;
	color: #8abbc9;	
}

#header h1 {
	display: block;
	float: right;
	font-family: arial, sans-serif;
	font-size: 18px;
	padding-top: 10px;
	height: 20px;
}

#body {
	background: #fff url(images/fond-page-body.png) repeat-y;
	width: 660px;
	padding-bottom: 30px;
}

#column {
	float: left;
	background: url(images/fond-column.png) no-repeat;
	width: 190px;
	padding: 20px;
	padding-top: 26px;
	line-height: 13px;
}

.clearer {
	clear: both;
}

#content {
	float: left;
	width: 430px;
	background: url(images/fond-content.png) no-repeat;
}

#content ul {
	margin-left: 15px;
	margin-bottom: 15px;
}

#footer {
	height: 30px;
	background: url(images/fond-footer.png) no-repeat;
	padding-top: 7px;
	padding-right: 3px;
	text-align: right;
	color: #8abbc9;
}

#footer a {
	color: #8abbc9;
}

#edito {
	background: #707070 url(images/fond-edito.png) no-repeat;
	width: 397px;
	margin-right: 3px;
	padding: 15px;
	padding-top: 26px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #fff;
}

#edito h2 {
	width: 397px;
	text-align: right;
}

#column h3 {
	color: #707070;
}

#column ul {
	list-style-type: none;
	line-height: 19px;
	margin-bottom: 15px;
}

#article {
	padding: 15px;
	padding-top: 0px;
}

#content hr {
	margin-left: 15px;
	margin-right: 18px;
	margin-bottom: 15px;
}

#article h2 a {
	color: #000;
}

#article h2 a:hover {
	text-decoration: none;
}

#article img {
	float: right;
	margin: 10px;
	margin-top: 0px;
	margin-right: 3px;
}

#article img.left {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
