/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 80%;
}

a{
	color: #006699;
	text-decoration: none;
	font-size: 7pt;
	list-style-position: inside;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	color: #666666;
	font-size: 10pt;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	text-align: center;
	margin-top: 5px;
	border: 1px dotted #CCCCCC;
	background-color: #E4E4E4;
	color: #E5E5E5;
	padding-bottom: 5px;
	padding-top: 5px;
}

#navBar{
	float: left;
	line-height: 120%;
	width: 160px;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-top-style: none;
	border-bottom-style: none;
}

#headlines{
	float:right;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	width: 160px;
}


#content{
	margin-left: 200px;
	margin-right: 200px;
	max-width: 20em;
}
#masthead #main #mainRight {
}
#masthead #main #mainRight {
	float: left;
	width: 80%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 120%;
}


/************* #globalNav styles **************/

#globalNav{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: justify;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px dotted #CCCCCC;
}


#globalNav a {
	font-weight: bold;
	margin-right: 7px;
	margin-left: 7px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: underline;
	color: #000000;
}




/************** .feature styles ***************/

.feature{
	padding: 0px 0px 5px 10px;
	font-size: 80%;
	width: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	padding: 0px 0px 0px 5px;
	font-size: 80%;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	list-style-position: inside;
}

.story p{
	padding: 0px 0px 10px 0px;
	list-style-position: inside;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 8pt;
	color: #cccccc;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 8px;
	clear: both;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	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 a:link, #navBar ul a:visited {}
#navBar ul {list-style: none; margin: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

.section{
	margin-bottom: 8px;
	border: 1px dotted #CCCCCC;
	padding: 2px 5px;
	}


.sectionLinks{
	font-size: 90%;
	line-height: 160%;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}


.sectionLinks a {
	display: block;
	font-size: 10pt;
	line-height: 120%;
}

.sectionLinks a:hover{
}

.sectionTitle {
	color: #333333;
	margin-top: 2px;
	font-weight: bold;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	font-size: 90%;
}

.relatedLinks h3{
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}




/************** #headlines styles **************/

#search{
	float: left;
	width: 20%;
	border: 0;
}

.themeMenu{
	clear: right;
	width: 150px;
}

#headlines p{
}


#main {
	border: 1;
	border-color: #F1F1F1;
}
#main #navBar .sectionLinks h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#siteInfo a {
	font-size: 8pt;
}
.sectionHeadline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC99;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
}

.sectionHeadlineTitle{
	font-weight: bold;
}
#topHeader {
	height: 10px;
	text-align: right;
	font-size: 11px;
}

#bottomHeader{
	height: 3px;
	text-align: right;
	background-color: #3366CC;
	visibility: hidden;
}
#bodyWrapper {
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	margin-bottom: 20px;
}



.menuIE {
    display:none !important;
    display:block;
}

a.boutonIE, a.boutonIE:link, a.boutonIE:visited, a.boutonIE:active {
    color:#000; 
    width:90px; 
    height:18px; 
    display:block; 
    background:#c33; 
    border:1px solid #000; 
    margin-right:1px; 
    text-align:center; 
    float:left; 
    text-decoration:none; 
    font-family: verdana; 
    font-size:10px; 
    line-height:18px; 
    overflow:hidden;
}

a.boutonIE:hover {
    color:#fff; 
    background:#000; 
    overflow:visible;}

a.boutonIE:hover table {
    display:block; 
    background:#eee; 
    border-collapse:collapse;
}

.boutonFF {
    color:#000; 
    width:90px; 
    height:18px; 
    display:block !important; 
    display:none; 
    background:#c33; 
    border:1px solid #000; 
    margin-right:1px; 
    text-align:center; 
    float:left; 
    text-decoration:none; 
    font-family: verdana; 
    font-size:10px; 
    line-height:18px; 
    overflow:hidden;
 }

.boutonFF:hover {
    height:auto; 
    cursor:pointer;
    color:#fff; 
    background:#000;
 }


a.SousMenu, a.SousMenu:link, a.SousMenu:visited, a.SousMenu:active {
    display:block; 
    width:90px !important; 
    width:88px; 
    height:18px; 
    border-bottom:1px solid #000; 
    text-decoration:none; 
    color:#000;
    font-family: verdana; 
    font-size:10px; 
    text-align:center;
    background:#eee;    
}


a.SousMenu:hover {background:#BCCCD2;}.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.date {
	font-size: 9px;
	color: #666666;
}

