/* Style CSS commun */

body {
	scrollbar-3dlight-color:#006600;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#BDC6BD;
	scrollbar-track-color:#FFFFF8;
	scrollbar-highlight-color:#FFFFF8;
	scrollbar-shadow-color:#006600;
	scrollbar-arrow-color:#006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: justify;
	color: #000000;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
	text-align: justify;
	color: #000000;
}

h1 {
	height: 30px;
	padding: 1px;
	font-size: 120%;
	font-weight: bold;
	color: #003300;
	margin: 0px;
}

h2 {
	height: 20px;
	padding: 0px;
	font-size: 110%;
	font-weight: bold;
	color: #003300;
	margin: 0px;
}

h3 {
	font-size: 105%;
}
/* Lien navigation */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	text-align: left;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #009900;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	color: #009900;
	font-weight: bold;
}

.bantitre {
	font-size: 90%;
}

.bordtbl {
	border: 1px solid #339900;
	background-color: #FFFFF2;
	margin-left: auto;
	margin-right: auto;
}

.bordtblr {
	border: 1px solid #FF0000;
	background-image: url(../images/fonds/fdtblr.gif);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
}

.commentaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
}

.prix {
	font-weight: bold;
	color: #CC0000;
}

.titre {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #006600;
}

.titretbl {
	font-size: 110%;
	font-weight: bold;
	color: #003300;
}

.fdbarreverte {
	background-image: url(../images/fonds/fdlfd.gif);
	background-repeat: repeat-x;
	height: 20px;
}

.dispo {
	color: #006600;
	font-weight: bold;
}

.rouge {
	color: #FF0000;
	font-weight: bold;
}

.remise {
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
}
.npa {
	display: none;
}

#navigation {
	border: 1px solid #339900;
	background-color: #FFFFF2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

#navigation a:link {
	display: block;
	color: #003300;
	text-decoration: none;
	width: 160px;
	line-height: 26px;
	background: url(../images/boutons/commun.gif) no-repeat 0px 0px;
	text-align: center;
}

#navigation a:visited {
	text-align: center;
	display: block;
	width: 160px;
	line-height: 26px;
	color: #003300;
	text-decoration: none;
	background: url(../images/boutons/commun.gif) no-repeat 0px 0px;
}

#navigation a:hover {
	color: #F8FAF9;
	text-decoration: none;
	background: url(../images/boutons/commun.gif) no-repeat 0px -26px;
}

#navigation a:active {
	color: #F8FAF9;
	text-decoration: none;
	background: url(../images/boutons/commun.gif) no-repeat 0px -26px;
}

#erreur {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 560px;
	height: 150px;
	margin-top: -75px;
	margin-left: -280px;
	text-align: center;
}
.centre {
	text-align: center;
}
table {
	margin: auto;
}
input[type=text], input[type=submit], input[type=password], textarea {
	border: 1px solid #339900;
	background: #F8F8F8;
}
input[type=text]:hover, input[type=text]:active, input[type=text]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, textarea:hover, textarea:active, textarea:focus, input[type=password]:hover, input[type=password]:active, input[type=password]:focus {
	border: 1px solid #339900;
	background: #FFFFE8;
}

