/* Drop down menu site style sheet */

/* Items if image is in down state (yellow) */
.DD_item {
	color: #000000;
	text-decoration: none;
	width: 100%;
	height: auto;
	padding: 5px;
	background-color: #ff9933;
	z-index: 1;
	border-top: none;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #003399;
}
.DD_itemOver {
	color: #000000;
	text-decoration: none;
	width: 100%;
	height: auto;
	padding: 5px;
	background-color: #ffffff;
	z-index: 1;
	cursor: hand;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #003399;
}
.DD_repClassement {
	color: #000000;
	text-decoration: none;
	width: 100%;
	height: 30px;
	padding: 5px;
	background-color: #cccccc;
	z-index: 1;
	border-top: none;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #003399;
	vertical-align: 50%;
}

/* Items if image is in up state (white) */

.DD_item_up {
	color: #003399;
	text-decoration: none;
	width: 100%;
	height: auto;
	padding: 5px;
	background-color: #FFFFFF;
	z-index: 1;
	border-top: none;
	border-right: 1px solid #ff9933;
	border-bottom: 1px solid #ff9933;
	border-left: 1px solid #ff9933;
}
.DD_item_upOver {
	color: #000000;
	text-decoration: none;
	width: 100%;
	height: auto;
	padding: 5px;
	background-color: #ff9933;
	z-index: 1;
	border-top: none;
	border-right: 1px solid #ff9933;
	border-bottom: 1px solid #ff9933;
	border-left: 1px solid #ff9933;
	cursor: hand;
}
.DD_repClassement_up {
	color: #000000;
	width: 100%;
	padding: 5px;
	background-color: #cccccc;
	z-index: 1;
	border-top: none;
	border-right: 1px solid #ff9933;
	border-bottom: 1px solid #ff9933;
	border-left: 1px solid #ff9933;
	vertical-align: bottom;
	height: 30px;
}

/* Invisible containers */
.DD_container {
	height: auto;
	padding: 0px 10px 10px;
	overflow: visible;
	visibility: hidden;
	z-index: 0;
	position: absolute;
}

/* Positioning for the containers */
#DD_accueil, #DD_accueil_up {
	width: 160px;
	margin-left: -10px;
}
#DD_programmes, #DD_programmes_up {
	width: 160px;
	margin-left: 70px;
}
#DD_activites, #DD_activites_up {
	width: 160px;
	margin-left: 168px;
}
#DD_repertoire, #DD_repertoire_up {
	width: 160px;
	margin-left: 413px;
}

/* Not used for now */

#DD_publications, #DD_publications_up {
	width: 150px;
	margin-left: 380px;
}
#DD_photos, #DD_photos_up {
	width: 150px;
	margin-left: 500px;
}
#DD_liens, #DD_liens_up {
	width: 150px;
	margin-left: 620px;
}

