/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #ffffff;
border bottom: 1px solid #ffffff;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle /*li*/ a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
/width: 170px;
color: #000000;
background-color: #fef8c7;
text-decoration: none;
padding: 4px 5px 5px;
font-weight: normal;
font-style: normal;
}

* html .ddsubmenustyle /*li*/{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle /*li*/ a:hover{
background-color: #26a75d;
color: #FFFFFF;
border-left-color: #c50049;
font-weight: normal;
font-style: normal;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 3px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 170px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
/* ######### FAMILLE CSS  ######### */
/*HABITANT*/
.habitant {
}
.habitant a, .habitant a:link, .habitant a:visited, .habitant a:active {
font-weight: normal;
font-style: normal;
}

.habitant a:hover{
background-color: #fa520e;
font-weight: normal;
font-style: normal;
}
/*TOURISTE*/
.touriste {
}
.touriste a, .touriste a:link, .touriste a:visited, .touriste a:active {
font-weight: normal;
font-style: normal;
}

.touriste a:hover{
background-color: #1d8548;
font-weight: normal;
font-style: normal;
}
/*ENTREPRENEUR*/
.entrepreneur {
}
.entrepreneur a, .entrepreneur a:link, .entrepreneur a:visited, .entrepreneur a:active {
font-weight: normal;
font-style: normal;
}

.entrepreneur a:hover{
background-color: #006ab3;
font-weight: normal;
font-style: normal;
}
/*ELU*/
.elu {
}
.elu a, .elu a:link, .elu a:visited, .elu a:active {
font-weight: normal;
font-style: normal;
}

.elu a:hover{
background-color: #fabb0c;
font-weight: normal;
font-style: normal;
}
/*CHERCHEUR*/
.chercheur {
}
.chercheur a, .chercheur a:link, .chercheur a:visited, .chercheur a:active {
font-weight: normal;
font-style: normal;
}

.chercheur a:hover{
background-color: #a8ad99;
font-weight: normal;
font-style: normal;
}
/*PAD*/
.pad {
}
.pad a, .pad a:link, .pad a:visited, .pad a:active {
font-weight: normal;
font-style: normal;
}

.pad a:hover{
background-color: #d36512;
	color: #ffffff;
font-weight: normal;
font-style: normal;
}
