@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}

* {
	border:0;
	margin:0;
	padding:0;
}
body {
background-color:#CACACA;
}

/* menu */

.navigation {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 300px;
      font: 11px "Courier New";
      }
   .navigation a, .navigation span {
      display: block;
      padding: 2px 0px;
      text-decoration: none;
      }
   .navigation .subMenu {
      font-size: 11px;
      margin: 0;
      padding: 0;
      list-style: none;
      }
   .navigation ul.subMenu a {
      list-style: none;
      padding: 1px 30px;
      }
/* fin menu */

#bloc {
	position:absolute;
	left:50%;
	top:50%;
	height:700px;
	width:1000px;
	margin-left:-500px;
	margin-top:-350px;
}

#logo {
position:fixed;
left:50%;
top:80px;
margin-left:-450px;
}

#texte{
position:fixed;
left:50%;
top:290px;
width:160px;
margin-left:-450px;
}

#menu{
margin-bottom:20px;
width: auto;
}

#description{
font-family:"Courier New", Courier, monospace;
font-size:11px;
}

#image{
position:absolute;
left:220px;
top:200px;
width:700px;
height:auto;
overflow:inherit;
font-family:"Courier New", Courier, monospace;
font-size:11px;
}

#titre{
position:absolute;
left:220px;
top:154px;
font-family:"Courier New", Courier, monospace;
font-size:14px;
font-weight:bolder;
}

h1 {
font-family:"Courier New", Courier, monospace;
font-size:14px;
font-weight:bolder;
}
h2 {
font-family:"Courier New", Courier, monospace;
font-size:10px;
font-weight:bolder;
}