/**
 * titres : h1, etc.
 * spans
 * liens :
 * tables !
 */
/**/
a, a:link, a:visited, a:active {
    color: White;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #000000;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: underline;
}

hr {
    width: 80%;
}
table {
    clear: both;
}
td, textarea, input, select {
    font-family: Tahoma;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    /* ? color: #FFFFFF;*/
    font-weight: normal;
}
button{
	display: inline;
	text-decoration: none;
}
button:hover {
	cursor: pointer;
	opacity: 0.8;
}
.button:hover {
	opacity: 0.8;
}

/*** forms ***/
label sup       { 
  color: Red;
}
/*** banner ***/
h1 {
	 margin-left: 20%;
    line-height: 30px;
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
    color: Black;
    font-style: italic;
}
h1 b {
    color: #fe9c13;
}
h1.slogan {
    display: inline;
    margin-left: 30%;
}
h1.slogan a, h1.slogan a:visited {
    font-size: 19px;
    color: Black;
    font-style: italic;
    text-decoration: none;
}
h1.slogan a:hover {
    text-decoration: underline;
}

/*** menu haut ***/
ul#menu_haut a, ul#menu_haut a:link, ul#menu_haut a:visited {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: White;
    font-size: 16px;
    font-weight: 900;
    margin-left: 20px;
}

ul#menu_haut a:hover {
    color: Black;
}

img.menu_sep {
    float: none;
    vertical-align: text-bottom;
    margin-left: 20px
}
#geo-path {
	padding-bottom: 5px;
}
#geo-path  h3{
display: inline;
}
/*** centre ***/
/*** *** col gauche ***/
.rech input {
    color: Black;
}
/*
.nav1 {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 11px;
    PADDING-BOTTOM: 0px;
    WIDTH: 100%;
    PADDING-TOP: 0px;
    height: 60px;
}

ul.tmp_inv {
    display: none;
    visibility: hidden;
}
*/
/*** *** /menu gauche ***/

h3 {
    padding-top: 0;
    margin-bottom: 5px;
}

img.image_air {
    border-style: solid;
    border: 5px;
    border-color: White;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.text1 {
    font-family: tahoma;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

/*** bas ***/
a.b, a.b:visited, a.b:link {
    text-decoration: none;
    color: #729D32;
    font-weight: bold;
    font-family: tahoma;
    font-size: 10px;
}
a.b:hover {
    color: Black;
    text-decoration: underline;
}

/*#################### menu géo ##########################
div.nav_geo_visible {
    color: Black;
    BORDER: #fe9c13 1px solid;
    PADDING: 0px;
    BACKGROUND: White;
    MARGIN: 0px;
    WIDTH: 150px;
    position: static;
}

div.nav_geo {
    color: Black;
    BORDER: #fe9c13 1px solid;
    PADDING: 0px;
    BACKGROUND: White;
    MARGIN: 0px;
    WIDTH: 150px;
    display: none;
    position: static;
}*/
