body{
font-family:Arial;
background-color:#fffff;

margin:0px auto;
padding:0px; 
text-align:center;
}



#page{

margin: 0 auto;
/*width:500px;*/

}
a:link{
color:rgb(250,138,29);
}
a:visited{
color:rgb(250,138,29);
}
a:active{
color:rgb(250,138,29);
}
a:hover{
color:rgb(250,138,29);
text-decoration:none;
}

#top{


text-align:left;

width:600px;
height:121px;
background-image:url(images/top.png);
background-repeat: no-repeat;
margin:0 auto;
}

#navbar{
/*top:122px;*/
position:relative;
top:0px;
height:51px;
width:600px;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
/*padding:5px 10px 0px 10px;*/
background-image:url(images/navbar.png);
background-repeat: no-repeat;
margin:0 auto;
text-align:center;

}

#table_navbar{
position:relative;
top:5px;
left:7px;
color:white;
font-size:15px;
}




/*#navbar td{
font-family:Arial;
font-size:small;*/
}
#navbar a:link{
color:#ffffff;
text-decoration:none;
}
#navbar a:link{
color:#ffffff;
text-decoration:none;
}
#navbar a:visited{
color:#ffffff;
text-decoration:none;
}
#navbar a:active{
color:#ffffff;
}
#navbar a:hover{
color:#ffffff;
text-decoration:underline;
}

#content{
margin: 0 auto;
position:relative;
top:0px;
/*left: 10px;*/
width:580px;
color:#000000;
font-family:Arial;
font-size:14px;
padding:0px 10px 0px 10px;
text-align:left;
/*background:orange;*/
}


td{
font-family:Arial;
font-size:small;
/*padding: 1px 5px 1px 5px;*/
}

#deco{
color:#ffffff;
font-family:Arial;
font-size:small;
position: relative;
width:300px;
left: 220px;
top: -43px;

z-index:5;
}

#deco a:link{
color:#ffffff;
text-decoration:none;
}
}
#deco a:visited{
color:#ffffff;
text-decoration:none;
}
#deco a:active{
color:#ffffff;

}
#deco a:hover{
color:#ffffff;
text-decoration:underline;
}

#panier{
width:500px;
font-family:arial;
font-size:x-small;
}

#bottom{

width:600px;
height:56px;
position:relative;
top:30px;
background-image:url(images/bottom.png);
color:#ffffff;
background-repeat: no-repeat;
font-family:Arial;
font-size:14px;
padding:10px 0px 0px 0px;
margin:auto;
text-align:center;
}

fieldset{
text-align:center;
border-style:solid;
border-color:#455F97;
border-size:3px;
padding:10px;
width:500px
}

input,textarea { 
background-color: #455F97; 
border-color: rgb(250,138,29); 
color: white; 
font-family: arial; 
font-weight: bold; 
font-size: 12pt; 
/*text-align: left;*/ }

