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

* {
margin:0px;
padding:0px;
}

a:link{
text-decoration:none;
}
a:visited{
  text-decoration: none; 
}
a:hover{
text-decoration:underline;
}
a:active{
  text-decoration: underline; 
}

img{
border:0;
}

html, body {
height: 100%;
}

/*-----------------------------*/

body {
background: url(img/fondo.jpg) repeat-x center top #ffffff;
font-family: Arial, Helvetica, sans-serif;
color:#154d01;
font-size:15px;
}

#container {
position: relative;
min-height: 100%;
margin:0 auto;
}

#contenido {
padding-bottom: 100px;
margin:0 auto;
}

#footer {
position: absolute;
bottom:0;
width: 100%;
text-align:center;
background-color:#000000;
border-top:6px solid #d9d9d9;
margin-top:30px;
height:70px;
padding-top:20px;
}

.fondo_de{
background:url(img/fondo_de.jpg) no-repeat left top;
width:160px;
}


.cart_iz_mil{
background:url(img/cart_iz_mil.jpg) repeat-y center top;
padding:10px 10px 10px 20px;
}

.blanco12{
color:#FFFFFF;
font-size:12px;
}

.blanco12 a{
color:#c3ff06;
font-size:12px;
text-decoration:none;
}

.blanco12 a:hover{
color:#c3ff06;
font-size:12px;
text-decoration:underline;
}

#menu {
width:200px;
height:60px;
margin:0 160px 0 0;
}

#menu ul{
list-style-type: none;
width: 100%; /* précision pour Opera */
}

#menu ul li {
float: left;
}

#menu ul a {
float: left;
margin:0 6px 0 6px;
padding:0;
height:60px;
}

#menu ul a:hover {
background:url(img/menu_hover.jpg) no-repeat center bottom;
}

#menu ul a.active {
background:url(img/menu_hover.jpg) no-repeat center bottom;
}
