/* CSS Document */
 
body {
	background:url(../img/bg-maxigolf.gif) top left #fff repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	/*text-decoration:underline;*/
}

form {
	margin:0;
	padding:0;
}

h2 {
	font-size:15px;
	text-transform:uppercase;
	margin:0 0 10px 0;
	padding:0;
}

div.paragraph {
	margin:0 0 30px 0;
}

div#container {
	width:992px;
	position:realtive;
	margin:0 auto;
}

div#logo {
	width:269px;
	height:498px;
	background:url(../img/fondlogo.jpg) top left no-repeat;
	margin:71px 0 0 0;
	float:left;
}

a#linklogo {
	display:block;
	border:0;
	margin:55px 0 0 72px;
	width:136px;
	height:62px;
}

div#logo a img {
	border:0;
}

div#contact {
	text-align:right;
	margin:380px 0 0 0;
}

h1.title {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}

div#contenu {
	width:540px;
	height:852px;
	background:url(../img/fondcontenu.jpg) top left no-repeat;
	margin:0;
	float:left;	
}

div#menu {
	background:url(../img/fondmenu.gif) top left no-repeat;
	width:519px;
	height:38px;
	margin:41px 0 0 10px;
}

div#menu ul {
	margin:0 0 0 7px;
	padding:0;
	list-style-type:none;
}

div#menu ul li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}

div#menu ul li a {
	float:left;
	display:block;
	margin:0;
	height:26px;
	background:url(../img/fondbtn.jpg) top left repeat-x;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding:12px 8px 0 7px;
	font-size:11px;
}

div#menu ul li a:hover {
	color:#000;
	background:url(../img/fondbtn.jpg) bottom left repeat-x;
}

div#contents {
	text-align:justify;
	width:480px;
	padding:30px 0 30px 30px;
}


div#tools {
	float:left;
}

a#lang {
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	display:block;
	margin:52px 0 0 0;
}

div#links {
	width:180px;
	height:36px;
	background:url(../img/tools.gif) top left no-repeat;
	margin:13px 0 10px 0;
}

ul#menutools {
	margin:0;
	padding:10px 0 0 10px;;
	list-style-type:none;
}

ul#menutools li {
	float:left;
	margin:0 10px 0 0;
	padding:0;
	list-style-type:none;
}

ul#menutools li a {
	float:left;
	margin:0;
	padding:0 0 0 17px;
	list-style-type:none;
	color:#ccc;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	height:14px;	
}

ul#menutools li a:hover {
	color:#fff;
	text-decoration:none;
	background-position:bottom left;
}

a#faq {
	background:url(../img/faq.gif) top left no-repeat;
}

a#contacttools {
	background:url(../img/contact.gif) top left no-repeat;
}

div#dealers {
	width:180px;
	height:75px;
	background:url(../img/dealer.gif) top left no-repeat;
	margin:0 0 10px 0;
}

div#dealers h3, div#newsletter h3 {
	color:#fff;
	font-weight:bold;
	margin:0;
	font-size:11px;
	text-transform:uppercase;
	padding:10px 0 0 31px;
}

div#dealers input {
	font-size:11px;
	text-align:center;
	width:160px;
	margin:15px 0 0 10px;
}

div#newsletter {
	width:180px;
	height:133px;
	background:url(../img/newsletter.gif) top left no-repeat;
	margin:0 0 10px 0;
}

.inputtxt {
	font-size:11px;
	text-align:left;
	width:155px;
	margin:0 0 4px 10px;
}

.inputbtn {
	font-size:11px;
	text-align:center;
	width:160px;
	margin:9px 0 0 10px;
}

.nomarnopad {
	margin:0;
	padding:0;
}

.error {
	text-align:center;
	color:red;
	border : dotted 1px red;
	margin:3px;
}

.success {
	text-align:center;
	color:green;
	border : dotted 1px green;
	margin:3px;
}