.main {
	height: auto;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.main .header {
	background-image: url(images/123annuaires.jpg);
	height: 186px;
	width: 450px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0E6517;
}
.main .menu {
	text-align: center;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.main .menu a {
	text-align: center;
	text-decoration: none;
	color: #999999;
}
.main .menu a:hover {
	text-align: center;
	color:#FF7E00;
}


.main .central {
	padding-right: 5px;
	padding-left: 5px;
}
.main .central h2 {
	color: #FF8102;
	font-size: 18px;
}
.main .footer {
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #0E6517;
	color: #FFFFFF;
}
.main .footer a{
	color: #FFFFFF;
	text-decoration: none;
}

.main .central h1 {
	color: #0E6517;
	font-size: 20px;
}
.main .central .site_url a{
	text-decoration: none;
	color: #0E6517;
	font-size:10px;
}
.main .central .surleweb {
	font-size: 16px;
}
