/*typo*/

strong {
	color: #666633;
}
h1 {
	font-size: 200%;
	color: #666633;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2{color:#CCCC00;font-size: 150%;font-weight: normal;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin:0;
	background-color:#FFFFFF;
}

abbr {
	cursor: help;
}

.new {
	color:#FF0000;
	font-size: 90%;
	letter-spacing: -0.1em;
}

#footnotes {
	font-size:90%;
	margin:30px 0 10px 0;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #333333;
}

.footnote_link {
	font-size: 90%;
	font-style: normal;
	}
	
.sup {font-size: 0.9em; vertical-align:top;}

cite {display:block; background-color:#CC6633; color:#FFFFFF;font-style:normal;padding:10px;}

/*layout*/

#container {/*max-width:900px;min-width:760px;*/width:756px; margin:0 auto;}
/*cette dernière instruction sert à centrer un layout*/

/* star hack pour IE6 qui ne soutient pas l'instruction "max-width" ou "min-width" - on précède le sélecteur par * html* qui ne parle qu'à IE6 et versions précédentes*/
/* * html #container {width:760px}*/

#header {
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 170px;
}

#header span {
	display:block;
	font-size: 16px;
	font-weight: bold;
	color: #999933;
	margin-top: -1px;
}

#navigation {float:left; width:240px; margin:20px 0 0 0;}

#content {
	float:right;
	width:500px;
	margin-top: 20px;
}

#footer {
	clear:both;
	text-align: center;
	line-height: 5em;
}

/* Ce sélecteur pourrait permettre de gérer l'image plus finement. Par exemple, créer des marges.
#header img {} */

/*navigation*/

a:link {
	color: #333333;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CC9900;
}

#tools {
	text-align:right; margin:18px 0 0 0;
}

#tools li {
	display:inline; list-style:none; color:#333333;
}

#navigation span {
	display:block;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #333333;
	font-size: 18px;
	text-align: center;
}

#navigation ul {
	border: 1px solid #333333;
	margin: 0 0 7px 0;
	padding: 10px 10px 10px 25px;
	font-size: 100%;
}

#navigation li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

.comprendre {background-color:#CCCC99; color:#666633;}
.agir {background-color:#CCCC66; color:#666633;}
.parler {background-color:#999933; color:#FFFFCC;}



.ombre {
	border-right:2px solid #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
