/* ***************************************************** HOME : GENERAL MENU */
#homeMainMenu {
	list-style: none;
}

#homeMainMenu li {
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 2px 32px;
	width: 124px;
}

#homeMainMenu a {
	text-decoration: none;
	color: #d65b3b;
	font-weight: bold;
}

#homeMainMenu a:hover {
	text-decoration: underline;
}

/* menu carrés home */
#conferences {
	top: 380px;
	left: 38px;
	background-image: url(../images/carre_rose.gif);
	padding-top: 2px !important;
}

#vie {
	top: 434px;
	left: 75px;
	background-image: url(../images/carre_vert.gif);
}

#forum {
	top: 477px;
	left: 110px;
	background-image: url(../images/carre_jaune.gif);
}

#photos {
	top: 344px;
	left: 204px;
	background-image: url(../images/carre_vert.gif);
}

#biblio {
	top: 388px;
	left: 237px;
	background-image: url(../images/carre_orange.gif);
}

#fondation {
	top: 432px;
	left: 271px;
	background-image: url(../images/carre_bleu.gif);
}

/* ************************************************ HOME : MENU WITH SUBMENU */
#menuWithSubMenu img {
	display: none;
}

#menuWithSubMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuWithSubMenu ul .yuimenu {
	top: 25px !important;
}

#menuWithSubMenu li {
	float: left;
	position: relative;
	width: 144px;
	padding: 6px 0 6px 24px;
	margin: 0 15px 1px 0;
	background-color: #dcdcdc;
	background-image: url(../images/fleche_on.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	z-index: 10;
}

#menuWithSubMenu li ul {
	position: absolute;
	top: 5px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#menuWithSubMenu li li {
	display: block;
	width: 144px;
	padding: 6px 0 6px 24px;
	margin-bottom: 1px;
	background-color: #ededed;
	background-image: url(../images/fleche_off.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#menuWithSubMenu li a {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #d65b3c;
}

#menuWithSubMenu li a:hover {
	text-decoration: underline;
}

#menuWithSubMenu li.menun2,#menuWithSubMenu li li:hover {
	display: block;
	width: 144px;
	padding: 6px 0 6px 24px;
	margin-bottom: 1px;
	background-color: #e59884;
	background-image: url(../images/fleche_on.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#menuWithSubMenu li.menun2 a,#menuWithSubMenu li li:hover a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

/* ******************************************************** HOME : PATCHWORK */
#patchwork {
	background: url(../images/toumanitou_home.png) right top no-repeat;
	height: 482px;
	text-align: right;
}

#anim_01 {
	position: absolute;
	top: 120px;
	right: 240px;
	_right: 239px;
}

#anim_02 {
	position: absolute;
	top: 120px;
	right: 120px;
	_right: 119px;
}

#anim_03 {
	position: absolute;
	top: 240px;
	right: 120px;
	_right: 119px;
}

/* ***************************************************** HOME : INTRODUCTION */
#introduction {
	position: absolute;
	width: 375px;
	margin-left: 0px;
	padding: 12px;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#introduction p {
	font-weight: bold;
	color: #648684;
	margin: 10px 0;
}

#introduction p a {
	color: #d65b3b;
	text-decoration: none;
}

#introduction p a:hover {
	text-decoration: underline;
}

#introduction h1 {
	font-size: 25px;
	color: #666666;
	margin-top: 20px;
}

/* ***************************************************** HOME : PRESENTATION */
#bandeau_home {
	display: block;
	clear: both;
	background-color: #fff;
	height: 43px;
	margin-top: 65px;
	text-align: center;
	font-weight: bold;
	color: #648684;
}