/* CSS Document */

body {
	margin-top: 45px;
	background-color:#afa5a3;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	text-align:center;
}

.twoColFixLt #container { 
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; 
	padding: 45px 0px 30px 30px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 350px;
	padding: 45px 30px 30px; 
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.menu{
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
width:960px;
height:35px;
margin-bottom:25px;
text-align:left;
}

div.titre{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fe961b;
	font-weight:bold;
}

div.paypal_CD1{
    position: absolute;
    top:510px;
	left:230px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fe961b;
}

div.paypal_CD2{
    position: absolute;
    top:570px;
	left:200px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fe961b;
}
div.drapeaux_gb{
    position: absolute;
    top:20px;
	left:920px;
}

div.soustitre{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3d3135;
}

div.copy{
	font-size:10px;
}

td.pieces{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

div.BTN1 a {
	display:block;
	width: 326px;
	height:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(../images/boutonBG.gif);
	background-repeat:no-repeat;
	text-decoration: none;
}

div.BTN1 a:visited {
}

div.BTN1 a:hover {
	background-position: 0 -95px;
}


div.BTN2 a {
	display:block;
	width: 310px;
	height:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(../images/boutonBG.gif);
	background-position: 0 -48px;
	background-repeat:no-repeat;
	text-decoration: none;
}

div.BTN2 a:visited {
}

div.BTN2 a:hover {
	background-position: 0 -95px;
}

a.achat{
	color:#ef8f1d;
	text-decoration:underline;
}
a.achat:visited{color:#ef8f1d;}
a.achat:hover{color:#cccccc;}



