BODY {
	margin: 0;
	text-align: center; /* for IE */
	background-color: #aaade4;
	font-family: Verdana, Arial, Comic Sans MS;
	font-size: 12px;
	color: #5d6289;
}

P {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

A {
	text-decoration: none;
	color: #D04117;
}

A:hover {
	text-decoration: underline;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#container
{
		margin: 10 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		width: 815px;
		/*
		border: solid 2px #000000;
		background-color: #FFFFFF;
		/*background-image: url('/img/bg_container.gif');
		background-repeat: repeat-y;
	    */
}

.whiteBloc {
	position: relative;
    width: 815px;
	background-color: #aaade4;
	background-image: url(/images/bloc_white_largeur.gif);
	background-repeat: repeat-y;
}

.whiteBlocContent {
	padding-left: 10px;
	padding-right: 10px;
}

.infoBloc {
	position: relative;
    width: 187px;
	background-color: #fff7da;
}
.infoBloc p {
	text-align: justify;
}

.infoBlocContent {
	background-color: #fff7da;
	padding: 5px;
	font-size: 10px;
}

.newBloc {
	position: relative;
    width: 187px;
	background-color: #ffffff;
}

.newBlocContent {
	background-image: url(/images/largeur_bloc_nouveaute.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
    padding: 5px;
	font-size: 10px;
}

.discussBloc {
	position: relative;
    width: 187px;
	background-color: #ffffff;
}

.discussBlocContent {
	background-image: url(/images/largeur_bloc_forum.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
    padding: 5px;
	font-size: 10px;
}

.promoBloc {
	position: relative;
    width: 187px;
	background-color: #ffffff;
}

.promoBlocContent {
	background-image: url(/images/largeur_bloc_promo.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
    padding: 5px;
	font-size: 10px;
}

.normalText {
	color: #5d6289;
	font-size: 10px;
}

.bigTitle {
	font-weight: bold;
	font-size: 16px;
}

.boldText {
	font-weight: bold;
}

.smallText {
	font-size: 10px;
}

.smallTitle {
	font-weight: bold;
}

.redText {
	color: #ff0000;
}

.greenText {
	color: #94a812;
}

.productImg {
	border: 2px solid #9999CC;
}

#ongletContainerDiv
{
	position: absolute;
	left: 6px;
	top: 70px;
	width: 802px;
	height: 30px;

}

.ongletIEDiv
{
	position: relative;
	width: 133px;
	float: left;
}

.ongletDiv {
	position: relative;
	float: right;
	width: 130px;
	height: 30px;
	background-image: url(/images/onglet_01.gif);
	text-align: center;
	color: #ffffff;
}

#compteDiv {
	position: absolute;
	top: 15px;
	left: 430px;
}

#comptePseudoDiv {
	position: absolute;
	top: 35px;
	left: 463px;
}

#panierDiv {
	position: absolute;
	top: 15px;
	left: 620px;
}

#panierInfoDiv {
	position: absolute;
	top: 35px;
	left: 653px;
}

#searchDiv {
	position: absolute;
	height: 35px;
	width: 803px;
	top: 103px;
	left: 5px;
	text-align: center;
	background-color: #a6ca12;
}

#navDiv {
	position: absolute;
	height: 30px;
	width: 803px;
	top: 142px;
	left: 5px;
	text-align: center;
	background-color: #f0efff;
}



#cheatset {
	float: right;
	width: 280px;
	margin: 10px;
}
