p {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

a {
	text-decoration: none;
	color: #669a0a;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

body {
	background-color: #bcbcbc;
}

body, html {
    margin:0;
    padding:0;
    height: 100%;
    width: 100%;    
    }

#page {
	position: absolute;
	left: 50%;
	top: 50%;
    width: 1001px;
    height: 584px;
	margin-top: -296px; /* moitié de la hauteur */
	margin-left: -502px; /* moitié de la largeur */
	background-repeat: no-repeat;
	font-family: Verdana;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#background_index_shadow {
    position: absolute;
    width: 1001px;
    height: 591px;
    background-image: url("images/background_index_shadow.png");
}

#background_internal_page {
    position: absolute;
    top:11px;
    left: 11px;
	}

#link_index_img {
	position: absolute;
	left: 5px;
	top: 20px;
	width: 280px;
	height: 54px;
}

#menu_title {
	position: absolute;
	left: 210px;
	top: 160px;
	font-size: 16px;
	color: #669a0a;
}

#content {
	position: absolute;
	left: 210px;
	top: 192px;
	width: 760px;
	height: 342px;
	font-size: 12px;
	overflow: auto;
	line-height: 15px;
}

/*
* Mandatory for firefox
*/
#content p {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

/*
*
*
*
*
*/
#page_title {
	position: absolute;
	left: 12px;
	top: 93px;
	font-size: 16px;
	color: #669a0a
}

#left_menu {
	position: absolute;
	left: 18px;
	top: 165px;
	width: 150px;
}

#ulLeftMenu {
	font-family: Verdana;
	font-size: 13px;
	color: white;
	margin: 0;
	list-style: none;
}

#ulLeftMenu {
	padding-left: 20px;
	list-style-image: url("images/puce_green.gif");
	list-style-position: outside;
}

#ulLeftMenu li {
	margin-bottom: 15px;
}

#ulLeftMenu li.here {
	
}

#ulLeftMenu a {
	color: white;
}

#ulLeftMenu a:hover {
	text-decoration: underline;
}

/***************************
*
*    Animation 
*
*****************************/
#anim_screen {
	position: absolute;
	left: 45px;
	bottom: 2px;
	z-index: 10;
}

#content li {
	list-style-image: url("images/puce01.gif");
	margin-bottom: 8px;
}

#content li ul li {
	list-style-image: url("images/puce_green.gif");
	margin-bottom: 8px;
}
