html {
	height: 100%;
	width:100%; /*Largeur du container*/
}
body{
	width:100%; /*Largeur du container*/
	height:100%; /*Hauteur de l'entête*/
	margin:0;
	padding:0;
	background: url("images/bgok.png") no-repeat fixed; 
	background-size: 100% 100%;
	/*-webkit-background-size: cover;  pour Chrome et Safari */
	/*-moz-background-size: cover;  pour Firefox */
	/*-o-background-size: cover;  pour Opera */
	/*background-size: cover;  version standardisée */
	}
div#container{
	width:100%; /*Largeur du container*/
	height:100%; /*Hauteur de l'entête*/
	/*margin:10px auto 0px auto; Positionnement centré avec 10px en haut*/
	background-color: rgba(0,0, 0, 0.15);
	}
div#entete{
	height:20%; /*Hauteur de l'entête*/
	width:100%; /*Largeur de 580px*/
	background-color: rgba(0,0, 0, 0.15);
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	/*background-color: #ff0000; Couleur de fond*/
	}
div#compte{
	width:100%; /*Largeur de 580px*/
	background-color: rgba(0,0, 0, 0.15);/**/
	-webkit-border-radius: .769em;/**/
	-moz-border-radius: .769em;/**/
	border-radius: .769em;/**/
	/*background-color: #555555; Couleur de fond*/
	}

#logo {
    width : 100%;
    height: 100%;
}
div#contenu{
	display: inline-block;
	vertical-align: top;
	/*margin:0px 0px 0px 160px; Marge gauche de 160px pour le menu*/
	width:80%; /*Largeur de 580px*/
	padding:1%; /*Marge de 5px autour du texte*/
	background-color: rgba(0,0, 0, 0.15); /*Couleur de fond*/
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	/*background-color: #0000ff; Couleur de fond*/
	}
div#menu{
	/*float:left; positionnement du menu à gauche*/
	display: inline-block;
	vertical-align: top;
	/*margin-left:2%; Marge de 10px en haut du pied*/
	/*margin-right:2%; Marge de 10px en haut du pied*/
	width:10%; /*Largeur de 140px*/
	padding:1%; /*Marge de 5px autour du texte*/
	background-color: rgba(0,0, 0, 0.15); /*Couleur de fond*/
	/*background-color: #00ff00; Couleur de fond*/
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	}
div#pied{
	height:20px; /*Hauteur de 20px*/
	background-color: rgba(0,0, 0, 0.15); /*Marge de 10px en haut du pied*/
	}
div#chant{
	height:20px; /*Hauteur de 20px*/
	margin-top:10px; /*Marge de 10px en haut du pied*/
	width:100%; /*Largeur de 580px*/
	background: #000000;
	}
div#flash{
	display: inline-block;
	/*height:20px; Hauteur de 20px*/
	/*margin-top:10px; Marge de 10px en haut du pied*/
	width:70%; /*Largeur de */
	height:300px; /*Largeur 70%de */
	vertical-align: top;
	}
div#parole{
	display: inline-block;
	/*height:20px; Hauteur de 20px*/
	/*margin:0px 0px 0px 70%; Marge gauche de 160px pour le menu*/
	width:28%; /*Largeur de 580px*/
	background-color: rgba(0,0, 0, 0.15);
	vertical-align: top;
	}
h3 {
	color:#ffffff;
	text-align: center;
	}

h2 {
	color:#ffffff;
	text-align: center;
	}
h1 {
	margin:0;
	padding:0;/*Marge de 5px autour du texte*/
	color:#ffffff;
	text-align: left;
	}
p,table,form,ul,li{
	color:#ffffff;
	text-align: left;
	}
ul.news,li.news{
	margin:2%;
	/*padding:20%;Marge de 5px autour du texte*/
	color:#ffffff;

}
p#red{
	color:#ff0000;
}
p#erreur{
	color:yellow;
	font-size:1.5em;
}
p#droite{
	text-align: right;
}

a {
	text-decoration: none;
}

.arbo{
	margin: 2%;
	padding: 0;
}
.test ,
.menu {
	width: auto;
	height: auto;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}
.test > li > a ,
.menu > li > a {
	background-color: #616975;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)),to(rgb(80, 88, 100)));
	background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
	border-bottom: 1px solid #33373d;
	-webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
	-moz-box-shadow: inset 0px 1px 0px 0px #878e98;
	box-shadow: inset 0px 1px 0px 0px #878e98;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 0em;/*distance avant le texte*/
	text-align: center;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
}
.test ul li a ,
.menu ul li a {
	background: #fff;
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 0em;/*distance avant le texte 2.75*/
	text-align: center;
	display: block;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.923em;
	font-weight: 400;
	color: #878d95;
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;

}
.test ul li:last-child a ,
.menu ul li:last-child a {
	border-bottom: 1px solid #33373d;
}
.test > li > a:hover, .test> li > a.active ,
.menu > li > a:hover, .menu > li > a.active {
	background-color: #35afe3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
	background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
	border-bottom: 1px solid #103c56;
	-webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	-moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
.test > li > a.active ,
.menu > li > a.active {
	border-bottom: 1px solid #1a638f;
}
.test > li > a:before ,
.menu > li > a:before {
	content: '';
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
  	width: 1em;
	position: absolute;
  	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}
.item1 > a:before {
	background-position: 0 0;
}
.item2 > a:before {
	background-position: -38px 0;
}
.test,
.item3 > a:before {
	background-position: 0 -38px;
}
.test,
.item4 > a:before {
	background-position: -38px -38px;
}
.test,
.item5 > a:before {
	background-position: -76px 0;
}
.test> li > a span ,
.menu > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	background: #48515c;
	line-height: 1em;
	height: 1em;
	padding: .4em .6em;
	margin: -.8em 0 0 0; 
	color: #fff;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	font-weight: 500;
}
.test > li > a:hover span, .test > li a.active span ,
.menu > li > a:hover span, .menu > li a.active span {
	background: #2173a1;
}
.test> li > ul li a:before,
.menu > li > ul li a:before{
	content: '▶';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}

.test > li > ul li:hover a,
.test > li > ul li:hover a span,
.test > li > ul li:hover a:before,
.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
	color: #32373D;
}


.menu ul > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; /
	background: #fff;
	border: 1px solid #d0d0d3;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: 769em;
	border-radius: 769em;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}
