* {
	margin:0;
	padding:0;
}

.clearing{
	height: 0px;
	clear: both;
	font-size:.1em;
}

img{
	border:0px;
}

a:focus, input:focus {
	outline: none;
}

/*-------------------------------------------------------------------
-------------------------------------------------------------------*/
body{
	background-color:#ede5e1;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana;
	font-size:12px;
	color: #000000;
}

#haut, #bas{
	font-size:10px;
}

#haut, #bas, #container{
	width:1020px;
	margin:0 auto;
}
	#haut{ 		background: url(../image/_gris/haut.gif) no-repeat bottom center; }
	#bas{		background: url(../image/_gris/bas.gif) no-repeat top center; }
	#container{	background: url(../image/_gris/fond.gif) repeat-y; }

#haut .contents, #bas .contents, #container .contents{
	width: 1000px;
	margin: 0 auto;
}
		#haut .contents, #haut .contents a, #bas .contents, #bas .contents a{
			text-decoration: none;
		}
		#haut .contents{
			padding: 10px 0px 25px 0px;
		}
		#bas .contents{
			padding: 35px 0px 20px 0px;
		}
		#container .contents{
			width: 980px;
			margin-left: 30px;
			padding-bottom: 8px;
			background:url(../image/logo.gif) no-repeat right top;
		}
		#container .contentsAlumni{
			background:url(../image/logo-alumni.gif) no-repeat right top;
		}

#home{
	float:right;
}

#header{
	height:137px;
	z-index:1;
}
	#header ul{ display: none;}
	#header p{ height:20px; text-align: center;}

#haut .links, #haut .login, #haut .saerch{
	float:left;
}
	#haut .links{ 	width:275px; }
	#haut .login{	width:375px; }
	#haut .right{	float:right; }
	#haut ._pad{	padding-top:5px;}
	
	#haut input{
		border:1px solid #757172;
		font-size: 11px;
		padding:2px;
	}


/*-------------------------------------------------------------------
-------------------------------------------------------------------*/
#menu{
	width:960px;
	background: #fff url(../image/menu.gif) repeat-x top right;
	display: block;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-bottom:10px;
}
	#pole{
		height:35px;
	}
		#pole li{
			float: left;
			width: 123px;
			list-style-type: none;
			line-height: 11px;
			height:35px;
		}
			#pole li a{
				text-decoration: none;
				color:#FFFFFF;
				font-size:12px;
			}
			#pole li a span{		display:block; padding: 4px 0px 0px 4px;}
			#pole li.institut{ 		background: url(../image/menu_institut.gif); width:111px; }
			#pole li.futur{ 		background: url(../image/menu_futur.gif); }
			#pole li.professionel{ 	background: url(../image/menu_prof.gif); }
			#pole li.amateur{ 		background: url(../image/menu_amat.gif);}
			#pole li.chercheur{ 	background: url(../image/menu_chercheur.gif);  width: 111px; }
			#pole li.diplome{		background: url(../image/menu_diplome.gif); }

	#subnav{
		width: 960px;
		height: 16px;
		background: url(../image/_gris/subnav.gif) repeat-x left top;
		z-index: 70000;
	}
		#subnav ul{
			font-size:11px;
		}
			#subnav ul li{
				float: left;
				list-style-type:none;
				padding-top:2px;
			}
				#subnav ul li a{
					text-decoration: none;
					color:#000;
					padding:2px 8px 0px 8px;
					margin:3px 0px 3px 0px;
					border-right : 1px solid #B2B2B2;
				}
				#subnav ul li a:hover{
					background-color: #B2B2B2;
				}

			#subnav .hover ul{
				display:none;
			}

			#subnav .ishover{
				background-color: #B2B2B2;
			}

			#subnav .ishover ul{
				display: block;
				position: absolute;
				
				border:1px solid #CCC;
				border-top:none;
				margin-left: -1px;
			}
				#subnav li li{
					padding-top:0px;
					border-right:none;
				}

				#subnav .ishover ul li{
					float: none;
				}
					#subnav .ishover ul li a:hover{
						background-color: #B2B2B2;
					}
					#subnav .ishover ul li a{
						background-color: #FFF;
						height: auto;
						padding: 4px;
						margin: 0px;
						display: block;
						width: 250px;
						border-right:none;
					}
						#subnav .ishover ul li a:hover{
							border-right:none;
						}


/*-------------------------------------------------------------------
-------------------------------------------------------------------*/
a{
	text-decoration:underline;
	color:#000000;
}

p {
	margin:10px 0px 10px 0px;
}

.noLink *{
	text-decoration:none;
}

.titresection{
	font-variant: small-caps;
	color: #000;
	font-size:12px;
}

.sitemap{}
	.sitemap h2{
		margin-top:20px;
	}
	.sitemap li{
		list-style-type:none;
		padding-left:10px;
	}

/*-------------------------------------------------------------------
-------------------------------------------------------------------*/
form input, form select, form textarea{
	outline: none;
}

