@charset "iso-8859-1";

.noimgtext {
  color: #FFFFFF;
  background-color: #000078;
  height: 20px;
  border: 1px solid black;
  margin-right: 2px;
  margin-top: 2px;
  font-size: 14px;
  padding-top: 4px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Arial, Verdana, Helvetica;
  letter-spacing: -0.02em;
  text-align: center;
  width: 100px;
}

form {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: 0 0 0 0;
}

/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide
{
	display: none !important;
}
.inside
{
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box
	 * model. so it's okay to apply vertical padding to the parent element,
	 * just not horizontal padding.
	 */
	padding: 0 1em;
}

/* margin values and font sizes for headings, and margins on paragraphs
 * and lists are not consistent across browser platforms. to achieve a
 * consistent look we need to explicity set these values here. it may
 * seem an odd way to declare the margins like this but you never
 * know what kind of horizontal padding a browser may be using on an
 * element, and I only want to change the vertical padding.
 *
 * pixels are used here, rather than ems, because I want a consistent
 * margin on the different headings. if I use ems, 1em for an h1 element
 * is much larger than 1em on an h6 element. I don't wnat this.
 *
 * salt to taste
 */
ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
h1
{
	font-size: 220%;
}
h2
{
	font-size: 190%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

/* alter some HTML elements' default style
 */
a, a:link, a:visited, a:active
{
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
a:hover
{
	color: #FF1E1E;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}


/* now we craft the core layout of the page. this includes positioning and
 * gutter space. colors and fonts should not come into play at this point.
 * when defining a border, default its color to white which is probably
 * the safest thing to do.
 */
body
{
	margin: 0px;	/* margin instead of padding for the gutterspace around
	 			   the layout because IE breaks the layout when
	 			   horizontal padding is applied to the body element.
	 			   % over pixels for that horizontal gutterspace so that
	 			   it automatically goes below 20px on low-res browsers
	 			   to create more space for the content. */
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.left {
	background: #FFFFFF url(../img/border_left.gif) left repeat-y;
	padding: 10px 1px 5px 20px;
}

.right {
	background: #FFFFFF url(../img/border_right.gif) right repeat-y;
	padding: 10px 20px 5px 1px;
}

.logo {
	background: url(../img/border_top_left.gif) top left no-repeat;
	padding: 13px 0px 0px 20px;
}

.headerc {
	background: #F0F0F0 url(../img/border_top_right.gif) no-repeat top right;
	padding: 18px 24px 0px 0px;
}

.headerc a {
	margin: 0px;
	padding: 0px;
}

.subheader {
    /*==== Modif Antonio ====*/
	/* background: #D7D7D7 url(../img/border_right_subheader.gif) no-repeat right;  */
	background: #F0F8FF url(../img/border_right_subheader.gif) no-repeat right;
	padding: 0px 25px 1px 1px;
	font-size: 10px;
}

.subheader table td a {
	line-height: 30px;
}

.sublogo {
    /*==== Modif Antonio ====*/
	/* background: #D7D7D7 url(../img/border_left_subheader.gif) no-repeat left;  */
	background: #F0F8FF url(../img/border_left_subheader.gif) no-repeat left;
	padding: 0px 1px 1px 25px;
}

.sublogo table {
		font: 900 10px/10px Verdana;
		margin: 0px;
}

.search {
	font-size: 11px;
	border: 1px solid #D7D7D7;
	color : #D11D1D;
	width: 125px;
}

#searchb {
	border: 1px solid #0000FF;
}

.footerleft {
	background: #FFFFFF url(../img/border_bottom_left.gif) no-repeat bottom left;
}

.footerright {
	background: #FFFFFF url(../img/border_bottom_right.gif) no-repeat bottom right;
}

.footercenter {
	font-size: 10px;
	background: #FFFFFF url(../img/border_bottom.gif) no-repeat bottom;
}

.footerlinks {
	background: #FFFFFF url(../img/footerlinks_bg.gif) no-repeat bottom;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding-top: 1px;
}

.footerlinks a, .footerlinks a:link, .footerlinks a:visited, .footerlinks a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.footerlinks a:hover
{
	color: #A2F0F9;
}

.linkimg {
	padding-left: 5px;
}

.linkimg_2 {
	margin-left: -8px;
}

.headerlinks {
	border: 1px dotted black;
	width: 120px;
	clear: right;
	float : none;
	position: relative;
}

.nb_top {
	color: #FFFFFF;
    /*==== Modif Antonio ====*/
	/* background-color: #000078;  */
	background-color: #0000CD;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}

.nb_top_left {
	background: #FFFFFF url(../img/nb_top_left.gif) top left no-repeat;
}

.nb_top_right {
    background: #FFFFFF url(../img/nb_top_right.gif) top right no-repeat;
}

.cartouche {
    /*==== Modif Antonio ====*/
	/* border-right: 1px solid #9C9C9C;  */
    border-right: 1px solid #0000CD;
	/* border-left: 1px solid #9C9C9C;  */
    border-left: 1px solid #0000CD;
	/* border-bottom: 1px solid #9C9C9C;  */
    border-bottom: 1px solid #0000CD;
}

.nb_body {
    /*==== Modif Antonio ====*/
	margin: 0;
	font-size: 10px;
	line-height: 13px;
	/* background-color: #D7D7D7;  */
	background-color: #F0F8FF;
	border-top: 1px solid #FFFFFF;
    /* border-bottom: 1px solid #9C9C9C;  */
	border-bottom: 1px solid #0000CD;
	padding: 3px 0px 3px 0px;
}

.nb_body strong {
	font-size: 11px;
}

.nb_body a, .nb_body a:link, .nb_body a:visited, .nb_body a:active {
	font-weight: 800;
}

.nb_subbody {
    background-color: #FFFFFF;
    padding-left: 15px;
 }

.nb_empty {
    padding: 0px;
    margin: 0px;
    height: 0px;
    border: 0px;
}

.nbred_top {
	color: #FFFFFF;
	background-color: #C80000;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	border-top: 1px solid #000000;
}

a.nbred_link, a.nbred_link:link, a.nbred_link:visited, a.nbred_link:active{
    color: #FFFFFF;
    font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}

.nbred_top_left {
	background: #C90000 url(../img/nbred_top_left.gif) top left no-repeat;
}

.nbred_top_right {
	background: #C90000 url(../img/nbred_top_right.gif) top right no-repeat;
}

.nbred_body {
	background: #C90000 url(../img/nbred_body.gif) bottom no-repeat;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #C80000;
}

.nbred_body a, .nbred_body a:link, .nbred_body a:visited, .nbred_body a:active{
    color: #FFFFFF;
    font-size: 10px;
}

.nbred_body p {
	padding: 0px;
}

.read_more {
	min-width: 100px;
	text-align: right;
}

.read_more a, .read_more a:link, .read_more a:visited, .read_more a:active {
    /*==== Modif Antonio ====*/
	/* color: #9C0000;  */
	color: #000000;
	font-weight: bold;
}

.read_more a:hover {
	text-decoration: underline;
}

a.meteo_ville:hover, a.meteo_ville, a.meteo_ville:link, a.meteo_ville:visited, a.meteo_ville:active{
   color: #FFFFFF;
}

a.meteo_echeance:hover{
   color: #000000;
}