/* CSS Document */
html {height:100%;margin:0;}

body {
	height:100%;
	margin: 0;
	padding: 0;
	background: white url(../image/motif-fond.png) left top repeat scroll;
	color: #565356;
	font: normal 80% Arial, Helvetica, sans-serif;
	/*font: 80% "Trebuchet MS", sans-serif;*/
	text-align: left;
}
p a, li a, a {
	color: #999999;
	text-decoration: underline;
}

p a:hover, li a:hover, a:hover {
	text-decoration: underline;
	color: #565356;
}
h1, h2, h3, h4, h5,p {
	margin:0;
	padding:0;
	text-align: left;
}
h1 {
	font-size:140%;
}
ul {
	list-style-type:square;
	list-style-position: inside;
	margin:0.5em 0 0.5em 1em;
	padding:0;
}
img {
	border: none;
	margin:0;
	padding:0;
	padding-bottom:15px;
}
.separation {
  clear: both;
	visibility: hidden;
	padding: 0;
}
p.doc a {background:url(../image/puce-doc1.gif) 0 5px no-repeat scroll;}
p.video a {background:url(../image/puce-video1.gif) 0 0 no-repeat scroll;}
p.doc a:hover {background:url(../image/puce-doc2.gif) 0 5px no-repeat scroll;}
p.video a:hover {background:url(../image/puce-video2.gif) 0 0 no-repeat scroll;}

.text-cache {text-indent:-9999px; font-size:0; height:0; overflow:hidden; display:none;}
.cache {position:absolute;left:0;top:-5000px;}

/***** STRUCTURE *******/

div#global {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background-color:#FFFFFF;
	min-height:100%;
	background: white url(../image/global.png) center repeat-y;
	/*padding-bottom:50px;*/
}
div#center {
	padding-bottom:50px;
	overflow: auto;
}
div#header {
	height: 125px;
	width:900px;
	position:relative;
	left:-38px;
}
div#nav {
	float: left;
	width: 223px;
	margin:0;
	padding:0;
	/*height:300px;*/
}
#contenu {
	float:left;
	width: 467px;
	padding-right:10px;
}
div#colonne {
	float:left;
	width: 180px;
	/*margin: 0 0 10px 10px;*/
	padding: 14px 5px 0 10px;
	font-size:85%;
	font-weight:bold;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0;
	padding:5px 0;
	background:white url(../image/footer-bg.gif) 5% 50% no-repeat scroll;
}


/***** PETIT MENU *******/

#petit-menu li a span {
  display: none;
}
#petit-menu {
	float:right;
	background: url(../image/petit-menu2.png) no-repeat 0 0;
	list-style:none;
	width:637px;
	height:25px;
	position:relative;
	margin: 0;
	padding: 0;
	/*border:1px solid #000000;*/
}
#petit-menu li {
	position: absolute;
	display:inline;
	top: 0;
	left: 0;
}
#petit-menu li a {
	width: 100%;
	height: 25px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	/*border:1px solid red;*/
}

#petit-menu li#agenda {width:69px; left:230px; }
#petit-menu li#agenda a:hover {background:url(../image/petit-menu2.png) no-repeat -230px -25px; }
#petit-menu li#quickplace {width:92px; left:299px; }
#petit-menu li#quickplace a:hover {background:url(../image/petit-menu2.png) no-repeat -299px -25px; }
#petit-menu li#notes {width:158px; left:391px; }
#petit-menu li#notes a:hover {background:url(../image/petit-menu2.png) no-repeat -391px -25px; }
#petit-menu li#contact {width:71px; left:549px; }
#petit-menu li#contact a:hover {background:url(../image/petit-menu2.png) no-repeat -549px -25px; }


/*******  MENU **********/

ul#menu {
	list-style-position: outside;
	margin: 0;
	padding:0;
	/*border:1px solid red;*/
}
ul#menu ul{
	list-style-position: outside;
}
ul#menu ul a{
	color: #565356;
	text-decoration:none;
}
#nav ul, #nav ul li ul {
	margin:0; padding:0;
	list-style-type:none;
}
*+html #nav ul li{ /* HACK IE7 traits séparation */
	margin: -3px 0;
}
*+html #nav ul li ul li{
	margin: 0;
}
* html #nav ul li{/* HACK IE6 traits séparation */
	margin: -3px 0;
}
* html #nav ul li ul li {
	margin: 0;
}
#nav ul li.top {
	display:block;
	position: relative;
	height: 27px;
	width: 223px;
	margin: 8px 0;
}
#nav ul li.top a {
	position:absolute;
	height: 27px;
	width: 223px;
	top:0;
	left:0;
}
#nav ul li.top a span {
	display:none;
}

#nav ul.int {display: none;}

#n-present {background:url(../image/menu.png) no-repeat 0 0;}
#n-college {background:url(../image/menu.png) no-repeat 0 -27px;}
#n-lpro {background:url(../image/menu.png) no-repeat 0 -54px;}
#n-lgt {background:url(../image/menu.png) no-repeat 0 -81px;}
#n-bts {background:url(../image/menu.png) no-repeat 0 -108px;}
#n-info {background:url(../image/menu.png) no-repeat 0 -135px;}
#n-actu {background:url(../image/menu.png) no-repeat 0 -162px;}
#n-educatif {background:url(../image/menu.png) no-repeat 0 -189px;}
#n-perieducatif {background:url(../image/menu.png) no-repeat 0 -216px;}
#n-sport {background:url(../image/menu.png) no-repeat 0 -243px;}

