/**
* RESET
**/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}


/**
* COMMUN
**/

body 
{
	margin:0;
	/*overflow-x: hidden;*/
/*	background-color: #13285f;*/
	/*background-image: url("/img/construction/bg_pattern.png");*/
	background-repeat: repeat-x;

	color:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:15px;
}



/**
* BD* SITE
**/

#site
{
	float: left;
	width: 950px;
	margin: 0 10px 10px 0;
}

.bloc_stations{
	position: relative;
	box-shadow:#BBBBBB 2px 2px 5px;
	width: 100%;
	padding-bottom:14px;
}

.fond_gris 
{
/*	background-color: #e0dedf;*/
	background-color: #d4dcf7;
	float: left;
	/*padding-bottom: 3px;*/
}

.bloc_stations .titre_previsions_auto
{
	position: relative;
	background-color: #13285f;
	color: white;
	/*background-image: url("/img/construction/pattern.png");*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 2px 2px 5px #bbb;
	padding: 5px;
	height: 40px;
}

.bloc_stations .titre_previsions_auto h1{
	font-size: 12px;
}

.bloc_stations #gps {
/*	margin: 10px 0 10px 0;*/
	color:#ffcc00;
}

.bloc_stations .titre_previsions_auto #majAuto{
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #ff9702;
	font-style: italic;
}


#dateSwitcher {
	width: 220px;
	height: 20px; 
	background-color: #F0F0F0;
	border-radius: 3px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#dateSwitcher #lienPrec, #dateSwitcher #lienSuiv {
	width: 20px; 
	float: left;
}
#dateSwitcher #fPrec, #dateSwitcher #fSuiv {
	display: block;
	background-image: url(http://www.meteo-villes.com/site/images/construction/sprite_boutons/suivant_precedent.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 21px;
}
#dateSwitcher #fPrec {
	background-position: 50% -111px;
}
#dateSwitcher #fPrec.active {
	background-position: 50% -43px;
}
#dateSwitcher #fSuiv {
	background-position: 60% -77px;
}
#dateSwitcher #fSuiv.active {
	background-position: 60% -7px;
}
#dateSwitcher #dates {
	width: 180px;
	overflow: hidden;
	float: left;
	margin: 3px 0;
}

#dateSwitcher #dContent {
	width: 9999px;
}

#dateSwitcher .dItem {
	width: 180px; 
	padding: 3px 0 2px 0;
	float: left; 
	text-align: center; 
	font-size: 13px;
	font-weight: bold;
	color: #505050;
}

#forecasts {
	width: 888px;; 
	overflow: hidden;
	margin-left: 15px;
}
#fContent {
	width: 9999px;
}

.tabPrevisions {
	width: 888px; 
	float: left;
}

.sun {
	text-align: right;
	margin: 0 18px 0px 0;
	font-size: 10px;
}


.entete 
{

	background-color:#13285F;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	white-space : nowrap;
	font-size: 11px!important;
}

.border-haut-g {border-top-left-radius: 10px; color: white;}

.entete-tr {height:16px;}


.GFS {
	font-weight: normal; 
	font-size: 80%; 
	color: #B0B0B0
}

#forecasts .fond_gris
{
	background-color:#D0D1D3;
	float: none;
}

#dd td {text-align:center; font-size: 11px; line-height: 11px; }

.bord_b
{
	border-bottom:2px solid #FFF;
}
.bord_d
{
	border-right: 2px solid #FFF;
}

.fond_bleu
{
	background-color:#7E95E3;
}

#dd td.td_temp{
	font-size: 14px;
	font-weight: bold;
}
