/*
design.css
---------
Description : Feuille de style principale du site
*/
html, body {
	font-family: Verdana, 'Trebuchet MS', Tahoma, 'Times New Roman', Times, serif;
	font-size: 11px;
}
body {
	margin: 0;
	background: url('../images/backgrounds/background.png');
}
tr#header td {
	background: url('../images/logos/logo.png') no-repeat center center #F7F7F7;
	height: 102px;
}
tr#header td a {
	margin: 0;
	padding: 0;
	height: 102px;
	width: 800px;
	display: block;
	text-decoration: none;
}
table#pageLayout {
	width: 800px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #F7F7F7;
	border-collapse: collapse;
}
tr#menuBar td div#menuButtons {
	height: 114px;
	margin-bottom: 1px;
}
tr#menuBar td div#menuButtons * {
	padding: 0;
	margin: 0;
}
tr#menuBar td div#menuButtons a {
	float: left;
	margin: 2px;
	display: block;
}
tr#footer td {
	height: 25px;
	background: url('../images/backgrounds/barre_bas.png') no-repeat bottom center #F7F7F7;
}
tr#footer td p {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	padding-top: 7px;
	font-size: 11px;
	text-align: right;
}
#sidebar {
	vertical-align: top;
	width: 294px;
}
div#sidebar_content {
	color: #808080;
	padding-left: 30px;
	padding-right: 30px;
}
tr#center td#content {
	padding: 10px;
	width: 506px; 
	background: #ffe36b;
}
img {
	border: 0;
}
#center a:hover, #center a:visited, #center a:active, #center a:link {
	color:#003463;
	text-decoration: none;
}
#center  a:hover {
	color:#003463;
	text-decoration: underline;
}
#connexion_page ul
{
	list-style-type: none;
	list-style-position: inside;
	padding: 10px;
}
.subscribe
{
	list-style-type: none;
	list-style-position: inside;
	padding: 10px;
}
#subscribe_license
{
	width: 80%;
	overflow: scroll;
	height: 250px;
	border: 1px solid #000000;
	padding: 10px;
}
.hr
{
	margin: 4px;
}

#liste img {
	vertical-align: middle;
}
.cleaner {
	clear:both;
	height:2px;
}
.adress_bar {
	font-size: 10px;
}
.icon {
	vertical-align: top;
}
h1 {
	margin: 0;
	padding: 5px;
}
.current_page {
	font-weight:bold;
	color: red;
}
#preview img {
	vertical-align: middle;
}
.bar {
	border-bottom: 1px solid #003463;
	height: 1px;
}
div#menuToggle {
	clear: both;
	height: 16px;
}
div#menuToggle span {
	padding-left: 5px;
	display: none;
}
div#menuToggle a, div#menuToggle a:visited {
	text-decoration: none;
	color: #000;
}
div#menuToggle a:hover, div#menuToggle a:active {
	text-decoration: underline;
	color: #000;
}

