body, h1, h2, h3, h4 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
        font-size: 15px;
}

h2 {
	padding-left: 5px;
}

h3 {
	padding-left: 15px;
}

body {
	background: #fff;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

a {
	color:#0080c0;
}

a:active {
	color:#336;
}

a:visited {
	color:#633;
}

#head {
	height: 110px;
	text-align: left;
	border-style: none;
        font-size: 35px;
}

img#inria {
	margin-top: 0px;
	margin-left: 5px;
	border-style: none;
}

img#smarttools {
	position: absolute;
	top: 15px;
	right: 5px;
	border-style: none;
}

#menu {
	height: 30px;
	background-color: #ddd;
}

ul.menu {
	width: 1100px;
	height: 30px;
	list-style-type: none;
	border-width: 0px;
	border-left: 1px solid #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}

li.menu {
	float: left;
	width: 160px;
	height: 30px;
	border-width: 0px;
	border-right: 1px solid #fff;
}

div.linkmenu {
	position:relative;
	top:5px;
	left:0px;
	text-align: center;
}

div.dynamicmenu {
	overflow: hidden;
	visibility: hidden;
	position:relative;
	top:6px;
	left:0px;
	width: auto;
	height: auto;
	background: #fff;
	border: 2px solid #ddd;
	text-align: left;
}

div.dynamicmenu ul {
	list-style-type: none;
	margin: 2px 2px 2px 2px;
	padding: 0px 0px 0px 0px;
}

div.dynamicmenu ul li {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

div.dynamicmenu ul li div.description {
	padding-right: 2px;
	padding-left: 2px;
	text-align: justify;
	font-size: 10pt;
}

div.page {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.address {
	position: absolute;
	top: 115px;
	left: 2px;
}

div.page div.section {
	border: 1px solid #ccf;
	padding: 10px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.image {
	border: none;
	text-align: center;
}

div.page div p {
	text-align: justify;
}

div.foot {
	padding-top: 15px;
	text-align: center;
}
div.foot div {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
div.foot p {
	padding: 0px;
	margin: 0px;
	text-align: center;
}


