body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: white;
	x___line-height: 16px;
	background-color: black;
}

img {
	border: none;
}

h1,h2 {
	color: red;
	font-style: italic;
}
h1 {
	font-size: 22px;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	margin-top: 0px;
}

h2.subheadline {
	font-size: 16px;
}

a {
	text-decoration: none;
	color: white;
}
a:active,
a:hover {
	text-decoration: underline;
}

#site {
	width: 915px;
	height: 100%;
	/*margin: 0px auto;*/
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	text-align: left;
	color: white;
	background-color: black;
}


div#header {
	width: 100%;
	height: 335px;
	background: url(../images/header.gif) no-repeat;
}

a#sitelogo {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 400px;
	height: 50px;
}
a#companylogo {
	position: absolute;
	top: 15px;
	left: 445px;
	width: 470px;
	height: 65px;
}



div#navigation {
	position: absolute;
	top: 100px;
	left: 0px;
	height: 200px;
	width: 240px;
	text-align: right;
	background-image: url(../images/bg_navigation.gif);
	background-repeat: no-repeat;
}


#main {
	margin-left: 245px;
}

#background {

}

#navigation ul {
	padding: 0 20px 0 0;
	margin: 0;
}
#navigation li {
	list-style-type: none;
	display: inline;
}
#navigation a {
	height: 20px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	display: block;
	padding: 0px;
	text-decoration: none;
	background-image: url(../images/navline.gif);
	background-repeat: no-repeat;
	background-
}
#navigation a:link,
#navigation a:visited {
	color: white;
	background-position: 	0px 2px;
}
#navigation a:hover,
#navigation a:active,
#navigation a.active,
#navigation a.active:link,
#navigation a.active:visited {
	color: red;
	background-position: 	0px -18px;
}

#sujet {
	position: absolute;
	top: 100px;
	left: 245px;
}
#sujet img {
	padding: 0px;
	margin: 0px;
}

#content {
	margin: 0px;
}

#content img {
	margin: 0 10px 10px 0;
}

#content ul {
	padding-left: 0px; /*** W3C ***/
	margin-left: 20px; /*** MSIE ***/
}

div.hr {
	background-image: url(../images/separator.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	border-width: 0px;
	color: black;
	margin: 25px 0;
	font-size: 1px; /*** MSIE ***/
}


div.content-circuits-item {
	width: 100%;
}
div.content-circuits-map {
	float: left;
	width: 270px;
	margin-right: 10px;
	min-height: 40px;
}
div.content-circuits-desc {
	float: left;
	width: 390px;
	c___margin-left: 280px;
}

div.content-starpage-item {
	width: 100%;
}
div.content-startpage-desc {
	float: left;
	width: 380px;
	background: url(../images/separator.gif) repeat-y right top
}
div.content-startpage-desc-inner {
	margin-right: 20px;
	margin-top: 3px;
}
div.content-startpage-video {
	float: right;
	width: 270px;
	min-height: 200px;
	margin-top: 3px;
}

div#metanav {
	position: absolute;
	top: 80px;
	left: 522px;
}
#metanav a {
	color: #569ad4;
}
#metanav a.active,
#metanav a:hover {
	color: white;
}

div#switchlang {
	position: absolute;
	top: 80px;
	right: 0px;
}
#switchlang a {
	color: #569ad4;
}
#switchlang a.active,
#switchlang a:hover {
	color: white;
}
