/* CSS Document */

html { 
  min-height: 101%; /* Firefox scrollbar fix */
  background: #dddddd;
} 

body {  
  font: normal 75%/1.5em Arial, Verdana, Helvetica, sans-serif; /* Set base font style and size (75% ~ 12px) */
  text-align: center;
  color: #333;   margin: 0;
  padding: 0;
}

ul, ol,
li, a, input {
  margin: 0; padding: 0; border: 0; vertical-align: baseline;
}


hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;

   border-bottom: 1px dotted #c4161c;
}


h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.3em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  color: #c4161c;
  font-weight: 700; text-align:center;
}

h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  font-weight: 700;
}



a:link, a:visited {
  text-decoration: none;
  color: #222;
}
a:hover { text-decoration: underline; }
a:active {}

img { border: 0; }
a img { border: 0; }

.left { float: left; }
.right { float: right; }

ul, ol { list-style: none; }

/* Container
--------------------------------------------------------------------- */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  background: #fff;
  border-left: 16px solid #f8f8f8;
  border-right: 16px solid #f8f8f8;
  text-align: left;
}



/* Top header
--------------------------------------------------------------------- */
#tophead {
  position: relative;
  width: 950px;
  margin: 16px 0 0 0;
  padding: 4px;
  background: #fff;
  border: 1px solid #ccc;
}

#top-nav {
  float: left;
  height: 34px;
  margin: 0;
  padding: 0;
}
    #top-nav li {
      float: left;
      line-height: 34px;
      padding: 0;
    }
        #top-nav li a {
          display: block;
          float: left;
          padding: 0 20px;
          margin-right: 4px;
          color: #777;
          font-size: 0.9em;
          background: #f8f8f8;
          text-transform: uppercase;
          font-weight: 700;
          display: inline; /* fix double-margin IE bug */
        }
        #top-nav li.active a {
          color: #c4161c;
          background: transparent url(img/list-style3.gif) no-repeat 0 49%;
        }



/* Master header
--------------------------------------------------------------------- */
#masthead {
  position: relative;
  height: 140px; width:960px;
  margin: 16px 0 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff url(img/mastheadBG.jpg) repeat-x top left;
}



#branding small {
  position: absolute;
  top: 94px;
  left: 90px;
  font-size: 0.9em;
  font-style: italic;
  font-variant:small-caps;
  color: #fff;
  letter-spacing: 1px;
}



/* Menu navigation
--------------------------------------------------------------------- */
#menu {
  float: left;
  width: 920px;
  margin: 16px 0 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}
    #menu li {
      float: left;
      line-height: 42px;
      margin: 0;
    }
    #menu li:hover, #menu li.sfhover {
      background: #f5f5f5;
    }
        #menu li a {
          display: block;
          padding: 0 16px;
          font-weight: 700;
          color: #666;
          
          
        }
		
	.index li a {
          display: block;
          padding: 0 16px;
          font-weight: 700; background-color:#000000;
          color: #666;
          
          
        }
	
		
		

        #menu ul {/*---------- Second level -------------*/
          float: left;
          display: none;
          position: absolute;
          width: 928px;
          left: -999em;
          margin: 0;
          padding: 0 16px;
          border: 0;
          background: #f5f5f5;
        }
            #menu li:hover ul, #menu li.sfhover ul {
              display: block;
              left: 0;
              top: 32px;
            }
            #menu li li { line-height: 32px; }
                #menu ul li a {
                  display: inline;
                  padding: 0;
                  text-transform: lowercase;
                  font-weight: normal;
                }




/* Main
--------------------------------------------------------------------- */
#main {
  float: left;
  display: inline;
  margin: 16px 0; background-color:#FFFFFF;

}


/* Maincontent
--------------------------------------------------------------------- */
#maincontent {
  
 
  width: 960px;
  padding: 0 16px 0 0;
  margin-right: 1px;
}



.float {
  float: left;
  width: 18%; margin:3px; border:1px solid #ccc;  padding-left:5px; background-color:#fff;  
 
}



.bid {
  float: left;
  width: 47%; margin:3px; border:1px solid #ccc;  padding-left:5px; background-color:#fff;  
 
}

.large {
	float: left;
	width: 95%;
	margin:3px;
	border:1px solid #ccc;
	padding-left:5px;
	background-color:#fff;
}

.medium{
  float: left;
  width: 24%; margin:3px; border:1px solid #ccc;  padding-left:5px; background-color:#fff;  
 
}

.column-box {
	float: left; padding-left:3px; padding-bottom:3px;
	width: 98%;

	background-color:#fff; 
	
}

.column-box-title{
	clear: both;
	display: block;
    
	 
	background-color:#f8f8f8;	
	font-weight: bold;

}

/* Section horoscope*/
/************/
.horoscope {
   background-color:#fff;
    border:  1px solid #fff; 
    font-size:12px;   
}

.titlehoro {
    color: rgb(50,50,50); 
    font-weight: bold; 
}

.horoLeft {
  float: left;
  width: 57%; margin:3px; border:1px solid #ccc;  padding-left:5px; background-color:#fff;  
 
}

.horoRight {
  float: left;
  width: 35%; margin:3px; border:1px solid #ccc;  padding-left:5px; background-color:#fff;  
 
}

.horo {
  float: left;
  width: 31%; margin:3px; border:1px solid #ccc;  padding-left:5px; background-color:#fff;  
 
}
 
.menu{
   background-color:#c4161c;
    border:  1px solid #fff; 
    font-size:13px;  width: 98%; color:#FFFFFF; 
}

.lien {width: 98%; background-color:#f8f8f8}

.footer {
  float: left;
  width: 100%; margin:3px; border:1px solid #ccc;  padding-left:5px; background-color:#f8f8f8; text-align:center;  
 
}

.puce{ 
background-image:url(../images/puce.gif);
background-repeat: no-repeat;
background-position: 0% 65%;
padding-left: 8px;
}




/* Clearfix
--------------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}



