/* Drop down menu site style sheet */

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

/* Items if image is blue */
.DDitem {
	color: #FFFFFF;
	width: 100%;
	height: auto;
	padding: 5px;
	background-color: #00509b;
	z-index: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.DDitem a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}
.DDitem a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}
.DDitem a:hover {
	font-weight: normal;
	color: #3282cd;
	text-decoration: none;
	margin-right: 15px;
}
.DDitem a:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}

/* Items if image is white */
.DDitemWhite {
	color: #000000;
	width: 100%;
	height: auto;
	padding: 5px;
	background-color: #FFFFFF;
	z-index: 1;
	border-top: none;
	border-right: 1px solid #00509b;
	border-bottom: 1px solid #00509b;
	border-left: 1px solid #00509b;
}
.DDitemWhite a:link {
	font-weight: normal;
	color: #00509b;
	text-decoration: none;
	margin-right: 15px;
}
.DDitemWhite a:visited {
	font-weight: normal;
	color: #00509b;
	text-decoration: none;
	margin-right: 15px;
}
.DDitemWhite a:hover {
	font-weight: normal;
	color: #099F00;
	text-decoration: none;
	margin-right: 15px;
}
.DDitemWhite a:active {
	font-weight: normal;
	color: #00509b;
	text-decoration: none;
	margin-right: 15px;
}

/* Positioning for the menus */
#DDaccueilCont, #DDaccueilContWhite {
	width: 150px;
	margin-left: 20px;
}
#DDdefiCont, #DDdefiContWhite {
	width: 150px;
	margin-left: 140px;
}
#DDeditionCont, #DDeditionContWhite {
	width: 150px;
	margin-left: 260px;
}
#DDsportsCont, #DDsportsContWhite {
	width: 150px;
	margin-left: 380px;
}
#DDpublicationsCont, #DDpublicationsContWhite {
	width: 150px;
	margin-left: 500px;
}
#DDphotosCont, #DDphotosContWhite {
	width: 110px;
	margin-left: 620px;
}

