/* 
    Document   : seihe
    Created on : 27 avr. 2009, 09:36:17
    Author     : moun
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    background-image:url('images/bod.jpg');
    background-repeat:repeat-y;
    font-family:arial,serif;
    background-color:white;
    }

#wrapper{
    background-image:url('images/wrapper1.jpg');
    background-repeat:no-repeat;
/*    height:900px;*/
    width:99%;
    position:absolute;
}


/*
Menu
*/

#menu{
    margin-top:235px;
    padding-left:20px;
    height:23px;
    background-image:url('images/tube.jpg');
width:700px;
    }

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	/*width: 10em;*/
    color:black;
    text-decoration:none;
}

#nav a:hover{
    color:red;
}

.a_principal{
 margin-left:28px;
}

.li_principal{
    background-image:url('images/compotube3.png');
    background-repeat:no-repeat;
    margin-right:10px;
  height:27px
}

#nav li {
	float: left;
	/*width: 10em;*/
   }

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li ul li{
     background-image:url('images/tube.jpg');
     width: 11em;
    }


#nav li:hover ul, #nav li.over ul {
	left: auto;
}


#breadcrumb{margin-bottom:20px;font-weight:bold;text-decoration:underline}

/*Contenu*/
#contenu{
    clear:left;
    width:800px;
   /* height:600px;*/
   /* border:1px solid white;*/
    color:white;
    margin-top:43px;
    padding-left:10px;
    height:300px;
}


html>body #contenu{height:auto;min-height:300px;}




#footer{
    clear:left;
    width:800px;
    height:100px;
/*    border:1px solid white;*/
    background-image:url('images/pompebl.png');
    background-repeat:no-repeat;
    padding-left:10px;
}

#anim{
    position:absolute;
    width:480px;
    height:400px;
    margin-top:300px;
    margin-left:400px;
    background-image:url('images/ordi1.png');
    background-repeat:no-repeat;

}
#diaporama{
    margin-top:25px;
    margin-left:100px;
    border:2px;
    border-style:inset;
    border-color:black;
}

/*carte*/
#map{margin-left:40px}
.gmapSidebar a {color:white;text-decoration:none;}
.gmapSidebar a:hover{color:orange;}
 #copyright span {font-size:5px;}
 #copyright a {font-size:5px;}

