/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, scrollbar, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
margin: 0; 
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
scrollbar-face-color:#0e77b8;
scrollbar-base-color:#0b679a;
scrollbar-arrow-color:#0b679a;
scrollbar-track-color:#1d8cc4;
scrollbar-shadow-color:#075d90;
scrollbar-highlight-color:#2a9dd4;
scrollbar-3dlight-color:#34b0e4;
scrollbar-darkshadow-color:#0b679a;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background: #bad0de url("../img/bg_flakes.png") repeat top center; /* Sets the background properties for an element using shorthand notation */
  color: #000000;
  font: normal 0.9em Trebuchet MS, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  text-decoration: none;
  text-transform: none;
}
/* Commonly used to style page titles. */
h1 {
  color: #191970;
  font: normal bold 1.3em Verdana, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
/* Commonly used to style section titles. */
h2 {
  color: #ffffff;
  font: normal small-caps bold 1em Verdana, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
/* Sets the style for the h3 header. */
h3 {
  color: #FF0000;
  font: normal small-caps bold 1em Verdana, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
/* Sets the style for the h4 header. */
h4 {
  color: #003399;
  font: normal small-caps bold 1em Verdana, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000099;
  font: normal bold 0.9em Verdana, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #3b62a6;
  font: normal bold 0.9em Verdana, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #ca0009;
  font: normal bold 0.9em Verdana, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  text-decoration: underline;
  text-transform: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #ca0009;
  font: normal bold 0.9em Verdana, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #262499;
  font: normal bold 0.9em Verdana, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: transparent;
  margin: 0 0 -3px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  max-width: 1200px;
  min-width: 900px;
  text-align: center; /* Redefines the text alignment defined by the body element. */
  width: 100%;
  }
#outerWrapper #header {
  background: url("../img/bg_grass.gif") repeat top center; /* Sets the background properties for an element using shorthand notation */
  border-bottom: solid 1px #5a6484; /* Sets the bottom border properties for an element using shorthand notation */
  color: #191970;
  font: normal bold 1.2em Tahoma, Geneva, sans-serif; /* Sets the font properties for an element using shorthand notation */
  height: 250px;
  line-height: normal;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 3px 0px 5px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 100%;
}
/* Header section. Commonly used to style page titles. */
h1 {
font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}

div#head1 {
	float: left;
	width: 400px;
	}
.head1 {color:#bad0de;font:bold 1em Verdana, Arial, Helvetica, sans-serif;}	
.head1 a:link {color:#bad0de;font:bold 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}
.head1 a:visited {color:#bad0de;font:bold 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}
.head1 a:hover {color:#00ccff;font:bold 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:underline;}
.head1 a:active {color:#00ffff;font:bold 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}

div#head2 {
	float: right;
	width: 400px;
	}
.head2 {color:#bad0de;font:bold 1em Verdana,Arial,Helvetica,sans-serif;}
.head2 a:link {color:#bad0de;font:bold 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}
.head2 a:visited {color:#bad0de;font:bold 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}
.head2 a:hover {color:#ffff00;font:bold 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:underline;}
.head2 a:active {color:#00ffff;font:bold 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}

div#head2b {
	float: right;
	width: 100px;
	}	
#outerWrapper #header h6 {
  color: #000000;
  font: normal bold 1em Verdana, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}

#outerWrapper #topNavigation {
  background-color: #73a2bc;
  background: #23667b url(../img/black_0.gif) repeat top center;
  border-bottom: solid 1px #6692ad; /* Sets the bottom border properties for an element using shorthand notation */
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  height: 30px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 2px 10px 3px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper {
  background-color: #0e77b8;
  margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 15px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 98%;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #34b0e4;
  border: solid 1px #006699; /* Sets the border properties for an element using shorthand notation */
  color: #000000;
  float: right;
  font: normal 0.9em Palatino Linotype, Book Antiqua, Palatino, serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  margin: 0 1px 0 1px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 5px 8px 5px 8px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-decoration: none;
  text-transform: none;
  width: 160px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #34b0e4;
  border: solid 1px #006699; /* Sets the border properties for an element using shorthand notation */
  color: #000000;
  float: left;
  font: normal 0.9em Palatino Linotype, Book Antiqua, Palatino, serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  margin: 0 1px 0 1px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 5px 8px 5px 8px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-decoration: none;
  text-transform: none;
  width: 160px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #contentColumn {
  background-color: #ffffff;
  border: solid 1px #006699; /* Sets the border properties for an element using shorthand notation */
  color: #000000;
  font: normal 0.9em Trebuchet MS, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  line-height: normal;
  margin: 0 182px 8px 182px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 7px 5px 7px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Redefines the text alignment defined by the body element. */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */

#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#footer {
  background: #23667b url(../img/black_0.gif) repeat top center;
  border: none; /* Sets the border properties for an element using shorthand notation */
  font: 0.7em Verdana, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  height: 30px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 1px 0px 1px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align:center;
  width: 100%;
}
.foot1 {color:#bad0de;font: 1em Verdana, Arial, Helvetica, sans-serif;}	
.foot1 a:link {color:#bad0de;font:bold 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}
.foot1 a:visited {color:#bad0de;font:bold 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}
.foot1 a:hover {color:#00ccff;font:bold 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:underline;}
.foot1 a:active {color:#00ffff;font:bold 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}

#nav-line {
  background: transparent;
  font: 0.7em Verdana, Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
  height: 10px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 1px 1px 1px 1px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align:right;
  width: 98%;
}
.nav-line {color:#191970;font: 1em Verdana, Arial, Helvetica, sans-serif;}	
.nav-line a:link {color:#191970;font: 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}
.nav-line a:visited {color:#191970;font: 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}
.nav-line a:hover {color:#00ccff;font:bold 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:underline;}
.nav-line a:active {color:#191970;font: 1em Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}


/* Class*/
.ads_left {   
float: left;   
padding: 5px;   
margin: 0;   
}   
.ads_right {   
float: right;   
padding: 5px;   
margin: 0;   
}  
.left {
  float: left;
  } 
.right {
  float: right;
  }
  .headtxt {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.8em;
  color: #ffffff;
  }   
.aaa {
  float: right;
  } 
.breadcrumb {
  float: left;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.6em;
  }  
.date {
  float: right;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.6em;
  }     
.seau
{
position:absolute;
left:257px;
top:195px;
}
.butflies
{
position:absolute;
left:435px;
top:178px;
}
.anchor
{
position:absolute;
left:630px;
top:190px;
}

.meteo
{
overflow:auto;
position:relative;
width:150px;
height:62px}

.update {
color: #191970;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  }  
  
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}
.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

span.class1 {background: #000000;}
span.class2 {color: #fff;}
span.class3 {padding: 0 10px 0 5px;} /*décalgeHaut=0px décalgeDroite= 0px DécalageBas= 0px DécalgeGauche= 10px*/
span.class3 {padding: 0 10px 0 10px;} /*décalgeHaut=0px décalgeDroite= 10px DécalageBas= 0px DécalgeGauche= 0px*/


