body{
	margin:0px;
	padding:0px;
	background:#fff;
	font-family:Verdana, Geneva, sans-serif;
}

#content{
	float:left;
	width:562px;
	border:9px solid #000;
	background:#000;
	font-size:10px;
	color:#fff;
}

#left{
	float:left;
	width:562px;
	height:570px;
}

#bloc_meteo{
	background:#141d24;
	padding-left:10px;
	padding-right:10px;
	float:left;
	height:232px;
	width:542px;
}

 h1{
	margin:10px 0 0 0;
	float:left;
	height:30px;
	width:100%;
}

.titre, .time{
	color:#9dcff1;
	font-size:10px;
	font-weight:bold;
}

.detail{
	color:#fff;
	font-size:10px;
}

.pict{
	position:relative;
	height:105px;
	width:140px;
	float:left;
}

.pict img{
	z-index:0;
	position:relative;
}

h3{
	position:absolute;
	right:0px;
	bottom:0px;
	color:#50b9ff;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 15px;
	z-index:1;
	line-height:22px;
}

.temp0{	
	background:url(../images/temp0.png) bottom left no-repeat;
}

.temp1{	
	background:url(../images/temp1.png) bottom left no-repeat;
}

.temp2{	
	background:url(../images/temp2.png) bottom left no-repeat;
}

.temp3{	
	background:url(../images/temp3.png) bottom left no-repeat;
}

.temp4{	
	background:url(../images/temp4.png) bottom left no-repeat;
}

h3 i{
	font-weight:normal;
	font-size:13px;
}

#previsions{
	float:left;
	background:url(../images/bg_prevision.jpg) no-repeat;
	width:517px;
	height:64px;
	padding-right:45px;
	margin-top:9px;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	text-align:right;
	line-height:65px;
}

#livecampds{
	float:left;
	background:url(../images/bg_livecampds.jpg) no-repeat;
	width:517px;
	height:64px;
	padding-right:45px;
	margin-top:9px;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	text-align:right;
	line-height:65px;
}

a{
	color:#FB8019;
	text-decoration:none;
}

a:hover{
	color:#f9ac28;
}

#infos{
	float:left;
	width:552px;
	height:184px;
	padding-left:10px;
	margin-top:9px;
	background:#141d24;
	color:#fff;
}

h2{
	margin:0px;
	padding:0px;
	color:#9dcff1;	
	font-size:10px;
	font-weight:bold;
}

p{
	margin:0px 0px 15px 0px;
	padding:0px;
	line-height:14px;
}

