/* CSS Document */

* {
	margin:0;
	padding:0;
}
html {
	/*background-color: #ccc;*/
}
body {
	width:100%;
	text-align: center; /* For IE */
	background-color:#d4d5d9;
	color: #666666;
	background-image: url(/images/Skin/bg.gif);
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 12px; /* 100% = 16px - 1em = 10px*/
}

.clearer {
	clear: both;
}

.png { behavior: url(/js/css/iepngfix.htc) }


/* Provient directement de Xing, � updater */
#no-javascript{
	font-size:12px;
	font-weight:bold;
	background: url(/img/hproject_error.gif) no-repeat 2px 1px;
	color:#BC100E;
	padding:4px 8px 3px 23px;
	display:block;
	margin:1px 0;
	border:1px solid red;
}
#container {	
	background:#fff;
	width:856px;   /*SIZE*/
	position: relative; /* To be able to position 'absolute' inside (see 114) */
	text-align: left; /* Correction for IE */
	
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:0px;
	background-image: url(/images/Skin/contentBG.gif);
	/*top: -4%;*/	
	
	/*background-repeat: repeat-y;*/
}
#content1 
{	
	overflow:hidden;
	width:100%;
	margin-top:10px;	
	margin-left:0px;
	padding:0px 0px 0px 0px; 
	background-image: url(/images/Skin/contentBG1.gif); 
	background-repeat:no-repeat;
	/*background-position:0% -5% 100px*/
}
#content2
{	
	overflow:hidden;
	width:100%;
	margin-top:10px;	
	margin-left:0px;
	padding:0px 0px 0px 0px; 
	background-image: url(/images/Skin/contentBG2.gif); 
	background-repeat:no-repeat;
	background-position:0% -17px;
}
#content3
{	
	overflow:hidden;
	width:100%;
	margin-top:10px;	
	margin-left:0px;
	padding:0px 0px 0px 0px; 
	background-image: url(/images/Skin/contentBG2.gif); 
	background-repeat:no-repeat;
	background-position: 0% -105px;
}
#content
{	
	width:100%;
	margin-top:10px;	
	margin-left:0px;
	padding:0px 0px 0px 0px; 	
	/*background-repeat:no-repeat;
	background-position:0% -5% 100px;*/
}
.ContentTitle
{
	background-image: url(/images/Skin/TitleBg.gif); 
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Tahoma, Verdana, Helvetica;
	font-weight:bold;
	text-align:center;
	margin-top:16px;
	height:27px;
}
.contentText
{
	/*float:left;
	display:block;*/
	text-align:center;
	padding-top:5px;
}


#header {
	/*overflow: hidden;*/
	white-space: nowrap;
	height: 228;
	/*margin-top:5px;*/
	padding-top:29px;	
	padding-right:10px;
	background-image: url(/images/home/banner2010.jpg);
	background-repeat: no-repeat;
	/*background-position: left top;*/
	/*background-color: #CCCC00;*/
}
#header-logo 
{
	background: url(/images/school/logo.jpg);
	width:272px;
	height:85px;
	float:left;/*
	margin-right:5px;*/
}



#header-right-top {
	height:25px; /* right-top + right-menu = 50px*/
	overflow:hidden;
}
#header-right-menu {
	height:60px; /* right-top + right-menu = 50px*/
	overflow:hidden;
	padding-left:10px;
}
#header-right-menu ul li a
{
	cursor:pointer;
}
#header-right-submenu 
{
	float:left;
	margin-top:-15px;
	z-index:999;
	position:absolute; 
	height:30px;
	/*overflow:hidden;*/	
	padding-left:245px;	
	cursor:pointer;	
}
#header-right-date{
	float:left;
	margin-top:-11px;
	z-index:1000;
	position:absolute; 
	color:#3b7eb0;
	height:30px;
	/*overflow:hidden;*/	
	padding-left:70px;	
}


#blueline {
	background-image: url(/images/School/blueline-right.png);
	background-position: top right;
	background-repeat: no-repeat;
	height:5px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
#blueline-inner {
	background-image: url(/images/School/blueline-left.png);
	background-position: top left;
	background-repeat: no-repeat;
	height:5px;
	margin: 0;
	padding: 0;
}

/* Header functions */
#header-functions {
	float:right;
	color:#000000;
	padding-right:230px;
}
.header-functions-item {
	float:left;
	background-image: url(/images/Skin/saparate.gif);
	background-repeat: no-repeat;
	height:20px;
	padding: 3px 10px 0 10px;
}
.header-functions-item a, .header-functions-item a:link, .header-functions-item a:visited {
	text-decoration: none;
	padding:0 0 0 0;
	color:#000000;
}
.header-functions-item a:hover {
	/*font-weight: bold;*/
	color:#ff0000;
	text-decoration:none;
}
/* END header functions */

