body, h1, h2, h3, hr, li, p, ul { margin: 0; padding: 0; }



h1, h2, h3, hr, p, ul {	margin: 5px 0 5px 0; }
hr {
	border: 0;
	border-bottom: 1px solid #999;
	height: 1px;
}
ul { margin-left: 14px; }
ul li { list-style-type: square; }

a { color: #294; text-decoration: none; }
a:hover { color: #4B6; }
a img { border: 0; }
.clear { clear: both; }
body, td {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body { background: #CCC url(bg.png) repeat-x; }

h1 { font-size: 28px; }
h2 { font-size: 16px; }
h3 { color: #294; font-size: 15px; }
#site {
	top: 50px;
	left: 50%;
	margin-left: -475px;
	position: absolute;
	width: 950px;
}
#inner-site { background: #FFF url(site-bg.jpg) left -150px repeat-y; }
#sidebar {
	width: 250px;
	float: left;
}
#logo span { padding: 10px; }
#sidebar .block {
	background: url(sidebar-block-bg.png) repeat-x;
	display: block;
	padding: 10px;
}
#sidebar .block h2 { text-transform: uppercase; }
#sidebar .block h2, #sidebar .block p { color: #333; }
#sidebar .block h1, #sidebar .block em { color: #FFF; }
#sidebar .block h1 { font-weight: normal; }
#sidebar .block em { display: block; font-size: 12px; text-align: right; }
#sidebar a.block:hover { background-color: #6C6; background-image: url(sidebar-block-bg-on.png) }
#menu-secondaire p { font-size: 12px; }
#menu-secondaire a { color: #FFF; }
#menu-secondaire a:hover { color: #DF9; }
#page {
	float: right;
	min-height: 550px;
	width: 700px;
	position: relative;
}
#content {
	background: url(content-bg.png) repeat-x;
	min-height: 100px;
	padding: 20px;
	padding-bottom: 60px;

}
#content h1 {
	color: #294;
	font-weight: normal;
}
#rendez-vous { bottom: 0; position: absolute; }
iframe { border: 1px solid #999; border-top-color: #CCC;}
.error { color: #F05; }
.textfield {
	background: none;
	border: 1px solid #CCC;
	padding: 3px;
}
#footer {
	background: url(footer-bg.png) center -5px no-repeat;
	color: #666;
	font-size: 10px;
	padding-top: 30px;
	text-align: center;
}
#footer a { color: #666; }
#footer a:hover { text-decoration: underline; }
#footer h1 { font-size: 12px; margin: 0; padding: 0; line-height: 12px; }
#footer h1 a { color: #333; }
#footer h1 a:hover { text-decoration: underline; }
