@charset "utf-8";
body {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/main-back.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #646464;
}
.twoColFixLtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/vip-logos.png) no-repeat bottom left;
}
.twoColFixLtHdr #header {
	padding: 0 0px 20px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 0px;
	height: 167px;
	float: left;
}
.twoColFixLtHdr #header h1 a {
	display: block;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 0px;
	height: 167px;
	width: 587px;
	background: url(images/header-logo.gif) no-repeat left top;
	text-indent: -700;
}

.twoColFixLtHdr #header h1#en a {
	display: block;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 0px;
	height: 167px;
	width: 587px;
	background: url(images/header-logo-en.gif) no-repeat left top;
	text-indent: -700;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 336px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 100%;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 356px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #footer {
	font-size: 60%;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footer-back.png) no-repeat bottom;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.breadcrumb {
	font-size: 60%;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a {
	color: #ef822d;
}

h1, h2, h3 {
	font: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

#mainContent h1 {
	font-size: 200%;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ef822d;
}

#mainContent h2 {
	font-size: 150%;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ef822d;
}
#mainContent h3 {
	font-size: 100%;
	font-weight: bold;
}

#mainContent .news h3 {
	margin-bottom: -1em;
	color: #ef822d;
}

#MenuLine {
	background: url(images/menu-back.png) no-repeat bottom right;
	height: 40px;
}

#MenuLine p{
	float: right;
	margin: 20px 40px 0 0;
	font-size: 80%;
}

#MenuLine a{
	text-decoration: none;
	color: #000000;
}

#MenuLine img{
	vertical-align: middle;
}

.date {
	background-color: #ffedcb;
	float: left;
	border-top: 1px solid #fee0a8;
	border-left: 1px solid #fee0a8;
	border-bottom: 1px solid #fec252;
	border-right: 1px solid #fecf78;
	padding: 0.5em;
	font-size: 80%;
	text-align:center;
	margin-right: 1em;
	width: 2.5em;
}

.caption {
	width: 150px;
	text-align: center;
	font-size: 60%;
	border: 1px solid #cccccc;
	padding: 10px;
}

/*------------------------------------------/
/----------FORME----------------------------/
/------------------------------------------*/

form fieldset {
  margin-bottom: 10px;
	border: 1px solid #eee;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
	font-size: 85%;
}
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
	font-size: 85%;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
	border-bottom: 1px solid #eee;
}

form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}

form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}

form fieldset fieldset label {
  display: block;
  width: auto;
}

form em {
  font-weight: bold;
  font-style: normal;
  color: #FFCC00;
}

form label {
  width: 120px; /* Width of labels */
}

form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

input, textarea, select {
	font: 85% Tahoma, Arial, Helvetica, sans-serif; 
	border: 1px solid #CCCCCC;
	width: 50%;
}

.checkbox {
	width: auto;
	border: none;
}


/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: block;
	margin-left: 130px;
	margin-bottom: -30px;
	width: 200px;
	height: 50px;
	border: none;
	padding: 15px 10px 10px 10px;
	background: url(/images/form-warning-back.png) no-repeat top left;
	color: #666666;
	font-size: 85%;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #fecf78;
}


/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textareaRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: block;
	margin-left: 130px;
	margin-bottom: -30px;
	width: 200px;
	height: 50px;
	border: none;
	padding: 15px 10px 10px 10px;
	background: url(/images/form-warning-back.png) no-repeat top left;
	color: #666666;
	font-size: 85%;
}


/* When the widget is in an invalid state the TEXTAREA has a red background applied on it. */
textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	background-color: #fecf78;
}

/*----------------------------------------------------------*/

th {
	background: #E2E2E2;
	font-weight: normal;
	padding: 0.3em;
	}
	
td { padding: 0.3em; }

.orange { color: #ef822d }

.bookmark {
	padding: 4px;
	border: 1px solid #e2e2e2;
	font-size: 80%;
}

.bookmark li {
	list-style-type: none;
	display: inline;
	margin-right: 1em;
	}
.bookmark a { text-decoration: none; color: #666666 }

hr { background-color: #eee; height: 1px; border:0; }
