
/* layout */

html, body {
	background: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: black;
	height: 100%;
}

div#main {
	text-align: center;
}

div#header {
	position: fixed;
	_position: absolute;
	left: 0;
	top: 0;
	padding: 10px 50px 10px 0;
	color: white;
	background: black url("/themes/default/images/sophie-gateau.gif") no-repeat 40px 6px;
	text-align: left;
	z-index: 500;
}

div#content {
	
	width: 890px; /*970*/
	padding: 120px 40px 40px 40px;
	margin: 0 auto 0 auto;
	text-align: center;
}

div#footer {
	text-align: left;
}

/* common */

h1 {
	display: none;
}

h2 {
	font-size: 30px;
	line-height: 25px;
}

h3 {
	font-size: 20px;
	line-height: 15px;
}

a {
	color: black;
}

.none {
	display: none;
}

/* button home */
div#header_button_home {
	position: absolute;
	left: 45px;
	top: 0;
}

/* menu */

ul.menu,
ul.menu li {
	display: inline;
}

div#header ul.menu {
	padding-left: 220px;
}

div#header ul.menu li a {
	color: #ccc;
	padding-bottom: 2px;
	margin: 0px 4px ;
}

div#header ul.menu li a:hover,
div#header ul.menu li a.selected {
	color: white;
}

/* left / right */

div.left,
div.right {
	text-align: left;
}

div.left {
	width: 550px;
	float: left;
}

div.right {
	width: 300px;
	float: right;
}

/* pagination */

div.pagination {
	font-size: 20px;
	margin-bottom: 30px;
	text-align: left;
	clear: both;
}

div.pagination a.previous {
	margin-right: 10px;
}

div.pagination a.next {
	margin-left: 10px;
}

div.pagination a:hover,
div.pagination a.selected {
	border-bottom: 1px dotted black;
}

/* wysiwyg */

div.wysiwyg p {
	margin-bottom: 10px;
}

div.wysiwyg a {
	border-bottom: 1px dotted gray;
}

div.wysiwyg a:hover {
	border-bottom: 1px dotted black;
}

/* addthis */
div.addthis {
	margin: 10px 0 10px 0;
}

/* footer */

div#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 22px;
	padding-top: 2px;
	color: gray;
	background-color: white;
	text-align: right;
	
	z-index: 400;
}

div#footer ul.menu {
	padding-right: 20px;
	font-size: 12px;
}



