@import url(galerie.css);

/* --------- Mise en page globale ------- */

body {
  background-color: #3A75C9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
}
		
#global {
  background: url('images/fond.jpg') repeat-y;
	width: 800px;
  margin-top: 100px;
	margin-left: auto;
  margin-right: auto;
  padding: 0;
}

/* --------- Header ------- */

h1 {
  background: url('images/header.jpg') no-repeat;
  height: 80px;
  margin: 0;
}

/* --------- Main ------- */

#main {
  background: url('images/degrade.jpg') no-repeat;
	height: 360px;
  clear: both;
  padding: 0;
  margin: 0;
}

/* --------- Block Gauche ------- */

#main #block_gauche {
	float: left;
	width: 445px;
  margin: 0;
  padding: 0;
}

#flightcase {    
/* bloc image en arrière-plan */
  width : 445px;
  height: 360px;
  background: url('images/flightcase.jpg') top left no-repeat;
}

#news {    
/* zone cliquable */
  float: left;
  width : 89px;
  height: 33px;
  margin-left: 83px;
  margin-top: 83px;
}

#photos {    
/* zone cliquable */
  float: left;
  width : 70px;
  height: 24px;
  margin-left: 209px;
  margin-top: 3px;
}

#bio {    
/* zone cliquable */
  float: left;
  width : 146px;
  height: 33px;
  margin-left: 37px;
  margin-top: 80px;
}

#work {    
/* zone cliquable */
  float: left;
  width : 116px;
  height: 33px;
  margin-left: 42px;
  margin-top: 123px;
}

#links {    
/* zone cliquable */
  float: left;
  width : 55px;
  height: 20px;
  margin-left: 24px;
  margin-top: 161px;
}

#flightcase a span { 
/* contenu masqué mais accessible sans CSS*/
  position: absolute;
  left: -500em;
  top: -500em;
  text-indent: -500em;
}

/* --------- Block Droite ------- */

#main #block_droite {
  overflow: auto;
	float: left;
	width: 320px;
	height: 290px;
  margin: 0;
	padding-left: 5px;
  padding-right: 15px;
}

h2 {
  margin: 0;
	padding: 0;
	line-height: 25px;
  font-size: 1.4em;
  color: #fff;
  border-bottom: 1px solid #fff;
}

p {
  color: #fff;
  text-align: justify;
  text-indent: 0em;
  line-height: 1.7em;
	padding: 0;
}

.liens {
  text-indent: 0;
}

a {
  color: #fff;
}

a:hover {
  color: #000754;
  text-decoration: none;
}	

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* ---------- Footer ---------- */

#footer {
  clear: both;
  text-align: center;
  padding: 0;
  margin: 0;
}

#footer ul {
  text-align: center;
  padding: 0;
  margin: 0;
}

#footer li {
  display: inline;
  padding: 0;
  margin: 0;
}

#footer a {
  color: #000754;
  font-weight: normal;
}

#footer a:hover {
  color: #fff;
  font-weight: normal;
}
