/* Style Sheet */

body
{
  background-image: url(img/pattern_005.gif); 
  margin: 0;
  padding: 0;
  font: 85% arial, helvetica, sans-serif;
}
	
#container
{
  background-image: url(img/BG_Home.png); 
  background-repeat: no-repeat;
  margin-left:auto;
  margin-right:auto;
  width: 1024px;
  height: 768px;
}

#header
{
  padding: 10px;
  position: absolute;
  margin-left: 30px;
  margin-top: 10px; 
  width: 956px;
  height: 46px;
  background-color: #9A141B;
}

#header_left
{
  float: left;
  width: 350px;
}

#header_right
{
  text-align: right; 
}

#info_navi
{
  position: absolute;
  margin-left: 30px;
  margin-top: 78px;
  width: 976px;
  height: 40px;
  background-color: #9A141B;
}

#info_navi_left
{
  float: left;
  width: 70%;
}

#info_navi_right
{
  float: right;
  padding-right: 10px;
  width: 28%;
  text-align: right; 
}

#header_pa
{
  padding: 10px 22px 22px 10px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  margin-left: 30px;
  margin-top: 160px;
  width: 425px;
  height: 40px;
}

#content_pa
{
  padding: 106px 22px 22px 10px;
  position: absolute;
  margin-left: 60px;
  margin-top: 132px;
  width: 186px;
  height: 335px;
}

#header_jour
{
  padding: 10px 22px 22px 10px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  margin-left: 294px;
  margin-top: 250px;
  width: 425px;
  height: 40px;
}

#content_jour
{
  padding: 106px 22px 22px 10px;
  position: absolute;
  margin-left: 324px;
  margin-top: 220px;
  width: 186px;
  height: 335px;
}

#header_foto
{
  padding: 10px 22px 22px 10px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  margin-left: 560px;
  margin-top: 338px;
  width: 425px;
  height: 40px;
}

#content_foto
{
  padding: 106px 22px 22px 10px;
  position: absolute;
  margin-left: 590px;
  margin-top: 310px;
  width: 186px;
  height: 335px;
}

#info_footer
{
  color: #C7CACE;
  padding: 10px;
  position: absolute;
  margin-left: 30px;
  margin-top: 678px;
  width: 955px;
  height: 40px;
}

#info_footer_left
{
  float: left;
  padding-left: 10px;
  width: 35%;
}

#info_footer_center
{
  float: left;
  width: 30%;
  text-align: center;
}

#info_footer_right
{
  float: right;
  padding-right: 10px;
  width: 30%;
  text-align: right; 
}

#header_pa p, #header_jour p, #header_foto p
{
  font-size: 120%;
  font-weight: bold;
  color: #C7CACE;
}

#header_left h1, #header_right h1
{
  font-size: 300%;
  color: #C7CACE;
}

#info_footer pre
{
  font: 101% arial, helvetica, sans-serif;
#  font: arial, helvetica, sans-serif;
}

#info_footer a:link
{
  color: #C7CACE;
}

#info_footer_center pre
{
  text-align: center;
}

#content_pa a:link, #content_jour a:link, #content_foto a:link
{
  color: #9A141B;
}

#content_pa ul, #content_jour ul, #content_foto ul
{
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
}

li.menu-current a
{
  padding: 0;
  text-decoration: none; font-weight: bold;
  color: black; 
  background-color: #C7CACE;
  font-size: 85%;
}

ul#menu_list 
{
  margin: 10px 0 0 10px; 
  padding: 0;
  background-color: #9A141B;
  font-size: 140%;
}

ul#menu_list li 
{
  list-style: none;
  display: inline;
  margin: 0; padding: 5px;
}

li.menu-sibling a
{
  padding: 0;
  text-decoration: none; font-weight: bold;
  color: #C7CACE; 
  background-color: #9A141B;
  font-size: 85%;
}

ul#menu_list a:hover
{
  color: black; 
}