html {
		margin: 0px;
		padding: 0px;
	}
	
body {
  margin:0;
  padding:0;
  background:white
  color:black;
  text-align:center;
  font: 12px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
  } 


/* Colors
	<!-- Navy Blue: #36365E -->
	<!-- Sea Green: #1C704E -->
	<!-- Sage: #94AF68 -->
	<!-- Yellow: #FFCC66 -->
	<!-- Beige: #DEEA80 -->
*/


/* Headings */


h1  {
	font-size: 16px;
	line-height:18px;
	color: #36365E;
	text-align: left;
	margin-top:0px;
	margin-left:4px;
	padding-top:4px;
	padding-bottom:0px;
}


h2  {
	font-size: 14px;
	color: #1C704E;
	text-align: left;
	line-height:14px;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:0px;
}


h3  {
	font-size: 11px;
	color: #36365E;
	text-align: left;
	line-height:12px;
	margin-left:15px;
	padding-top:12px;
	padding-bottom:0px;
}

h4  {
	font-size: 11px;
	color: #36365E;
	text-align: left;
	line-height:12px;
	margin-left:10px;
	padding-top:14px;
	padding-bottom:0px;
}


#lev3 {
  margin-left:10px;
  font-size: 11px;
  text-align: left;
  line-height:14px;
  margin-bottom:14px;
  color: #36365E;
}



/* Front Page Elements */

.sidebar  {
	font-size:12px;
	line-height:12px;
	background-color:#DEEA80;
	padding:6px;
	margin-top:2px
}



.sideheader  {
	font-size: 12px;
	font-weight: bolder;
	line-height:12px;
	color: #36365E;
	text-align: left;
	margin-left:0px;
	margin-bottom:0px;
}


.announce  {
	width: 120;
	font-size: 10.5px;
	border-bottom: 1px dotted #595323;
	padding:0px;
	margin:5px;
	line-height:11pt;
	text-align:left;
	padding-bottom:3px;
}


.more  {
	font-size: 11px;
	margin-right:10px;
	text-align:right
}

/* Elements */

.bodytext, ul, ol, li  {
	font-size: 12px;
	margin-left:15px;
	margin-right:10px;
	line-height:16px;
	text-align:left
}


.tables  {
	font-size: 11px;
	margin-left:10px;
	margin-right:10px;
	line-height:14px;
	text-align:left;
	padding:4px;
}


.formheader  {
	
	border-bottom: 1px dotted #36365E;
	padding:2px;
	font-weight:bold;
	text-align:left;
	font-size: 12px;
	color: #36365E;
	margin-top:24px;
	margin-left:10px;
}



hr {
	border-bottom: 1px dotted #94AF68;
	color: #94AF68;
}


.list  {
	font-size: 10pt;
	border-bottom: 1px dotted #94AF68;
	padding-left:5px;
	margin-left:40px;
	line-height:11pt;
	text-align:left
}

a:link { 
	text-decoration: underline;
	color: #36365E;
	}
	
a:visited	{ 
	text-decoration: underline;
	color: #1C704D;
	}
	
a:hover, a:active { 
	text-decoration: underline;
	border-bottom: 0px dotted #1C704E;
	color: #36365E;
	}
	

.footer  {
	font-size: 9px;
	color: #36365E;
	padding-top:10px;
	margin-left:10px;
	line-height:10pt;
	text-align:left;
}

#div {
  	margin-top:4px;
  	margin-bottom:4px;
  	margin-left:12px;
  	text-align:center;
  	width:370px;
  	background: transparent url(images/div.gif) left no-repeat;

}


/* Navigation */


#nav {
  font-size: 11px;
  margin-top:2px;
  padding: 2px;
  line-height: 28px;
  text-align: left;
  border-right: 1px dotted #595323;
  color:#36365E;
  width: 164px;
}


#selected  {
  background-color: #CEE0AA;
  padding: 2px;
  color:#36365E;
  text-decoration: none;
}

#lev2_selected {
  background-color: #DEEA80;
  padding: 2px;
  color:#36365E;
  text-decoration: none;
}



#lev2 {
  font-size: 11px;
  margin-top:2px;
  margin-left:0px;
  padding-left:4px;
  margin-bottom:8px;
  text-align: left;
  color:#36365E;
  line-height:16px;
  
}


#lev2 a:hover {
  background-color: #DEEA80;
  padding: 2px;
  color:#36365E;
  text-decoration: none;
  width:auto;
  
}


#connect {
    margin-top:1px;
	margin-left:3px;
	border-bottom: 1px dotted #595323;
	border-left: 1px dotted #595323;
	width:auto;
	height:auto;
	
  }


#resources {
  font-size: 11px;
  line-height:14px;
  margin-bottom:8px;
  margin-left:4px;
  
}


#resources a:hover {
  background-color: #DEEA80;
  padding: 2px;
  color:#36365E;
  text-decoration: none;
}


/* For conferences */


.Texte1  {
	text-align:left;
	margin-left:20px;
	width:80%;
}

.TitreA   {
	margin-left:20px;
	font-weight:bold;
	color:#1C704E;
	text-align:left;
	
}

.Auteurs  {
	margin-left:20px;
	font-weight:bold;
	color:black;
	text-align:left;
}


.Universite  {
	margin-left:20px;
	font-weight:bold;
	color:black;
	text-align:left;
}

.Mail  {
	margin-left:20px;
	font-weight:bold;
	color:black;
	text-align:left;
}


.References  {
	margin-left:20px;
	color:black;
	text-align:left;
}





