div#container {
	margin: 0px auto;
	width: 970px;
	}

div#heading {
	position: relative;
	float: left;
	}

div#logo {
	position: relative;
	float: left;
	padding-top: 20px;
	}

img.logo {
	border: 0px;
	}

div#description {
	text-align: justify;
	font-family: sans-serif;
	font-size: 14px;
	width: 400px;
	padding-left: 40px;
	position: relative;
	float: left;
	}

span.choosetext {
	color: #0000FF;
	}
	
span.smtext {
	font-size: 12px;
	}
	
span#moreinfo {
	font-family: sans-serif;
	font-size: 14px;
	color: #0000FF;
	}

div#pricegrid {
        width: 400px;
        }

div#gridtitle {
        background-color: #FFCCCC;
        padding-left: 65px;
        padding-right: 65px;
        padding-top: 2px;
        padding-bottom: 2px;
        }

div#pg {
        margin-left: 75px;
        margin-right: 75px;
        }	

div.price {
	float: left;
	text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        line-height: 1.4;
        }

div#charges {
	font-size: 12px;
        }

div#nouvellepic {
	position: relative;
	float: left;
	bottom: 100px;
	left: 90px;
	}

div#display {
	margin-left: 50px;
        }


div#set1 {
	padding-left: 55px;
	padding-right: 55px;
	}

img.card {
	float: left;
	width: 70px;
	margin: 10px;
	border: 0;
	}

div#set2 {
	float: left;
	}

img.card2 {
	width: 105px;
	border: 1px solid black;
	margin: 10px;
	}

div#bigcard {
	width: 600px;
	float: left;
	position: relative;
	left: 65px;
	}

div#set3 {
	float: left;
	}

img.card3 {
	width: 105px;
	border: 1px solid black;
	margin: 10px;
	}


div.clear {
	clear: both;
	}



