/*** WHITESPACE RESET ***/

* { padding:0; margin:0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
p { margin-left:0px; }

img { border:none; }
.png { behavior:url(/communs/vconsult/css/iepngfix.htc) }

/*** GENERAL LAYOUT ***/

body { 
	background:#fff;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
}

#PAGE {
	position:relative;
	width:990px;
	margin:0 auto;
	background:#fff;
}

/** HEADER **/

#HEADER { 
	height:140px;
	z-index:100;
}
#HEADER h1 {
	position:absolute;
	margin:0; padding:0;
	top:15px; left:20px;
}
#HEADER h1 .span
{
	display:block;
	width:135px;
	height:135px;
    background:url("/communs/vconsult/img/laboratoires_vichy.gif") no-repeat;
}

#HEADER .actions {
	position:absolute;
	top:25px; 
	left:250px;
	width:666px;
	text-align:left;
	font-size:10px;
	color:#666;
}
#HEADER .text {
	padding:2px;
	margin:0;
	font-size:10px;
	color:#636363;
	font-family:Verdana,Arial,sans-serif;
}

#HEADER .actions label { margin:0; }
#HEADER .actions ul { margin:0; display:inline; }
#HEADER .actions li { margin:0; list-style:none; display:inline; }
#HEADER .actions a { 
	color:#666; text-decoration:none; 
	padding-left:5px;
	margin-left:0px;
	margin-right:5px;
}
#HEADER .actions a:hover { text-decoration:underline; }




#DIVPOPUP {
	top:0;
	left:0;
	width:0;
	height:0;
	position:absolute;
	overflow:hidden;
	z-index:102;
	background-color:#FFF;
	border-left:1px solid #e5e4e4;
	border-top:1px solid #e5e4e4;
	border-bottom:2px solid #d9d9d9;
	border-right:2px solid #d9d9d9;
	display:none;
}
#DIVPOPUP strong {
	color:#999;
	display:block;
	margin:10px;
}

#WHITEMASK {
	display:block;
	top:0px;
	background-color:#000;
	position:absolute;
	overflow:hidden;
	z-index:100;
	display:none;
}
/*
#CONTENT {
	width:100%;
	position:relative;
	font-family:Verdana;
	font-size:10px;
	overflow:hidden;
	margin:20px 0 20px;
	z-index:1;
}
*/

#HEADER .homelink {
	position:absolute; 
	top:71px;
	left:70px;
	font-size:10px;
	color:#BEBEBE;
	z-index:10;
}
#HEADER .breadcrumb {
	position:absolute; 
	top:72px; left:310px;
	width:670px;
	font-size:10px;
}
#HEADER .breadcrumb a { color:#0035AB; text-decoration:none; }
#HEADER .breadcrumb a:hover { text-decoration:underline; }

#HEADER .usermessage {
	position:absolute; 
	top:90px; left:310px;
	width:670px;
	font-size:10px;
	font-weight: bold;
}
#HEADER .usermessageConfirm { color: Green; }
#HEADER .usermessageError { color: Red; }

#PANEL {
	display:none;
	position:absolute;
	width:276px;
	border-top:solid 6px #0035AB;
	z-index:150;
	top:62px;
}
#PANEL .inner {
	background:#fff;
	border:solid 1px #ccc;
	height:300px;
}

/** FOOTER **/

#FOOTER 
{
	border-top:solid 1px #ddd;
   	padding:4px;
	color:#666;
	font-size:10px;
	text-align:left;
}
#FOOTER a { color:#666; text-decoration:none; cursor:pointer;cursor:hand;}
#FOOTER a:hover { text-decoration:underline; }
#FOOTER .left { position:absolute; left:4px; }

/*POPUP LAYOUT*/

#POPUP a {
	font-size:10px;
	color:#666;
}

#POPUP .footer a {
	text-decoration:none;
	margin-left:25px;
}
#POPUP .footer a img {
	position:relative;
	top:4px;
}

#POPUP .close { text-align:right; }
#POPUP .close a {
	text-decoration:none;
	text-transform:uppercase;
}
#POPUP a:hover { text-decoration:none; }
#POPUP .close a:hover, #POPUP .footer a:hover { text-decoration:underline; }