/**
 * Feuille de style principale pour scfinanciers.com
 * Auteur: Jonathan Dextraze <jonathan.dextraze@dexdo.com>
 * Copyright (C) 2009 S.C. Financiers
 */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #3F5B93;
	font: normal normal 12px Trebuchet MS, Helvetica, sans-serif;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 803px;
	height: 622px;
	margin: -311px 0 0 -402px;
}

#bienvenue {
	position: absolute;
	left: 2px;
	font-size: 10px;
	color: #fff;
}

#page {
	position: absolute;
	top: 15px;
	width: 803px;
	height: 607px;
	background-color: #fff;
}

#entete {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 783px;
	height: 174px;
	background-image: url("../images/entete.png");
	z-index: 1001;
}

#devise {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-style: italic;
	color: #fff;
}

#menu {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 19px;
}

#menu a { color: #fff; text-decoration: none; }
#menu a:hover { color: #000; }

#contenu {
	position: absolute;
	top: 169px;
	left: 10px;
	height: 408px;
	width: 783px;
	background-color: #f1f6fd;
	overflow: auto;
	font-size: 13px;
	line-height: 160%;
	z-index: 1000;
}

ul { list-style-type: circle; }
ul ul { list-style-type: square; margin-bottom: 1em; }

form { margin: 0; padding: 0; }
td { font: normal normal 13px Verdana; line-height: 20px; }
input, select, textarea { width: 200px; font: normal normal 12px Verdana; }

#pied {
	position: absolute;
	left: 10px;
	top: 577px;
	bottom: 10px;
	width: 783px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #a9c0da;
	color: #000;
	font-size: 10px;
}