/* ------------------------------------------------------
   Default HTML element definitions
------------------------------------------------------ */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	color: #333333;
}
/* Removing borders from linked images */ 
a img {border:none;}

/* removing extra margin from form elements */
form {margin:0px; padding:0px;}
p {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	line-height: 18px;
}


/* used for breaking flows */ 
.break {
	clear:both;
	overflow: hidden;
}
a:link, a:visited{
	color: #FF6600;
	text-decoration: none;
	background-color: inherit;
}
a:hover {
	color: #333333;
	text-decoration: none;
	background-color: inherit;
}
#container {
	width: 787px;
	margin-right: 10px;
	float: left;
	margin-left: 1px;
}
#header {
	position: relative;
	height: 220px;
	width: 787px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

h1#logo {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
		height: 116px;
	width: 234px;
}

h1 a:link, h1 a:visited, h1 a:hover {
	background-image: url(../images/etde-logo.jpg);
	background-repeat: no-repeat;
	text-indent: -6000px;
	height: 116px;
	width: 234px;
	display:block;
}

ul#menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#menu a:link, ul#menu a:visited, ul#menu a:hover {
	text-indent: -5000px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

ul#menu #m1 {
	background-image: url(../images/qui-sommes-nous.gif);
	height: 19px;
	width: 144px;
	position: absolute;
	left: 220px;
	top: 77px;
	z-index: 1000;
}

ul#menu #m2 {
	background-image: url(../images/espace-recrutement.gif);
	height: 18px;
	width: 147px;
	position: absolute;
	left: 176px;
	top: 113px;
}

ul#menu #m3 {
	background-image: url(../images/espace-presse.gif);
	height: 17px;
	width: 104px;
	position: absolute;
	left: 134px;
	top: 139px;
}

ul#menu #m4 {
	background-image: url(../images/espace-services.gif);
	height: 16px;
	width: 114px;
	position: absolute;
	left: 116px;
	top: 168px;
}
#language {
	position: absolute;
	left: 16px;
	top: 39px;
	color:#FFFFFF; 
	font-weight: bold;
	background-color:#F58735;  
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	position: absolute;
	right: 5px;
	bottom: 20px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: medium;
	font-weight: normal;
	color: #FF6600;
	word-spacing: inherit;
	background-color: inherit;
}

h2 span {
	display: block;
	font-weight: bold;
}

#content {
	margin-left: 180px;
}

#content h1{
	color: #00A2C4;
	font-size: medium;
	font-weight: bold;
	padding: 0px;
	float: left;
	width: 330px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: inherit;
}

#way {
	float: right;
	padding: 0px;
	width: 270px;
	color: #00A2C4;
	background-color: inherit;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.orange {
	color: #FF6600;
	background-color: inherit;
}

p#autres-rech {
	color: #00A2C4;
	text-align: center;
	font-size: x-small;
	background-color: inherit;
}

#autres-rech a:link, #autres-rech a:visited {
	color: #00A2C4;
	background-color: inherit;
	text-decoration: none;
}

#autres-rech a:hover {
	text-decoration: underline;
}

#footer {
	position: relative;
	height: 45px;
	width: 787px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10px;
}
#footer #haut {
	background-image: url(../images/haut-de-page.gif);
	background-repeat: no-repeat;
	text-indent: -6000px;
	display: block;
	height: 45px;
	width: 46px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#footer #daccueil {
	background-image: url(../images/page-daccueil.gif);
	background-repeat: no-repeat;
	text-indent: -6000px;
	display: block;
	height: 45px;
	width: 46px;
	position: absolute;
	top: 0px;
	right: 50px;
}
#footer #flag {
	background-image: url(../images/uk-flag.gif);
	background-repeat: no-repeat;
	text-indent: -6000px;
	display: block;
	position: absolute;
	height: 18px;
	width: 18px;
	left: 5px;
	bottom: 5px;
}
#bot-menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	position: absolute;
	left: 30px;
	bottom: 8px;
}
#bot-menu li {
	display: inline;
}
#bot-menu a:link, #bot-menu a:visited {
	color: #00A2C4;
	background-color: inherit;
	padding: 1px;
	margin-right: 5px;
	margin-left: 5px;
}
#bot-menu a:hover {
	color: #00A2C4;
	background-color: #FF6600;

}
a#grey:link, a#grey:visited {
	color: #666666;
	background-color: inherit;
}
a#grey:hover {
	color: #666666;
	background-color: #FF6600;
}

#way a{
	text-decoration:underline;
color: #00A2C4;
}

a.nlintra{
	color:black;
	cursor:text;
}
