/*Header*/
.header { background-color: #c0d9d9; border: 0; }
.header a { border: 0; color: #004466; text-decoration: none; }
.midHeader img { border: 0; }

.headerTitle { color: #004466;
/*		background-image: url("Oslo_1.gif");
		background-repeat: no-repeat;
		background-size: 15%; */
        font-family: freeSerif, arial, verdana, sans-serif;
		font-size: 30px;}
.headerTitle a { border: 0; text-decoration: none; }

.headerSubTitle { color: #004466;
		font-family: "Times New Roman", serif; font-style: italic;
		font-variant: normal;
		font-size: 12pt;
		margin-left: 0em; }

/*********************************************/

h2 {
		color: #004466;
		font-family: "Times New Roman", serif; font-style: italic;
		font-variant: normal;
		font-size: 23pt;
		text-align: center;

	}

h3 {
		font-family: "Times New Roman", serif; font-style: italic;
		font-size: 120%;
	}
p {
                font-family: "Times New Roman", serif; 
/*		font: italic bold 30px arial, sans-serif; */
		font-size: 12pt;
	}

h4 {
		font-style: italic; 
}

/*********************************************/

a {
	color: #004466;	
    text-decoration:none;
	}
a:link {
		color: #004466;	
	}

	a:visited {
		color: #004466;	
	}
a:active {
		background-color: #FFFF00;
	}
a:hover {
		color: orange;
		font-style: italic;
	}

/*********************************************/

#menu-demo2, #menu-demo2 ul{
padding:0;
margin:0;
list-style:none;
text-align:right;
}
#menu-demo2 li{
display:inline-block;
position:relative;
border-radius:8px 8px 0 0;
text-align:center;
}
#menu-demo2 ul li{
display:inherit;
border-radius:0;
}
#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;
z-index: 1000;
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: #65537A;
background-image:-webkit-linear-gradient(top, #65537A 0%, #2A2333 100%);
background-image:linear-gradient(to bottom, #65537A 0%, #2A2333 100%);
}
#menu-demo2 li:nth-child(2){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-demo2 li:nth-child(3){
background-color: #CFFF6A;
background-image:-webkit-linear-gradient(top, #CFFF6A 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #CFFF6A 0%, #677F35 100%);
}
#menu-demo2 li:last-child{
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
}
/* background des liens sous menus */
#menu-demo2 li:first-child li{
background:#2A2333;
}
#menu-demo2 li:nth-child(2) li{
background:#333A40;
}
#menu-demo2 li:nth-child(3) li{
background:#677F35;
}
#menu-demo2 li:last-child li{
background:#F6AD1A;
}
/* background des liens menus et sous menus au survol */
#menu-demo2 li:first-child:hover, #menu-demo2 li:first-child li:hover{
background:#65537A;
}
#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:#F6AD1A;
}
#menu-demo2 li:last-child:hover, #menu-demo2 li:last-child li:hover{
background:#CFFF6A;
}
/* les a href */
#menu-demo2 a{
text-decoration:none;
display:block;
padding:8px 32px;
color:#fff;
font-family:arial;
}
#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;
}
/*************************************************************/

#menu-demo3, #menu-demo3 ul{
padding:0;
margin:0;
list-style:none;
text-align:right;
}
#menu-demo3 li{
display:inline-block;
position:relative;
border-radius:8px 8px 0 0;
text-align:center;
}
#menu-demo3 ul li{
display:inherit;
border-radius:0;
}
#menu-demo3 ul li:hover{
border-radius:0;
}
#menu-demo3 ul li:last-child{
border-radius:0 0 8px 8px;
}
#menu-demo3 ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-demo3 li:hover ul{
max-height:15em;
}
/* background des liens menus */
#menu-demo3 li:first-child{
background-color: #c0d9d9;
/*background-image:-webkit-linear-gradient(top, #004466 0%, #2A2333 100%);
background-image:linear-gradient(to bottom, #004466 0%, #2A2333 100%); */
}
#menu-demo3 li:nth-child(2){
background-color: #c0d9d9;
/*background-image: -webkit-linear-gradient(top, #004466 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #004466 0%, #333A40 100%); */
}
#menu-demo3 li:nth-child(3){
background-color: #c0d9d9;
/*background-image:-webkit-linear-gradient(top, #004466 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #004466 0%, #9F391A 100%); */
}
#menu-demo3 li:last-child{
background-color: #c0d9d9;
/*background-image:-webkit-linear-gradient(top, #004466 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #004466 0%, #677F35 100%); */
}
/* background des liens sous menus */
#menu-demo3 li:first-child li{
background:#2A2333;
}
#menu-demo3 li:nth-child(2) li{
background:#333A40;
}
#menu-demo3 li:nth-child(3) li{
background:#9F391A;
}
#menu-demo3 li:last-child li{
background:#677F35;
}
/* background des liens menus et sous menus au survol */
#menu-demo3 li:first-child:hover, #menu-demo3 li:first-child li:hover{
background:#c0d9d9;
}
#menu-demo3 li:nth-child(2):hover, #menu-demo3 li:nth-child(2) li:hover{
background:#c0d9d9;
}
#menu-demo3 li:nth-child(3):hover, #menu-demo3 li:nth-child(3) li:hover{
background:#c0d9d9;
}
#menu-demo2 li:last-child:hover, #menu-demo2 li:last-child li:hover{
background:#c0d9d9;
}
/* les a href */
#menu-demo3 a{
text-decoration:none;
display:block;
padding:8px 32px;
color:#fff;
font-family:arial;
}
#menu-demo3 ul a{
padding:8px 0;
}
#menu-demo3 li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu-demo3 li:hover a, #menu-demo3 li li:hover a{
color:#000;
}

/***********************************************************/

.flotte {
float:center;
}

/***********************************************************/

#logo{
margin: auto;
width:50px;
height:40px;
background:url("tt2.png") no-repeat;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border : 2px ridge black;
}

/***********************************************************/

#global
{
    width: 100%;
/*    border: solid black 1px;*/
}

#cadre1
{
    height: 500px;
    width: 50%;
    float: left;
/*    border: solid black 1px;*/
}

#cadre2
{
    height: 500px;
    width: 50%;
    margin-left: 300px;
/*    margin-top : 200px; */
/*    border: solid black 1px; */
}

.centre
{
    height: 100px;
    width: 100px;
    margin-left: 100px;
}

/***********************************************************/
