/*CSS Document*/

/*======= Master font sizes =========*/
#content { 
   font-size : 90%; 
 } 
#rightbar { 
   font-size : 90%; 
 } 
#sidebar { 
   font-size : 90%; 
 } 
#header { 
   font-size : 90%; 
 } 
#topnav { 
   font-size : 90%; 
 } 
#footnav { 
   font-size : 75%; 
 } 
#footer { 
   font-size : 75%; 
 } 
#titlebar { 
   font-size : 90%; 
 } 
/*=============================*/
sidebar.menuitems { 
   font-size : 80%; 
 } 
 
sidebar.menuitems li { 
list-style-image:	url(../images/bullet7.gif);
 } 
  
/*main font*/
body { 
   font-family : Verdana, Geneva, Helvetica, Arial, sans-serif; 
 } 
/*monospaced (code) font*/
code, pre { 
   font-family : Lucida Console,monospace; 
 } 
textarea.inputtext { 
   font-size : 1.1em; 
 } 
.inputbox { 
   font-weight : 500; 
 } 
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 { 
   font-weight : 500; 
   margin : 0 2px 2px 0; 
   line-height : 100%; 
 } 
.pagegroup { 
   font-weight : 600; 
 } 
/*headings*/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,#titlebar h1, #titlebar h2, #titlebar h3, #titlebar h4, #titlebar h5, #titlebar h6 { 
   font-weight : 500; 
 } 
/*Definition des styles dans la zone content*/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { 
   color : #0066cc; 
 } 
#content h1, #titlebar h1 { 
   font-size : 1.2em; 
   border-bottom : 1px solid; 
   font-weight : 500; 
   font-variant : small-caps;
   margin-bottom : 0.1em; 
 } 
#content h2, #titlebar h2 { 
   font-size : 1.15em; 
   border-bottom : 1px solid;    
   font-weight : 300; 
   margin-bottom : 0.1em; 
 } 
#content h3, #titlebar h3 { 
   font-size : 1.10em; 
   font-weight : 100; 
   border-bottom : 1px dotted; 
   margin-bottom : 0.1em; 
 } 
#content h4, #titlebar h4 { 
   font-size : 1.05em; 
 } 
#content h5, #titlebar h5 { 
   font-size : 1.0em; 
   font-weight : 100; 
 } 
#content h6, #titlebar h6 { 
   font-size : 1.0em; 
   font-weight : 100; 
   font-style : italic; 
 } 
#sidebar h1 { 
   font-size : 1.0em; 
   margin-left : 0.4em; 
   font-weight : 500; 
 } 
#sidebar h2 { 
   font-size : 1.4em; 
   font-weight : 700; 
 } 
#sidebar h3 { 
   font-size : 1.3em; 
   font-weight : 700; 
 } 
#sidebar h4 { 
   font-size : 1.2em; 
   font-weight : 700; 
 } 
#sidebar h5 { 
   font-size : 1.1em; 
   font-weight : 700; 
 } 
#sidebar h6 { 
   font-size : 1.0em; 
   font-weight : 700; 
 } 
p.sidehead { 
   font-size : 1.1em; 
   font-weight : 700; 
 } 
#rightbar h1 { 
   font-size : ; 
 } 
#rightbar h2 { 
   font-size : 1.4em; 
   border-bottom : ; 
 } 
#rightbar h3 { 
   font-size : ; 
 } 
#rightbar h4 { 
   font-size : ; 
 } 
#rightbar h5 { 
   font-size : ; 
 } 
#rightbar h6 { 
   font-size : 1em; 
   font-variant : small-caps; 
 } 
* html #rightbar { 
   line-height : 1.2em; 
 } 
