@charset "UTF-8";

/* CSS Document */
/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video {
	margin: 0; padding: 0; border: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}

@font-face {
    font-family: 'standard0753Regular';
    src: url('/_fonts/stan0753-webfont.eot');
    src: local('☺'), url('/_fonts/stan0753-webfont.eot?#iefix') format('eot'),
         url('/_fonts/stan0753-webfont.woff') format('woff'),
         url('/_fonts/stan0753-webfont.ttf') format('truetype'),
         url('/_fonts/stan0753-webfont.svg#webfontyngtz8Ka') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansationRegular';
    src: url('/_fonts/Sansation_Regular-webfont.eot');
    src: url('/_fonts/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/Sansation_Regular-webfont.woff') format('woff'),
         url('/_fonts/Sansation_Regular-webfont.ttf') format('truetype'),
         url('/_fonts/Sansation_Regular-webfont.svg#/_fonts/SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansationLight';
    src: url('/_fonts/Sansation_Light-webfont.eot');
    src: url('/_fonts/Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/Sansation_Light-webfont.woff') format('woff'),
         url('/_fonts/Sansation_Light-webfont.ttf') format('truetype'),
         url('/_fonts/Sansation_Light-webfont.svg#/_fonts/SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansationLightLightItalic';
    src: url('/_fonts/Sansation_Light_Italic-webfont.eot');
    src: url('/_fonts/Sansation_Light_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/Sansation_Light_Italic-webfont.woff') format('woff'),
         url('/_fonts/Sansation_Light_Italic-webfont.ttf') format('truetype'),
         url('/_fonts/Sansation_Light_Italic-webfont.svg#/_fonts/SansationLightLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansationItalic';
    src: url('/_fonts/Sansation_Italic-webfont.eot');
    src: url('/_fonts/Sansation_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/Sansation_Italic-webfont.woff') format('woff'),
         url('/_fonts/Sansation_Italic-webfont.ttf') format('truetype'),
         url('/_fonts/Sansation_Italic-webfont.svg#/_fonts/SansationItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	/*idée 1
	background-color: #4C5957;
	*/

	/*idée 2
	background-color: #4C5957;
	*/

	/* original*/
	background-color:#7C0000;
	/*
background-image: url('images/train.jpg');
	background-attachment: fixed;
	background-position: 50% 40%;
*/
}
#top{
	position:absolute;
	top:0px;
	width: 100%;
	border-top: 5px solid #F00;
}
#bottom {
	position:absolute;
	width:100%;
	margin-bottom: 0;
	bottom: 0px;
	border-top: 5px solid #F00;
}
#wrapper{
	position: absolute;
	left: 50%;
	margin-left: -430px;
	top: 50%;
	margin-top: -249px;
	width: 860px;
	height: 497px;
}

#logo {
	position: relative;
	top:-7px;
	width: 400px;
	height: 52px;
	background-image: url(images/iss-logo.png);
	background-repeat: no-repeat;
	float:left;
}

header {
	position: relative;
	top:0px;
	left:0px;
	height:52px;
}

section {
	width: 860px;
	height: 420px;
	overflow: hidden;
	/*idée 1
	background-color: #9FBFB0;
	border: 1px solid #F1F2E9;
	*/
	
	/*idée 2
	background-color: #F1F2E9;
	border: 1px solid #9FBFB0;
	*/
	
	
	/*original*/
	background-color: #660000;
	//background-color: rgba(90,0,0,0.9);
	border: 1px solid #990000;
	font-size: 1em;
	text-align: left;
	font-family: SansationLight, Arial, Helvetica, Geneva, Swiss;
/*idée 1
color:#4C5957;
*/

/* original*/
	color: #FF0000;

}

article[id="temp"] {
	display:none;
}

article {
	position:relative;
	top:60px;
	left:80px;
	width:700px;
	font-size: 14px;
	
}
nav {
	position: relative;
	top:30px;
	height: 20px;
	text-decoration: none;
	color: #FF0000;
	list-style: none;
	float:right;

}

nav ul { list-style: none;}
nav ul li { display: inline; margin-right: 12px; }

footer {
	position:relative;
	top:5px;
	width: 860px;
	height: 15px;
	font-size: 8px;
	font-family: standard0753Regular, Arial, Helvetica, Geneva, Swiss;
	text-align: right;
	text-decoration: none;
	color: #FF0000;
	text-shadow:2px 2px 2px #330000;

}

td {
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	color: #FF0000;
}

section h3 {
	font: 18px/27px 'SansationRegular', Arial, sans-serif;
	font-size:18px;
}
article p {
	font-size: 14px;
}


li a {
/*idée 1
color: #F1F2E9;
*/
	/* original*/
	color: #FF0000;
	text-shadow:2px 2px 2px #330000;
	font-size: 8px;
	font-family: standard0753Regular, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}

li a:hover {
color: #9FBFB0;

/* original
color: #990000;*/
	
	
}
input, select, textarea, input[type=file] {
	background-color: #FFFFCC;
	border: 1px solid #CC3300;
	color: #333333;
	padding: 3px;
	margin-bottom: 3px;
}