.formTree{
	width:inherit;
	margin-bottom:5px;
	height:40px;
}
	.formTree label{
		width:inherit;
		display:block;
	}
	
	.formTree .field, .fieldSolo{
		border:1px solid #9F9F9F;
		padding:3px;
	}
		.formTree .fieldFullWidth{
			width:95%;
		}

	.formTree .fieldError{
		background-color:#ff9494;
		border:1px solid rgb(255,0,0);
	}


.formTreeDouble{
	height:85px;
}

.formTreeSimple{
	height:inherit;
}

.bouton{
	font-size:12px;
	border:none;
	background:url(../image/bouton-gris.gif) repeat-x left center;
	padding:4px;
	color:#000;
}
	.boutonFullWidth{
		width:95%;
	}


/*-------------------------------------------------------------------
-------------------------------------------------------------------*/
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	font-size: 11px;
}
 
	.tool-title {
		font-weight: bold;
		margin: 0;
		color: #000000;
		padding: 4px 8px 4px;
		background: url(../image/bubbleBlanc.png) top left;
	} .tool-title span{ display:none; }
	 
	.tool-text {
		padding: 4px 8px 8px;
		padding-top:0px;
		color:#000000;
		background: url(../image/bubbleBlanc.png) bottom right;
	}

/*-------------------------------------------------------------------
-------------------------------------------------------------------*/
.tool {
	color: #fff;
	width: 139px;
	z-index: 13000;
	font-size: 11px;
}
 	.tip-top{ 		background: url(../image/bubbleBlanc.png) top left; 	height: 3px; }
 	.tip-bottom{	background: url(../image/bubbleBlanc.png) bottom left;	height: 3px; }
 	.tip{ 			background: url(../image/bubbleBlanc.png) no-repeat center center; }

	.tip-title {
		padding: 4px;
		color:#000000;
	}
	 
	.tip-text { display: none; }

