@charset "utf-8";
<style type="text/css">
body {
	background-color: #ACDEF9
	font-family="Verdana"
	font-size : 12px;
}
.Style1 {color: #000000; font-family:"Verdana"; font-size:12px;}
.Style1:link {color: #3E14CC; font-weight:bold 	text-decoration: none; }

.Style11 {color: #FFFFFF; font-family: "Verdana"; 	font-size: 13px;}
.Style11:link {color: #FFFFFF; font-family: "Verdana"; 	font-size: 13px;text-decoration: none}
.Style11:hover {color: #FFFFFF; font-family: "Verdana"; 	font-size: 13px;text-decoration: none}
.Style11:visited {color: #FFFFFF; font-family: "Verdana"; 	font-size: 13px;text-decoration: none}

.actu {color:#000000; font-family: "Verdana"; font-size: 10px; text-decoration: none;}
.actu:link {color:#000000; font-family: "Verdana"; font-size: 10px; font-weight:bold; text-decoration: none }
.actu:hover {color:#F18C65;; font-family: "Verdana"; font-size: 10px; font-weight:bold;	text-decoration: none }
.actu:visted {color:#000000; font-family: "Verdana"; font-size: 10px; font-weight:bold ;text-decoration: none }

.question {color:#473FF8; font-family: "Verdana"; font-size: 12px; text-decoration: none;}
.question:link {color:#473FF8; font-family: "Verdana"; font-size: 12px; font-weight:bold; text-decoration: none }
.question:hover {color:#F18C65;; font-family: "Verdana"; font-size: 12px; font-weight:bold;	text-decoration: none }
.question:visted {color:#F18C65; font-family: "Verdana"; font-size: 12px; font-weight:bold ;text-decoration: none }

.entete {color:#473FF8;; font-family: "Verdana"; font-size: 14px;text-decoration: none}
.Titre {color:#473FF8; font-family : "Verdana"; font-size:16px; font-weight:bold 	text-decoration: none }
.Titre2 {color:#4899FA; font-family : "Verdana"; font-size:13px; font-weight:bold 	text-decoration: none }

.menup {color:#FFFFFF;; font-family: "Verdana"; font-size: 13px; text-decoration: none;}
.menup:link {color:#FFFFFF;; font-family: "Verdana"; font-size: 13px; font-weight:bold;	text-decoration: none }
.menup:hover {color:#F18C65;; font-family: "Verdana"; font-size: 13px; font-weight:bold;	text-decoration: none }
.menup:visted {color:#FFFFFF;font-weight:bold 	text-decoration: none }

/* ancien menu 
.menup {color:#473FF8;; font-family: "Verdana"; font-size: 13px; text-decoration: none;}
.menup:link {color:#473FF8;; font-family: "Verdana"; font-size: 13px; font-weight:bold;	text-decoration: none }
.menup:hover {color:#F18C65;; font-family: "Verdana"; font-size: 13px; font-weight:bold;	text-decoration: none }
.menup:visted {color:#473FF8;font-weight:bold 	text-decoration: none } */

.menuc {color:#000000; font-family: "Verdana"; font-size: 11px; text-decoration: none;}
.menuc:link {color:#000000; font-family: "Verdana"; font-size: 11px; font-weight:bold; text-decoration: none }
.menuc:hover {color:#F18C65;; font-family: "Verdana"; font-size: 11px; font-weight:bold;	text-decoration: none }
.menuc:visted {color:#000000; font-family: "Verdana"; font-size: 11px; font-weight:bold ;text-decoration: none }

/*Menu principal entete  #FFFFFF */
#entete {color:#473FF8;; font-family: "Verdana"; font-size: 14px;text-decoration: none}
#menup {color:#FFFFFF;; font-family: "Verdana"; font-size: 13px;}
#menup a { color:#FFFFFF; font-family: "Verdana" font-weight:bold 	text-decoration: none }
#menup a:visited { color:#FFFFFF; font-family: "Verdana" font-weight:bold 	text-decoration: none }

p {color: #000000; font-family:"Verdana"; font-size:12px; }
p : link {color: #3E14CC; font-weight:bold 	text-decoration: none; }



/*a {
	text-decoration: none;
	font-weight: bold;
	/*font-style: italic; 
	color: #000000; 
}
a:link {
	color: #3E14CC;
	font-weight:bold
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #968F8F;
}
a:hover {
	text-decoration: none;
	color: #F18C65;
}

a:active {
	text-decoration: none;
} 
h1 {
	font-size: 18px;
	color: #3538E1;
}
h2 {
	font-size: 16px;
	color: #808EE7;
}
h3 {
	font-size: 14px;
	color: #A2A3F0;
} */
@charset "utf-8";
/* CSS Document */
#menu-demo2, #menu-demo2 ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
font-size:12px
}
#menu-demo2 li{
display:inline-block;
position:relative;
border-radius:8px 8px 0 0;
font-size:12px
}
#menu-demo2 ul li{
display:inherit;
border-radius:0;
font-size:12px
}
#menu-demo2 ul li:hover{
border-radius:0;
}
#menu-demo2 ul li:last-child{
border-radius:0 0 8px 8px;
}
#menu-demo2 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;
}
#menu-demo2 li:hover ul{
max-height:15em;
}
/* background des liens menus */
#menu-demo2 li:first-child{
background-color: #473FF8;
background-image:-webkit-linear-gradient(top, #473FF8 0%, #2A2333 100%);
background-image:linear-gradient(to bottom, #473FF8 0%, #2A2333 100%);
}
#menu-demo2 li:nth-child(2){
background-color: #473FF8;
background-image: -webkit-linear-gradient(top, #473FF8 0%, #2A2333 100%);
background-image:linear-gradient(to bottom, #473FF8 0%, #2A2333 100%);
}
#menu-demo2 li:nth-child(3){
background-color: #473FF8;
background-image:-webkit-linear-gradient(top, #473FF8 0%, #2A2333 100%);
background-image:linear-gradient(to bottom, #473FF8 0%, #2A2333 100%);
}
#menu-demo2 li:nth-child(4){
background-color: #473FF8;
background-image:-webkit-linear-gradient(top, #473FF8 0%, #2A2333 100%);
background-image:linear-gradient(to bottom, #473FF8 0%, #2A2333 100%);
}
#menu-demo2 li:nth-child(5){
background-color: #473FF8;
background-image:-webkit-linear-gradient(top, #473FF8 0%, #2A2333 100%);
background-image:linear-gradient(to bottom, #473FF8 0%, #2A2333 100%);
}
#menu-demo2 li:last-child{
background-color: #473FF8;
background-image:-webkit-linear-gradient(top, #473FF8 0%, #2A2333 100%);
background-image:linear-gradient(to bottom, #473FF8 0%, #2A2333 100%);
}
/* background des liens sous menus */
#menu-demo2 li:first-child li{
background:#473FF8
}
#menu-demo2 li:nth-child(2) li{
background:#473FF8;
}
#menu-demo2 li:nth-child(3) li{
background:#473FF8;
}
#menu-demo2 li:nth-child(4) li{
background:#473FF8;
}
#menu-demo2 li:nth-child(5) li{
background:#473FF8;
}
#menu-demo2 li:last-child li{
background:#473FF8;
}
/* background des liens menus et sous menus au survol */
#menu-demo2 li:first-child:hover, #menu-demo2 li:first-child li:hover{
background:#729EBF;
}
#menu-demo2 li:nth-child(2):hover, #menu-demo2 li:nth-child(2) li:hover{
background:#729EBF;
}
#menu-demo2 li:nth-child(3):hover, #menu-demo2 li:nth-child(3) li:hover{
background:#729EBF;
}
#menu-demo2 li:nth-child(4):hover, #menu-demo2 li:nth-child(4) li:hover{
background:#729EBF;
}
#menu-demo2 li:nth-child(4):hover, #menu-demo2 li:nth-child(5) li:hover{
background:#729EBF;
}
#menu-demo2 li:last-child:hover, #menu-demo2 li:last-child li:hover{
background:#729EBF;
}
/* les a href */
#menu-demo2 a{
	text-decoration: none;
	display: block;
	padding: 8px 32px;
	color: #fff;
	font-family: Verdana;
	font-size: 10;
}
#menu-demo2 ul a{
padding:8px 0;
}
#menu-demo2 li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu-demo2 li:hover a, #menu-demo2 li li:hover a{
color:#000;
}

</style>