/* CSS Document */

html, body {
	margin: 0px ;
	padding: 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 10pt ;
	text-align: center ;
	background-color: #DDE0D0;
	color: #DDE0D0;
	}

a:link {color: #95361D ; text-decoration:none;}
a:visited {color: #95361D ; text-decoration:none;}
a:hover {color:#DDE0D0; text-decoration:none;}
	
h1 {
	padding-left: 5px ;
	padding-right: 5px ;
	padding-bottom: 0px ;
	padding-top: 5px ;
	margin-left: 5px ;
	margin-right: 10px ;
	margin-bottom: 0px ;
	margin-top: 2px ;
	color: #DCE2C4 ;
	text-align: right ;
	font-size: 14pt ;
	font-weight: bold ;
	border-bottom: #DDE0D0 1px solid ;
	}

h2 {
	padding-left: 5px ;
	padding-right: 5px ;
	padding-bottom: 0px ;
	padding-top: 5px ;
	margin-left: 10px ;
	margin-right: 15px ;
	margin-bottom: 6px ;
	margin-top: 10px ;
	color: #DDE0D0 ;
	text-align: right ;
	font-size: 12pt ;
	border-bottom: #DDE0D0 1px dashed ;
	}
	
.cont {
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	width: 750px;
	text-align: center;
	background-color: #000000;
}

.entete1 {
	height: 60px ;
	width: 750px;
	background-color: #DDE0D0;
}

.entete2 {
	height: 30px;
	width: 750px;
	background-color: #000000;
}

.logo {
	margin-left: 6px;
	float: left;
	border: 0;
	}
	
.menuh {
	float: right;
	margin-right: 40px;
	margin-top: 6px;
	}
	
.menuh a {
	font-size: 14px;
	font-weight: bold;
	color: #DDE0D0;
	text-decoration: underline;
	margin-left: 28px;
}

.menuh a:visited {
	font-weight: bold;
	color: #DDE0D0;
	text-decoration: underline;
}

.menuh a:hover {
	color: #DDE0D0;
	background-color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#menuv {
	float: left;
	text-align: center;
	width: 130px;
	background-color: #DDE0D0;
	margin-left: 6px;
	margin-top: 40px;
	padding-top: 28px;
	background-image: url('http://annuaire.psychovision.net/index/menu.gif');
	background-repeat: no-repeat;
	}

.menu {
	margin: 0;
	padding: 0;
	}
	
.menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color: #000000;
	}

.menu li a {
	display: block;
	width: 130px;
	line-height: 26px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.menu li a:visited {
	color: #000000;
}

.menu li a:hover {
	color: #DDE0D0;
	background-color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* centre */

#centre {
	margin-left: 166px;
	margin-top: 10px;
	width: 556px ;
}

.image {
	border: 1px solid #DDE0D0;
	margin-bottom: 6px ;
	margin-top: 6px ;
	}

