/*	$Id: tele.css 1121 2016-10-04 15:03:43Z thierry $	*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, big, cite, code, img, q, s, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
b {font-weight:bold;}

ol, ul { list-style:none; }
table {border-collapse:collapse;}

button, input[type=button], input[type=submit] {cursor:pointer;}
button:focus, input:focus {outline:none;}

@font-face {
	font-family: 'Glyphicons';
	font-style:normal;
	font-weight:400;
	font-size:1.25em;
	src:url('/glyphicons/font/glyphicons-regular.otf') format('opentype'),
		url('/glyphicons/font/glyphicons-regular.ttf') format('truetype');
}


body {
	font-family:Raleway, Arial, sans-serif;
	font-size:18px;
}
a {text-decoration:none;color:#999;cursor:pointer;}
a:visited {color:#999;}
a:hover {color:black;}

a.sl {color:black;text-decoration:underline;}
a.sl:visited {color:black;}
a.sl:hover {color:#999;}

#copyright {
	color:#444;
	font-family:Raleway, Arial, sans-serif;
	font-size:12px;
	line-height:1.5;
	margin-bottom:40px;
	text-align:center;
}
#copyright a {
	color:inherit;
}

/*
	text-shadow: 0 0 10px rgba(0, 0, 0, .4)
 */

#logo {
	position:fixed;
	top:0;left:0;
	width:100%;
	height:70px;
	z-index:997;
	background:url('/img/tele-logo.jpg') no-repeat 5px center;
	border-bottom:1px solid grey;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#logo.scroll {
	background-color:white;
}
#logo div.logo {
	float:left;
	font-size:20px;
	height:46px;
	line-height:20px;
	margin:24px 0 0 0;
	overflow-x:hidden;
	padding:0 0 0 80px;
	position:relative;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:550px;
	z-index:998;
}
#logo div.logo span {
	font-size:13px;
}
#logo div.accueil {
	font-family:Geneva, sans-serif;
	font-size:14px;
	font-weight:400;
	float:left;
	margin-left:48px;
	position:relative;
	top:24px;
}

#totop {
	bottom:10px;right:16px;
	cursor:pointer;
	display:none;
	font-family:"Glyphicons";
	font-size:50px;
	font-weight:normal;
	height:60px;width:60px;
	position:fixed;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:9999;
}
#totop.scroll {
	display:block;
}

span.bouton, div.bouton {
	font-family:Raleway, Arial, sans-serif;
	font-size:14px;
	font-weight:400;
	padding:4px 12px;
	background-color:#009aea;
	margin:14px 4px;
	XXXheight:2.5em;
	height:35px;
	line-height:2.5;
	color:white;
	border-radius:4px;
}
#logo span.bouton {
	float:right;
}
#logo span.bouton:first-child {
	margin-right:10px;
}

#logo span.menu {
	float:right;
	margin-right:16px;
}
button.prdv, input.prdv, #MB_BUTTONS button, a.prdv {
	-webkit-appearance:none;
	-moz-appearance:none;
	background-color:#009aea;
	border:none;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-ms-border-radius:7px;
	border-radius:7px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	box-sizing:border-box;
	color:white;
	display:inline;
	font-family:Geneva, sans-serif;
	font-size:14px;
	font-weight:400;
	height:44px;
	line-height:2.5;
	margin:14px 4px;
	padding:4px 12px;
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
button.prdv:disabled, input.prdv:disabled {
	background-color:grey;
	cursor:default;
}

a.prdv:link {
	display:inline-block;
	text-decoration:none;
}
a.prdv:visited {color:white;}

a.prdv:hover,
input.prdv:hover,
button.prdv:hover,
#MB_BUTTONS button:hover {
	-webkit-box-shadow:0.5px 0.5px 3px #949391;
	-moz-box-shadow:0.5px 0.5px 3px #949391;
	box-shadow:0.5px 0.5px 3px #949391;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
