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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:9px;
}

a:link {
    color: #ffffff;
	
	 }
a:visited {
    color: #ffffff;}
a:active {
	color: #F55916;}
a:hover {
	color: #3399FF;
	text-decoration:underline;
	}
a {text-decoration: none;
	}
.Style20 {color: #000000; font-style: italic; font-size: 10px; 
color:#FFFBF0;
}

.imagesliens{
text-decoration:none;
outline:none;
border: 0px;

}

.fondsite{
	position:absolute;
	width:860px;
	height:150px;
	top:0px;
	left:0px;
	/*left:50%;
	margin-left:-430px;*/
	z-index: 10;
	background:url(images/header/fond.jpg);
	background-repeat:no-repeat;
}
.integration{
	position:absolute;
	background-image:url(images/header/integration.gif);
	width:112px;
	height:40px;
	top:183px;
	left:3px;
	z-index: 1;
}
.integration2{
	position:absolute;
	background-image:url(images/header/integration2.gif);
	width:112px;
	height:40px;
	top:191px;
	left:178px;
	z-index: 1;
}

.login{
	position:absolute;
	width:150px;
	height:320px;
	top:20px;
	left:10px;
}
.panier{
	position:absolute;
	outline:solid;
	outline-color:#E3821F;
	outline-style:solid;
	outline-width:thin;
	top:150px;
	left:10px;
	width: 170px;
	
}

.publicite{
	position:absolute;
	width:150px;
	height:320px;
	top:20px;
	left:10px;
}

.input_text{
background-color: #003366;
border: #E3821F 1px solid;
color:#FFFFFF;
height: 12px;
width: 80px;
font-size:9px;
}
.bouton_ok{
background-color: #ffffff;
color:#000033;
height: 17px;
width: 20px;
font-size:9px;
border: #E3821F 1px solid;
text-align:center;

}


.voiture{
	position:absolute;
	left:735px;
	top:0px;
	height:124px;
	width:245px;
	z-index: 20;
}

.bouton_com{
background-color: #ffffff;
color:#000033;
height: 17px;
width: 70px;
font-size:9px;
border: #E3821F 1px solid;
text-align:center;
}
.bouton_ok:hover{
background-color: #E3821F;
}
.bouton_com:hover{
background-color: #E3821F;
}
#titre { 
		font-size: 1.5em;
        padding: 5px 13px; 
        margin: 0 0 0 0; 
        background: #003b7c; 
        color: #fff; 
        border: 1px solid #89a; 
        text-decoration: none; 
        -moz-border-radius: 10px 10px 10px 10px; 
        -webkit-border-radius: 10px 10px 10px 10px; 
        border-radius: 10px 10px 10px 10px;         
        -webkit-border-top-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-top-right-radius: 10px; /* pour Chrome */ 
		-webkit-border-botom-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-botom-right-radius: 10px; /* pour Chrome */ 
		}
#autre {
        padding: 5px 13px; 
        margin: 0 0 0 0; 
        background: #F29424; 
        color: #fff; 
        border: 1px solid #89a; 
        text-decoration: none; 
        -moz-border-radius: 10px 10px 10px 10px; 
        -webkit-border-radius: 10px 10px 10px 10px; 
        border-radius: 10px 10px 10px 10px;         
        -webkit-border-top-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-top-right-radius: 10px; /* pour Chrome */ 
		-webkit-border-botom-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-botom-right-radius: 10px; /* pour Chrome */ 
		}
.submit{
	cursor:pointer;
    border:#F29424;
    color:#fff;
    background:#003b7c;
    width:75px;
    height:20px;}
	 
#titre  a:hover, #titre  a:focus { 
color: #000;
border:#F29424;
      } 
