/* Default HTML elements definitions */
body {
	background-position: top center; background: #c0c0ae;
	background-position: top center; font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; text-align: justify;
	color: #333; font-size: 12px;
}

/* links */
a { color: #f96611; font-weight: inherit; text-decoration: none; }
a:hover { color: #f96611; text-decoration: underline; }

.link { color: #f96611; font-weight: inherit; text-decoration: none; cursor: pointer; }
.link:hover { color: #f96611; text-decoration: underline; }

img {
	border: 0px;
}

/* Form's */
select {
	border: 1px solid #e2e3de; background-color: #fff;
}

textarea {
	font-family: arial; font-size: 12px; border: 1px solid #e2e3de;
	vertical-align: top;
}

/* Navigation */
#nav {
	width: 100%; margin: 0px; font-weight: bold; font-size: 12pt;
	color: #f96611; height: 40px; line-height: 30pt;
	border-collapse: collapse; border-spacing: 0;
}

#nav a: {
	color: #f96611; text-decoration: none;
}

#nav a:hover {
	color: #847d6e; text-decoration: none;
}

#nav td {
	border: 0; padding: 0; margin: 0;
}

#nav .center {
	background: #fff url('../images/veoxa-menucenter.jpg') repeat-x;
	width: 100%;
}

#nav table {
	border: 0; width: 100%;
}

#nav table td {
	min-width: 125px; text-align: center;
}

/* Contenu */
.contour-page {
	border: #e4e5df solid 1px; background-color: #fff; padding: 10px;
}

.ligne {
	border-top: #d5d5d5 solid 1px; margin-top: 5px; margin-bottom: 5px;
}

.contour-bloc {
	border: #e4e5df solid 5px; background-color: #f6f6ef; padding: 10px;
}

/* Home */
#bloc-offres {
	border: #e4e5df solid 5px; background-color: #f6f6ef; padding: 0px;
	width: 270px;
}

/* Menu */
.menu {
	border: #e4e5df solid 1px; background-color: #f6f6ef; padding: 10px;
	width: 230px;
}

/* Fonts */
H1 {
	font-family: arial, helvetica;
	font-size: 2.9em;
	color: #f96611;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
}

H1.annonceurs {
	color: #4786c5;
}


H1.editeurs {
	color: #669900;
}

H2 {
	font-family: arial, helvetica; font-size: 16pt; color: #f96611;
	text-align: left; font-weight: normal; line-height: 24px; margin: 0px;
}

h2.home{
	font-size: 11pt;
}
H2.annonceurs {
	color: #4786c5;
}

H2.editeurs {
	color: #669900;
}

H3 {
	font-family: arial, helvetica; font-size: 14pt; color: #333;
	font-weight: normal; line-height: 30px; margin: 0px;
}

H3 a {
	color: #f96611; text-decoration: none;
}

H3 a:hover {
	color: #f96611; text-decoration: underligne;
}

H4 {
	font-family: arial, helvetica; font-size: 12px; color: #333;
	font-weight: normal; line-height: 30px; margin: 0px;
}

H4 a {
	color: #f96611; text-decoration: none;
}

H4 a:hover {
	color: #f96611; text-decoration: underligne;
}

H4.negatif {
	color: #fff; text-decoration: none;
}

H4.negatif a {
	color: #fff; text-decoration: none;
}

H4.negatif a:hover {
	color: #fff; text-decoration: underline;
}

/* ADDED */
.page-top td,.page-bottom td {
	min-height: 10px; height: 10px;
}

.page-top .page-left {
	background: url('../images/veoxa-pagetopleft.jpg') bottom no-repeat;
	min-width: 10px; width: 10px;
}

.page-top .page-center {
	background: url('../images/veoxa-pagetop.jpg') bottom repeat-x;
	width: 100%;
}

.page-top .page-right {
	background: url('../images/veoxa-pagetopright.jpg') bottom no-repeat;
	min-width: 10px; width: 10px;
}

.page-content .page-left {
	background: url('../images/veoxa-pageleft.jpg') repeat-y;
	min-width: 10px; width: 10px;
}

.page-content .page-center {
	vertical-align: top; background-color: #ffffff;
}

.page-content .page-right {
	background: url('../images/veoxa-pageright.jpg') repeat-y;
	min-width: 10px; width: 10px;
}

.page-bottom .page-left {
	background: url('../images/veoxa-pagebottomleft.jpg') bottom no-repeat;
	min-width: 10px; width: 10px;
}

.page-bottom .page-center {
	background: url('../images/veoxa-pagebottom.jpg') bottom repeat-x;
	width: 100%;
}

.page-bottom .page-right {
	background: url('../images/veoxa-pagebottomright.jpg') bottom no-repeat;
	min-width: 10px; width: 10px;
}

.submenu {
	padding: 3px; font-weight: bold; text-align: center;
}

.larger {
	font-size: 1.1em;
}

.smaller {
	font-size: 0.9em;
}

fieldset.group {
	width:	90%;
	height:	120px;
	padding: 2px;
}

fieldset.group select {
	width:	95%;
}

span.green {
	color:	#006400;
}

span.purple {
	color: #98344E;
}