@media screen {

body {
	background-color:#7685A4;
	color:#FFFFFF;
	width:749px;
	margin:auto;
}

/* Couleurs liens menus */
a.menu:link {
	color: #281C68;
	text-decoration: none;
	font-weight: bold;
}

a.menu:visited {
	color: #281C68;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	color: RED;
	text-decoration: none;
	font-weight: bold;
}

a.menu2:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.menu2:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.menu2:hover {
	color: #281C68;
	text-decoration: none;
	font-weight: bold;
}

a.menu_langue:link {
	color: #281C68;
	text-decoration: none;
	font-weight: bold;
}

a.menu_langue:visited {
	color: #281C68;
	text-decoration: none;
	font-weight: bold;
}

a.menu_langue:hover {
	color: RED;
	text-decoration: none;
	font-weight: bold;
}

a.menu2_langue:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.menu2_langue:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.menu2_langue:hover {
	color: RED;
	text-decoration: none;
	font-weight: bold;
}

.menu2 {
	list-style-type: none;
}

#BanniereTop {
	width:749px;
	height:119px;
	background-image:url('../images/Banniere4.jpg');
	background-color:#ffffff;
	background-repeat:no-repeat;
	float:left;
}

#NewMenu {
height:30px;
width:749px;
font-weight:bold;
vertical-align:middle;
margin:auto;
background-color:#281C68;
}

#NewMenu ul {
margin:0;
padding:0;
list-style-type:none;
text-align:center;
vertical-align:middle;
}

#NewMenu li {
float:left;
margin:auto;
padding:0;
background-color:#281C68;
border-right-color:#7685A4;
border-right-style:ridge;
border-right-width:thin;
}

#NewMenu li a {
display:block;
width:148px;
color:white;
text-decoration:none;
padding:0px;
}

#NewMenu li a:hover {
color:#FFD700;
}

#NewMenu ul li ul {
display:none;
width:260px;
height:150px; /* Image de 310 x 405px à ajuster selon le nombre de produits dans la liste */
background-image:url('../images/PopMenu.png');
background-position:-50px -250px;
background-repeat:no-repeat;
margin:0;
padding-top:5px;
}

#NewMenu ul li ul li {
background-color:#FFFFFF;
color:#281C68;
width:160px;
text-align:left;
text-indent:-35px;
}

#NewMenu ul li ul li a {
color:#281C68;
width:160px;
/* padding-left:16px; */
}

#NewMenu ul li:hover ul {
display:block;
}
#NewMenu li:hover ul li {
float:none;
}

#MenuGauche {
	background-color:#7685A4;
	width:180px;
}

#MenuGauche ul {
	background-color:#7685A4;
margin:0;
padding:0;
list-style-type:none;
text-align:center;
vertical-align:middle;
}

#MenuGauche li {
vertical-align:middle;
height:25px;
border-bottom-color:#7685A4;
border-bottom-style:solid;
border-bottom-width:thin;
}

#MenuGauche li a:hover {
color:#FFD700;
}


}