/*
StyleSheet by David Herreman 
http://www.free-css-templates.com

*/

body { 
	padding: 0; 
	margin: 0; 
	font: .74em Arial, sans-serif; 
	line-height: 1.5em; 
	background: #ffffff url(images/header.gif) no-repeat top;
	 
}
 
/* Top part */
#top { padding-top: 5px; background: transparent; height: 101px; }
#top h1 { background: transparent;font: bold 1.8em Arial, Sans-Serif; padding: 4px 0 4px 0; margin: 0; letter-spacing: 1px; color: #ad1414 }
#top h2 { background: transparent;font: 1.0em Arial, Sans-Serif; letter-spacing: 0px; color: #868686; margin:0; padding: 0 }
#top #icons { float: right; margin:20px 0; padding:0 }
#top #icons img { padding-right: 2px; border: 0 }

#top a { color: #ffffff; background: inherit; text-decoration: none;}
#top a:hover { color: #DA3B3B; background: inherit; text-decoration: underline;}
#top a:visited { color: #ffffff; background: inherit; text-decoration: none;}

 a { color: #464646; background: inherit; text-decoration: none;}
 a:hover { color: #DA3B3B; background: inherit; text-decoration: underline;}
p a:visited { color: #464646; background: inherit; text-decoration: none;}

p {	margin: 5px 0; }
h1 { background: #FFF url(/images/hbg2.gif) repeat-x;	font: bold 1.8em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px; }
h2 { background: #FFF url(/images/hbg2.gif) repeat-x;	font: bold 1.5em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px; }
h3 { background: #FFF url(/images/hbg-jj.gif) repeat-x; color: #ffffff; height:30px; padding: 2px 0 0 5px; margin: 0; font:  bold 1.2em Arial, Sans-Serif; }
ul { margin: 0; padding : 0; list-style: none; }
img { border: 0; }
hr { height: 1px; border-style: none; color: #d0d0d0; background-color: #C0C0C0; margin: 10px 0; }


.content { margin: 0px auto; width: 900px; }



/* Second part */
#prec { 	height: 65px; 	margin:0; padding: 0; background: #F6F6F6; border-bottom: 1px solid #DCDCDC; overflow: hidden; margin-bottom: 5px }
#wrap { margin: 0 auto; width: 900px; }
#wrap #pic { float: right; height: 100px; width: 730px; overflow: hidden}
#wrap #pic #slogan { float: right; text-align: center }
#wrap #pic #slogan h1 { font: bold 1.4em Arial, Sans-Serif; color: #FFF; letter-spacing: 1px; margin:0 }
#wrap #pic #slogan h2 { font:  1.0em Arial, Sans-Serif; color: #FFF; letter-spacing: 0px; margin:0; padding: 10px 0}
#wrap #pic #slogan a { color: #FFF; }

#wrap #menu { padding: 0; margin:0; background: inherit; }
#wrap #menu a { padding-left: 25px; font:  0.9em Arial, Sans-Serif; text-decoration: none; background: #F6F6F6 url(images/lm-li.gif) no-repeat left;  }
#wrap #menu ul { padding: 10px 0 }
#wrap #menu li { line-height: 26px; background: #F6F6F6 url(images/li-line.gif) no-repeat bottom left; list-style: none }


/*  Advertising */
#ad { background: #FFF url(images/download.jpg) no-repeat left; padding-left: 95px; min-height: 0px; margin-bottom: 0px;}
#ad a, #left_side a { background: #FFF; text-decoration: none }
#ad a:hover, #left_side a:hover { text-decoration: underline }

#div_message {
  position:fixed; 
  top:0px; 
  z-index:10px; 
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  text-align:center;
  font-weight: bold;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  left:0px;
  right:0px;
  width:100%;
  background-color: #4088b8;
  color: #FFFFFF;
  visibility: hidden;
}

#div_erreur {
  position:fixed;
  top:0px; 
  z-index:10px; 
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  text-align:center;
  font-weight: bold;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  left:0px;
  right:0px;
  width:100%;
  background-color: #FF0000;
  color: #FFFFFF;
  visibility: hidden;
}

/* main area */
#main { }
#right_side { float: right; width: 212px; background: #F6F6F6; padding: 5px 10px 5px 10px; margin-bottom: 10px }
#right_side ul { padding: 3px 0 8px 0 } 
#right_side li { line-height: 18px; background: #F6F6F6 url(images/media-record.png) no-repeat left; list-style: none; padding-left: 20px; }
#right_side a { background: #F6F6F6; text-decoration:  none }
#right_side h2 { background: #F6F6F6; color: #404040; font:  bold 1.2em Arial, Sans-Serif; }

#page_content{
  line-height:1.5em;
  width:650px;
  float:left;
  text-align:left;
  margin:0;
  padding:0;
}

#content_left{
  line-height:1.5em;
  width:320px;
  float:left;
  text-align:left;
  margin:0;
  padding:0;
}

#content_right{
  line-height:1.5em;
  width:320px;
  float:right;
  text-align:left;
  margin:0;
  padding:0;
}    

/* The footer */
#footer { clear: both; border-top: 1px solid #DCDCDC; margin: 0 0 3em 0; color: #777;  background: #fff }
#footer .right  { float: right; text-align: right; background: #FFF; }
#footer a { text-decoration: none; background: #FFF }


