@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	color : #1F1F1F;
}

/*#top {
	background-color:#D0D4CC;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(images/transition.png);
}*/

#header {
	padding: 0 0;
	margin: 0;
	width: 100%;
	height:172px; /* 172 + 5*/
	text-align: center;
	background-image: url("images/header.png");
	background-position: top;
	background-repeat:no-repeat;
	background-color:#C5F1D7;
}

#sidebar {
	width: 170px;
	text-align:justify;
	margin-top:50px;
	background-color:#C5F1D7; /*#8FE4B1; /*228A4C;*/
	padding: 2px 15px;
	border: solid 1px #228A64;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

#box-link, #box-link a:hover, #box-link a { 
	position: relative; 
	top: -14px; 
	left: -316px; 
	width: 60px; 
	height: 20px; 
	background-color: transparent; 

	color:transparent;
	font-size:17px;
	text-decoration:none;
}

#header #title {
	width: 905px;
	margin:auto;
	text-align:left;
}

#header #title h1 {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	position:relative;
	left: 520px;
	top: 26px;
	font-weight:normal;
	width: 400px;
}

#header #title h1 a:hover, #header #title h1 a:visited, #header #title h1 a{
	text-decoration:none;
	color:	#3A6565;
}

#menu {
	text-align:center;
	position:relative;
	top:28px;
	right:60px;
}

#petitmenu {
	width:300px;
	margin:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	position: relative;
	top: 14px;
	left: 280px;
}

#petitmenu a {
	text-decoration:none;
}

#petitmenu a:hover {
	text-decoration:underline;
}

/*#menu {
	/*background-color: #0C9;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	text-align:center;
	position:relative;
	top:25px;
	right:140px;
	border-left:
}

#menu p {
	margin: 0;
	padding: 0;
}*/

#page {
	width : 905px;
	margin: auto;
}

#contenu {
	/*background-color: #F00;*/
	text-align:justify;
	width: 600px;
	margin-top:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.7em;
	padding-left:30px;
	padding-right:40px;
	border-left: solid 1px #228A64;
	border-bottom: solid 1px #228A64;
	float:right;
	position:relative;
	bottom:50px;
}

.sidebartitle {
	font-size:18px;
	text-align:center;
}

#contenu a {
	text-decoration:none;
	color:#6A6FD5;
}

#contenu a:hover {
	text-decoration:underline;
}

#contenu h2 {
	margin-top:0px;
	padding-top:25px;
	text-align:center;
	margin-bottom:0;
	padding-bottom:0;
}

#contenu #legend {
	text-align:center;
	margin-top:0;
	padding-top:0;
	margin-bottom:25px;
}

#contenu .message {
	color:red;
}

#footer {
	/*background-color: #699;*/
	width: 100%;
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	/*border-top: solid 1px #AAA;*/
	margin-top: 30px;
	margin-bottom: 10px;
	color:#666;
	line-height:30px;
}

#footer a {
	text-decoration:none;
	color:#666;
}

#footer a:hover {
	text-decoration:underline;
}

a:link, a:visited { color: #1D3333; }

p a:link, p a:visited { color: #1D3333; }

/* Begin CSS Popout Menu */


#menuh-container
	{
	width: 640px;
	margin:auto;
	position:relative;
	left:190px;
	top: 10px;
	}

#menuh
	{
	/*font-size: small;*/
	font-family: arial, helvetica, sans-serif;
	width:100%;
	display:inline;
	}
		
#menuh a
	{
	text-align: center;
	text-decoration:none;
	display:block;
	color: #1D3333;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	font-size:0.9em;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	}
	
#menu ul ul a {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#menuh a.first {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#menuh a.last {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	background-color:#228A64;
	color: #C5F1D7;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	background-color:#fff;
	color : #228A64;;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url("/images/navdown_white.gif");
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url("/images/nav_white.gif");
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style: none;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 0.5em 4px;
	float: left;
	/* width:11em;	width of all menu boxes */
	}
	
#menu .sub
	{
	font-size: 0.8em;
	}

#menuh li
	{
	font-size:16px;
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

table, td, th {
	border-collapse:collapse;
	border:#C5F1D7 1px solid;
	padding:3px;
}

/* End CSS Popout Menu */

/* ressources.be */
