body {
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

/* ----- NEUTRAL --------------------------------------------------------------------------- */

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0px;
	padding: 0px;
}

a img,:link img,:visited img {
	border: none;
}

hr {
    width: 100%;
    height: 1px;
    margin: 10px auto 10px auto;
    background-color: #000000;
    color: #000000;
    border: 0px;
    padding: 0px;
    display: block;
}

/* ----- CONTENT --------------------------------------------------------------------------- */

.content {
	padding: 10px;
	background-color: #fbf8f5;
}

h1 {
	margin: 10px 0px 10px 0px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0c334a;
}

h2 {
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	color: #68543a;
}

p {
	margin: 0px 0px 15px 0px;
}

ul {
	margin: 0px 0px 15px 30px;
}

li {
	margin: 5px;
}

a:link, a:visited {
	color: #0c334a;
	text-decoration: none;
}

a:hover {
	color: #70828c;
	text-decoration: none;
}

.content img {
	border: 1px solid #6e6e6f;
	background-color: #ffffff;
}

/* ----- CONSTRUCT ------------------------------------------------------------------------- */

#general {
	width: 760px;
	margin: 10px auto 10px auto;
	background-color: #ffffff;
	color: #6e6e6f;
	text-align: left;
}

#main {
	padding: 10px;
}

#banner {
	background-image: url(../img/construct/docteur-goffart.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 167px;
	border-bottom: 5px solid #000000;
}

/* ----- BOTTOM ---------------------------------------------------------------------------- */

#menubas {
	background-image: url(../img/construct/pix-white.gif);
	background-repeat: repeat-x;
	background-position: 0px 2px;
	margin: 0px 5px 0px 5px;
	font-size: 10px;
	padding: 5px 0px 3px 0px;
	background-color: #0c334a;
	color: #70828c;
	text-align: center;
	border-bottom: 5px solid #ffffff;
}

#menubas a:link, #menubas a:visited {
    color: #70828c;
	text-decoration: none;
}

#menubas a:hover {
    color: #ffffff;
	text-decoration: none;
}

#menubas hr {
    width: 100%;
    height: 1px;
    margin: 0px auto 1px auto;
	 padding: 0px;
    background-color: #ffffff;
    color: #ffffff;
    border: 0px;
    padding: 0px;
    display: block;
}

#copylien {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff; 
	text-decoration: none; 
	text-align:center;
}

div#copylien a:link, div#copylien a:visited { 
	color: #ffffff; 
	text-decoration: none;
}

div#copylien a:hover {
	color: #d4d4d5; 
	text-decoration: none; 
}