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

@charset "UTF-8";
/* CSS Document */
.web-elody-css {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:link {
	outline: none;
	text-decoration:none;
	color:#FFFFFF;
}

a:visited {
	color: #FFCC00;
	outline: none;
	text-decoration:none;
}

body{
width:; 
height: 750px;
overflow:hidden;
}

#fb-goo-th{
 width: 50px;
 position:fixed;
}

#global { 
  margin-left: auto; 
  margin-right: auto; 
  width: 1025px; /* largeur obligatoire pour être centré */ 
}

#bloc-image{
	margin-left: auto; 	
  	margin-right: auto;
	position:fixed;
	width:1025px;
	top: 0px; 
}
#bloc-image a:visited{
	outline: none;
	text-decoration:none;
	color:#FFFFFF;
}
#bloc-image a:link{
	outline: none;
	text-decoration:none;
	color:#FFFFFF;
}	

#bloc-image2{
position:none;
width:1024px; 
border:0px; 
left: 0px;
top: 150px;
}

#bloc-contacte{
position:relative;
width:1024px; 
border:0px; 
left: 15px;
top: 250px;
}

#bloc-texte{
font-family: "Courier New", Courier, monospace;
	font-size: medium;
	text-align:left;
	font-weight:bold;
top:180px;
height:30px;
color:#000000;
margin-left: auto; 
margin-right: auto;
position:fixed;
width:1025px; 
}

#bloc-texte  a:link{
font-family: "Courier New", Courier, monospace;
font-size: medium;
color:#666666;
}


#scroll {
 margin-left: auto; 
  margin-right: auto; 
  width: 1025px;
	height: auto;
	position: none;
	border:0px;
	top: 0px;
	padding-top:25px;
	
}

.texte1 {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	text-align:left;
	font-weight:bold;
}

#conteneur-menu{
background:#FF0000;
height:30px;
top: 135px;
margin-left: auto; 
margin-right: auto;
position:fixed;
width:1025px; 
}

#menu{
position:absolute
}

dl{
height:30px;
margin:0;
padding:0;
display:block;
float:left;
}

dt{
width:194px;
display:block;
height:30px;
color:#FFF;
line-height:30px;
border-right:dotted 1px #FFFFFF;
cursor:pointer;
font-family: "Courier New", Courier, monospace;
	font-size: medium;
	text-align:left;
padding-left:10px;
}

dd{
display:block;
margin:0; 
padding:0;
background:#FF0000;
width:204px;
}

dd ul{
margin:0; 
padding:0;
text-align:center;
list-style:none;
width:204px;
}

dd ul li{
display:block;
margin:0;
padding:0;
width:204px;
}

dd ul li a{
width:194px;
color:#FFFFFF;
display: block;
text-decoration:none;
height:30px;
line-height:30px;
border-top:dotted 1px #FFFFFF;
cursor:pointer;
font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: ;					
text-align:left;
padding-left:10px;
}

dd ul li a:hover{
background:#FFFFFF;
color:#FF0000;
width:194px;
}

dl dd{
display:none;
}

dl:hover dd{
display:block;
}



/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/


#slider {
	position:relative;
    margin-left:210px;
	margin-top:300px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}