/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size:11px;
	color: #494949;
	margin:0;
	text-align: center;
}

a {
	color: #494949;
}

a:hover {
color:#C86C1A;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #820101;
 padding:5px 5px 5px 0px;
}

h3{
	font-size: 100%;
	color: #820101;
	padding:2px 5px 5px 5px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width: 926px;
	height:auto;
	border-left: 1px solid #D8D3BE;
	border-right: 1px solid #D8D3BE;
	border-bottom: 1px solid #D8D3BE;
	padding-bottom:2px;
}
#masthead{
	width: 100%;
	padding-left: 1px;
}

#navBar{
	background-color: #FFE8AA;
	width: 146px;
	float: left;
	margin-left: 1px;
}

#content{
	margin: 0;
	padding: 10px;
	float: left;
	width: 600px;
}
#rightColumn {
	float: left;
	width:157px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content{
	color:#5E0000;
}
#content UL LI{
padding-bottom:3px;
}
#content UL A{
	color:#5E0000;
}
#content UL A:hover{
	text-decoration:none;
}
/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	color: #820101;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	padding: 5px 0px 5px 0px;
}

#horoscopeForm{
	background-color:#993333;
	padding:5px;
	color: #FFFFFF;
}

/************* #siteInfo styles ***************/

#siteInfo{
	width:850px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE; padding-top:5px;padding-bottom:5px;}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: 1px solid #EEE;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 1px 0;
	padding: 0;
	background-color: #FFB902;
	font-weight: bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks UL LI a{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration:none;
}


#sectionLinks  UL LI a:hover,#sectionLinks  UL LI a.selected{
	color:#993333;
}

#sectionLinks UL LI.submenu{
padding-top:0px;padding-bottom:0px;
}
#sectionLinks UL LI.submenu a{
	padding: 1px 0px 1px 15px;
	width: auto;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	display: block;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration:none;
	background-color:#993333;
}
#sectionLinks  UL LI.submenu a:hover{
	background-color:#FFB902;
}


/************** #contact styles **************/

#contact{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	margin-top: 15px;
}
#contact h3 {
	color: #820101;
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 0 3px;

}
#contact p{
	padding: 5px 0px 5px 0px;
}
#contact p a {
	color: #494949;
}

#newsZone h3 {
	background-color:#993333;
	color: #ffffff;
	font-weight:bold; font-size:12px;
	line-height:15px;
	background-image: url(../images/arrow-right.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-top:0px;padding-bottom:0px;
/*	background-position: 0 3px;*/
	margin-bottom:0;
}

#newsZone ul {
	padding: 5px;
	background-color: #FFE8AA;
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
}
#newsZone UL LI {
list-style-position:inside;
padding-bottom:4px;
}
.carte {
		visibility: visible;
	    z-index:1;
}
table#ascendant{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
table#ascendant tr td{
	font-size:10px;
	padding-left:2px;padding-right:2px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	white-space:nowrap;
}
table#ascendant tr.signe td{
	font-weight:bold;
	font-size: 110%;
	color: #820101;
	text-align:center;
}
table#ascendant td.month {	
font-weight:bold;
color:#FF9900;
font-size: 110%;
}
.horoscope {
	padding: 5px;
	width: 500px;
	min-height:200px;
	border: 1px solid #FF9933;
	text-align:left;
}
#titre_signe {
	width: 118px;
	font-size:14px;
}
INPUT#sinscrire{
background-color:#E68B28;color:#771111; font-size:11px; font-weight:bold; border-top:1px solid #DDDDDD;border-left:1px solid #DDDDDD;border-right:1px solid #666666;border-bottom:1px solid #666666;
}

P.newsmetadata{
color:#666666;
}

MARQUEE {
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}