body {
	margin:150px 130px 50px 150px;
	padding: 0;
	font-family :arial, Verdana, "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
	font-size: small;
	color:#000;
}

.input
{
	color:black;
	background-color:white;
	font-weight:bold;
	border : 1px solid #FE7A10;
}

/* 
** Généralités
*/
p {
	padding:5px 10px 0px 20px;
	text-align:justify;
}
#page p{
text-align:center;
width:100%;
}
img {
	border:none;
}
/*
** Choix de la langue
*/
#lang{
	z-index:2;
	position:fixed;
	top:5px;
	right:5px;
}
#lang-wrap{
	z-index:2;
	position:fixed;
	top:20px;
	right:100px;
}
/* 
** Titres
*/
#login{

	position:absolute;
	top:0px;
	right:-80px;
}
#comment{
	position:absolute;
	top:20px;
	right:300px;
}
h1 {
	border-bottom:2px solid #FE7A10;
	color:orange;

	font-family:"Trebuchet MS",Sans-serif;
	font-size:25pt;

	font-weight:bold;

	margin-top:5px;
	text-indent:5px;
}

h2 {
	border-bottom:1px dotted #FE7A10;
	color:Orange;
	font-size:100%;
	margin:0px 10px;
}

/* 
** Liens
*/
a {
	color:Orange;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


#content {
	margin:0px 0px 0px 0px;
	position:float;
	left:10px;
	top:500px;
}
/* 
** Menu
*/
#menu {
	position:absolute;
	top:410px;
	left:0px;
	
	padding:0px;
} 

#menu a {
	margin: 0px;
	margin-bottom:7px;
	width: 120px; 
	height: 20px;
	display: block;
	text-align: center;
	border-bottom: 1px solid orange;
	text-decoration: none;
	color: orange;
	font-weight:bold;
	font-size:15px;
}
#fb a
{
	margin:0px;
	border-top: 0px solid orange;
	border-bottom: 0px solid orange;
}

#menu a:hover {
	border-top: 3px solid orange;
	border-bottom: 3px solid orange;
	
	/*font-size:17px;*/

	margin-bottom:2px;
	
	text-decoration: none;
}

#fb a:hover
{
	margin:0px;
	border-top: 0px solid orange;
	border-bottom: 0px solid orange;
}

/* 
** L'arrondi (Haut)
*/
#header {
	position:fixed;
	z-index:2;
	
	top:0px;
	left:0px;
}

.h1 {
	position:absolute;
	top:0px;
	left:0px;
}

.h2 {
	position:absolute;
	top:123px;
	left:0px;
}

/* 
** L'arrondi (Bas)
*/
#arrondi{
	position:fixed;

	z-index:2;	

	bottom:0px;
	right:0px;
}

.b1 {
	position:absolute;
	bottom:0px;
	left:-400px;
}

.b2 {
	position:absolute;
	top:-400px;
	right:0px;
}

/* 
** Le header 
*/
#header2 {
	position:absolute;
	z-index:2;

	top:0px;
	left:450px;
}
/* 
** Le footer  
*/
#footer{
	position:relative;
	top:50px;
	width: 400px;	
	margin: 0 auto 0 auto;
	clear: both;
	color: #000;
	font-size: 75%;
	text-align:center;
}

#footer a{
	color: #FF6600;
}

#footer p{
	margin: 1px;
}

/* 
** Elements cachés
*/
.print, .handheld  {
	display:none;
	width:0px;
	height:0px;
}
body select{
	color:black;
	background-color:white;
	font-weight:bold;
	border:1px solid #FE7A10;
}
body input{
	color:black;
	background-color:white;
	font-weight:bold;
	border:1px solid #FE7A10;
}
#basketTable{
	width:100%;
}
#basketTable td{
	border-top: 1px solid black;
}
