Wouha je comprend que tu veuille regarder ça demain 😐 prend plusieurs jour même si tu veut :lol: :lol:
┌─( maan ) - ( 3.2.0-37-generic ) - ( ~ )
└─> python3
Python 3.2.3 (default, Oct 19 2012, 20:10:41)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from urllib.request import Request, urlopen
>>> from bs4 import BeatifulSoup
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name BeatifulSoup
>>> from bs4 import BeautifulSoup
>>> url=Request("http://www.accuweather.com/fr/fr/augerolles/132213/current-weather/132213")
>>> currentCond=urlopen(url)
>>> soup = BeautifulSoup(currentCond)
>>> print(soup.prettify())
<!DOCTYPE html>
<html>
<head>
<title>
Météo actuelle pour Augerolles - Prévision AccuWeather pour Puy-de-Dôme France
</title>
<script type="text/javascript">
var NREUMQ=NREUMQ||[];NREUMQ.push(["mark","firstbyte",new Date().getTime()]);
</script>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<script type="text/javascript">
var apgUserInfoObj = {
country: 'FR',
city: 'Augerolles',
state: '63',
metro: '',
zip: '',
fcode: 'IY0241',
partner: 'accuweather',
sessionPartner: 'accuweather',
referer: '',
lang: 'fr',
langid: '3',
lat: '45.72391',
lon: '3.62024',
dma: '',
ip: '84.7.178.251',
geo_dma: '',
geo_city: 'Orleat',
geo_state: '63',
geo_zip: '',
geo_country: 'FR'
};
var apgWxInfoObj = { nwsalrt: '', hdln: '2', ut: '1', cu: { wx: '12', hi: '2', wd: '', hd: '', uv: '' }, fc: [{ wx: '', hi: '', lo: '' }, { wx: '', hi: '', lo: '' }, { wx: '', hi: '', lo: '' }], ix: {arthritis:'1',asthma:'1',bbq:'1',cold:'1',flu:'',lawnmowing:'1',migraine:'1',outdoor:'1',schoolclosing:'',sinus:'2',soil:'',field:'',beach:'1',biking:'1',concert:'1',construction:'1',composting:'1',dust:'5',fishing:'1',fueleconomy:'2',golf:'1',heart:'2',hiking:'1',hvac:'3',mosq:'1',sailing:'1',running:'1',schoolbus:'4',skiing:'5',star:'1',frizz:'0',pollen:'1',uvindex:'1',hunting:'1', driving:'2', travel:'3', airq:'0', pgrass:'1', pmold:'1', pweed:'1', ptree:'1' } };
var aadCustomKeyValuePairs = {vabeachtemp:'46',vabeachwx:'04'};
// ISO: fr
// ID: 3
</script>
<meta content="Get Augerolles, France current weather reports and conditions including temperature, RealFeel and precipitation from AccuWeather.com" name="description"/>
<meta content="Augerolles France, current weather, weather report" name="keywords"/>
<link href="http://www.accuweather.com/fr/fr/augerolles/132213/current-weather/132213" rel="canonical"/>
<script type="text/javascript">
var apgPageInfoObj = { ad_site: 'world', section: 'forecast', ad_section: 'forecast', page: 'forecast-current-conditions', ad_page: 'current-conditions', page_code: '', crumb_trail: ['Forecast', 'CurrentConditions', 'FR', 'Puy-de-Dôme', 'Augerolles'], pageType: 'forecast', pageExt: '', adPos: { atf728: true, atfPencil: true, atf300: true, atf160: false, btf728: true, btf300: true, popunder: true, prestitial: true, links: true, ptoSkin: true} };
apgWxInfoObj.cu.wx = '12';apgWxInfoObj.cu.hi = '3';apgWxInfoObj.cu.wd = '12';apgWxInfoObj.cu.hd = '79';apgWxInfoObj.cu.uv = '0'; apgWxInfoObj.fc = [{ wx: '13', hi: '5', lo: '0' },
{ wx: '12', hi: '3', lo: '-5' },
{ wx: '4', hi: '4', lo: '-3'}];
</script>
<script type="text/javascript">
var acmPageLoad = { start: new Date() };
</script>
<script type="text/javascript">
var acm_InterestLayers = [
{group:'1.1', name:'Cold & Flu', code:'10302', icon: 'cold-flu', href:'http://www.accuweather.com/fr/fr/augerolles/132213/cold-flu-weather/132213', alarm:[3,4,5]},
{group:'1.1', name:'Allergies', code:'10201', icon: 'allergies', href:'http://www.accuweather.com/fr/fr/augerolles/132213/allergies-weather/132213', alarm:[3,4,5]},
{group:'1.1', name:'Respiratory', code:'10301', icon: 'respiratory', href:'http://www.accuweather.com/fr/fr/augerolles/132213/asthma-weather/132213', alarm:[3,4,5]},
{group:'1.1', name:'Arthritis', code:'10102', icon: 'arthritis', href:'http://www.accuweather.com/fr/fr/augerolles/132213/arthritis-weather/132213', alarm:[3,4,5]},
{group:'1.1', name:'Migraine', code:'10101', icon: 'migraine', href:'http://www.accuweather.com/fr/fr/augerolles/132213/migraine-weather/132213', alarm:[3,4,5]},
{group:'1.1', name:'Sinus', code:'10103', icon: 'sinus', href:'http://www.accuweather.com/fr/fr/augerolles/132213/sinus-weather/132213', alarm:[3,4,5]},
{group:'1.2', name:'Travel', code:'20501', icon: 'travel', href:'http://www.accuweather.com/fr/fr/augerolles/132213/air-travel-weather/132213', alarm:[1]},
{group:'1.2', name:'Astronomy', code:'40501', icon: 'astro', href:'http://www.accuweather.com/fr/fr/augerolles/132213/astronomy-weather/132213', alarm:[1]},
{group:'1.2', name:'Events', code:'41001', icon: 'events', href:'http://www.accuweather.com/fr/fr/augerolles/132213/events-weather/132213', alarm:[1]},
{group:'2.1', name:'Driving', code:'20401', icon: 'driving', href:'http://www.accuweather.com/fr/fr/augerolles/132213/driving-weather/132213', alarm:[1]},
{group:'2.1', name:'School Day', code:'30401', icon: 'school', href:'http://www.accuweather.com/fr/fr/augerolles/132213/school-day-weather/132213', alarm:[1]},
{group:'2.1', name:'Hair Day', code:'30301', icon: 'hair', href:'http://www.accuweather.com/fr/fr/augerolles/132213/hair-day-weather/132213', alarm:[3,4,5]},
{group:'2.1', name:'Snow Days', code:'30402', icon: 'snow', href:'http://www.accuweather.com/fr/fr/augerolles/132213/snow-day-weather/132213', alarm:[4,5]},
{group:'2.2', name:'D.I.Y.', code:'30101', icon: 'diy', href:'http://www.accuweather.com/fr/fr/augerolles/132213/diy-weather/132213', alarm:[1]},
{group:'2.2', name:'Lawn & Garden', code:'30201', icon: 'lawn-garden', href:'http://www.accuweather.com/fr/fr/augerolles/132213/lawn-garden-weather/132213', alarm:[1]},
{group:'2.2', name:'Home Energy', code:'30501', icon: 'home-energy', href:'http://www.accuweather.com/fr/fr/augerolles/132213/home-energy-weather/132213', alarm:[1]},
{group:'2.2', name:'Entertaining', code:'40102', icon: 'entertaining', href:'http://www.accuweather.com/fr/fr/augerolles/132213/outdoor-entertaining-weather/132213', alarm:[1]},
{group:'3.1', name:'Golf', code:'40201', icon: 'golf', href:'http://www.accuweather.com/fr/fr/augerolles/132213/golf-weather/132213', alarm:[1]},
{group:'3.1', name:'Ski', code:'40301', icon: 'ski', href:'http://www.accuweather.com/fr/fr/augerolles/132213/ski-weather/132213', alarm:[1]},
{group:'3.1', name:'Hunting', code:'40601', icon: 'hunting', href:'http://www.accuweather.com/fr/fr/augerolles/132213/hunting-weather/132213', alarm:[1]},
{group:'3.1', name:'Fishing', code:'40602', icon: 'fishing', href:'http://www.accuweather.com/fr/fr/augerolles/132213/fishing-weather/132213', alarm:[1]},
{group:'3.1', name:'Running', code:'40901', icon: 'running', href:'http://www.accuweather.com/fr/fr/augerolles/132213/running-weather/132213', alarm:[1]},
{group:'3.1', name:'Hiking', code:'40903', icon: 'hiking', href:'http://www.accuweather.com/fr/fr/augerolles/132213/hiking-weather/132213', alarm:[1]},
{group:'3.1', name:'Biking', code:'40902', icon: 'biking', href:'http://www.accuweather.com/fr/fr/augerolles/132213/biking-weather/132213', alarm:[1]},
{group:'3.1', name:'Sun & Sand', code:'40401', icon: 'sun-sand', href:'http://www.accuweather.com/fr/fr/augerolles/132213/sun-sand-weather/132213', alarm:[1]},
{group:'3.1', name:'Sailing', code:'40402', icon: 'sailing', href:'http://www.accuweather.com/fr/fr/augerolles/132213/sailing-weather/132213', alarm:[1]}];
</script>
<link href="http://vortex.accuweather.com/adc2010/images/favicons/accuweather_master_2.ico" rel="shortcut icon"/>
<script src="http://vortex.accuweather.com/adc2010/javascripts/lib.min-20121129.js" type="text/javascript">
</script>
<script src="http://vortex.accuweather.com/adc2010/javascripts/site.min-20130116.js" type="text/javascript">
</script>
<script src="http://vortex.accuweather.com/adc2010/javascripts/promo.min-20130116.js" type="text/javascript">
</script>
<link href="http://vortex.accuweather.com/adc2010/stylesheets/site.min-20130110.css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://vortex.accuweather.com/adc2010/stylesheets/icons/backgrounds.min-20121129.css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://vortex.accuweather.com/adc2010/stylesheets/print.css" media="print" rel="stylesheet" type="text/css"/>
<meta content="width=988" name="viewport"/>
<script type="text/javascript">
var settingsCke = "acm";
sj_SelectCountry = "Sélectionner un pays";
function acmCitySubmit(key) {
var s_value = document.getElementById('s').value;
if (s_value == "Saisir le code postal ou la ville...") {
return false;
}
if (s_value === "") {
return false;
}
//var isKeyPress = (key) ? 'EnterKey' : 'ButtonClick';
if (s_value == "Augerolles, France") {
_gaq.push(['_trackEvent', 'LocationBox', 'DefaultLocation', s_value.toLowerCase()]);
setTimeout(function () {
window.location.href = 'http://www.accuweather.com/fr/fr/augerolles/132213/weather-forecast/132213';
}, 50);
} else {
_gaq.push(['_trackEvent', 'LocationBox', 'SearchLocation', s_value.toLowerCase()]);
setTimeout(function () {
document.forms["findcity"].submit();
}, 50);
}
}
</script>
<link href="http://vortex.accuweather.com/adc2010/editorial-calendar/valentines-day/column.css" media="all" rel="stylesheet" type="text/css"/>
<script type="text/javascript">
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})()
</script>
<script type="text/javascript">
(function () {
var d = new Image(1, 1);
d.onerror = d.onload = function () {
d.onerror = d.onload = null;
};
d.src = ["//secure-us.imrworldwide.com/cgi-bin/m?ci=us-accuweather&cg=0&cc=1&si=", escape(window.location.href), "&rp=", escape(document.referrer), "&ts=compact&rnd=", (new Date()).getTime()].join('');
})();
</script>
<script src="http://vortex.accuweather.com/adc2010/javascripts/ads.min-20130214.js" type="text/javascript">
</script>
<link href="http://vortex.accuweather.com/adc2010/stylesheets/pages/forecast-extended.min-20111207.css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://vortex.accuweather.com/adc2010/stylesheets/icons/small.min-20101112.css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://vortex.accuweather.com/adc2010/stylesheets/icons/extra-large.min-20101109.css" media="all" rel="stylesheet" type="text/css"/>
<!--[if lte IE 6]>
<link rel="stylesheet" href="http://vortex.accuweather.com/adc2010/stylesheets/ie6.css" type="text/css" media="all" />
<script type="text/javascript" src="http://vortex.accuweather.com/adc2010/javascripts/ie6.js"></script>
<![endif]-->
<!--[if lt IE 7]>
<script defer type="text/javascript" src="http://vortex.accuweather.com/adc2010/javascripts/ie6_png_fix.js"></script>
<![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="http://vortex.accuweather.com/adc2010/stylesheets/ie7.min-20121220.css" type="text/css" media="all" /><![endif]-->
<!--[if IE 8]><link rel="stylesheet" href="http://vortex.accuweather.com/adc2010/stylesheets/ie8.min-20121220.css" type="text/css" media="all" /><![endif]-->
<!--[if gte IE 9]><link rel="stylesheet" href="http://vortex.accuweather.com/adc2010/stylesheets/ie9.min-20121129.css" type="text/css" media="all" /><![endif]-->
<script>
if (typeof (aadObj) == 'undefined') {
_gaq.push(['_setCustomVar', 47, 'Ads_JS_Not_Loaded', apgUserInfoObj.sessionPartner, 3]);
}
_gaq.push(['_trackPageview']);
</script>
</head>
<body class="forecast" id="forecast-extended">
<span id="dynamic-menu-container">
</span>
<div class="menu menu-list add-interest-menu" id="menu-cities">
<div class="menu-head-lt">
<div class="menu-head-rt">
<div class="menu-head">
</div>
</div>
</div>
<!-- /.menu-head-lt -->
<div class="menu-body-lt">
<div class="menu-body-rt">
<div class="menu-body">
<ul class="menu-items">
<li>
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/weather-forecast/132213">
Augerolles, France
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/us/new-york-ny/10017/weather-forecast/349727">
New York, NY
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/us/miami-fl/33128/weather-forecast/347936">
Miami, FL
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/us/los-angeles-ca/90012/weather-forecast/347625">
Los Angeles, CA
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/browse-locations">
Rechercher votre lieu
</a>
</li>
</ul>
<span class="arrow">
</span>
<span class="arrow-border">
</span>
</div>
</div>
</div>
<!-- /.menu-body-lt -->
<div class="menu-foot-lt">
<div class="menu-foot-rt">
<div class="menu-foot">
</div>
</div>
</div>
<!-- /.menu-foot-lt -->
</div>
<!-- NEW! menu -->
<div class="menu menu-list add-interest-menu" id="current-city-menu">
<div class="menu-head-lt">
<div class="menu-head-rt">
<div class="menu-head">
</div>
</div>
</div>
<!-- /.menu-head-lt -->
<div class="menu-body-lt">
<div class="menu-body-rt">
<div class="menu-body">
<ul>
<li>
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/hourly-weather-forecast/132213">
Prévisions heure par heure
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213">
Étendu
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/weekend-weather/132213">
Week-end
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/february-weather/132213">
Perspectives mensuelles
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/current-weather/132213">
Météo actuelle
</a>
</li>
</ul>
<span class="arrow">
</span>
<span class="arrow-border">
</span>
</div>
</div>
</div>
<!-- /.menu-body-lt -->
<div class="menu-foot-lt">
<div class="menu-foot-rt">
<div class="menu-foot">
</div>
</div>
</div>
<!-- /.menu-foot-lt -->
</div>
<!-- #/current-city-menu -->
<div class="menu menu-list add-interest-menu" id="current-country-menu">
<div class="menu-head-lt">
<div class="menu-head-rt">
<div class="menu-head">
</div>
</div>
</div>
<!-- /.menu-head-lt -->
<div class="menu-body-lt">
<div class="menu-body-rt">
<div class="menu-body">
<ul>
<li class="first">
<a href="http://www.accuweather.com/fr/fr/france-weather">
Accueil
</a>
</li>
</ul>
<ul>
<li class="first">
<a href="http://www.accuweather.com/fr/fr/national/weather-radar">
Radar et cartes
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/fr/national/weather-radar">
Radar
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/fr/national/satellite">
Satellite
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/fr/national/weather-forecast-maps">
Cartes des prévisions météorologiques
</a>
</li>
</ul>
<div class="clearfix">
</div>
<span class="arrow">
</span>
<span class="arrow-border">
</span>
</div>
</div>
</div>
<!-- /.menu-body-lt -->
<div class="menu-foot-lt">
<div class="menu-foot-rt">
<div class="menu-foot">
</div>
</div>
</div>
<!-- /.menu-foot-lt -->
</div>
<!-- #/current-country-menu -->
<div class="menu menu-with-title" id="menu-premium">
<h3 class="menu-title">
<span>
Connexion
</span>
</h3>
<div class="menu-head-lt">
<div class="menu-head-rt">
<div class="menu-head">
</div>
</div>
</div>
<!-- /.menu-head-lt -->
<div class="menu-body-lt">
<div class="menu-body-rt">
<div class="menu-body">
<ul class="menu-items">
<li>
<a href="https://wwwl.AccuWeather.com/premium_login.php" target="_blank">
AccuWeather.com Premium
</a>
</li>
<li>
<a href="https://wwwl.AccuWeather.com/pro_login.php" target="_blank">
AccuWeather.com Professional
</a>
</li>
<li>
<a href="http://radarplus.accuweather.com/" target="_blank">
AccuWeather.com RadarPlus
</a>
</li>
<li>
<a href="http://www.accuweather.com/adcbin/public/LightningPlus_Benefits.asp" target="_blank">
AccuWeather.com LightningPlus
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- /.menu-body-lt -->
<div class="menu-foot-lt">
<div class="menu-foot-rt">
<div class="menu-foot">
</div>
</div>
</div>
<!-- /.menu-foot-lt -->
</div>
<div class="menu menu-with-title" id="menu-settings">
<h3 class="menu-title">
<span>
</span>
</h3>
<div class="menu-head-lt">
<div class="menu-head-rt">
<div class="menu-head">
</div>
</div>
</div>
<!-- /.menu-head-lt -->
<div class="menu-body-lt">
<div class="menu-body-rt">
<div class="menu-body">
<h4>
Mes paramètres
</h4>
<div class="control-wrap">
<form action="" autocomplete="false" method="post">
<label for="settings-language">
</label>
<select class="match-toggle" id="settings-language" name="language" onchange="acm_updateLanguage(this.options[this.selectedIndex].value, (this.selectedIndex+1));">
<option value="en-us">
English (US)
</option>
<option value="es">
Español
</option>
<option value="fr">
Français
</option>
<option value="da">
Dansk
</option>
<option value="pt">
Português
</option>
<option value="nl">
Nederlands
</option>
<option value="no">
Norsk
</option>
<option value="it">
Italiano
</option>
<option value="de">
Deutsch
</option>
<option value="sv">
Svenska
</option>
<option value="fi">
Suomi
</option>
<option value="zh-hk">
中文 (HK)
</option>
<option value="zh-cn">
中文 (SIM)
</option>
<option value="zh-tw">
中文 (Taiwan)
</option>
<option value="es-ar">
Español (Argentina)
</option>
<option value="es-mx">
Español (Latin America)
</option>
<option value="sk">
Slovenčinu
</option>
<option value="ro">
Romana
</option>
<option value="cs">
Čeština
</option>
<option value="hu">
Magyar
</option>
<option value="pl">
Polski
</option>
<option value="ca">
Català
</option>
<option value="pt-br">
Português (Brazil)
</option>
<option value="hi">
हिन्दी
</option>
<option value="ru">
русский
</option>
<option value="ar">
عربي
</option>
<option value="el">
Ελληνικά
</option>
<option value="en-gb">
English (UK)
</option>
<option value="ja">
日本語
</option>
<option value="ko">
한국어
</option>
<option value="tr">
TÜRKÇE
</option>
<option value="fr-ca">
Français (Canada)
</option>
<option value="he">
עברית
</option>
<option value="sl">
Slovenski
</option>
<option value="uk">
Українське
</option>
<option value="id">
Bahasa Indonesia
</option>
<option value="bg">
български
</option>
<option value="et">
Eesti keeles
</option>
<option value="hr">
Hrvatski
</option>
<option value="kk">
Қазақша
</option>
<option value="lt">
Lietuvių
</option>
<option value="lv">
Latviski
</option>
<option value="mk">
Македонски
</option>
<option value="ms">
Bahasa Melayu
</option>
<option value="tl">
Tagalog
</option>
<option value="sr">
Srpski
</option>
<option value="th">
ไทย
</option>
<option value="vi">
Tiếng Việt
</option>
</select>
</form>
</div>
<!-- /.control-wrap -->
<div class="radio-toggle" id="radio-toggle-temp-unit">
<label class="first" for="settings-temp-unit-farenheit">
<span>
°F
</span>
<input id="settings-temp-unit-farenheit" name="temp_unit" onclick="acm_updateUnits('0');" type="radio" value="farenheit"/>
</label>
<label class="last" for="settings-temp-unit-celsius">
<span>
°C
</span>
<input checked="checked" id="settings-temp-unit-celsius" name="temp_unit" onclick="acm_updateUnits('1');" type="radio" value="celsius"/>
</label>
</div>
<!-- /.radio-toggle -->
<!--
<div id="radio-toggle-length-unit" class="radio-toggle">
<label for="settings-length-unit-in" class="first">
<span>in</span>
<input id="settings-length-unit-in" name="length_unit" type="radio" checked="checked" value="in" />
</label>
<label for="settings-length-unit-cm" class="last">
<span>cm</span>
<input id="settings-length-unit-cm" name="length_unit" type="radio" value="cm" />
</label>
</div>
< ! - - /.radio-toggle -->
</div>
</div>
</div>
<!-- /.menu-body-lt -->
<div class="menu-foot-lt">
<div class="menu-foot-rt">
<div class="menu-foot">
</div>
</div>
</div>
<!-- /.menu-foot-lt -->
</div>
<!-- /#settings-menu -->
<div class="menu menu-with-title" id="menu-country">
<h3 class="menu-title">
<span>
<span class="flag-FR">
France
</span>
</span>
</h3>
<div class="menu-head-lt">
<div class="menu-head-rt">
<div class="menu-head">
</div>
</div>
</div>
<!-- /.menu-head-lt -->
<div class="menu-body-lt">
<div class="menu-body-rt">
<div class="menu-body">
<h4>
Derniers pays consultés
</h4>
<ul class="menu-items">
<li>
<a class="flag-FR" href="http://www.accuweather.com/fr/fr/france-weather">
France
</a>
</li>
<li>
<a class="flag-US" href="http://www.accuweather.com/fr/us/united-states-weather">
United States
</a>
</li>
<li>
<a class="flag-CN" href="http://www.accuweather.com/fr/cn/china-weather">
China
</a>
</li>
</ul>
<a href="#country-selector" id="bt-more-countries">
Plus de pays
</a>
</div>
</div>
</div>
<!-- /.menu-body-lt -->
<div class="menu-foot-lt">
<div class="menu-foot-rt">
<div class="menu-foot">
</div>
</div>
</div>
<!-- /.menu-foot-lt -->
</div>
<!-- /#menu-country -->
<div class="winter h-cl" id="wrap">
<div class="night night-s" id="wrap-header-nav">
<div id="header-nav">
<div id="header">
<div id="header-davek">
<script type="text/javascript">
try {
if (typeof (aadTags) != 'undefined' && aadTags.tile1) {
document.write(aadTags.tile1);
}
} catch (e) { }
</script>
</div>
<!-- /#header-ad -->
<style type="text/css">
#header-nav{overflow:visible;position:static;height:auto;}
#header-davek{margin-top:0px;padding-top:4px;}
</style>
<div id="wrap-country-settings">
<div id="country-settings">
<!--
<a href="#menu-country" id="bt-menu-country" class="menu-arrow tmenu { el:'#menu-country' ,hideOnDocumentClick: true, hideOnTargetMouseLeave: false, triggerEvent: 'click', affix: { from: 'nw', to: 'nw', offset: [ -6, -8 ] } }"><strong><span class="ir flag-FR">France</span></strong></a>
-->
<a class="menu-arrow tmenu { el:'#menu-country', affix: { from: 'nw', to: 'nw', offset: [ -6, -8 ] } }" href="#menu-country" id="bt-menu-country">
<strong>
<span class="ir flag-FR">
France
</span>
</strong>
</a>
<ul id="country-breadcrumbs">
<li class="first">
<a href="http://www.accuweather.com/fr/world-weather">
Monde
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/europe-weather">
Europe
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/fr/france-weather">
France
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/fr/63/puy-de-dome-weather">
Puy-de-Dôme
</a>
</li>
<li class="last">
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/weather-forecast/132213">
Augerolles
</a>
</li>
</ul>
<!-- /#country-breadcrumbs -->
<!-- old location of menu settings -->
<!--
<a href="#menu-settings" id="bt-menu-settings" class="tmenu menu-arrow { el:'#menu-settings', hideOnDocumentClick: true, hideOnTargetMouseLeave: false,triggerEvent: 'click', affix: { from: 'ne', to: 'ne', offset: [ 10, -8 ] } }"><span><span></span>, °C</span></a>
<ul class="social-icons">
<li class="follow-us">Follow Us</li>
<li><a class="fbook" href="http://www.facebook.com/AccuWeather" target="_blank"></a></li>
<li><a class="twit" href="http://twitter.com/BreakingWeather" target="_blank"></a></li>
</ul>
-->
</div>
<!-- /#nav-country -->
</div>
<!-- /#wrap-nav-country -->
<div class="strong panel" id="country-selector">
<div class="panel-head-lt">
<div class="panel-head-rt">
<div class="panel-head">
</div>
</div>
</div>
<div class="panel-body-lt">
<div class="panel-body-rt">
<div class="panel-body">
<div class="title">
<button class="bt bt-panel-close">
Close
</button>
<div id="country-selector-recent">
<h3>
Derniers pays consultés
</h3>
<ul>
<li class="first">
<a class="flag-FR" href="http://www.accuweather.com/fr/fr/france-weather">
France
</a>
</li>
<li class="">
<a class="flag-US" href="http://www.accuweather.com/fr/us/united-states-weather">
United States
</a>
</li>
<li class="">
<a class="flag-CN" href="http://www.accuweather.com/fr/cn/china-weather">
China
</a>
</li>
</ul>
</div>
<!-- /#country-selector-recent -->
</div>
<!-- /.title -->
<div class="panel-content" id="country-selector-region">
<div class="title">
<h3>
Sélectionner une région
</h3>
</div>
<div class="content">
<ul class="menu-items" id="country-selector-region-list">
<li>
<a class="link-region" href="#region-afr" id="link-region-afr">
L’Afrique
</a>
</li>
<li>
<a class="link-region" href="#region-ant" id="link-region-ant">
Antarctique
</a>
</li>
<li>
<a class="link-region" href="#region-arc" id="link-region-arc">
Arctique
</a>
</li>
<li>
<a class="link-region" href="#region-asi" id="link-region-asi">
Asie
</a>
</li>
<li>
<a class="link-region" href="#region-cac" id="link-region-cac">
Amérique centrale
</a>
</li>
<li>
<a class="link-region" href="#region-eur" id="link-region-eur">
Europe
</a>
</li>
<li>
<a class="link-region" href="#region-mea" id="link-region-mea">
Moyen-Orient
</a>
</li>
<li>
<a class="link-region" href="#region-nam" id="link-region-nam">
Amérique du Nord
</a>
</li>
<li>
<a class="link-region" href="#region-ocn" id="link-region-ocn">
Océanie
</a>
</li>
<li>
<a class="link-region" href="#region-sam" id="link-region-sam">
Amérique du Sud
</a>
</li>
</ul>
<!-- /#country-selector-region-list -->
<div id="country-selector-region-map">
</div>
<!-- /#country-selector-region-map -->
</div>
<!-- /.content -->
</div>
<!-- /#country-selector-region -->
<div class="panel-content" id="country-selector-country">
<div class="region" id="region-afr">
<div class="title">
<a class="world" href="#country-selector-region">
<span>
Monde
</span>
</a>
<h3>
</h3>
</div>
<div class="items">
</div>
</div>
<!-- /africa-->
<div class="region" id="region-eur">
<div class="title">
<a class="world" href="#country-selector-region">
<span>
Monde
</span>
</a>
<h3>
</h3>
</div>
<div class="items">
</div>
</div>
<!-- /europe-->
<div class="region" id="region-nam">
<div class="title">
<a class="world" href="#country-selector-region">
<span>
Monde
</span>
</a>
<h3>
</h3>
</div>
<div class="items">
</div>
</div>
<!-- /north america-->
<div class="region" id="region-sam">
<div class="title">
<a class="world" href="#country-selector-region">
<span>
Monde
</span>
</a>
<h3>
</h3>
</div>
<div class="items">
</div>
</div>
<!-- /south america-->
<div class="region" id="region-cac">
<div class="title">
<a class="world" href="#country-selector-region">
<span>
Monde
</span>
</a>
<h3>
</h3>
</div>
<div class="items">
</div>
</div>
<!-- /central america-->
<div class="region" id="region-ocn">
<div class="title">
<a class="world" href="#country-selector-region">
<span>
Monde
</span>
</a>
<h3>
</h3>
</div>
<div class="items">
</div>
</div>
<!-- /oceania-->
<div class="region" id="region-mea">
<div class="title">
<a class="world" href="#country-selector-region">
<span>
Monde
</span>
</a>
<h3>
</h3>
</div>
<div class="items">
</div>
</div>
<!-- /middle east-->
<div class="region" id="region-ant">
<div class="title">
<a class="world" href="#country-selector-region">
<span>
Monde
</span>
</a>
<h3>
</h3>
</div>
<div class="items">
</div>
</div>
<!-- /antarctica-->
<div class="region" id="region-arc">
<div class="title">
<a class="world" href="#country-selector-region">
<span>
Monde
</span>
</a>
<h3>
</h3>
</div>
<div class="items">
</div>
</div>
<!-- /arctic-->
<div class="region" id="region-asi">
<div class="title">
<a class="world" href="#country-selector-region">
<span>
Monde
</span>
</a>
<h3>
</h3>
</div>
<div class="items">
</div>
</div>
<!-- /asia-->
</div>
<!-- /#country-selector-country -->
<div id="country-selector-notes">
<p class="first">
Remarque : sélectionner d'abord une région pour trouver un pays.
</p>
<p>
</p>
</div>
<!-- /#country-selector-notes -->
</div>
</div>
</div>
<!-- /.panel-body-lt -->
<div class="panel-foot-lt">
<div class="panel-foot-rt">
<div class="panel-foot">
</div>
</div>
</div>
</div>
<!-- / #country-selector -->
<div class="clearfix" id="header-logo-search">
<div class="ir" id="header-logo">
<span>
Augerolles Current Weather
</span>
</div>
<label for="s">
</label>
<div id="wrap-s-rt">
<div id="wrap-s-lt">
<div class="tmenu { affix: {offset: [ 0, 7 ], to: 'sw', from: 'nw'},el: '#menu-cities' }" id="wrap-s">
<form action="http://www.accuweather.com/fr/search-locations" id="findcity" method="post">
<input autocomplete="off" class="text hint { help: 'Augerolles, France',className:'hintedLoc' }" id="s" name="s" onkeypress="acmCheckEnter(event);" type="text"/>
<input name="rn" type="hidden" value="3day"/>
<button class="bt" onclick="acmCitySubmit()" type="button">
<img src="http://vortex.accuweather.com/adc2010/images/go-btn.png"/>
</button>
</form>
<script type="text/javascript">
(function ($) {
$('input.hint').hint();
})(jQuery);
</script>
</div>
</div>
</div>
<!-- /#wrap-s-rt -->
<!-- NEW! Removed widgets to accommodate login -->
<!-- NEW! Login menu -->
<a class="tmenu { el:'#menu-premium', affix: { to: 'ne', from: 'ne', offset: [ 0,-6 ] } }" id="bt-menu-login">
<span class="menu-arrow">
<span>
Connexion
</span>
</span>
</a>
<!-- NEW! moving menu settings here, which affects css -->
<a class="tmenu { el:'#menu-settings', affix: { from: 'ne', to: 'ne', offset: [ 0,-6 ] } }" id="bt-menu-settings">
<span class="menu-arrow">
<span>
</span>
, °C
</span>
</a>
</div>
<!-- /#header-logo-search -->
</div>
<!-- /#header -->
</div>
<!-- /#header-nav -->
</div>
<!-- /#wrap-header-nav -->
<div id="wrap-content">
<div id="content">
<!-- NEW! adding add-interest tab -->
<div class="clearfix" id="nav-main-add-interests">
<div id="nav-main-background">
</div>
<ul class="sub-nav" id="nav-current-location">
<li class=" tmenu { affix: {offset: [ 0, 5 ], to: 'sw', from: 'nw' }, el: '#current-country-menu' }" id="current-country-tab">
<a class="tab" href="http://www.accuweather.com/fr/fr/france-weather">
<span class="current-country">
France
</span>
<span class="title">
Météo
</span>
</a>
<span class="bottom-line">
</span>
</li>
<li class="selected tmenu { affix: {offset: [ 0, 5 ], to: 'sw', from: 'nw'}, el: '#current-city-menu' }" id="current-city-tab">
<a class="tab" href="http://www.accuweather.com/fr/fr/augerolles/132213/weather-forecast/132213">
<span class="current-city">
<h1>
Augerolles, FR
</h1>
</span>
<span class="title">
<h2>
Météo
</h2>
</span>
<span class="divider">
</span>
<span class="more-info-arrow">
</span>
<div class="more-info-content">
</div>
<!-- end more-info-content -->
</a>
</li>
<li class="location-menu { el: '#locations-dropdown-menu' }" id="locations-dropdown-tab">
<a class="tab" href="#">
<span class="arrow">
</span>
<span class="divider">
</span>
</a>
<span class="cover-line">
</span>
</li>
</ul>
<!-- end nav-current-location -->
<!-- New! locations dropdown menu -->
<div class="menu" id="locations-dropdown-menu">
<div class="outer-border">
<div class="locations-carousel" id="locations-carousel">
<button class="carousel-button carousel-left disabled">
<span class="inner-button">
<span class="arrow">
</span>
</span>
<!-- end inner-button-->
</button>
<button class="carousel-button carousel-right">
<span class="inner-button">
<span class="arrow">
</span>
</span>
<!-- end inner-button-->
</button>
<div class="outer-carousel">
<div class="inner-carousel clearfix">
<div class="my-recent-locations clearfix">
<h3>
Derniers lieux consultés
</h3>
<ul>
<li class="night carousel-item bg-cl">
<div class="clearfix">
<a href="/fr/fr/augerolles/132213/weather-forecast/132213">
<h4>
Augerolles, France
</h4>
<div class="icon i-s">
</div>
<div class="info">
<span class="high">
<strong class="temp">
2
<span>
°
</span>
</strong>
</span>
</div>
<!-- end info -->
<div class="interest-icons">
</div>
<p class="realfeel clear-both">
RealFeel® -3°
</p>
<p class="cond">
Averses
</p>
<span class="view-forecast">
<span>
Plus
</span>
</span>
</a>
</div>
</li>
<li class="day carousel-item bg-su">
<div class="clearfix">
<a href="/fr/us/new-york-ny/10017/weather-forecast/349727">
<h4>
New York, NY
</h4>
<div class="icon i-su">
</div>
<div class="info">
<span class="high">
<strong class="temp">
6
<span>
°
</span>
</strong>
</span>
</div>
<!-- end info -->
<div class="interest-icons">
</div>
<p class="realfeel clear-both">
RealFeel® 6°
</p>
<p class="cond">
Ensoleillé
</p>
<span class="view-forecast">
<span>
Plus
</span>
</span>
</a>
</div>
</li>
<li class="day carousel-item bg-t">
<div class="clearfix">
<a href="/fr/us/miami-fl/33128/weather-forecast/347936">
<h4>
Miami, FL
</h4>
<div class="icon i-mc">
</div>
<div class="info">
<span class="high">
<strong class="temp">
28
<span>
°
</span>
</strong>
</span>
</div>
<!-- end info -->
<div class="interest-icons">
</div>
<p class="realfeel clear-both">
RealFeel® 28°
</p>
<p class="cond">
Ciel Très Nuageux
</p>
<span class="view-forecast">
<span>
Plus
</span>
</span>
</a>
</div>
</li>
<li class="day carousel-item bg-su">
<div class="clearfix">
<a href="/fr/us/los-angeles-ca/90012/weather-forecast/347625">
<h4>
Los Angeles, CA
</h4>
<div class="icon i-su">
</div>
<div class="info">
<span class="high">
<strong class="temp">
22
<span>
°
</span>
</strong>
</span>
</div>
<!-- end info -->
<div class="interest-icons">
</div>
<p class="realfeel clear-both">
RealFeel® 26°
</p>
<p class="cond">
Ensoleillé
</p>
<span class="view-forecast">
<span>
Plus
</span>
</span>
</a>
</div>
</li>
</ul>
</div>
<!-- end my recent locations -->
</div>
<!-- end inner-carousel-->
</div>
<!-- end outer-carousel -->
</div>
<!-- end carousel -->
</div>
<!-- outer-border -->
</div>
<!-- end locations-dropdown-menu -->
</div>
<!-- end nav-main-add-interests-->
<script type="text/javascript">
acm.setupMenus();
</script>
<div class="subnav-head-tabs-rt clearfix">
<div class="subnav-head-tabs-lt clearfix">
<ul class="subnav-tab-buttons">
<li>
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/weather-forecast/132213">
<span>
Maintenant
</span>
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/weekend-weather/132213">
<span>
Week-end
</span>
</a>
</li>
<li class="current">
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213">
<span>
<strong>
Étendu
</strong>
</span>
</a>
<div class="nub">
</div>
</li>
<li>
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/february-weather/132213">
<span>
Mois
</span>
</a>
</li>
<li class="last">
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/weather-radar/132213">
<span>
Radar
</span>
</a>
</li>
</ul>
</div>
</div>
<!-- /.panel-head-rt -->
<div class="column-1 clearfix">
<div class="strong panel" id="panel-main">
<!-- NOTE: The left and right ordering is swapped for this one, since it's a two element stretch! -->
<div class="panel-head-rt">
<div class="panel-head-lt">
</div>
</div>
<!-- /.panel-head-rt -->
<div class="panel-body-lt">
<div class="panel-body-rt">
<div class="panel-body">
<div class="feed-controls clearfix">
<span class="lt">
jours 1-5 sur 25 |
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/month/132213?view=table">
Tous les 25 jours
</a>
</span>
<ul class="g g-nav rt">
<li class="first">
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213?day=6">
5 suivants >
</a>
</li>
</ul>
</div>
<!-- /.feed-controls -->
<div id="feed-tabs">
<a class="arrow-right" href="http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213?day=6">
Next 5 Days
</a>
<ul>
<li class="night current first cl { href: 'http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213?day=1' }">
<div class="frame">
</div>
<div class="bg bg-cl">
<h3>
<a href="#">
Soir
</a>
</h3>
<h4>
févr. 14
</h4>
<div class="icon i-s ">
</div>
<div class="info">
<span class="cond">
Nuageux, averses
</span>
<span class="low" style="color:#ffffff;">
Mn
</span>
<strong class="temp">
0
<span>
°
</span>
</strong>
</div>
<!-- /.info -->
</div>
<!-- /.bg -->
</li>
<li class="day hv cl { href: 'http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213?day=2' }">
<div class="frame">
</div>
<div class="bg bg-c">
<h3>
<a href="#">
ven.
</a>
</h3>
<h4>
févr. 15
</h4>
<div class="icon i-s ">
</div>
<div class="info">
<span class="cond">
Nuageux, averses
</span>
<strong class="temp">
3
<span>
°
</span>
</strong>
<span class="low">
<span>
Mn
</span>
-5
<span>
°
</span>
</span>
</div>
<!-- /.info -->
<a class="bt-more" href="http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213?day=2">
Plus
</a>
</div>
<!-- /.bg -->
</li>
<li class="day hv cl { href: 'http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213?day=3' }">
<div class="frame">
</div>
<div class="bg bg-c">
<h3>
<a href="#">
sam.
</a>
</h3>
<h4>
févr. 16
</h4>
<div class="icon i-ic ">
</div>
<div class="info">
<span class="cond">
Nuages et soleil; frais
</span>
<strong class="temp">
4
<span>
°
</span>
</strong>
<span class="low">
<span>
Mn
</span>
-3
<span>
°
</span>
</span>
</div>
<!-- /.info -->
<a class="bt-more" href="http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213?day=3">
Plus
</a>
</div>
<!-- /.bg -->
</li>
<li class="day hv cl { href: 'http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213?day=4' }">
<div class="frame">
</div>
<div class="bg bg-su">
<h3>
<a href="#">
dim.
</a>
</h3>
<h4>
févr. 17
</h4>
<div class="icon i-msu ">
</div>
<div class="info">
<span class="cond">
Plutôt ensoleillé
</span>
<strong class="temp">
7
<span>
°
</span>
</strong>
<span class="low">
<span>
Mn
</span>
-2
<span>
°
</span>
</span>
</div>
<!-- /.info -->
<a class="bt-more" href="http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213?day=4">
Plus
</a>
</div>
<!-- /.bg -->
</li>
<li class="day hv last cl { href: 'http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213?day=5' }">
<div class="frame">
</div>
<div class="bg bg-r">
<h3>
<a href="#">
lun.
</a>
</h3>
<h4>
févr. 18
</h4>
<div class="icon i-fr ">
</div>
<div class="info">
<span class="cond">
Faibles verglas et pluie
</span>
<strong class="temp">
6
<span>
°
</span>
</strong>
<span class="low">
<span>
Mn
</span>
-1
<span>
°
</span>
</span>
</div>
<!-- /.info -->
<a class="bt-more" href="http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213?day=5">
Plus
</a>
</div>
<!-- /.bg -->
</li>
</ul>
</div>
<!-- /.feed-tabs -->
<div class="forecast-status forecast-status-alarm forecast-status-5 cl hv { href: 'http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213?day=5'}">
<div class="clearfix">
<p>
Verglas la nuit du lundi
</p>
</div>
<!-- /.clearfix -->
</div>
<!-- /.forecast-status -->
<div id="details">
<ul class="detail-tab-buttons" id="detail-tab-buttons">
<li class="first current { target: '#detail-now' }">
<a class="" href="http://www.accuweather.com/fr/fr/augerolles/132213/current-weather/132213">
<span>
Maintenant
</span>
</a>
<div class="nub">
</div>
</li>
<li class="{ target: '#detail-day-night' }">
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/daily-weather-forecast/132213">
<span>
Journée
</span>
</a>
</li>
<li class="last { target: '#detail-hourly' }">
<a href="http://www.accuweather.com/fr/fr/augerolles/132213/hourly-weather-forecast/132213">
<span>
Heure par heure
</span>
</a>
</li>
</ul>
<!-- /#detail-tab-buttons.detail-tab-buttons -->
<div class="detail-tab-panel night" id="detail-now">
<div class="bg bg-cl">
<div class="forecast">
<div class="icon i-s">
</div>
<div class="info">
<span class="cond">
Averses
</span>
<span class="temp">
3
<span>
°
</span>
</span>
<span class="realfeel">
RealFeel® -3
<span>
°
</span>
</span>
</div>
<!-- /.info -->
</div>
<!-- /.forecast -->
<div class="more-info">
<!--
<img src="http://vortex.accuweather.com/adc2010/images/icons-wind/ENE.gif" width="260" height="138" alt="" />
-->
<div class="wind-box-lg">
<div class="wind-arm" id="wind-arm-night">
</div>
<p class="n">
N
</p>
<p class="e">
E
</p>
<p class="s">
S
</p>
<p class="w">
W
</p>
<script type="text/javascript">
(function () {
var d = 'ENE';
var s = '12km/h';
$('#wind-arm-night').flash({ 'wmode': 'transparent', 'allowScriptAccess': 'always', 'src': 'http://vortex.accuweather.com/adc2010/flash/wind-arm-large.swf?speed=' + s + '&direction=' + d.toLowerCase() + '&units=km/h', 'width': '260', 'height': '138' });
if (typeof (acm_hasFlash) != 'undefined' && !acm_hasFlash) {
$('#wind-arm-night').html('<img src="http://vortex.accuweather.com/adc2010/images/icons-wind/arrow-lg-' + d + '.png" />');
}
})();
</script>
</div>
<ul class="stats">
<li>
Humidité:
<strong>
79%
</strong>
</li>
<li>
Pression:
<strong>
1016.22 mbar ↑
</strong>
</li>
<li>
Indice UV:
<strong>
0
</strong>
</li>
<li>
Couverture nuageuse:
<strong>
89%
</strong>
</li>
<li>
Ceiling:
<strong>
4389 m
</strong>
</li>
<li>
Point de rosée:
<strong>
0° C
</strong>
</li>
<li>
Visibilité:
<strong>
11 km
</strong>
</li>
</ul>
<!-- /.stats -->
</div>
<!-- /.more-info -->
<div style="position:absolute;top:124px;left:427px;height:20px;font-weight:bold;font-size:10px;text-align:center;">
12 km/h
</div>
</div>
<!-- /.bg -->
</div>
<!-- /.detail-tab-panel -->
</div>
<!-- /#details -->
<script>
acm.setupLifestylePromoLinks(jQuery);
</script>
<div class="feature feature-first" id="feature-sun">
<div class="feature-title">
<h3 class="lt">
Lever du soleil/Coucher du soleil
</h3>
</div>
<!-- /.feature-title -->
<img alt="Sunrise / Sunset Illustration" height="108" src="http://vortex.accuweather.com/adc2010/images/features/sun.jpg" width="289"/>
<p class="time-period">
<span class="ac">
Rises at
</span>
<span class="start">
07:50
</span>
<span class="ac">
with
</span>
<span class="time">
10:20
</span>
<span class="ac">
of sunlight, then sets at
</span>
<span class="finish">
18:10
</span>
</p>
<!-- /.content -->
</div>
<!-- /.feature -->
<div class="feature" id="feature-moon">
<div class="feature-title">
<h3 class="lt">
Lever de lune/Coucher de lune
</h3>
<a class="more rt" href="http://www.accuweather.com/fr/fr/augerolles/132213/astronomy-weather/132213">
Astronomie >
</a>
</div>
<!-- /.feature-title -->
<img alt="Moonrise / Moonset Illustration" height="108" src="http://vortex.accuweather.com/adc2010/images/features/moon.jpg" width="289"/>
<p class="time-period">
<span class="ac">
Rises at
</span>
<span class="start">
09:27
</span>
<span class="ac">
with
</span>
<span class="time">
13:50
</span>
<span class="ac">
of moolight, then sets at
</span>
<span class="finish">
23:17
</span>
</p>
<!-- /.content -->
</div>
<!-- /.feature -->
<div class="panel-body-content">
<div class="feature-stats">
<h3>
Température Summary - 9:58
</h3>
<div class="clearfix">
<div class="lt" style="width:290px;">
<table cellspacing="0" class="stats">
<thead>
<tr>
<th>
</th>
<th>
Temp. (°C)
</th>
</tr>
</thead>
<tbody>
<tr class="pre">
<th scope="row">
Maintenant
</th>
<td>
3°
</td>
</tr>
<tr class="pre">
<th scope="row">
Hier
</th>
<td>
13°
</td>
</tr>
<tr class="pre">
<th scope="row">
RealFeel®
</th>
<td>
-3°
</td>
</tr>
<tr class="pre">
<th scope="row">
RealFeel® Shade
</th>
<td>
-3°
</td>
</tr>
<tr class="pre">
<th scope="row">
Vent Chill
</th>
<td>
-1°
</td>
</tr>
<tr class="last pre">
<th scope="row">
Point de rosée
</th>
<td>
0°
</td>
</tr>
</tbody>
</table>
</div>
<div class="rt" style="width:290px;">
<table cellspacing="0" class="stats">
<thead>
<tr>
<th>
</th>
<th>
Mx / Mn
</th>
</tr>
</thead>
<tbody>
<tr class="hi">
<th scope="row" style="border-bottom:2px solid transparent;">
Previous 6 Hours
</th>
<td>
5°
</td>
</tr>
<tr class="lo">
<th scope="row">
</th>
<td>
3°
</td>
</tr>
<tr class="hi">
<th scope="row" style="border-bottom:2px solid transparent;">
Previous 12 Hours
</th>
<td>
5°
</td>
</tr>
<tr class="lo">
<th scope="row">
</th>
<td>
0°
</td>
</tr>
<tr class="hi">
<th scope="row" style="border-bottom:2px solid transparent;">
Previous 24 Hours
</th>
<td>
5°
</td>
</tr>
<tr class="lo">
<th scope="row">
</th>
<td>
-6°
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div id="feature-history">
<div class="clearfix">
<h3 class="lt">
Historique des températures - 14/02/2013
</h3>
<a class="more rt" href="http://www.accuweather.com/fr/fr/augerolles/132213/month/132213?view=table">
Autres données météo historiques >
</a>
<!-- /.rt -->
</div>
<table cellspacing="0" class="stats">
<thead>
<tr>
<th>
</th>
<th>
Aujourd'hui
</th>
<th>
Normale
</th>
<th>
Record
</th>
<th>
14/02/2012
</th>
</tr>
</thead>
<tbody>
<tr class="hi">
<th scope="row">
Élevé
</th>
<td>
5°
</td>
<td class="high">
S/O
</td>
<td>
S/O
</td>
<td>
2°
</td>
</tr>
<tr class="last lo">
<th scope="row">
Faible
</th>
<td>
0°
</td>
<td class="high">
S/O
</td>
<td>
S/O
</td>
<td>
-4°
</td>
</tr>
</tbody>
</table>
</div>
<!-- /#feature-history -->
<div class="panel-body-content">
<div class="feature-stats">
<h3>
Precipitation Summary - 9:58
</h3>
<table cellspacing="0" class="stats">
<thead>
<tr>
<th>
</th>
<th>
Amount (mm)
</th>
</tr>
</thead>
<tbody>
<tr class="pre">
<th scope="row">
Previous 1 Hour
</th>
<td>
1
</td>
</tr>
<tr class="pre">
<th scope="row">
Previous 3 Hours
</th>
<td>
3
</td>
</tr>
<tr class="pre">
<th scope="row">
Previous 6 Hours
</th>
<td>
5
</td>
</tr>
<tr class="pre">
<th scope="row">
Previous 9 Hours
</th>
<td>
6
</td>
</tr>
<tr class="pre">
<th scope="row">
Previous 12 Hours
</th>
<td>
6
</td>
</tr>
<tr class="pre">
<th scope="row">
Previous 18 Hours
</th>
<td>
6
</td>
</tr>
<tr class="last pre">
<th scope="row">
Previous 24 Hours
</th>
<td>
6
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<!-- /.panel-body-lt -->
<div class="panel-foot-lt">
<div class="panel-foot-rt">
<div class="panel-foot">
</div>
</div>
</div>
</div>
<!-- /#panel-main -->
</div>
<!-- /.column-1 -->
<div class="column-2 column-2-world clearfix">
<div class="panel" id="aadTop300">
<div class="panel-head-lt">
<div class="panel-head-rt">
<div class="panel-head">
</div>
</div>
</div>
<div class="panel-body-lt">
<div class="panel-body-rt">
<div class="ad-lr panel-body" id="top-panel-body-rt-body">
<script type="text/javascript">
try {
if (typeof (aadTags) != 'undefined' && aadTags.tile2) {
document.write(aadTags.tile2);
}
} catch (e) { }
</script>
</div>
</div>
</div>
<div class="panel-foot-lt">
<div class="panel-foot-rt">
<div class="panel-foot">
</div>
</div>
</div>
</div>
<div class="panel">
<div class="panel-head-rt">
<div class="panel-head-lt">
<div class="panel-head">
</div>
</div>
</div>
<div class="panel-body-lt">
<div class="panel-body-rt">
<div class="panel-body">
<div class="panel-body-content">
<a href="http://www.accuweatherglobal.com/demo.php" target="_blank">
<img src="http://vortex.accuweather.com/adc2010/images/misc/telemet.jpg"/>
</a>
</div>
</div>
</div>
</div>
<div class="panel-foot-lt">
<div class="panel-foot-rt">
<div class="panel-foot">
</div>
</div>
</div>
</div>
<div class="panel" id="ad-links">
<div class="panel-head-lt">
<div class="panel-head-rt">
<div class="panel-head">
</div>
</div>
</div>
<div class="panel-body-lt">
<div class="panel-body-rt">
<div class="panel-body">
<div class="panel-body-content" id="ad-links-content">
<script>
if (typeof (aadSponsoredLinksObj) != 'undefined' && aadSponsoredLinksObj.show_links == true) {
if (aadSponsoredLinksObj.type == 'yabuka') {
document.write('<scr' + 'ipt src="http://ad.yabuka.com/af/' + aadSponsoredLinksObj.yabuka_id + '/300x250"; type="text/javascript"></scr' + 'ipt>');
}
}
</script>
</div>
</div>
</div>
</div>
<div class="panel-foot-lt">
<div class="panel-foot-rt">
<div class="panel-foot">
</div>
</div>
</div>
</div>
<div class="panel panel-ad-mr" id="aadBot300">
<div class="panel-head-lt">
<div class="panel-head-rt">
<div class="panel-head">
</div>
</div>
</div>
<div class="panel-body-lt">
<div class="panel-body-rt">
<div class="panel-body" id="bottom-panel-body">
<script type="text/javascript">
try {
if (typeof (aadTags) != 'undefined' && aadTags.tile3 && !aad_IsTopAd300x600('#aadTop300')) {
document.write(aadTags.tile3);
}
} catch (e) { }
</script>
</div>
</div>
</div>
<div class="panel-foot-lt">
<div class="panel-foot-rt">
<div class="panel-foot">
</div>
</div>
</div>
</div>
</div>
<!-- /.column-2 -->
<div class="offers-extras" id="offers">
</div>
</div>
<!-- /#content -->
</div>
<!-- /#wrap-content -->
<div id="footer">
<div id="footer-content-wrapper">
<div class="logo-ad">
<h5 class="logo">
AccuWeather.com
</h5>
<div id="footer-stevem">
<script>
try {
if (typeof (aadTags) != 'undefined' && aadTags.tile4) {
document.write(aadTags.tile4);
}
} catch (e) { }
</script>
</div>
</div>
<div id="custom-goog-search">
<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
<div class="cse-branding-right" style="color:#000000">
<div class="cse-branding-form">
<form action="http://www.google.com" id="cse-search-box" target="_blank">
<div>
<input name="cx" type="hidden" value="partner-pub-5771594739411148:7839492073"/>
<input name="ie" type="hidden" value="UTF-8"/>
<input id="goog-cse-input" name="q" size="100" type="text"/>
<input id="goog-cse-submit" name="sa" type="submit" value=""/>
</div>
</form>
</div>
<div class="cse-branding-logo">
<img alt="Google" src="http://vortex.accuweather.com/adc2010/images/misc/googlelogo.png"/>
</div>
<div class="cse-branding-text">
Custom Search
</div>
</div>
</div>
<div class="clearfix" id="footer-nav-main">
<div class="first">
<ul class="footer-nav-cols">
<li class="head">
Company
</li>
<li>
<a href="http://www.accuweather.com/fr/about">
About Us
</a>
</li>
<li>
<a href="http://www.accuweather.com/media-kit">
Advertise With Us
</a>
</li>
<li>
<a href="http://accuweathercareers.silkroad.com/" target="_blank">
Careers
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/press">
Press
</a>
</li>
<li>
<a href="http://wireless.accuweather.com/" target="_blank">
Mobile
</a>
</li>
<li>
<a href="http://www.accuweather.com/fr/contact">
Contact Us
</a>
</li>
</ul>
</div>
<div>
<ul class="footer-nav-cols">
<li class="head">
Enterprise Solutions
</li>
<li>
<a href="http://www.accuweather.com/adc2004/pub/products_services/media.asp" target="_blank">
Media
</a>
</li>
<li>
<a href="http://enterprisesolutions.accuweather.com/manufacturing" target="_blank">
Manufacturing
</a>
</li>
<li>
<a href="http://enterprisesolutions.accuweather.com/retail" target="_blank">
Retail
</a>
</li>
<li>
<a href="http://enterprisesolutions.accuweather.com/finance-banking" target="_blank">
Finance & Banking
</a>
</li>
<li>
<a href="http://enterprisesolutions.accuweather.com/energy" target="_blank">
Energy
</a>
</li>
<li>
<a href="http://enterprisesolutions.accuweather.com" target="_blank">
All Enterprise Solutions
</a>
</li>
</ul>
</div>
<div>
<ul class="footer-nav-cols">
<li class="head">
Subscription Services
</li>
<li>
<a href="https://wwwl.accuweather.com/premium_login.php" target="_blank">
AccuWeather Premium
</a>
</li>
<li>
<a href="https://wwwl.accuweather.com/pro_login.php" target="_blank">
AccuWeather Professional
</a>
</li>
<li>
<a href="http://radarplus.accuweather.com/" target="_blank">
AccuWeather RadarPlus
</a>
</li>
<li>
<a href="http://www.accuweather.com/adcbin/public/LightningPlus_Benefits.asp" target="_blank">
Lightning Plus
</a>
</li>
</ul>
</div>
<div class="last">
<ul class="footer-nav-cols">
<li class="head">
Partners
</li>
<li class="img">
<a href="http://www.adci.com/html/worldmap/adc_worldmap_digital_atlas.php" target="_blank">
<img src="http://vortex.accuweather.com/adc2010/images/misc/adci_world_map100x42.png"/>
</a>
</li>
<!--<li><a href="" target="_blank">Mobium GPS / GeoMicro</a></li>-->
</ul>
</div>
</div>
<div id="footer-tm">
© 2013 AccuWeather, Inc. All Rights Reserved.
<br/>
AccuWeather.com is a registered trademark of AccuWeather, Inc.
<br/>
<a href="http://www.accuweather.com/fr/legal">
Terms of usage
</a>
under which this service is provided
<br/>
<a href="http://www.accuweather.com/fr/privacy">
Privacy Statement
</a>
|
<a href="http://www.accuweather.com/fr/privacy#adChoices">
Ad Choices
</a>
</div>
<div id="footer-social">
<ul>
<li class="apps">
<a href="http://www.accuweather.com/fr/downloads">
Apps & Downloads
</a>
</li>
<li class="fb">
<a href="http://www.facebook.com/AccuWeather" target="_blank">
Like Us
</a>
</li>
<li class="twt">
<a href="http://twitter.com/BreakingWeather" target="_blank">
Follow Us
</a>
</li>
<li class="utube">
<a href="http://www.youtube.com/accuweather" target="_blank">
Watch Us
</a>
</li>
</ul>
</div>
<!-- /#footer-info -->
</div>
<!--footer-content-wrapper---->
</div>
<!-- /#footer -->
</div>
<!-- /#wrap -->
<script>
if (typeof (aad_getCustomSponsors) == 'function') {
aad_getCustomSponsors();
}
if (typeof (aadSponsoredLinksObj) != 'undefined' && aadSponsoredLinksObj.type == 'google' && aadSponsoredLinksObj.show_links == true) {
document.write('<scr' + 'ipt src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></scr' + 'ipt>');
} else if (typeof (aadSponsoredLinksObj) == 'undefined') {
jQuery('#ad-links').remove();
}
</script>
<div id="tracking-pixels">
</div>
<div class="vcard">
<span class="adr">
<span class="locality">
<span class="value-title" title="Augerolles">
</span>
</span>
<abbr class="region" title="Puy-de-Dôme">
<span class="value-title" title="63">
</span>
</abbr>
<abbr class="country-name" title="France">
<span class="value-title" title="FR">
</span>
</abbr>
</span>
<span class="geo">
<span class="latitude">
<span class="value-title" title="45.72391">
</span>
</span>
<span class="longitude">
<span class="value-title" title="3.62024">
</span>
</span>
</span>
</div>
<script type="text/javascript">
var _qoptions = { qacct: 'p-4b4gl_1fWISuU' };
if (typeof (apgPageInfoObj) != 'undefined' && apgPageInfoObj.crumb_trail) {
_qoptions.labels = apgPageInfoObj.crumb_trail.join('.');
}
</script>
<script src="http://edge.quantserve.com/quant.js" type="text/javascript">
</script>
<noscript>
<a href="http://www.quantcast.com/p-4b4gl_1fWISuU" target="_blank">
<img alt="Quantcast" border="0" height="1" src="http://pixel.quantserve.com/pixel/p-4b4gl_1fWISuU.gif" style="display: none" width="1"/>
</a>
</noscript>
<script type="text/javascript">
//Begin comScore Tag
document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
COMSCORE.beacon({
c1: 2,
c2: "6005068",
c3: "6005068",
//c4: "http://www.accuweather.com/fr/fr/augerolles/132213/current-weather/132213",
c5: "",
c6: "",
c15: "C67BD3C1"
});
} catch(e){}
</script>
<!--End comScore Tag -->
<noscript>
<img alt="" height="0" src="http://b.scorecardresearch.com/b?c1=&c2=6005068&c3=6005068&c15=C67BD3C1&cv=1.3&cj=1" style="display:none" width="0"/>
</noscript>
<noscript>
<img alt="" height="1" src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-accuweather&cg=0&cc=1&ts=noscript" style="display:none;" width="1"/>
</noscript>
<!-- Migraine/migraine -->
<script type="text/javascript">
if (!NREUMQ.f) {NREUMQ.f=function() {NREUMQ.push(["load",new Date().getTime()]);var e=document.createElement("script"); e.type="text/javascript"; e.src=(("http:"===document.location.protocol)?"http:":"https:") + "//" + "d1ros97qkrwjf5.cloudfront.net/42/eum/rum.js"; document.body.appendChild(e);if(NREUMQ.a)NREUMQ.a();};NREUMQ.a=window.onload;window.onload=NREUMQ.f;};NREUMQ.push(["nrfj","beacon-3.newrelic.com","a690b21e9f","599479","NV0GYUFWCEUDBkNQDAwXIFpHeQNCIQpZTRENVAhQQRggWRAAVFgQFhcnQEFFA1gWJlhXBwtMDVpdRA==",0,77,new Date().getTime(),"405F5A3A41AB9127","","","",""]);
</script>
</body>
</html>
>>>