/*
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #001A80;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FF6633;

}
a:hover {
	color: #FE8956B;
	text-decoration: underline;
	font-weight: bold;
}
strong {
	color: #E8956B;
}
ul {
	color: #E8956B;
}
.bg {
	background-color: #4F4FD2;
	border: 4px solid #CC0000;

}
.titreProd {
	font-size: 15px;
	font-weight: bold;
	color: #E8956B;
	text-decoration: underline;

}
.prodTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: 2px solid #E8956B;
	background-color: #4F4D2;
}
.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E8956B;
	background-color: #001A80;
	padding: 10px;
	width: 300px;
	border: 2px outset #E8956B;
}

#header  {
	position:absolute;
	left:200px;
	top:30px;
	width:700px;
	height:100px;
	z-index:1;
}

#navig {
	position:absolute;
	left:200px;
	top:130px;
	width:700px;
	height:35px;
	z-index:2;
}

#content {
	position:absolute;
	left:200px;
	top:165px;
	width:700px;
	height:400px;
	overflow:auto;
	z-index:3;
	border: thin #999999;

}
*/

a.bouton2:link{
width:130px;
height:10px;
text-decoration:none;
color:#000000;
text-align:center;
font-weight:bold;
background-color:#FFFF00;
padding:1px;
border-style:outset;
border-width:2px;
border-color:silver}

a.bouton2:visited{
width:130px;
height:10px;
text-decoration:none;
color:#000000;
text-align:center;
font-weight:bold;
background-color:#FFFF00;
padding:1px;
border-style:outset;
border-width:2px;
border-color:silver}

a.bouton2:hover{
width:130px;
height:10px;
text-decoration:none;
color:#FFFF00;
text-align:center;
font-weight:bold;
background-color:#FF0000;
/* background-image:url(aqua.jpg); */
padding:1px;
border-style:inset;
border-width:2px;
border-color:silver}

.bouton2{text-align:center;padding:5px;}

a.bouton3:link{
width:130px;
height:10px;
text-decoration:none;
color:#FFFF00;
text-align:center;
font-weight:bold;
background-color:#FF0000;
padding:1px;
border-style:outset;
border-width:2px;
border-color:silver}

a.bouton3:visited{
width:130px;
height:10px;
text-decoration:none;
color:#FFFF00;
text-align:center;
font-weight:bold;
background-color:#FF0000;
padding:1px;
border-style:outset;
border-width:2px;
border-color:silver}

a.bouton3:hover{
width:130px;
height:10px;
text-decoration:none;
color:#FF0000;
text-align:center;
font-weight:bold;
background-color:#FFFF00;
/* background-image:url(aqua.jpg); */
padding:1px;
border-style:inset;
border-width:2px;
border-color:silver}

.bouton3{text-align:center;padding:5px;}

