TR.header {background-color:#000099; color:white; text-align:left}
TR.odd {background-color:#eeeeee}
TR.even {background-color:#dddddd}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal/*10px*/;

}

#Contenu{
	margin: 3px;
	padding: 0 0 0 25px;
	text-align: justify;
	font-size: normal/*10pt*/;	
}

#MenuPrinc{
	margin: 30px 0 10px 0;
	padding: 10px 0px 10px 10px;
	/*width: 90%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal/*12pt*/;
	font-weight: bold;
	list-style-type: none;
	
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;*/
	/*border-right-width: 1px;*/
	/*border-left-style: solid;
	border-left-color: #CCCCCC;*/
	
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
	/*border-right-width: 1px;*/
	/*border-right-style: solid;
	border-right-color: #CCCCCC;*/
	/*background-color: #ff8800;*/
	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff8800;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff8800;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ff8800;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ff8800;		
	
	background-color: #ffe6be;
}

#MenuPrinc ul {
	margin: 0 0 0 0;
	padding: 0 0 0 18px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal/*11pt*/;
	font-weight: bold;
	/*list-style: none;*/ 

}

#MenuPrinc a:hover{
	/*border-top: 1px solid #cccccc;*/
	/*background-color: #ddddff;*/
	background-color: #ffe6be;
}



/************* #globalNav styles **************/

/*#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
}*/
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

/*#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}*/

#siteInfoCenter{
	clear: both;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;	
	
	font-size: 80%;
	color: #006633;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;	
}

#siteInfoRight{
	clear: both;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;		
	
	font-size: 80%;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: right;	
}

#siteInfoRight2{
	clear: both;

	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff8800;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff8800;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ff8800;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ff8800;
	background-color: #ffe6be;
	
	font-size: 80%;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	text-align: right;	
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, sans-serif;
	color: #333333;
	/*line-height: 1.166;*/
	margin: 0px;
	padding: 40px 0 0 60px;
	text-align: left;
	font-size: normal/*10px*/;
}

body.cfp {
	font-family: Arial, sans-serif;
	color: #333333;
	/*line-height: 1.166;*/
	margin: 0px;
	padding: 40px 0 0 60px;
	text-align: left;
	font-size: 12px;
	width: 640px;
}

a:link, a:visited, a:hover {
	/*color: #886655;*/
	/*color: #ff8800;*/
	color: #777777;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.anchor:hover {
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 140%;
 color: #ff8800;
}

h1.cfp{
 font-family: Verdana, Arial, sans-serif;
 font-size: 200%;
 color: #ff8800;
}

h2{
 font-size: 114%;
 color: #000000;
}

h2.cfp{
 font-size: 130%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #333333;
}

h4{
 padding: 10px 0 0 0 ;
 font-size: 100%;
 font-weight: bold;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul.organization {
 list-style-type: none;
}

ul{
 /*color: #ff8800;*/
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
td {
  font-size: 10pt;
  text-align: left;
}

td.header {
  background-color: #ff8800;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff8800;		
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff8800;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ff8800;		
}

td.header2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff8800;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ff8800;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ff8800;	
  background-color: #ff8800;
}

td.header2b {
	/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff8800;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff8800;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ff8800;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ff8800;*/
  /*background-color: #ffe6be;*/
	background-color: #ffffff;
}

td.header3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff8800;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ff8800;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ff8800;	
  background-color: #ff8800;
	text-align: center;
}

td.bottom {	
  margin-top: 10px;
	/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff8800;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff8800;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ff8800;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ff8800;		
	background-color: #ffe6be;*/
}
