BODY {
	margin-top: 0px;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat
}

/*table du centre pour toutes les pages*/

.main_tbl {
	height: 100%;
	width: 821px;
	padding: 0px;
	background-color: #f5f5f5;
}


/*gere le menu*/
ul.menu
{
	float:center;
	width:100%;
	padding:0;
	margin-top: 20px;
	margin-left: 0px;
	list-style-type:none;
	font-family: Verdana, Tahoma, Arial;
	color : black;
	font-size : 11px;
	font-weight: bold;	
	line-height : 30px;
}
a.menu
{
	float:center;
	text-decoration:none;
	color:black;
	background-color:none;
	padding:0.2em 0.6em;
}
a.menu:visited {
	color : #000000;
}
a.menu:hover {
	color : #FFFFFF;
	color:#d9531e;
	font-size : 12px;
	text-decoration:none;
	padding:0.2em 0.6em;
}

a.menu:active {
	color:#d9531e;
	font-size : 12px;
}


.highlite {
	float:center;
	width:100%;
	padding:0;
	margin-left:0;
	list-style-type:none;
	font-family: Verdana, Tahoma, Arial;
	font-size : 13px;
	font-weight: bold;
	width:3em;
	color:#d9531e;
	padding:0.2em 0.4em;
}
/* fin gestion du menu*/


/*place les images de gauche en page index
img.boite 
{
	margin-left: 15px;
}*/

/* gère le texte dans les pages*/
.maintext {
	font-family: Verdana, Tahoma, Arial;
	font-size : 12px;
	color : black;
	margin-right: 15px;	
	margin-left: 10px;
	margin-top: 20px;
	line-height : 14px;
	text-align:justify;
}

/* gère le texte orange bold */
b.cap {
	font-family: Verdana, Tahoma, Arial;
	font-size : 12px;
	color : #cf5527;
	font-weight : bold;
}


/*gere le texte dans la boite dvd en accueil*/
h1.pos_abs
{
	font-family: Verdana, Tahoma, Arial;
	color : white;
	font-size : 11px;
	margin-left :5px;
	padding-top : 5px;
	margin-right : 5px;
	margin-top : 5px;
	margin-bottom : 5px;
	font-weight: normal;
	line-height : 13px;
	text-align:justify
}

/*couleurs boite dvd home  */
td.tabledvdhomed {
background-color : #bc3310;
}

td.tabledvdhomeg {
background-color : #cf5527;
}

A:VISITED {
	color : #000000;
	
}

a:hover {
	color : #862309;
	text-decoration:underline;
}


A {
color : #000000;
	text-decoration:underline;
	}

.tablemain {
background-color : #f5f5f5;
}


/*texte dans les boites de la page projet */
ul.projets
{
	padding:0;
	margin-left :25px;
	margin-right :10px;
	margin-bottom :0px;
	font-family : Verdana, Tahoma, Arial;
	color : black;
	font-size : 11px;
	font-weight : normal;
	list-style-type: square;
	line-height: 13px;
}

/*texte dans les boites de la page projet */
.langue {
	margin-left :40px;
	margin-top : 8px;
	margin-bottom : 0px;
	font-family : Verdana, Tahoma, Arial;
	color : black;
	font-size : 11px;
	font-weight : normal;
	
}

/* gère le texte copyrights et click to see more dans les pages*/
.copyrights {
	font-family: Verdana, Tahoma, Arial;
	font-size : 9px;
	color : black;
	margin-right: 15px;	
	margin-left: 10px;
	margin-top: 20px;
	line-height : 16px;
	text-align:center
}

/* gère l'aspect des boite de quantité du Store*/
input.beige {
	background-color: #f4e3bf;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	text-align:right
}

/* gère l'aspect des boite du login*/
input.beigelog {
	background-color: #f4e3bf;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	text-align:left
}

/*texte en liste */
ul
{
	padding:0;
	margin-left :25px;
	margin-right :10px;
	margin-bottom :0px;
	font-family : Verdana, Tahoma, Arial;
	color : black;
	font-size : 11px;
	font-weight : normal;
	list-style-type: square;
	line-height: 15px;
}

/* place le texte "nombre items" dans les page "store" anglaises*/
.nbreitems {
	font-family: Verdana, Tahoma, Arial;
	font-size : 10px;
	color : black;
	margin-left: 195px;
	margin-top: 20px;
	line-height : 16px;

}

/* place le texte "nombre items" dans les page "store" francaises*/
.nbreitems_fr {
	font-family: Verdana, Tahoma, Arial;
	font-size : 10px;
	color : black;
	margin-left: 190px;
	margin-top: 20px;
	line-height : 16px;

}

/* gère le texte dans les tables de mon compte*/
.textTableCompte {
	font-family: Verdana, Tahoma, Arial;
	font-size : 10px;
	color : black;

	line-height : 14px;
	text-align:center;
}

/* place le texte "your bonus points" dans la page "points" anglaises*/
.bonuspoints {
	font-family: Verdana, Tahoma, Arial;
	font-size : 10px;
	color : black;
	margin-left: 175px;
	margin-top: 20px;
	line-height : 16px;

}

/* place le texte "your bonus points" dans la page "points" francaise*/
.bonuspointsFR {
	font-family: Verdana, Tahoma, Arial;
	font-size : 10px;
	color : black;
	margin-left: 155px;
	margin-top: 20px;
	line-height : 16px;

}

/* place le texte et la case a cocher de la page points*/
.margepoints {
	padding-left: 35px;
	line-height: 35px;
}

/* ajoute une marge entre texte et boite de quanite ou autre de la ligne d'en dessous*/
.margeboites {
	line-height: 35px;
}

.error
{
	color: red;
	
}

/* gère le texte dans les pages*/
.textdanstable {
	font-family: Verdana, Tahoma, Arial;
	font-size : 12px;
	color : black;
	margin-right: 15px;	
	margin-top: 20px;
	line-height : 14px;
	text-align:justify;
}