a.prdv:active {color:darkblue;}

a.glow img, #MB_CLOSE_A, .DLG_CLOSE_A {
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

a.glow:hover img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform: scale(1.2);
}
#MB_CLOSE_A:hover, .DLG_CLOSE_A:hover {
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform: scale(1.3);
}

div.aide, span.aide {
	color:darkred;
	text-align:left;
	margin-left:0px	
}

.searchform {
	position:absolute;
	top:90px;right:19px;width:488px;
	font-family:Raleway, Arial, sans-serif;
	font-size:14px;
	color:grey;
}
.searchform table {margin:0 0 6px 6px;}
.searchform a {
	line-height:16px;
	color:inherit;
	background-color:#fcfcfc;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	margin:0 6px;
	padding:6px 6px;
	
}
.searchform a:hover {text-decoration:none;color:inherit;}
.searchform a:visited {color:inherit;}

.searchform a.onglet-actif {color:#009aea;background-color:white;}

.barform {
	font-size:14px;
	border-radius:6px;
	color:grey;
	background-color:white;
	border:1px solid grey;
	height:2.5em;
	line-height:2.5;
	padding:4px 4px 4px 4px;
}
.barform input[type=search] {
	font-family:inherit;
	font-size:inherit;
	-webkit-appearance:textfield;
	font-family:Geneva, Arial, sans-serif;
	line-height:2;
	color:#009aea;
	margin:0;
	border:none;
	width:100%;
}
#fld_nom, #fld_act, #fld_cp {
	height:70%;
	padding:0 0 0 4px;	
}
#fld_act {
	width:50%;
}
#fld_cp {
	display:none;
	border-left:1px solid #aaa;
	width:40%;
}

.searchlist {
	display:none;
	position:absolute;
	top:160px;right:18px;width:486px;
	max-height:380px;
	background-color:white;
	border:1px solid grey;
	z-index:1;
	overflow:scroll;
}
.searchlist ul {}

.searchlist ul li {
	border-bottom:1px solid grey;
	cursor:pointer;
	font-family:Raleway, Arial, sans-serif;
	font-size:12px;
	color:#999999;
	padding:5px;
}
.abo_div {
	color:#999;
	font-size:12px
}
.abo_site {
	color:blue;
	font-size:14px;
	font-weight:400;
}
.abo_nom {
	font-size:14px;
	color:#009aea;
}
.abo_cpville {
	color:black;
}
.abo_none {
	color:#999999;
	cursor:default;
	display:none;
}

.searchlist ul li.selected {
	color:white;
	background-color:#009aea;
	cursor:pointer;
}
.searchlist ul li.selected div {
	color:white;
}


.titre {
	position:absolute;
	top:203px;
	width:100%;
	text-align:center;
	font-family:Raleway, Arial, sans-serif;	
	font-size:42px;
	color:#333333;
	text-shadow:1px 1px 4px #888888;
}

.top-content {margin-top:70px;clear:both;}
.top-noimg {margin-top:70px;}

div.stcenter {
	padding:10px 2px;
	line-height:1.4;
	text-align:center;
}

div.dtext {
	margin:20px;
	color:#999;
	min-height:80px;
}
div.dtext img {
	margin-right:20px;
}

