﻿/*
#659700 => Vert foncé
#A1D600 => Vert clair
#2E5F10 => Vert très foncé
*/

#menu_top
{
	height:71px;
	background-color:#000000;
}

#jsddm
{	
    margin: 0;
	padding: 0
}
	
#jsddm li
{	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	width:25%;
	text-align:center;
}

#jsddm li a
{	
    display: block;
	padding: 5px 7px;
	text-decoration: none;
	white-space: nowrap;
	
}
#jsddm li a.first
{	
    background:transparent url(./img/menu_top_li.jpg);
    width:144px;
	height:71px;
	padding:0;
}
#jsddm li a.first:hover
{	
    background:transparent url(./img/menu_top_li_hover.jpg);
}
#jsddm li a.first img
{
    margin-top:8px;
}

#jsddm li a:hover
{	
    /*background: #A1D600;*/ /*vert*/
}

#jsddm li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border:3px solid #003366;
	z-index:9999;
	background-color:White;
	/*width:138px;*/
}

#jsddm li ul li
{	
    border-bottom:1px solid #003366;
    float:none;
    width:267px;
    background-color:white;
    margin:0px;
    padding:0px;
}

#jsddm li ul li a
{	
    background:none repeat scroll 0 0 white;
    background-color: white;
    border-left:0 none;
    border-right:0 none;
    border-top:0 none;
    color:#333366;
    font-weight:bold;
    text-align:left;	
    margin:0px;
}

#jsddm li ul li a:hover
{	
    color: #cc3300;
}

#carousel
{
	width: 545px;
	height: 600px;
}
#carousel a
{
	position: absolute;
	width: 60px;
}


