/* 
The layout for this page was [borrowed|stolen|abducted] with a few adaptations
from the kind folks at the Layout Reservoir. 
See http://www.bluerobot.com/web/layouts/
*/
#ID_MENU1 {visibility:hidden}
#ID_MENU2 {visibility:hidden}
body {
        margin:0px;
        padding:0px;
        font-family:verdana, arial, helvetica, sans-serif;
        color:#333;
        background-color:white;
        }
b {
	margin:0px;
	font-size:15px;
	}
li {
	padding:3px;
	}
h1 {
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:28px;
        line-height:28px;
        font-weight:900;
        color:#ccc;
        }
strong.menu {
	font-weight: bolder;
	background-color: #fffaaa; /* FFEE88 blue 9fccf9 yellow*/
	background-attachment: scroll;
	}
h2 { 
	margin:0px 0px 15px 0px;
        padding:0px;
	font-size: 150%; font-family: Garamond,Book Antiqua,Times,serif;
	background: #FFCC66; 
	}
h3 {
	font-size: 125%; font-family: Garamond,Book Antiqua,Times,serif;
	background: #FFDD77; 
	}
p {
        font:11px/20px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 16px 0px;
        padding:0px;
        }
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

/*a {
        color:#ffdd77;
        font-size:18px;
        text-decoration:none;
        font-weight:600;
        font-family:verdana, arial, helvetica, sans-serif;
        }

A:link {color: #0000EF}
A:visited {color: #0000EF}
A:active {color: #FF0000}


a:link {color: #EF9900}
a:visited {color: #EF9900}
*/
a:link {color: #FD5a07}
a:visited {color: #FD5a07}
A:active {color: #FF0000}
a:hover {background-color:#cccccc;} /*#FFEE88;} /* nerv #eee; gimp 716ff7} */

#Header {
        margin:10px 0px 10px 0px; /* 50 0 10 0 */
        padding:1px 0px 25px 20px;
        /* For IE5/Win's benefit height = [correct height] + [top padding] + [t
op and bottom border widths] */
        height:47px; /* 14px + 17px + 2px = 33px nerv */
        border-style:solid;
        border-color:orange;
        border-width:1px 0px; /* top and bottom borders: 1px; left and right bo
rders: 0px */
        line-height:25px; /* 11 nerv */
	font-size:24px; /* nerv avoid conflicts with SF news */
	font-weight:bolder; /* nerv */
        background-color:white;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity
. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
        voice-family: "\"}\"";
        voice-family:inherit;
        height:14px; /* the correct height */
        }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds co
rrect 
length values to user agents that exhibit the parsing error exploited above yet
 get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS i
nclude
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:28px;} /* 14 nerv */

#Content {
	margin:0px 50px 50px 200px;
        padding:0px 10px 0px 10px;
        }

#Bottom {
        margin:0px 50px 50px 2px;
        padding:20px;
        }
#Menu {
        position:absolute;
        top:120px;
        left:10px;
        background-color:#fff;
        }
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

div.BANNER {
	float:right; 
	border: solid #fff; 
	border-width:0px 0px 0px 0px; 
	background-color: #eee; 
	margin:30px 20px 2px 2px; 
	padding: 3px;
	text-align:center; 
	font-size: 10px; 
	color:#333;
	}
div.BANNER a:hover {
	background-color: #FFFFFF;
	}

        /* Alternating background colors in the folder index */

.folder-index-bg-1 { background-color: #ffffff }
.folder-index-bg-2 { background-color: #cccccc }
.smalltxt10 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000;
}
.smalltxt11 {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}
.smalltxt12 {


        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
.bouton {


        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
	border: 2px solid #000000;
        background-color: #f9b743;
        color: black;
}
.bouton1 {


        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
	border: 2px solid #f9b743;
        background-color: #1d1d1d;
        color: white;
}