div.dleft {
	background-color:#fcfcfc;
	color:#999999;
	font-size:14px;
	padding:10px;
	text-align:left;
}
div.dright {
	background-color:#fcfcfc;
	color:#666;
	font-size:16px;
	padding:10px;
	padding-right:20px;
	text-align:right;
}
div.dright a {color:#000;}
div.dright a:hover {color:#999;}

div.dcenter {
	background-color:#fcfcfc;
	color:#999999;
	font-size:14px;
	padding:10px;
	text-align:center;
}
div.dmotif {
	background-color:#fcfcfc;
	color:#777;
	font-size:14px;
	padding:10px;
	text-align:right;
}
div.btns, .btns {
	text-align:center;
}


.fonctions {
}
.fonctions table {
	width:98%;
	table-layout:fixed;
}
.fonctions table td {
	text-align:center;
	color:#999999;
	padding:16px;
}

div.compteurs {
	
}
div.compteurs table {
	width:100%;
	table-layout:fixed;
}
div.compteurs table tr td {
	text-align:center;
	background-color:#fcfcfc;
	padding:20px 2px;
	color:#999999;
}
div.compteurs table tr td:first-child {
	border-right:solid 1px #999;
}
div.compteurs table tr td div {
	font-family:Verdana;
	font-size:40px;
	color:#666666;
}

div.description {
	margin-top:50px;
}
div.description table {
	table-layout:fixed;
	width:100%;
}
div.description table tr td {	/*	cellule de texte	*/
	width:50%;
	text-align:center;
	padding:0;
}
div.description table tr td.separator {
	height:40px;
}
div.description table tr td div.tdtitle {	/*	cellule de texte	*/
	text-align:left;
	font-size:42px;
	color:#333333;
	text-shadow:1px 1px 4px #888888;
	width:450px;
	margin:2px auto;
}
div.description table tr td div.tdtitle .subtitle {	/*	cellule de texte	*/
	font-size:80%;
}
div.description table tr td div.tdtext {
	width:450px;
	text-align:left;
	margin:10px auto;
	color:#999999;
}
div.tdtext b {
	color:#009aea;
	font-weight:bold;
}

div.description table tr td span.bouton, div.contact span.bouton {
	padding:15px 12px;
	height:35px;
	margin-top:20px;
}

div.description table tr th {	/*	cellule image	*/
	text-align:center;
	vertical-align:middle;
}

div.dtitle2 {
	background-color:#fcfcfc;
	color:#666;
	font-size:21px;
	margin:20px auto 0 auto;
	padding-top:0;
	text-align:center;
}

}

div.eagd {
	margin:12px auto 20px;
	font-size:13px;
	color:#999999;
}
div.eagd img {
	vertical-align: -webkit-baseline-middle;
	vertical-align:text-top;
}

div.contact {
	text-align:center;
	background-color:#fcfcfc;
	padding:40px 50px 50px 50px;
	color:#999999;
}

div.liens {
	background-color:#009aea;
	margin-bottom:14px;
}
div.liens table {
	width:95%;
	XXtable-layout:fixed;
	margin:0 auto;
}
div.liens table tr td {
	font-size:14px;	
	padding:2px 8px 14px 8px;
}
div.liens table tr td.lntext {
	color:white;
	font-size:18px;
	padding-top:18px;
	padding-bottom:25px;
}
div.liens table tr td div.head {
	font-size:18px;
	color:#333;
	margin:0 0 8px 0;
}
div.liens table tr td a, div.liens table tr td a:visited {
	color:#444;
	line-height:1.3;
}

div.clear {
	clear:both;
}
textarea {
	font-family:Raleway, Geneva, Arial, sans-serif;
	font-size:14px;
}

/*	Logo WebSanté	*/
span.websante, a.websante {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
a.websante span.ws_web {
	color:#ff9600;
}
a.websante span.ws_sante {
	color:#999999;
}

img.info-dred {
	height:16px;
	left:-2px;
	position:relative;
	top:-1px;
	vertical-align:middle;
	width:16px;
}

#outdated{display:none;padding:5px;text-align:center;font-size:14px;}
#outdated p{text-align:left;margin-top:0;}
#outdated #btnUpdateBrowser{display:block;position:relative; padding: 10px 10px;
	font-size:inherit;font-weight:normal;font-family:Georgia;
	margin:15px auto 11px; width: 190px; /*need for IE*/
	color:red; border:1px solid red; cursor:pointer;
}
#outdated #btnUpdateBrowser:hover{color:#f25648;background-color:#ffffff;}
#outdated #btnCloseUpdateBrowser {display:none;}
