/* CSS Document */


* { 
	margin: 0;
	padding:0; 
}

body {
	background: #C6C6C6;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 80%;
}

/* --- Links --------- */

a {
	color: #930;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/* --- Titles --------- */

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2D598D;
}

h1 {
	background: transparent url("images/bullet_red.gif") no-repeat 0 top;
	border-bottom: 1px dotted #930;
	margin-bottom: 1.5em;
	padding-left: 12px;
	font-size: 150%;
}

h2, h3 {
	background: transparent url("images/bullet_orange.gif") no-repeat 0 top;
	margin: 2em 0 1em 0;
	padding-left: 10px;
	font-size: 133%;
}

h3 {
/*	background: transparent url("images/small_bullet_yellow.gif") no-repeat 0 top;
	padding-left: 8px;
	font-style: italic;
	font-size: 110%;*/
}

p {
	line-height: 140%;
	margin: 1.5em 0;
}

/* --- LAYOUT --------- */

#global {
	background: transparent url("images/bgd_container.gif") repeat-y top left;
	width: 792px;
	margin: 0 auto;
	height: 100%;
	text-align: left;
	position: relative;
}

#header {
	position: relative;
	background: transparent url("images/header.jpg") repeat-y top left;
	height: 70px;
}

#menu {
	position: relative;
	background: transparent url("images/toplevel.jpg") no-repeat top left;
	height: 68px;
}

#ariane {
	margin: 0 40px;
}

#content {
	position: relative;
}

#text {
	margin-top: 30px;
	margin-left: 40px;
	width: 532px;
}

#smenu {
	float: right;
	margin-right: 40px;
	_margin-right: 20px;
	width: 140px;
}

#contenu {
	position: relative;
	margin-top: 30px;
	float: left;
	border-right: solid #dddcdc 1px;
	padding: 16px;
	text-align: justify;
	width: 532px;
}

#footer {
	position: relative;
	clear: both;
	background: transparent url("images/footer.jpg") no-repeat top left;
	width: 792px;
	height: 50px;
/*	padding-top: 12px;*/
	text-align: center;
}

/* --- HEADER --------- */

#header h1 {
	position: absolute;
	background: none;
	bottom: 0;
	border: 0;
	color: white;
	font-size: 18pt;
	margin: 0;
	padding-left: 40px;
}

#header a {
	color: white;
}

#header a:hover {
	text-decoration: none;
}

#header h1 span {
	font-size: 0.5em;
}

#header img {
	display: block;
}

#header img.logo {
	border-left: 1px solid #2D598D;
	border-right: 1px solid #2D598D;
	border-bottom: 1px solid #2D598D;
	float: right;
	margin-right: 30px;
	_margin-right: 15px;
}

/* --- Menus ---------- */

#menu ul#nav1 {
	position: absolute;
	list-style: none;
	margin: 0 16px;
	bottom: 0;
}

#menu ul#nav1 li {
	display: inline;
	float: left;
	margin-right: 2px;
	text-align: center;
	width: 100px;
}

#menu ul#nav1 li a {
	display: block;
	background: transparent url("images/tabs.gif") no-repeat 0 0;
	color: #2D598D;
	height: 26px;
	line-height: 26px;
}

#menu ul#nav1 li a:hover {
	background: transparent url("images/tabs.gif") no-repeat 0 -26px;
	color: #930;
	text-decoration: none;
}

#menu ul#nav1 li a.on {
	background: transparent url("images/tabs.gif") no-repeat 0 -52px;
	color: #930;
	font-weight: bold;
}

ul#tools {
	position: absolute;
	top: -4px;
	left: 40px;
	font-size: 90%;
	list-style: none;
}

ul#tools li {
	display: inline;
	float: left;
}

ul#tools li a {
	display: block;
	background: transparent url("images/small_bullet_blue.gif") no-repeat 0 center;
	color: #A5BCD3;
	padding: 0 10px 0 8px;
}

ul#tools li a:hover {
	background: transparent url("images/small_bullet_yellow.gif") no-repeat 0 center;
	color: white;
	text-decoration: none;
}

ul#tools li a.on {
	color: white;
}

#ariane p {
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

#ariane a {
	color: black;
}

#smenu ul a {
	color: #2D598D;
}

#smenu ul a:hover {
	color: #930;
}

#smenu ul a.on {
	color: #930;
	font-weight: bold;
}

#smenu ul ul a.on {
	font-style: italic;
	font-weight: normal;
}

#smenu ul#nav2 {
	list-style: none;
	margin-left: 2px;
}

#smenu ul#nav2 ul {
	margin-top: 3px;
	margin-left: 20px;
	list-style-image: url(images/small_bullet_yellow.gif);
}

#smenu ul#nav2 li {
	margin-bottom: 0.5em;
}

#smenu ul#nav2 li li {
	margin-bottom: 0.2em;
}

#smenu h2 {
	background: #E5F0F5;
	border-bottom: 1px dotted #2D598D;
/*	color: #930;*/
	color: #2D598D;
	padding: 2px;
	padding-right: 15px;
	margin-top: 2.5em;
	margin-bottom: 0.3em;
}

#smenu h2 span {
	background: transparent url("images/bullet_orange_down.gif") no-repeat right center;
	padding-right: 15px;
}

/* --- FOOTER -------- */

#footer p {
	color: #FFD50F;
	font-size: 0.8em;
	margin: 0;
	padding: 22px 0 0 0;
}

#footer a {
	color: #A5BCD3;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}

/* --- CONTENU --------- */

p.intro {
	font-size: 1.1em;
	margin-bottom: 2em;
}

p.intro_article {
	color: #2D598D;
	font-weight: bold;
}

#text ul {
	margin-left: 40px;
	margin-bottom: 1.5em;
	line-height: 140%;
}

#text li {
	margin: 0.5em 0;
}

ul.contentrub, ul.spip {
	list-style-image: url(images/small_bullet_yellow.gif) ;
}
