/* Definitions generales */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #004485;
}
* html body {
	height: 100%;
	_font-size: 76%;
}
img {
	_behavior: url("css/pngbehavior.htc"); /* Transparent PNGs in IE55+/Win */
	border-width: 0px;
}
div, form, p, ul, li {
	margin: 0;
	padding: 0;
}
em { font-style: italic; }
ul, li {
	list-style-type: none;
	_position: relative;			/* Evite la disparition des puces dans IE/Win */
}

/* Structure du site */

/* Decor */
#fond, #hypno, #logo {
	position: absolute;
	top: 0;
	right: 16px;
	margin-right: -16px;
	width: 100%;
	text-align: right;
}
#fond {
	height: 194px;
	z-index: 0;
	background: url(../images/fondhaut.png) 0 0 repeat-x;
}
#hypno {
	width: 676px;
	height: 100%;
	z-index: 0;
	background: url(../images/hypno.png) top right no-repeat;
}
#logo {
	height: 461px;
	padding: 13px 22px 0 0;
	z-index: 0;
}

/* Contenu */
#conteneur {
	position: relative;
	right: 16px;
	margin-right: -16px;
	left: 0;
	width: 100%;
	min-width: 600px;
	z-index: 0;
	padding: 10px 0 0;
}
#contenu { margin: 125px 12px 0 135px; }
#contenu .corps, #contenu .annexes {
	position: relative;
	display: block;
	vertical-align: top;
}
#contenu .corps {
	margin-right: 2%;
	width: 71%;
	float: left;
}
#contenu .annexes {
	width: 26%;
	float: right;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1%;
}


/* Menu */
#menu {
	position: absolute;
	top: 35px;
	left: 0;
	width: 189px;
	background: url(../images/menutop.png) top left no-repeat;
	z-index: 1;
	padding-top: 73px;
}
#menu form {
	position: absolute;
	z-index: 3990;
	display: block;
}
#menu form input {
	margin: 0 4px 4px 0;
	border: 1px solid #8dabd0;
	width: 100px;
	height: 10px;
	font-size: .8em;
	color: #606060;
	float: left;
}
#menu form input[type=image] {
	width: auto;
	height: auto;
}

#menu form a:hover {
	padding: 0;
	background-image: none;
}


/* Pied de page */
#pied {
	position: relative;
	margin: 10px 10px 20px 245px;
	padding: 0;
	min-width: 340px;
}
#virgule {
	position: absolute;
	top: -21px;
	left: -40px;
	width: 37px;
	height: 31px;
	background: url(../images/virgule.png) top left no-repeat;
}