/* content functions */
#content-middle 
{	
	margin:auto;	
	/*height:550px;*/ /* min height for ie */
}
html>body #content-middle {
	height: auto;
	/*min-height: 550px;*/
} 
#content-top {
	margin:0px 0px 0px 0px;
}
#content-top h1 {
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
	color:#ff0096;
}
#content-top p {
	font-size:12px;
	font-weight:normal;
	margin-bottom:5px;
	margin-left:20px;
}
#content-left1 {
	width:224px; 
	float:left;
	margin-left:2px;
	background-color:#f1f1f1;
	display:inline;
	height:100%;
}
#content-left2 {
	width:224px; 	
	float:left;
	margin-left:2px;
	display:inline;	
	background-color:#f1f1f1;
	height:100%;
}
#content-lefthome {
	width:224px;  /*SIZE*/
	float:left;
	margin-left:0px;
	/*background-color:#f1f1f1;*/
	display:inline;	
	height:100%;
}
#content-righthome {
	float:left;
	margin-left:0px;		
	display:inline;
	width:605px;  /* 10px space between 2 divs */  /*SIZE*/
}
#content-left {
	width:224px;  /*SIZE*/
	float:left;
	margin-left:2px;
	/*background-color:#f1f1f1;*/
	display:inline;	
	height:100%;
}
#content-right {
	float:left;
	margin-left:4px;		
	display:inline;
	width:605px;  /* 10px space between 2 divs */  /*SIZE*/
}
#content-right1 {
	float:left;
	margin-left:4px;		
	display:inline;
	width:615px;  /* 10px space between 2 divs */  /*SIZE*/
}
#content-right2 {
	float:left;
	margin-left:4px;		
	background-image: url(/images/class/lecture.gif);
	background-repeat: no-repeat;
	display:inline;
	height:180px;
	width:618px;  /* 10px space between 2 divs */  /*SIZE*/
}
/*
#content-left p {
	font-size:11px;
	font-weight:normal;
	margin-bottom:5px;
}
#content-left h1 {
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
	color:#ff0096;
}
#content-left h2 {
	font-size:13px;
	font-weight:bold;
	padding-bottom:1px;
	margin-bottom:10px;
	color:#0096ff;
	border-bottom:solid #0096ff 2px;
}
*/
#content-right p {
	font-size:12px;
	font-weight:normal;
	margin-bottom:5px;
}
#content-right h1 {
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
	color:#ff0096;
}
#content-right h2 {
	font-size:13px;
	font-weight:bold;
	padding-bottom:1px;
	margin-bottom:10px;
	color:#0096ff;
	border-bottom:solid #0096ff 2px;
}

.header {
	font-size:12px;
	font-weight:bold;
	padding-bottom:1px;	
	padding-left:10px;	
	color:#ff9600;	
}


/*#content-left a, #content-left a:link, #content-left a:visited {
	text-decoration: underline;
	padding:0;
	margin:0;
	color:#898989;
	font-size:11px;
	font-weight:normal;
}
#content-left a:hover {
	color:#ff9600;
	text-decoration: underline;
	font-weight:normal;
}*/
#content-left .highlight {
	font-size:12px;
	font-weight:bold;
	color:#0096ff
}

#content-right-None 
{
	/*background-image: url(/images/Skin/vaolop_doc1.gif);
	background-repeat: no-repeat;*/
		
	float:left;
	margin-left:1px;	
	display:inline;
	width:615px;  /* 10px space between 2 divs */  /*SIZE*/
}

#content-bottom {
	margin:10px 0px 10px 0px;
}




#content-right1 p {
	font-size:12px;
	font-weight:normal;
	margin-bottom:5px;
}
#content-right1 h1 {
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
	color:#ff0096;
}
#content-right1 h2 {
	font-size:13px;
	font-weight:bold;
	padding-bottom:1px;
	margin-bottom:10px;
	color:#0096ff;
	border-bottom:solid #0096ff 2px;
}

#content-left1 .highlight {
	font-size:12px;
	font-weight:bold;
	color:#0096ff
}
/* END content functions */

/* Footer */
#footer 
{
	clear: both;		
	text-align: center;
	color:#898989;	
	background-image: url(/images/Skin/bg.gif);
	height:57px;
	/*background-position: left bottom;*/
}
#footer-image 
{
	
	height:36px;
	margin-top:-5px;
	background-image: url(/images/Skin/footer.gif);
	background-repeat: no-repeat;
}
#footer div {
	padding:2px 2px 2px 2px;
}
#footer div a, #footer div a:link, #footer div a:visited {
	text-decoration: none;
	padding:0px 0px 0px 0px;
	color:#898989;
}
#footer div a:hover{
	color:#ff9600;
	text-decoration: underline;
}
/* END Footer */


/* Langage selector */
#header-language-selector {
	text-align: left;
	width:120px;
	border:1px solid #D0D0D0; 
	background-color:white; 
	position:absolute; 
	z-index:100;
	top:20px;
	right:5px;
}
#language-select {
	font-size:12px;	
}
#language-select li {
/*	border:1px solid #FFF;*/
	display: block;
	margin:0;
	padding:0;
	white-space: nowrap;
}
#language-select li a {
	display: block;
	line-height: 15px;
	height: 15px;	
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	color: #898989;
}
#language-select li a:hover {
	color: #ff9600;
	text-decoration: underline;
	/*font-weight: bold;*/
}
/* END Langage selector */

