﻿/* loup.css
----------------------------------------------------------*/

#banner-04_ h1
{
    /*color: #007500;*/
    color: #cfb570;
}

/*
.trSex, .trEtat, .trN
*/
.trMilieu, .trN, .trSex, .trSurface, .trEtat, .trUnit, .trPreuve
{
    display:none;
}

#txtCommentaires {
	height:160px;
}
/* BANNIERE
---------------------------------------------------------*/

#Tableau_01 {
	position:relative;
	left:0px;
	top:0px;
	width:960px;
	height:120px;
	border-bottom:1px solid #877573;
}

#banner-01_ {
	position:absolute;
	background-image: url('banner_01.jpg');
	background-repeat:no-repeat;
	left:0px;
	top:0px;
	width:418px;
	height:33px;
}

#banner-02_ {
	position:absolute;
	background-image: url('banner_02.jpg');
	background-repeat:no-repeat;
	text-align: right;
	color: white;
	left:418px;
	top:0px;
	width:542px;
	height:33px;
}

#banner-03_ {
	position:absolute;
	background-image: url('banner_03.jpg');
	background-repeat:no-repeat;
	left:0px;
	top:33px;
	width:191px;
	height:87px;
}

#banner-04_ {
	position:absolute;
	background-image: url('banner_04.jpg');
	background-repeat:no-repeat;
	left:191px;
	top:33px;
	width:769px;
	height:65px;
}

#banner-05_ {
	position:absolute;
	background-image: url('banner_05.jpg');
	background-repeat:no-repeat;
	left:191px;
	top:98px;
	width:36px;
	height:22px;
}

#banner-06_ {
	position:absolute;
	background-image: url('banner_06.jpg');
	background-repeat:no-repeat;
	/*background-color:#877573;*/
	color:#fff;
	left:227px;
	top:98px;
	width:478px;
	height:22px;
	font-size:11px;
	padding-top:3px;
}

#banner-07_ {
	background-image: url('banner_07.jpg');
	background-repeat:no-repeat;
	position:absolute;
	left:705px;
	top:98px;
	width:255px;
	height:22px;
	text-align:right;
}

/* TAB MENU   
----------------------------------------------------------*/

table#NavigationMenu 
{
	float:right;
	border-left:1px solid #6D6D6D;
	border-bottom:1px solid #6D6D6D;
}

table#NavigationMenu td 
{
	padding:3px;
	background-color:#cfb570;
}

table#NavigationMenu td a 
{
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

table#NavigationMenu td a:hover
{
    background-color: #F2F2F2;
    color: #465c71;
    text-decoration: none;
}


div.hideSkiplink
{
    /*background-color:#ABB76A;*/
    width:100%;
}

div.menu
{
    /*padding: 4px 0px 4px 8px;*/
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    text-align:right;
}

div.menu ul li
{
	display:block;
	float:right;
}

div.menu ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}

div.menu  ul li a:hover
{
color: #fff;
background-color: #369;
}
