html, body {
	margin: 0px;
	padding: 0px;
}

body {
	margin-top: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

table, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: top;
}

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

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { color: #991F00; background-color: #F3F4FF; margin: 10px 0; padding: 5px; }

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* Container */
#container {
	margin: 0;
	width: 759px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}

#header {
	background-image: url(../images/header/fd_header.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #4E5C7F;
	height: 133px;
}

#header h1 {
	background-color: transparent;
}

#header h1 span {
	display: none;
	text-indent: -100em;
}

#header h1 a {
	position: relative;
	top: 13px;
	left: 117px;
	width: 235px;
	display: block;
	height: 55px;
}
/* *************************************************** */


/* Menu d'accessibilité */
#prelude {
	display: none;
	text-indent: -100em;
}
/* *************************************************** */

#topbar {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: white;
	background-image: url(../images/header/fd_topbar.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 33px;
	border-left: 1px solid #06194B;
	border-right: 1px solid #06194B;
	border-bottom: 1px solid #06194B;
}

#clear {
	margin: 0;
	padding: 0;
	clear: both;
}

#content {
	margin: 0;
	padding: 0;
	border-left: 1px solid #06194B;
	border-right: 1px solid #06194B;
	border-bottom: 1px solid #06194B;
}
/* *************************************************** */


#leftmenu {
	width: 179px;
	margin: 0;
	padding: 0;
	background-image: url(../images/leftmenu/fd_leftmenu.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#langue {
	margin: 5px;
	padding: 0;
}

/* Navigation  et fonctionnalités */
#navigation {
	margin-top: 30px;
}

#accessboutique {
	margin: 0 0 20px 0;
	display: block;
}

#secured {
	display: none;
}

#content-page {
	padding: 5px 10px;
	width: 591px;
	background-color: white;
	border: 1px solid white;
	font-size: 0.8em;
}

/* Table de contenu pour la home page */
.tablehp {
	margin: 20px 0 20px 0;
	width: 404px;
}
/* *************************************************** */


/* Compte  */
#login {
	margin: 0px;
	padding: 0px;
	background-image:  url(../images/fd_membres.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 10px;
	border-bottom: 1px solid #06194B;
}
#contentlogin {
	margin: 0px;
	padding: 5px;
	width: 178px;
}

#contentlogin A {
	color: white;
	font-weight: bold;
}


#contentlogin input {
	margin: 0px;
	margin-bottom: 3px;
	padding: 2px;
	font-weight: bold;
	color: #991F00;
	width: 135px;
	border: 1px solid black;
}

 #login form .btident {
	padding: 10px 4px 0px 0px;
	float: right;
	border: 0px;
}
/* *************************************************** */


/* Bas de page - Copyright */
#footer {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: gray;
	text-align: center;
}

#footer a, #footer a:visited {
	color: #4E5C7F;
	font-size: 1em;
}

#search {
	display: none;
}