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

div#menu-niv1 {
	bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 29px;	
    cursor: default;
    left: 0;
    position: fixed;
    white-space: nowrap;
	width: 200px;
    z-index: 11;
}
div#menu-niv2 {
	/*background:#F4F9F9;*/
    bottom: 0;
    left: 200px;
	width:200px;
    position: fixed;
    top: 29px;
}
div#contenu-extranet {
	overflow: hidden;
    padding: 20px;
    position: relative;
    width: 600px;
    z-index: 5;
	margin-left:400px;
	min-height:800px;
	/*background:#FFF;	*/
}

#menu-niv1 {
	width: 200px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	/*background:#FFFFFF;*/
}
#menu-niv1 ul {
	padding-top:50px;
}

#menu-niv1 li {
	
	color: #38424B ;
	background: url("../images/ligne-titre.png") no-repeat scroll center bottom transparent;
	margin-bottom: 1px ;
}



#menu-niv1 li a {
	display: block ;
	text-transform:uppercase;
	
	color:#02BBE2;
	line-height: 1em ;
	padding: 4px 0;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	text-align: right ;
	text-decoration: none ;
}

#menu-niv1 li a:hover, #menu-niv1 li a:focus, #menu-niv1 li.active a {
	background:#F48A01; ;
	text-decoration: none ;
	color:#fff;
}


#menu-niv2 {
	width: 200px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	
	background:#E5F1F2;
	
}

#menu-niv2 ul {
	list-style:none;
	margin-top:50px;
	
}

#menu-niv2 li {
	
	color: #02BBE2 ;
	background: url("../images/ligne-titre.png") no-repeat scroll center bottom transparent;
	margin-bottom: 1px ;
}

#menu-niv2 li a {
	display: block ;
	
	color: #02BBE2 ;
	line-height: 1em ;
	padding: 4px 0;
	padding-bottom:20px;
	padding-top:20px;
	text-align: center ;
	text-decoration: none ;
}

#menu-niv2 li a:hover, #menu-niv2 li a:focus, #menu-niv2 li.active a {
	background: #F48A01 ;
	text-decoration: none ;
	color:#fff;
}


#cdcadminbar {
    background: linear-gradient(to top, #32393F 0px, #38424B 5px) repeat scroll 0 0 #38424B;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#32393F',endColorstr='#38424B', GradientType=0);
    color: #CCCCCC;
    direction: ltr;
    font: 13px/28px sans-serif;
    height: 28px;
    left: 0;
    min-width: 600px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

#extranet-accueil {
	width:750px;
	margin:auto;
}

#extranet {
	background: url("../images/fond-intranet.png") repeat-x scroll 0 0 #FFFFFF;

}


/*Menu page accueil*/
#menu-accueil li {list-style:none;}

#menu-accueil h2 {
	margin-top:0;
	padding:0;
	color:#425563;
}

#menu-accueil h2 a {color:#425563;}

#menu-accueil h2 a:hover {text-decoration:none;}

#menu-accueil a{
	color:#02BBE2;
	text-decoration:none;
}

#menu-accueil a:hover{text-decoration:underline}

/* Menu page accueil pour les écoles */
#ecole ul {
	background:url(../images/ecole.png) top left no-repeat;
	padding:0px;
	margin:0px;
	padding-left:120px;
	width:230px;
	min-height:80px;	
} 

div#ecole {
	padding:10px;
	width:350px;
	float:left;
	margin-top:40px;
}

div#ecole:hover {
	padding:9px;
	border:#BAC7D4 1px solid;
	border-radius:3px;
	background: linear-gradient(#FFFFFF, #CEE9FA);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#CEE9FA', GradientType=0);	
}

/* Menu page accueil pour le test */
#test ul {
	background:url(../images/billan.png) top left no-repeat;
	padding:0px;
	margin:0px;
	padding-left:120px;
	width:230px;
	min-height:80px;	
	
} 

div#test {
	padding:10px;
	width:350px;
	float:right;
	margin-top:40px;
	
}

div#test:hover {
	padding:9px;
	border:#BAC7D4 1px solid;
	border-radius:3px;
	background: linear-gradient(#FFFFFF, #CEE9FA);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#CEE9FA', GradientType=0);	
}


/* Menu page accueil documentation */
#doc ul {
	background:url(../images/doc.png) top left no-repeat;
	padding:0px;
	margin:0px;
	padding-left:120px;
	width:230px;
	min-height:80px;	
} 

div#doc {
	padding:10px;
	width:350px;
	float:left;
	margin-top:40px;
}

div#doc:hover {
	padding:9px;
	border:#BAC7D4 1px solid;
	border-radius:3px;
	background: linear-gradient(#FFFFFF, #CEE9FA);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#CEE9FA', GradientType=0);	
}



#menub {
	width:990px;
	margin:auto;
	
}
#menub a {color:#fff;}

#login {
	float:right;
	margin-right:50px;
}
/* style du contenu */


a {
	color:#02bbe2;
}
div#contenu-extranet h1 {padding-bottom:30px;} 

div#contenu-extranet ul {margin-left:30px;}