@charset "utf-8";
/* CSS Document */

#menu1, #menu1 ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	text-align: center;
	z-index:1000;
}
#menu1{
	background-color: #CDE168;
}
#menu1 li{
	display:inline-block;
	position:relative;
	border-radius:0;
	width: auto;                         /*154px;*/
}
#menu1 ul li{
display:inherit;
border-radius:0;
}
#menu1 ul li:hover{
border-radius:0;
}
#menu1 ul li:last-child{
border-radius: 0;
}
#menu1 ul{
position:absolute;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu1 li:hover ul{
max-height:15em;
}
/* background des liens menus */
#menu1 li{
	background-color: #F00000;
}

/* background des liens sous menus #5170DF*/
#menu1 li:first-child li{
	background: #F00000;
}
#menu1 li:nth-child(2) li{
	background: #F00000;
}
#menu1 li:nth-child(3) li{
	background: #F00000;
}
#menu1 li:nth-child(4) li{
	background: #F00000;
}
#menu1 li:nth-child(5) li{
	background: #F00000;
}
#menu1 li:last-child li{
	background: #F00000;
}
/* background des liens menus et sous menus au survol */
#menu1 li:hover, #menu1 li li:hover{
	background-color: #FF6600;
}

/* les a href */
#menu1 a{
text-decoration:none;
display:block;
padding:8px 16px;
color:#fff;
font-family:arial;
}
#menu1 ul a{
padding:8px 0;
}
#menu1 li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu1 li:hover a, #menu1 li li:hover a{
color:#000;
}

/*____________________________________________________________________________*/
#contain_menu{
	position: relative;
	top: 350px;
}

#menu0, #menu0 ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	text-align: center;
	z-index:1200;
}
#menu0{
	background-color: #FFFAE8;
}

#menu0 li{
	display:inline-block;
	position:relative;
	border-radius:0;
	width: 125px;
}
#menu0 ul li{
display:inherit;
border-radius:0;
}
#menu0 ul li:hover{
border-radius:0;
}
#menu0 ul li:last-child{
border-radius:0;
}
#menu0 ul{
position:absolute;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu0 li:hover ul{
max-height:15em;
}
/* background des liens menus */
#menu0 li{
	background-color: #5EA09E;
}

/* background des liens sous menus #5170DF*/
#menu0 li:first-child li{
	background: #5EA09E;
}
#menu0 li:nth-child(2) li{
	background: #5EA09E;
}
#menu0 li:nth-child(3) li{
	background: #5EA09E;
}
#menu0 li:nth-child(4) li{
	background: #5EA09E;
}
#menu0 li:nth-child(5) li{
	background: #5EA09E;
}
#menu0 li:last-child li{
	background: #5EA09E;
}
/* background des liens menus et sous menus au survol */
#menu0 li:hover, #menu0 li li:hover{
	background-color: #FFFAE8;
	color:#FFF;
}

/* les a href */
#menu0 a{
text-decoration:none;
display:block;
padding:8px 16px;
color:#fff;
font-family:arial;
}
#menu0 ul a{
padding:8px 0;
}
#menu0 li:hover li a{
color:#000;
text-transform:inherit;
}
#menu0 li:hover a, #menu1 li li:hover a{
color:#000;
}
#pa_espmembres {
	position:absolute;
	left:59px;
	top:380px;
	width:154px;
	height:25px;
	color:#fff;
	border-radius:0;
	padding-top: 7px;
	list-style-type:none;
	text-align: center;
	z-index:1200;
	background-color: #5EA09E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow:hidden;
}
#pa_espmembres:hover {
	background-color: #FF6600;
	color: #000;
}

#pa_espmembres a{
	text-decoration:none;
	display:block;
	color:#fff;
	font-family:arial;
}
#vign_video img{
	padding: 20px;	
}
#list_index{
	padding-left: 200px;
}