html {
background : #ffffff url("images/grade.gif") repeat-x;
}

body {
margin: 0px;
padding: 0px;
text-align: center
}

#formation {
width: 900px;
margin: 0 auto;
text-align: left;
/*background: blue;*/
}

#header {
/*background: #ffcfcf;*/
height : 85px;
}

#logo {
/*background:green;*/
float : left;
position : absolute;
top : 29px;
padding-left: 0px;
width : 216px;
height : 27px;
}

#nav {
/*background: red;*/
float : left;
position : absolute;
top : 55px;
height : 27px;
margin-left : 671px;
}

#content {
/*background: #cccfcf;*/
margin : 0 auto;
height : 530px;
width : 900px;
}

#footer{
/*background: #ffcfcf;*/
text-align: left;
width : 900px;
height : 12px;
}


td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a7a8ab;
	line-height: 14px;
}
a {
	color: #a7a8ab;
	text-decoration: none;
}
a:hover {
	color: #78787a;
	text-decoration: none;
}
.navitem {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
.nav {
	border-bottom: 2px solid #f6f6f6;
	/*line-height: 37px;*/
	margin-left:14px;
}
.navOver {
	border-bottom: 2px solid #f7972a;
	/*line-height: 37px;*/
	margin-left:14px;
}
.navsub {
	display: none;
	position: absolute;
}
.navsuboff {
	color: #a7a8ab;
	background-color: #f6f6f6;
	padding: 5px 10px;
	width: 100px;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: .9;
}
.navsubon {
	color: #78787a;
	background-color: #ffffff;
	cursor: pointer;
	cursor: hand;
	padding: 5px 10px;
	width: 100px;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.link {
	/*border-left: 2px solid #f7972a;*/
	padding-left: 7px;
	background-image: url(/images/link_line.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.copy {
	margin : 5px auto;
	font-size: 9px;
	color: #cdcdcd;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
