form {
	margin: 0px;
	padding: 0px;
}

div.clear {
	clear: both;
}

.center {
	text-align: center;
}

#global {
}

#root {
	background-color: yellow;
	padding: 2px 0px;
	border-top: 1px solid #cc9;
	border-bottom: 1px solid #996;
}
#root div.root-in {
	width: 760px;
	margin: 0px auto;
}
#root table.nav-even {
	float: left;
	border: 0px;
	border-collapse: collapse;
}
#root table.nav-doc {
	float: right;
	border: 0px;
	border-collapse: collapse;
}
#root table td {
	white-space: nowrap;
	padding: 0px;
	font-size: 8.5pt !important;
}

#root table.nav-even a {
	display: block;
	color: red;
	text-decoration: none;
	margin: 0px 2px;
	padding: 3px 7px;
	border: 2px solid yellow;
}
#root table.nav-even td.path1a,
#root table.nav-even td.path1b {
	color: red;
	font-weight: bold;
	border: 2px solid red;
	background-color: #fff;
}
#root table.nav-even td.path1a {
	border-right: 0px;
	padding: 0px 5px 0px 10px;
}
#root table.nav-even td.path1b {
	border-left: 0px;
	padding: 0px 7px 0px 0px;
	vertical-align: middle;
}
#root table.nav-even a.home {
	padding: 0px 7px;
	border: 0px;
}
#root table.nav-even a.path0:hover {
	border: 2px solid red;
}
#root table.nav-even a.path1 {
	font-weight: bold;
	border: 2px solid red;
	background-color: #fff;
}
#root table.nav-even select.even {
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
	font-size: 8.5pt;
	color: #333;
	font-weight: bold;
	color: red;
	margin: 0px;
	padding: 0px;
}

#root table.nav-doc a {
	display: block;
	color: red;
	text-decoration: none;
	margin: 0px 2px;
	padding: 3px 7px;
	border: 2px solid yellow;
}
#root table.nav-doc a.path0:hover {
	border: 2px solid red;
}
#root table.nav-doc a.path1 {
	font-weight: bold;
	border: 2px solid red;
	background-color: #fff;
}
#root table.nav-doc td.heros {
	padding-right: 7px;
}
#root img {
	border: 0px;
}

#root select {
	border: 2px solid yellow;
	background-color: yellow;
}
#root select option {
	font-weight: normal;
	color: #333;
	background-color: #fff;
}
#root select option[selected] {
	font-weight: bold;
}

#root-ombre {
	position: absolute;
	width: 100%;
	height: 5px;
	background: url(../res/root/element/ombre.png);
	z-index: 2;
	left: 0px;
}

#local {
	width: 760px;
	margin: 0px auto;
}

div.attention-unilingue {
	background: url(../res/glob/element/unilingue_bg.gif) top left repeat-x;
	color: #000;
	text-align: center;
	font-size: 8.5pt;
	text-transform: uppercase;
	padding: 5px;
	width: 780px;
	margin: 0px auto;
}
div.attention-unilingue p {
	display: inline;
	margin: 0px auto;
	padding: 5px 10px;
	background-color: #ff0;
	margin: 0px;
}

#gen {
	width: 760px;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
	font-size: 8.5pt;
	color: #999;
	border-top: 1px solid #eee;
}
#gen a {
	color: #666;
}

