/* Nouveaux Styles ScAlApplix par Aurélien Esnard 2008 */

html, body {margin: 0; padding: 0; font-size: 100%; }

body {
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: 80%;
	color: #000000; 
	background-color: #ffffff; 
	background-image: url(./inria-background.gif); 
	background-repeat: no-repeat;		
	}

#pagetitle {
	padding: 0; 
	margin-top: 50px;
	text-align: center;
	font-size: 150%;
	color: #594fbf;}
	
#header {
	margin: 0;
	padding-top: 10px;
	padding-left: 185px;
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
	text-wrap: none;
 }

#menu {
	position: absolute;
	top: 80px;
	margin:10px 0px 0px 10px; /* top right bottom left */	
	left: 35px;
	width: 150px;
	color: #000;
	padding:0px; }

#container {
	position: absolute;
	top: 80px;
	margin-left: 180px;	
	width:650px; }

#contents {
	margin: 0px 50px 5px 5px;  /* top right bottom left */
	padding: 3px;
	position: relative; } 
	
#rightbox {
	margin: 0px 50px 5px 250px;  /* top right bottom left */
	padding: 3px;
	text-align: center;	
	position: absolute; } 	

#thepagetitle {
	margin: 0px 50px 5px 5px;    /* top right bottom left */
	padding: 3px;
	color: #594fbf; 
	position: relative; }	

#footer {
	margin: 10px 50px 5px 5px;    /* top right bottom left */
	text-align: right;
	font-size: 80%;	
	border-top: 1px dashed #888; } 



/* Styles Généraux INRIA */

a { 
	color: #594fbf;
	text-decoration: none; }

a:visited { 
	/* color: #666666; */
	color: #594fbf;	
	text-decoration: none; }	

a:hover {
	color: #594fbf; 
	text-decoration: underline; }


h1 {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #594fbf;
	padding: 0;
	letter-spacing: 2px; }

h2 {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #594fbf;
	background-color: transparent;
	letter-spacing: 2px; }


h3 {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #594fbf;
	background-color: transparent; }


