/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font: 10px "Lucida Grande", Arial, sans-serif;
}
form {
	padding-left: 1em;
}
a {
  color: #000000;
  text-decoration:none;
}
a:hover {
	color:red;
}

.rouge {
	color:#FF0000;
	}
img {
  border: 0;
}
imgBorder {
  border: 1;
}
h1 {
  z-index: 1;
  font: 1.6em "Lucida Grande", Arial, serif;
  color: #D86C00;
  font-weight: normal;
  margin: 0;
  position: relative;
}
h2 {
  font: 1.1em "Lucida Grande", Arial, serif;
  color: #D86C00;
  font-weight: normal;
}
#header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  top: 0px;
}
img.shot {
  top: 1px;
  left: 1px;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#carre1-bubble p, #carre2-bubble p, #carre3-bubble p, #carre4-bubble p{
	z-index: 1;
	position: relative;
	font-size: 1.2em;
	
}
#carre3-bubble p {
	border: 1px solid #999999;
}

#carre4-bubble p{
  z-index: 1;
  position: relative;
  font-size:1.2em;
  text-align:left;
}
#footer {
  
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	background: transparent;
	color: #99CCFF;
}
#footer img {
  
}
#carre1-bubble {
	position: absolute;
	width: 220px;
	height: 198px;
	text-align: left;
}
#carre2-bubble {
  position: absolute;
  width: 206px;
  height: 505px;
  text-align: right; 
}
#imageMenu {
	float:left;
	height: 96px;
	width: 116px;
	margin-top: 90px;
}
#footer {
	color: #ccb299;
	text-align: right;
}
#navigation {
	float:right;
	width: 100px;
	text-align:left;
}
.menu ul {
	padding:0;
}
.menu li {
	list-style-type:none;
	margin-left: -60px;
	padding-bottom: 3px;
}


#carre3-bubble {
  position: absolute;
  width: 673px;
  height: 700px; 
  
}
#carre4-bubble {
	position:absolute;
	width: 230px;
	text-align: center;
	border: 1px solid gray;
	background-color: #FFFFFF;
	margin-top: 500px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 500px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	left: -204px;
	top: -151px;
}
#carre5-bubble {
	position:absolute;
	text-align: center;
	border: 1px solid gray;
	background-color: #FFFFFF;
	margin-top: 200px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#carre6-bubble {
	position:absolute;
	text-align: center;
	border: 1px solid gray;
	background-color: #FFFFFF;
	margin-top: 200px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#carre1-bubble-handle, #carre2-bubble-handle, #carre3-bubble-handle, #carre4-bubble-handle{
	cursor: move;
	height: 50px;
	width: 250px;
	
}
.logo {
	font-size:0.9em;
	}



.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -160px;
	left: -500px; /*position where enlarged image should offset horizontally */
	height: 400px;
	width: 500px;
	font: italic 70% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}
.current {
	color:red;
}
.ulListe {
	position: absolute;
	padding: 0;
	width: 220px;
}

.ulListe.empty {
	background: #eee;
	border: 1px solid silver;
	height:1em;
	width: 220px;
}

.ulListe li {
	font-size:80%;
	list-style-type: none;
	width: 220px;
	padding: 0.5ex;
	margin: 0.5ex auto;
	border: 1px solid #880;
	
}
#liste1, #liste4, #liste7 {
	margin-left: 0px;
}
#liste2, #liste5, #liste8 {
	margin-left: 225px;
}

#liste3, #liste6, #liste9 {
	margin-left: 450px;
}
.handle {
	cursor:move;
	}
h3 {
  z-index: 1;
  font: 1.1em "Lucida Grande", Arial, serif;
  color: #D86C00;
  font-weight: normal;
  margin: 0;
  position: relative;
}
.aweb {
  color: #D86C00;
  text-decoration:none;
  font-size:36px;
}
.aweb:hover {
  color: #FF0000;
  text-decoration:none;
  font-size:36px;
}
.grand {
font-size:36px;
}
.code {
	border: 1px dashed #666666;
	width: 510px;
	margin-left: 50px;
	padding: 5px;
	background-color: #CCCCCC;
}
