/* SITE www.psychopsiconet.com par inforweb.ch */
/* TAGs section         ------------------------------ */

/* PRINT */
#adressePrint {
	visibility: hidden;
}
/*      */



* {
	margin:0;
	padding:0;
}
body {
	background-color: #9999cc;
	font-family: Arial, sans-serif;
	font-size: 75%;
	color:#333399;
}
#gabari {
	width: 750px;
	background: #FFFFFF url(../images/menu.jpg) repeat-y;
	margin:10px auto;
}
#head {
	position: relative;
	background: url(../images/head.jpg) top no-repeat;
}
#head h1 {
	color: #ffffff; /*663366*/
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	border:none;
	padding: 20px 30px 0 0;
	margin: 0;
	text-align: right;
}
#head h2 {
	color: #660033; /*330066*/
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	border:none;
	padding: 0 30px 100px 0;
	margin: 0;
	text-align: right;
}
#head #annonce {
	position: absolute;
	right: 210px;
	top: 130px;
	font-size: 1.2em;
	color: red;
	font-weight: bolder;
	}
#head #annonce a {
	color: red;
	font-weight: bolder;
	text-decoration: none;
	}
#menu {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/menu.jpg) repeat-y;
}
#menuTop {
	margin: 0;
	padding: 5px 5px;
}
#content {
	padding: 5px 24px;
	background: #FFFFFF url(../images/menu.jpg) repeat-y;
}
#content #agenda {
	text-align: center;
}
#content #informel {
	padding: 13px;
	border: 1px #999999 dashed;
}
#footer {
	background: #FFFFFF url(../images/footer.jpg) no-repeat bottom;
	text-align: center;
}
#footer h2 {
	position: relative;
	display:block;
	color: #660033; /*330066*/
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0 94px 0;
	margin: 0;
}
/* HTML */
img {
	border: 1px solid #999999;
}
img.right {
	float: right;
	padding: 5px;
	border: 0;
}
img.left {
	float: left;
	padding: 5px 5px 5px 0;
	border: 0;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
h1 {
	color: #330066;
	border-top: 1px #666699 solid;
	border-bottom: 1px #666699 solid;
	padding: 3px 0;
	margin: 2px 0 5px 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	color: #663399;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 0;
	margin: 0;
}
h3 {
	color: #663399;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 0;
	margin:0;
}
h4 {
	color: #330099;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 0;
	margin: 0;
}
h5 {
	color: #663399;
	font-size: 1px;
	line-height: 1px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px #666699 solid;
}
hr {
	display:block;
	height: 1px;
	margin: 10px 0 3px 0;
	padding: 0;
	color: #993399;
}
p, ul, li {
	margin: 5px 0;
	padding: 0;
	font-size: 1em;
}
ul, ol {
	padding: 0 0 0 20px;
}
ul li {
	padding: 0;
	margin-left: 15px;
	list-style-position: inside;
	}
a:link {
	color: #000099;
	font-weight: bold;
}
a:visited {
	color: #000099;
	font-weight: bold;
}
a:hover {
	color: #CC0066;
	font-weight: bold;
}
a:active {
	color: #CC0066;
	font-weight: bold;
}
/* -- Glossaire (corporel.html) -- */
span.mot:active {
	position: relative;
	color:#0000CC;
	z-index: 2;
}
span.mot:hover {
	position: relative;
	color:#0000CC;
	z-index: 2;
}
span.mot span {
	position: absolute;
	display: none;
	left: -180px;
	top: 10px;
	background-color:#FFFFFF;
	border: 1px solid #333366;
	padding: 10px;
	width: 400px;
}
span.mot:hover span {
	display: block;
	z-index: 1;
}
#massages {
	font-size: 0.9em;
}
#massages a:link {
	color: #000099;
	font-weight: normal;
}
#massages a:visited {
	color: #000099;
	font-weight: normal;
}
#massages a:hover {
	color: #CC0066;
	font-weight: normal;
}
#massages a:active {
	color: #CC0066;
	font-weight: normal;
}
/* CLASS section GENERAL
-------------------------------------------- */
.cadre {
	border-style: solid;
	border-width: 1px;
	border-color: #003366;
	padding: 10px;
	margin: 0px;
}
/* menuBar section
-------------------------------------------- */
.menuBar {
	color: #000099;
	font-size: 0.95em;
	padding: 3px 0;
	margin: 0 45px;
}
.menuBar a:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
.menuBar a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
.menuBar a:active {
	color: #CC0066;
	text-decoration: none;
	font-weight: bold;
}
.menuBar a:hover {
	color: #CC0066;
	text-decoration: none;
	font-weight: bold;
}
/* -- formulaires et boutons -------------------------------------------------------------*/
		.champForm {
	margin: 5px;
}
.needField {
	font-size: 10px;
	color: #0033CC;
}
.formField {
	border-right: #999999 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #999999 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	width: 250px;
}
.formButton {
	border-right: #999999 2px solid;
	border-top: #999999 2px solid;
	border-left: #999999 2px solid;
	border-bottom: #999999 2px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	margin: 5px;
}
textarea {
	border-right: #999999 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #999999 1px solid;
	font-size: 10px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #f9f9f9;
	width: 450px;
}
/* -- accessibilité sans feuille de style -------------------------------------------------------------*/
.noDisplay {
	display: none;
}

