/******************/
/*   BARRE NAV    */
/******************/
.popInfo{
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid black;
	width: 100%;
	background-color: #D8D8D8;
	background: url("images/bg-navigation2.png") repeat-x;
	height: 38px;
}

.popNav{
	padding: 0px;
	margin: 0px;
	width: 1000px;
	background: url("images/bg-navigation2.png") repeat-x;
	height: 38px;
	color: white;
	font-family: Corbel, Lucida Sans Unicode, MS Reference Sans Serif, Maiandra GD, Trebuchet MS, Segoe UI;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	vertical-align: middle;
}

.popNav a {
	font-size: 9px;
	color: white;
	text-decoration: none;
}

.popNav a:hover {
	text-decoration: underline;
}

.bigSearch {
	font-family: Corbel, Lucida Sans Unicode, MS Reference Sans Serif, Maiandra GD, Trebuchet MS, Segoe UI;
	font-size: 16px;
	color: black;
	font-weight: bold;
}

.bigSearch select {
	height: 30px;
}



/************************/
/*	BOITE DE DIALOGUE	*/
/************************/
.DialogTable {
	width: 100%;
	border: 1px solid #ffe431;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}



#lastNews {
	text-align: left;
	/*border: 1px solid black;*/
	margin: 3px;
	padding: 3px;
	color: #A40404;
}

#lastNews legend {
	border: 1px solid #cccccc;
	font-weight: bold;
	text-transform: capitalize;
	background-image: url("images/minishop_hmenu_fond.png");
	padding: 3px;
}

#lastNews fieldset {
	border: 1px solid #cccccc;
}

#lastNews ul {
	margin: 0px;
	padding: 0px;
	#padding: 5px;
	list-style: none;
}


/************/
/*	FLYPAGE */
/************/
#tpsExpedition {
	font-size: 9px;
	font-weight: bold;
	color: #1a4a88;
}