
/*----------------------------------------------------------------------------
	colorscheme.css for coroschem 2

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#container {
    background: no-repeat;
    background-image: url(images/static/contentbg.gif);
    /*  repeat-y;  */

}

.bbbbb {
    background: repeat-y;
    background-image: url(images/static/contentbg_v1.gif);
    background-position: top left;
}

#menu_bott {
    background: no-repeat;
    background-image: url(images/static/contentbg192.gif);
}

/*--- header ---------------------------------------------------------------*/

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: no-repeat;
}

#sub_nav_item_0 {
    background: no-repeat;
    background-image: url(images/static/top_line_submenu.gif);
}

#sub_nav_item_bott {
    background: no-repeat;
    background-image: url(images/static/top_line_submenu.gif);
}


/*--- caption --------------------------------------------------------------*/

/*--- main navigation ------------------------------------------------------*/

#main_top_container {
    background: no-repeat;
    background-image: url(images/static/menubg.gif);
    /*    repeat-x;   */

}

/*--- main navigation items ------------------------------------------------*/


a.main_nav_item {
    background: no-repeat;
    background-position: top left;
}

a.main_nav_item:hover {
    background: repeat-x;
    background-position: top left;
}

a.main_nav_active_item {
    background: repeat-x;
    background-position: top left;
}

/*--- subnavigation items --------------------------------------------------*/

a.sub_nav_item {
    background: no-repeat;
}

a.sub_nav_item:hover {
    background: no-repeat;
}

a.sub_nav_active_item {
    background: no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: transparent top left no-repeat;
    background-image: url(images/static/footerbg.gif);
    background-color: #ffffff;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    background-image: url(images/static/pagebg.gif);
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #4E4E4D;
}

.content table {
    color: #4E4E4D;
    border-color: #6E6E6E;
}

.content select {
    color: #4E4E4D;
}

.content input {
    color: #4E4E4D;
    border-color: #74777A;
}

.content textarea {
    color: #4E4E4D;
    border-color: #74777A;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content th {
    color: #FFFFFF;
    background-color: #01666E;
    border-color: #FF0000;
}

.content td {
    border-color: #6E6E6E;
}

.content tr.odd {
    color: #6E6E6E;
    background-color: #ffffff;
}

.content tr.even {
    color: #6E6E6E;
    background-color: #E7EEEF;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #FF0000;
}

.content legend {
    color: #74777A;
}

.content label {
    color: #74777A;
}

.content #submit {
    background-color: #ffffff;
    border-color: #B4B8BB;
    color: #74777A;
}

/*--------------------------------------------------------------------------*/

#weblog_calendar caption {
    background: no-repeat;
    background-image: url(images/static/top_calendar.gif);
    color: #FFFFFF;
}

/*--------------------DEBUT DU FICHIER "STYLE.CSS"------------------------------------------*/
/*
    
#logo {
   background: url(images/dynamic/logo.gif) no-repeat;
} */
#key_visual {
   background: url(images/dynamic/key_visual1.jpg) no-repeat;
}
#slogan {
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}

a.main_nav_active_item {
  background: url(images/dynamic/buttonset2/n1active.gif) no-repeat;
  font-family: Tahoma,Arial,Verdana,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #FF0000;
  background-position: top left;
}
a.main_nav_item {
  background: url(images/dynamic/buttonset2/n1.gif) no-repeat;
  font-family: Tahoma, Arial,Verdana,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #005A62;
  background-position: top left;
}
a.main_nav_item:hover {
  background: url(images/dynamic/buttonset2/n1hover.gif) no-repeat;
  font-family: Tahoma,Arial,Verdana,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #FF0000;
  background-position: top left;
}
a.sub_nav_active_item {
  background: url(images/dynamic/buttonset2/sn1active.gif) no-repeat;
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}
a.sub_nav_item {
  background: url(images/dynamic/buttonset2/sn1.gif) no-repeat;
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #E73F0E;
}
a.sub_nav_item:hover {
  background: url(images/dynamic/buttonset2/sn1hover.gif) no-repeat;
  font-family: Arial,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}
.content h1 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #F26802;
}
.content h2 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #979797;
  margin-bottom : 0px;
}
.content h3 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #01666E;
  margin-bottom : 0px;
}
.content, .content p {
  font-family: Arial,Tahoma,Verdana, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #4E4E4D;
}
.content a:link {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #FF0000;
}
.content a:visited {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #FF0000;
}
.content a:hover {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #4F99AB;
}
.content a:active {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #4F99AB;
}
#footer_text {
  font-family: Arial, Tahoma,Verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0px;
  text-decoration: none; 
  color: #000000;
}

/* POUR L'AFFICHAGE DE LA CARTE METEO */

#carte_acb {
position: relative;
height: 671px;
width: 765px;
left: -15px;
margin-bottom: 18px;
background: url(images/carte_acb.gif);
text-align: left;
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
font-style: normal;
font-size: 12px;
font-weight: normal;
text-decoration: none;
}
#sur_carte_LFRS {
position: absolute;
width: 210px;
top: 185px;
left: 10px;
background-color: white;
padding-left: 4px;
padding-right:4px;
}
#sur_carte_LFJR {
position: absolute;
width: 240px;
top: 75px;
left: 230px;
background-color: white;
padding-left: 4px;
padding-right:4px;
}
#sur_carte_LFOT {
position: absolute;
width: 240px;
top: 110px;
left: 505px;
background-color: white;
padding-left: 4px;
padding-right:4px;
}
#sur_carte_LFRI {
position: absolute;
width: 240px;
top: 430px;
left: 10px;
background-color: white;
padding-left: 4px;
padding-right:4px;
}
#sur_carte_LFBH {
position: absolute;
width: 340px;
top: 625px;
left: 195px;
background-color: white;
padding-left: 4px;
padding-right:4px;
}
#sur_carte_LFBI {
position: absolute;
width: 240px;
top: 470px;
left: 490px;
background-color: white;
padding-left: 4px;
padding-right:4px;
}

