/*** 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:88px; 
	z-index:100;
}
#HEADER h1 {
	position:absolute;
	margin:0; padding:0;
	top:28px; left:10px;
}
#HEADER h1 .png 
{
	display:block;
	width:286px;
	height:56px;
    background:url("/communs/vconsult/img/logo-vichyconsult.png") no-repeat;
}

#HEADER .actions {
	position:absolute;
	top:5px; left:310px;
	width:666px;
	text-align:right;
	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:5px;
	border-left:solid 1px #333;
}
#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;
}
*/
#PERMA {
    z-index:200;
	position:absolute;
	top:30px; left:305px;
}

#PERMA li { margin:0; list-style:none; float:left; }
#PERMA li a {
	display:block;
	height:38px;
	cursor:pointer;cursor:hand;
}
#PERMA li a span {
	display:block;
	width:100%;
	height:38px;
	visibility:hidden;
}
#PERMA li a:hover, #PERMA li a.over { visibility:visible; }
#PERMA li a:hover span, #PERMA li a.over span { visibility:visible; }
#PERMA li a span span { display:none; font-size:1px; }

#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:right;
}
#FOOTER a { color:#666; text-decoration:none; }
#FOOTER a:hover { text-decoration:underline; }
#FOOTER .left { position:absolute; left:4px; }

/* PAGES DANS LA NAVIGATION */

#NAV {
	width:274px;
	font-family:Verdana;
	font-size:10px;
	overflow:hidden;
}

#NAV a {
	font-size:10px;
	font-family:verdana;
}

#NAV a:hover {
	text-decoration:none;
}

#NAV .blocTheme {
	width:248px;
	overflow:hidden;
	border-bottom:1px dotted #809ad7;
	padding:12px 0 14px;
	margin-left:13px;
}

#NAV .lastblocTheme {
	border:none;
	padding-bottom:20px;
}

#NAV .beforeNl {
	border:none;
	padding-bottom:5px;
}

#NAV .blocNewsLetter {
	background-color:#0035AD;
	color:#FFF;
	padding:0px 0px 10px 0px;
	margin:0px;
	border:none;
	width:100%;
}

#NAV .blocNewsLetter div {
	margin:10px;
}

#NAV h2, #NAV h3 {
	margin:0;
	padding:0;
	color:#0035AB;
	font-weight:bold;
}

#NAV h2 {
	font-size:12px;
	margin-bottom:13px;
}

#NAV h3 {
	font-size:11px;
	margin-bottom:4px;
}

#NAV a.alone {
	display:block;
	margin-top:10px;
	width:100%;
}

#NAV .blocTheme input.text {
	width:190px;
	font-size:10px;
	color:#636363;
	padding:2px;
	margin:0;
	float:left;
}

#NAV .blocTheme a.input {
	padding:4px;
	background-color:#FFF;
	color:#0035AD;
	margin-left:5px;
	text-decoration:none;
	border:1px solid #0035AD;
	position:relative;
	top:4px;
}

#NAV .blocTheme a.input:hover {
	background-color:#0035AD;
	color:#FFF;
	border:1px solid #FFF;
}

#NAV .blocTheme a {
	color:#0035AB;
}

#NAV .blocTheme ul {
	margin:0;
	padding:0;
	float:left;
	width:124px;
}

#NAV .blocTheme ul li {
	margin-bottom:5px;
	font-size:10px;
	list-style-type:none;
	background-image:url(/communs/vconsult/img/dash.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:7px;
	color:#8c8c8c;
}

#NAV .blocTheme ul li a {
	color:#8C8C8C;
	font-size:9px;
	text-decoration:none;
}

#NAV .blocTheme ul li a:hover {
	text-decoration:underline;
}

#NAV .blocTheme .ulimg {
	width:100%;
	overflow:hidden;
}

#NAV .blocTheme .ulimg ul {
	width:135px;
	
}

#NAV .blocTheme .ulimg img {
	margin:0;
	float:right;
	margin-right:20px;
}

#NAV .blocTheme .ulimg img.left {
	float:left;
}

#NAV .text {	
	color:#8c8c8c;
}

#NAV .textimg, #CONTENT .textimg {
	width:100%;
	overflow:hidden;
	margin-top:5px;
}

#NAV .textimg img, #CONTENT .textimg img {
	float:left;
}

#NAV .textimg .text, #CONTENT .textimg .text {
	float:right;
	margin-right:10px;
	width:134px;
}

#NAV .par {
	margin-top:20px;
}

#NAV .textimg .short {
	margin-right:0;
}

#NAV a.btnav {
	float:left;
	margin-top:10px;
	width:234px;
	background-color:#0035AD;
	color:#FFF;
	background-image:url(/communs/vconsult/img/arrow_on.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#NAV a.btnav:hover {
	background-color:#FFF;
	color:#0035AD;
	background-image:url(/communs/vconsult/img/arrow.gif);
}

#NAV a.btnav span {
	margin:4px;
}

#NAV .cliquable {
    cursor:pointer;
    cursor:hand;
}

input.submit {
	color:#FFF;
	border:1px solid #0035AD;
	background-color:#0035AD;
	text-transform:uppercase;
	margin-left:2px;
	padding:2px;
}

input.submit:hover {
	border:1px solid #636363;
	background-color:#FFF;
	color:#0035AD;
}

input, select {
	font-family:Verdana;
	font-size:10px;
	color:#8c8c8c;
}

/*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; }