/*-------------------------------------------------------------------
-------------------------------------------------------------------*/
.block{
	float:left;
	margin:8px 8px 0px 0px;
	overflow:hidden;
	line-height:16px;
	text-align: left;
}
	.block .data{
		margin:0 auto;
		line-height:20px;
	}
		.block .data ul{
			padding-left:15px;
		}
			.block .data ul li{	
				list-style-type: disc;
			}
	
	.block .data a{
		color: #f00d00;
		text-decoration:none;
	}

	/* MARGE : NO Bottom + NO Right + NO Left */
	.blockNRM{ margin:8px 0px 0px 0px; }

	/* MARGE : MORE Right */
	.blockMRM{ margin-right:16px; }

	/* MARGE : MORE Bottom */
	.blockMBM{ margin-bottom:16px; }

	/* BLOCK VERBATIM DE COULEUR */
	.blockColored{ background-color:#ede5e1; }

		.verbatim{ 			width:70%; margin:0 auto; margin-bottom:20px; }
			.verbatim .verbatimGO{ background: url(../image/_gris/gOpen.gif)  no-repeat left top; }
			.verbatim .verbatimGC{ background: url(../image/_gris/gClose.gif) no-repeat right bottom; padding:20px; }

		.verbatimSimple{ 	width:70%; margin:0 auto; margin-bottom:20px; }
			.verbatimSimple .verbatimGO{ }
			.verbatimSimple .verbatimGC{ padding:20px; }

	.formError{
		color:rgb(255,0,0);
		font-size:12px;
	}



	.block h1{ font-size:10px; font-weight:normal; color:#a2a2a2; margin:0px; padding:0px;  }
	.block h2{ margin:0px; padding:0px; font-size:26px; text-align:left; margin-top:13px; margin-bottom:25px; line-height:22px; color:#000000; }

	/* BLOC HOMEPAGE */
	.blockHome p.readmore, p.readmore{ font-size:10px; margin-top:13px;}
	.blockHome h2{ margin:13px 0px 13px 0px; color:#000000; }

	/* PAGE */
	.block .pageBody {		color:#000000; }
	.block .pageBody * a {	color:#a2a2a2; text-decoration:none; font-weight:bold; }

	.block .titleSpacer{
		margin-bottom:20px;
		line-height:25px;
	}

	/* FACELIFT */
	.headlines{ 	font-size:15px; margin-bottom:25px; color:#000000;}
	.headlines *{	text-align:left; }
	.headlinesPNG{	font-size:20px; }
	 p.eaves{ 		font-size:20px; text-align:left; }

		

	/* TAILLE */
	.block1{ width:113px; }
	.block2{ width:234px; }
	.block3{ width:355px; }
	.block4{ width:476px; }
	.block5{ width:597px; }
	.block6{ width:718px; }
	.block7{ width:839px; }
	.block8{ width:960px; }

	/* TAILLE DU DATA : FACELIFT BUG */	
	.block1 .data{ width:103px; }
	.block2 .data{ width:224px; }
	.block3 .data{ width:345px; }
	.block4 .data{ width:466px; }
	.block5 .data{ width:587px; }
	.block6 .data{ width:708px; }
	.block7 .data{ width:829px; }
	.block8 .data{ width:950px; }
	
	/* RETRAIT */
	.blockR1{ margin-left:113px; }
	.blockR2{ margin-left:0px;}


	.block a.pageTop, .block .date, .block small a{
		color:#9b9b9b;
		font-family:Verdana;
		font-size:10px;
		text-decoration:none;
	}

	/* POLICES */
	._typos10{		font-size:10px;}
	._typos12{		font-size:12px;}
	._typos14{		font-size:14px;}
	._typos16{		font-size:16px;}
	._typos18{		font-size:18px;}

	._helvetica{	font-family:Helvetica;}
	._verdana{		font-family:Verdana;}
	
	._textLeft{		text-align:left; }
	._textCenter{	text-align:center; }
	._textRight{	text-align:right; }

	._underline1P{	border-bottom:1px solid #a2a2a2; }
	._underline2P{	border-bottom:2px solid #a2a2a2; }
	._underline3P{	border-bottom:3px solid #a2a2a2; }
	._underline4P{	border-bottom:4px solid #a2a2a2; }

	._fondCouleur{	background-color:#ede5e1;}
	._spliterColor{	background:#a2a2a2 url(../image/spliter.gif) repeat-x left center;}

	._actionCell{	background:url(../image/actionCell.gif); border:2px solid #e3e3e3;}
	.block ._actionCell a{	color:#666; }

	.block .multiNiveau li ul{
		list-style-type: square;
		margin-left:15px;
	}
		.block .multiNiveau li ul li{
			margin-left:15px;
		}

	.block .altA td{ background: #ede5e1;}
	.block .altB td{ background: #FFFFFF;}

/*-------------------------------------------------------------------
-------------------------------------------------------------------*/
.surveyList td{
	padding:3px;
}

/*-------------------------------------------------------------------
-------------------------------------------------------------------*/
.visite{
	height:600px;
	width:800px;
	background-color:#f0f0f0;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}
	.visite .title{
		background-color:#FFF;
		border:1px solid #f0f0f0;
		padding:5px;
		height:50px;
	}
		.visite .title .pathway{
			padding:5px 0px 0px 12px;
		} .visite .title .pathway a{ text-decoration:none; }

	.chateau{
		height:340px; width:340px;
		margin:120px 0px 0px 230px;
	}

	.pedago{
		height:250px; width:500px;
		margin:150px 0px 0px 150px;
	}

	.recherche{
		height:255px; width:655px;
		margin:150px 0px 0px 70px;
	}

	.accueil{
		position:relative;
		height:220px; width:230px;
		top:219px; left:260px;
	}


/*-------------------------------------------------------------------
-------------------------------------------------------------------*/
.bigCalendar{
	width: 100%;
}

	.bigCalendar .header{
		display: none;
	}
	
	.bigCalendar .dayName{
		text-align: center;
	}
		.bigCalendar .dayName td{
			text-align: center;
			border-bottom:1px solid #CCCCCC;
			padding-bottom:5px;
		}
		
	
	.bigCalendar .dayCell{
		vertical-align: top;
	}
		.bigCalendar .dayCell td{
			padding: 5px;
			height: 125px;
			width:99px;
			border:1px solid #CCCCCC;
			
			border-top:none;
			border-left:none;
		}
		
		.bigCalendar .dayCell td.firstCell{
			border-left:1px solid #CCCCCC;
		}
	
		.bigCalendar .dayCell .day{
			color:#515151;
		}
		
		.bigCalendar .dayCell a{
			color:#515151;
			text-decoration: none;
		}
/*-------------------------------------------------------------------
	FTP
-------------------------------------------------------------------*/
.ftp{
}
	.ftp ul{
		margin: 0px; padding: 0px;
		
		margin-left: 5px;
	}

		.ftp ul li{
			margin: 0px; padding: 0px;
			padding: 3px 0px 3px 0px;
			list-style-type: none;
		}
	
	.ftp a{
		text-decoration: none;
		padding-left: 16px;
	}
	.ftp .isFolder{
		background: url(../image/ftp/folder.jpg) no-repeat left center;
	}
	.ftp .isFile{
		background: url(../image/ftp/file.jpg) no-repeat left center;
	}




._orange{
	background-color: #eeeeee;
}

._lime{
	background-color: #666666;
	color:#fff;
}



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

	Lightbox
	v 1.5

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

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 2
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 3;

}

.lbLoading {
	background: #fff url(../lightboximages/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}


.photos {
	padding: 3px;
	border: 1px solid #fff;
}

a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

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

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	left: 0;
	
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

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

	styles for next & previous buttons as part of footer

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

#lbPrevLink, #lbNextLink {
	display: block;
	width: 63px;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(../lightbox/images/prevlabel.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(../lightbox/images/prevlabel.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(../lightbox/images/nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(../lightbox/images/nextlabel.gif) no-repeat right;
}

#lbControls {
	display: block;
	height: 32px;
}


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


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../lightbox/images/closelabel.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
}


.lightboxDesc {
	display: none;
}

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



/* CSS Document */
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