#n-present a:hover, #n-present.selected, #n-present.topshow {background:url(../image/menu.png) no-repeat -223px 0;}
#n-college a:hover, #n-college.selected, #n-college.topshow {background:url(../image/menu.png) no-repeat -223px -27px;}
#n-lpro a:hover, #n-lpro.selected, #n-lpro.topshow {background:url(../image/menu.png) no-repeat -223px -54px;}
#n-lgt a:hover, #n-lgt.selected, #n-lgt.topshow {background:url(../image/menu.png) no-repeat -223px -81px;}
#n-bts a:hover, #n-bts.selected, #n-bts.topshow {background:url(../image/menu.png) no-repeat -223px -108px;}
#n-info a:hover, #n-info.selected {background:url(../image/menu.png) no-repeat -223px -135px;}
#n-actu a:hover, #n-actu.selected, #n-actu.topshow {background:url(../image/menu.png) no-repeat -223px -162px;}
#n-educatif a:hover, #n-educatif.selected, #n-educatif.topshow {background:url(../image/menu.png) no-repeat -223px -189px;}
#n-perieducatif a:hover, #n-perieducatif.selected, #n-perieducatif.topshow {background:url(../image/menu.png) no-repeat -223px -216px;}
#n-sport a:hover, #n-sport.selected, #n-sport.topshow {background:url(../image/menu.png) no-repeat -223px -243px;}


#nav ul li.topshow {display: block; position: relative; padding-top: 27px; width: 223px; height: 1%; margin: 8px 0;}

#nav ul li.topshow a {position:absolute; width:223px; height:27px; top:0; left:0; display:block; text-indent:-9999px;}

#nav ul li.topshow ul {background: center 21px repeat-y;}
#nav ul li.topshow#n-present ul {background: white url(../image/present-li-off.png);}
#nav ul li.topshow#n-college ul {background: white url(../image/coll-li-off.png);}
#nav ul li.topshow#n-lpro ul {background: white url(../image/lpro-li-off.png);}
#nav ul li.topshow#n-lgt ul {background: white url(../image/lgt-li-off.png);}
#nav ul li.topshow#n-bts ul {background: white url(../image/bts-li-off.png);}
#nav ul li.topshow#n-educatif ul {background: white url(../image/edu-li-off.png);}
#nav ul li.topshow#n-perieducatif ul {background: white url(../image/peri-li-off.png);}
#nav ul li.topshow#n-sport ul {background: white url(../image/sport-li-off.png);}

#nav ul li.topshow li a, #nav ul li.topshow li a:link, #nav ul li.topshow li a:active {
	position:relative;
	top:auto; 
	left:auto; 
	display:block; 
	width:223px; 
	height:21px; 
	text-indent:0;
	text-decoration:none;
	/*border:1px solid red;*/
}
#nav ul li.topshow li a span {
	display:block;
	padding:3px 0px 3px 15px;
	/*background:url(../image/menu-li-off-puce.gif) no-repeat 10px 5px; PUCES */
}
#nav ul li.topshow li.selected a, #nav ul li.topshow li a:hover, #nav ul li a.selected {
	position:relative;
	background:left bottom no-repeat;
}
#nav ul li.topshow#n-present li.selected a, #nav ul li.topshow#n-present li a:hover {background:url(../image/present-li-on.png);}
#nav ul li.topshow#n-college li.selected a, #nav ul li.topshow#n-college li a:hover {background:url(../image/coll-li-on.png);}
#nav ul li.topshow#n-lpro li.selected a, #nav ul li.topshow#n-lpro li a:hover {background:url(../image/lpro-li-on.png);}
#nav ul li.topshow#n-lgt li.selected a, #nav ul li.topshow#n-lgt li a:hover {background:url(../image/lgt-li-on.png);}
#nav ul li.topshow#n-bts li.selected a, #nav ul li.topshow#n-bts li a:hover {background:url(../image/bts-li-on.png);}
#nav ul li.topshow#n-educatif li.selected a, #nav ul li.topshow#n-educatif li a:hover {background:url(../image/edu-li-on.png);}
#nav ul li.topshow#n-perieducatif li.selected a, #nav ul li.topshow#n-perieducatif li a:hover {background:url(../image/peri-li-on.png);}
#nav ul li.topshow#n-sport li.selected a, #nav ul li.topshow#n-sport li a:hover {background:url(../image/sport-li-on.png);}

/********* COLONNE *************/

div#colonne ul {
	margin:0.5em 0 0.5em 0.5em;
}
div#colonne h4{
	background:url(../image/bg-col.gif) left top no-repeat scroll;
	height:15px;
	padding-top:10px;
	margin:0 0 0.5em 0;
	font-size:135%;
	color:#b08dab;
	/*height:20px;*/
}
#colonne img {
	margin:10px 0;
	background: url(../image/img-deco.gif) 0% 100% repeat-x scroll;
}
/********* footer *************/

#footer {
	margin-top:15px;
}
#footer p {
	color:#565356;
	font-size:85%;
	font-weight:bold;
	text-align:center;
}
#footer p a {
	font-weight: normal;
	font-size:90%;
	text-decoration:underline;
}


/*********** TABLEAU ************/

table {
	width: 100%;
	text-align: left;
	border-spacing: 1px;
	background: #FFFFFF;
	margin: 1em 0 1em 0.1em;
	border-collapse:collapse;
}
table td, table th {
	border: 1px solid #CCCCCC;
}
table th {
	background:#fae59c;
	text-align:center;
	/*color:#FFFFFF;*/
}
table td {
	padding: 1px 1px 1px 3px;
	text-align:left;
}
table td.niveau {
	font-weight:bold;
	text-align: left;
	padding-left: 8px;
}
table th.cel-cache {border:none; background:#FFFFFF;}
table th.cel1, table.examen th.cel-cache {width:60%;}
table tr.cel-fin {font-weight:bold; background:#dce5e4;}










