body {background-color: #fff;}
/* table {margin: 0 !important;} */
td, div {vertical-align: middle !important;}
a {color: #000;}
a:VISITED {color: #000}

#englobpagelgmtoday {
	/*width: 900px;*/
	margin: 0px auto;
}
.manif {
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.rubrique {
	font-family: Verdana;
	font-weight: normal;
	font-size: 1.1em;
	color: #000;
	background-color: #d2d2d2;
	text-transform: uppercase;
	padding: 10px;
	/*box-shadow: 2px 2px 5px rgba(0,0,0, 0.5);*/
	position: relative;
	margin-bottom: 10px;
}
.maniflib {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #1e5799;
	
	color: #332f3b;
	font-family: Arial, sans;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bolder;
	
	margin-bottom: 5px;
}
.manifdesc {
	text-decoration: none;
	color: #000;
	font-style: italic;
	font-family: sans-serif;
	clear: both;
	text-align: justify;
}
.motdujour {
	font-family: Arial, sans;
	font-size: 14px;
	color: #000;
	background-color: #eadbc7;
	padding: 10px;
	margin-bottom: 15px;
}
.lieu {
	color: #333;
	text-transform: uppercase;
	font-family: Arial, sans;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.titre {
	color: #000;
}
.titretexte {
	font-weight: bolder;
	font-size: 25px; 
	color: #007CAF;
	font-family: 'Verdana';
	
}
a.btnPlusInfos {
	background-color: #afdbee;
	color: #444;
	border-radius: 4px;
}
a.btnPlusInfos:hover {
    background-color: #96cae0;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
		
img.ombreout {
	/*border: 1px solid #808080;
    box-shadow: 2px 2px 10px #808080;
    padding: 3px;
    margin: 3px;*/
}

.footer {
	text-align: center;
	color: #000;
	font-family: Arial;
	font-size: 80%;
	font-weight: normal;
	border-top: 1px solid #555;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.meteojour {
		font-weight: bold;
		font-size: 1.5em;
		
		background-color: #333;
		padding: 10px;
}

.periode {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 5px;
	
}
.temperature {
	font-weight: bold;
	font-size: 1.7em;
}
.vent {
	font-weight: bold;
	font-size: 1.3em;
	
}
.pluie {
	font-weight: normal;
	font-size: 1.0em;
}

#tablemeteo  {
	padding: 0px;
	width: 100%;
	max-width: 900px;
	color: #333;
	font-family: Verdana;
	font-size: 80%;
}
#tablemeteo tr td, #tablemeteo tr td span {font-family: Verdana;}
