/* Style global du site */

* html body Posglobal{
	height:100%;
	overflow:hidden;
}

.global{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	margin: 2px;
	padding: 2px;
    background-color:#990000;
}

/* Positionnement relatif du site*/

.Posglobal {
	width:900px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

/* En tête de page */

.tete {
	width:100%;
	height:180px;
}

/* Corps gauche */

.gauche {
	float: left;
	text-align: left;
	padding-left: 1ex;
	width: 180px;
	padding-top: 5px;
}

/* Corps droite */

.droite {
	float: right;
	text-align: left;
	padding-left: 1ex;
	width: 180px;
	background-color: #CCCC99;
	margin-top: 5px;
}

/* Corps central */

.centre {
	text-align: left;
	padding-left: 5ex;
	padding-right: 5ex;
	margin-left: 180px;
	margin-right: 180px;
}

/* Corps droite intérieur */

.idroite {
	float: right;
	text-align: left;
	padding-left: 1ex;
	width: 250px;
	background-color: #CCCC99;
	margin-top: 5px;
}

/* Corps central intérieur*/

.icentre {
	text-align: left;
	padding-left: 5ex;
	padding-right: 5ex;
	margin-left:180px;
	margin-right:250px;
}

/* Partie basse du corps central */

.pied {
	clear: both;
	width:100%;
}

/* Couleur des fonds */

.fondor {
 background-color: #CCCC99;
}

/* Police du menu haut */

.phaut{
	font-weight: bold;
	text-align: left;
	color: #000000;
}

/* Image de fond du menu haut */

.bghaut{
	text-align: left;
	margin-left: -5px;
}

/* Police du menu gauche */

.polgau{
	color: #990000;
}

/* Police du nombre d'articles */

.part{
	color: #990000;
	font-style: inherit;
	text-align: right;
}
