@charset "utf-8";
html, body {height: 100%} /*permet de forcer l'affichage l'ascenseur vertical sous FF */
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
	text-align: center; /* pour corriger le bug de centrage IE */
	margin-top:5px;
	background-image:url(../images/fond_page.png);
	background-repeat:repeat-x;
}
table {
  font-family: Verdana, sans-serif;
  background-color: #FFFFFF;
  color: black;
  font-size: 11px;
  text-decoration: none;
}
tbody{
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

/*==========================================*/
/*               MISE EN PAGE               */
/*==========================================*/
#page_section { 
	width: 989px;
  margin-left: auto;
  margin-right: auto;     
	text-align: left;
	background: #ffffff;
	border: 1px solid #868686;
} 
#header_section { 
	overflow: hidden; 
	position:absolute;
	width:989px;
	height:50px;
	padding-top:5px;
} 
#last_update_section {
  float: left;
	text-align:left;
  color: #868686;
  margin-left: 40px;
  font-size: 10px;
	width:300px;
}
#page_header_section{
  float: right;
	letter-spacing: 1px;
	color: #ff6600;
	font-weight: bold;
	margin-right: 10px;
}
#profile_section{
  float: right;
	letter-spacing: 1px;
	font-weight: bold;
	margin-right: 10px;  
}
#profile_section{
	color: #ff6600
}
#profile_section a{
	color: #ff6600;
	text-decoration:none;
}
#profile_section a:hover{
	text-decoration:underline;
}
#banner_section, #banner_section embed { 
  height: 150px;
  width: 989px;
	padding-top:0; margin-top:0;
} 
#searchbox{
	position:absolute;
	margin-left:48px;
	background: #ffffff;
}
#leftcolumn_section {
	float: left;
	width: 290px;
	margin: 5px;
	background: #ffffff;
	background: #ffffff;
}
#menu_section {
	margin: 5px;
	padding-top:25px;
	background: #ffffff;
}
#advertising_section {
  text-align: center;
	margin: 30px;
	background: #ffffff;
}
#advertising_section img {
  border: 0;
}
#rightcolumn_home_section { 
	margin: 5px 5px 5px 305px;
}
#rightcolumn_section { 
	margin: 25px 5px 5px 305px;
	background: #ffffff;
}
#rightcolumn_section_sleep { 
	margin: 25px 5px 5px 50px;
	background: #ffffff;
}
#current_path_section {
	list-style-type: none;
	font-family: Verdana,sans-serif;
	background-color: #ffffff;
}
#home_flash_section {
  margin-top: 20px;
	background: #ffffff;
}
#page_content_section {
	text-align:left;
	margin-top:5px;
	padding-left:5px;
	padding-right:10px;
	background: #ffffff;
}
#left_content_section {
  width: 300px;	
  float: left;
	background: #ffffff;
}
#right_content_section {
  width: 330px;
  float: right;
	background: #ffffff;
}
#prevnextmenu {
  text-align: center;
}
#news_section {
	margin-bottom: 10px;
	background-image:url(../images/separation.png);
	background-repeat:repeat-y;
	width: 100%;
}
#news_section table {
  width: 100%;
}
#news_section td {
  vertical-align:top;
}
#exhibitions_section {
	margin-bottom: 10px;
	background-image:url(../images/separation.png);
	background-repeat:repeat-y;
	width: 100%;
}
#exhibitions_section table {
  width: 100%;
}
#exhibitions_section td {
  vertical-align:top;
}
#training_section {
	margin-bottom: 10px;
	background-image:url(../images/separation.png);
	background-repeat:repeat-y;
	width: 100%;
}
#training_section table {
  width: 100%;
}
#training_section td {
  vertical-align:top;
}
#soft_section {
	width:320px;
}
#tech_section {
	width:320px;
}


#footer_section {
	margin-top:15px;
	height: 50px;  
  text-align: center;
  background-image: url(../images/fond_pied_page.png);
  background-repeat:no-repeat;
  background-position:50% 0%;
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #868686;
}

/*==========================================*/
/*                  DIVERS                  */
/*==========================================*/
/* Doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
.clearfloat { 
	clear:both;
	height:2px;
	font-size: 1px;
	line-height: 0px;
}

/* Class propre au rte */
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }


