@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #3c3c3c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9e9e9e;
	text-decoration: none;
	line-height: 20px;
}

.AddCaddie {
	width: 300px;
	margin: 0 auto;
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

.msg {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.prix {
	color: #ff0000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

tr.titre {
	background-color: #36393D;
	color: #ffffff;
	font-weight: bold;
}

tr.fond1 {
	background-color: #EEEEEE;
	color: #000000;
}

tr.fond2 {
	background-color: #F9F7ED;
	color: #000000;
}

a {
	color: #89a35f;
}
a:hover {
	text-decoration: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #3c3c3c;
	text-decoration: none;
	font-weight: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #3c3c3c;
	text-decoration: none;
	font-weight: bold;
}
.legend {
	font-weight: bold;
	color: #347591;
}
.box {
}
.box h3 {
}
.box a{
	font-weight: bold;
	color: #89a35f;
	text-decoration: none;
}
.box a:hover{
	text-decoration: underline;
}
blockquote {
	text-align: justify;
}
.img {
	margin-right: 12px;
	width: 130px;
	float: left;
}
#menubar {
	background-color: #3c3c3c;
	height: 35px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 20px;
}


#menubar a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #888888;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-weight: bold;
}



#menubar ul{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}

#menubar li{
	list-style-image: none;
	list-style-type: none;
	display: inline;

}

#menubar a:hover {
	color: #9E9E9E;
}

#menucenter {
	height: 320px;
	width: 285px;
	margin-top: 98px;
	float: left;
}

#menucenter a{
	background-image: url(interface/pucegif.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 26px;
	color: #6b92a2;
	text-decoration: none;

}
#menucenter a:hover{
	color: #FF6633;
	background-image: url(interface/puce2.gif);
	text-decoration: underline;

}
#menucenter ul{
	vertical-align: middle;
	padding-top: 25px;
	margin: 0px;
	padding-left: 40px;

}
#menucenter li{
	list-style-type: none;
	list-style-image: none;
	display: block;
	height: 26px;
	vertical-align: middle;
	padding-top: 2px;
	width: 170px;
}
#header {
	background-image: url(interface/head.jpg);
	background-repeat: no-repeat;
	height: 433px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#center {
	background-color: #ffffff;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(interface/fd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#content {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
}
#colone {
	width: 310px;
	float: left;
	padding-right: 18px;
	text-align: justify;
}
#coltwo {
	width: 330px;
	float: right;
	padding-left: 28px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	text-align: justify;
}

#footer {
	background-color: #3c3c3c;
	height: 30px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#footer a{
	color: #666666;
	text-decoration: underline;
}
#footer a:hover{
	color: #9e9e9e;
	text-decoration: none;
}
