/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	
	padding: 0;
	width: 100%;
	background-color: #000;
	background-image : url('http://www.simonlagneaux.com/sim/fond-noir.gif');
	color: #2d5bde;
	word-spacing: 1pt ;
	font: lighter 9px Monaco, "Trebuchet MS", "Helvetica Neue", Helvetica, Geneva, sans-serif;
	overflow-x:hidden;
}

img, div { behavior: url(iepngfix.htc) }

body.section-1 { }
body.section-2 { }
body.section-3 { }

div.links a:link {
	color:#2d5bde;
	font-size: 9px;
	line-height: 14px;
}


a:link { text-decoration: none;
color:#2d5bde;


 }
a:active { text-decoration: none;
	color: #2d5bde; 
}
a:visited { text-decoration: line-through; color: #2d5bde;
 }
a:hover { 
text-decoration: underline;

}

a img { border: none; }

a.nom {

color: #2d5bde; 
text-decoration: line-through;
	font-size: 10px;
	padding-bottom: 0px;
} 




p.copy {
  color: #333;


}
#menu {
	overflow: auto;
	padding-top: 15px;
	width: 155px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;  
    padding-right: 12px;
	padding-left: 12px;
	font-size: 9px;
    background-image: url('http://www.simonlagneaux.com/sim/fond-noir.gif');
}



#menu .container {
	z-index: 3;
}

#menu .container:hover {
	z-index: 5;
}

#menu ul {
	
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li:hover{
	
	
}

#menu ul li.section-title {
	border-bottom: 1px dotted #2d5bde;
	margin-bottom: 8px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

p.contact {	
	border-bottom: 1px dotted #2d5bde;
	margin-bottom: 8px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

#content {
     height: auto;
    margin: 0 0 0 260px;
    top: 0;
}

#content .container {
	width: 500px;
	padding-top: 10px;
}

#content p { margin-bottom: 9px; }

p {
    margin: 0 0 0 0;
}

h1 {
	color: #2d5bde;
	font: 22px Verdana;
}
h2 {
color: #2d5bde;
	font: 16px Verdana;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{
	margin: 0 0 0 0; 
	padding: 10px 0 0; 
	width: auto;
	}
#img-container p	{ width: 600 px; margin: 0; padding: 0 0 12px 0; }


div.poster1 {
 width: auto;
	margin-right: 270px;

}

div.poster2 {
 width: auto;
	margin-right: 270px;

}

p.p1 {
  width: auto;
	margin-right: 100px;
	
}
div.p2 {
	
  width: auto;
  margin-right: 100px;
  color: #2d5bde;
}
div.v1 {
  width: auto;
  margin-right: 30px;

}
div.v2 {
  width: auto;
  margin-right: 30px;
  color: #2d5bde;
}
#once { clear: left; }

div.crabs
{ width: 500px; }

div.imgr
{ style=' left:{$x}px; top:{$y}px; position: absolute; ' }


div.imgr a:hover
{ text-decoration: none; }

a span { /* définition de la balise <span> inclue dans <a> */
display: none;
text-decoration: none;
}

a:hover span { /* définition de la balise <span> au survol */
display: inline;
z-index: 99999;
position: absolute;
left: 0px;
width: auto;
height: auto;
background: blue;
color: white;
text-decoration: none;
text-align: left;
padding: 2px;

}