/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: bold 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #336633;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #003A6F;
color: white;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #072247;
visibility: hidden;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 170px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Arial;
color: white;
background: #606060;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
text-indent: 10px;
padding: 7px 0 7px 0; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: bold 12px Arial;
color: #336633;
position: relative;
background: #BFCEDB;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #336633;
}

.urbangreymenu ul li a:hover, .urbangreymenu ul li a.selectedanchor{ /*hover state CSS*/
color: white;
background: #003A6F;
}

/*style du texte et des liens*/

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
}

.text_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	font-weight: bold;
}

.text_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333366;
	font-weight: bold;
}

.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336633;
	font-weight: bold;
	text-decoration: none}
a.lien:hover { 
	color: #333366;
	text-decoration: underline overline
}

.coord {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #BFCEDB}


.lien_coord, a.lien_coord:link, a.lien_coord:active, a.lien_coord:visited { color:#BFCEDB; font-size: 9pt; font-weight: bold; text-decoration: none} 
a.lien_coord:hover { color:#E8EDF1} 

.lien_copy, a.lien_copy:link, a.lien_copy:active, a.lien_copy:visited { color:#47657F; font-size: 7pt; font-weight: bold; text-decoration: none} 
a.lien_copy:hover { color:#BFCEDB} 
