BODY
{
	color: #222222;
	background-color: #EFF6FE;
	/*font-family: typeface;
	font-size: 13px;*/
	font-family: arial;
	font-size: 12px;
}

/*@font-face {
font-family: "typeface";
src: url("MyriadPro.otf");
src: local("?"),
url("MyriadPro.otf") format("woff"),
url("MyriadPro.otf") format("opentype");
}*/
table
{
	/*font-size: 13px;*/
	font-size: 12px;
}

.tableau
{
	background-color: #D1DCEA;
	border:1px solid #C3CBD5;
}

.footer
{
	font-size: 11px;
	background-color: #C3CBD5;
	color: #8B8B8B;
	text-align: center;
}

.inputNomade,
.input
{
	border: 1px solid #222222;
	background-image:url(/images/refresh.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #C3CBD5;
	color: #222222;
	font-size: 10px;
	FONT-WEIGHT: bold;
	cursor: pointer;
}
.inputNomade.hidden{
	background-image:url(/images/icon_down.png);
}

.inputNomade.displayed{
	background-image:url(/images/icon_up.png);
}

.webcam
{
	/*height:300px;*/
}

h1.connexion{
	
}

.monair_indice_value{
	display:inline-block;
}	
.monair_indice_square{
	width: 16px;
	height: 16px;
	border-radius: 2px;
	display:inline-block;
}

.bold{
	font-weight: bold;
}
.ttlDown{
	font-style: italic;
	color: red;
}
.ttlDownWarning{
	font-style: italic;
	color: red;
	background-color:yellow;
}
.ttlDownError{
	font-style: italic;
	color: red;
	background-color:orange;
}
.ttlDownFatal{
	font-style: italic;
	color: red;
	background-color:black;
}

.meteoLeftWidth{
	width:185px;
}

#meteo_nomade_action{
	cursor: pointer;
}
.hiddenIfNoMeteoNomade{
	display:none;
}

#webcamContainer{
	display:none;
}

.vent_direction {
    display: inline;
	position: absolute;
	margin-left: 10px;
	border: 1px solid black;
	width: 16px;
	height: 16px;
	text-align: center;
	border-radius: 50%;
}

.onduleurCharge{
	/*background-color:#C3F000;*/
	color: green;
}

.onduleurDecharge{
	/*background-color:#C3F000;*/
	color:red;
}