/* **********************************
          General layout
********************************** */

body {
	background: #A7A7B5;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.body-table {
	background: #FFFFFF;
	border: 13px solid white;
	width: 920px;
}


.quick-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	background-color: rgb(230, 240, 251);
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 2px;
	padding: 1px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.text-strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
    font-weight: bold;
}

.text-lh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}

.text-justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}

.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.news_vip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C01717;
}

/* **********************************
          General links
********************************** */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #4E84B9;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E84B9;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E84B9;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E84B9;
	text-decoration: none;
}

/* **********************************
          Top navigation links
********************************** */

.top_nav {
	color: #FFFFFF;
	font-size: 9pt;
}

a.top_nav {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

a.top_nav:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

a.top_nav:hover {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}


/* **********************************
          Left navigation 
********************************** */

td.left_nav {
	background-color: #E5EDF5;
	border-top: 2px solid white;
	border-right: 2px solid white;
}

td.left_nav_open {
	background-color: #C5D7E9;
	border-top: 2px solid white;
	border-right: 2px solid white;
}

td.left_nav_is {
	background-color: #4E84B9;
	color: #FFFFFF;
	font-size: 11px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}

td.left_nav_sub {
	background-color: #EFEFEF;
	border-top: 2px solid white;
	border-right: 2px solid white;
}

a.left_nav {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	line-height: 21px;
}

a.left_nav:visited {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	line-height: 21px;
}

a.left_nav:hover {
	color: #333333;
	font-size: 11px;
	text-decoration: underline;
	line-height: 21px;
}

a.left_nav_extra {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	line-height: 21px;
}

a.left_nav_extra:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	line-height: 21px;
}

a.left_nav_extra:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
	line-height: 21px;
}

a.left_nav_sub {
	color: #4E84B9;
	font-size: 11px;
	text-decoration: none;
}

a.left_nav_sub:visited {
	color: #4E84B9;
	font-size: 11px;
	text-decoration: none;
}

a.left_nav_sub:hover {
	color: #4E84B9;
	font-size: 11px;
	text-decoration: underline;
}


/* **********************************
          Left boxes 
********************************** */


td.left_box {
	background-color: #F9ECEC;
	border-top: 2px solid white;
	border-right: 2px solid white;
	color: #333333;
	font-size: 11px;
}

td.left_box_is {
	background-color: #C01717;
	color: #FFFFFF;
	font-size: 11px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}

/* **********************************
          Right boxes 
********************************** */


td.right_box_blue {
	background-color: #E5EDF5;
	border-top: 2px solid white;
	border-left: 2px solid white;
	color: #333333;
	font-size: 11px;
}

td.right_box_is_blue {
	background-color: #4E84B9;
	color: #FFFFFF;
	font-size: 11px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}

td.right_box_red {
	background-color: #F9ECEC;
	border-top: 2px solid white;
	border-left: 2px solid white;
	color: #333333;
	font-size: 11px;
}

td.right_box_is_red {
	background-color: #C01717;
	color: #FFFFFF;
	font-size: 11px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}


/* **********************************
          Common boxes 
********************************** */


td.is_blue {
	background-color: #4E84B9;
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}

td.is_blue2 {
  background-color: #e5edf5;
  color: #4E84B9;
	font-size: 11px;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}

td.is_red {
	background-color: #C01919;
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}

tr.results_bg {
	background-color: #EFEFEF;
}

.results_title {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}



/* **********************************
          Path links
********************************** */

.path_nav {
	font-size: 10px;
	color: #000000;
}

a.path_nav {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

a.path_nav:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

a.path_nav:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}



/* **********************************
          Footer links
********************************** */

a.footer {
	font-size: 11px;
	color: #8D8983;
	text-decoration: none;
}
a.footer:visited {
	font-size: 11px;
	color: #8D8983;
	text-decoration: none;
}
a.footer:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


a.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}

a.signature:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a.signature:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a.signature2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #666666;
}

a.signature2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

a.signature2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

/* **********************************
          Other links
********************************** */

a.more {
	font-size: 11px;
	color: #C01717;
	text-decoration: none;
}

a.more:visited {
	font-size: 11px;
	color: #C01717;
	text-decoration: none;
}

a.more:hover {
	font-size: 11px;
	color: #C01717;
	text-decoration: underline;
}

a.news_vip {
	font-size: 11px;
	color: #C01717;
	text-decoration: underline;
}

a.news_vip:visited {
	font-size: 11px;
	color: #C01717;
	text-decoration: underline;
}

a.news_vip:hover {
	font-size: 11px;
	color: #C01717;
	text-decoration: none;
}

/* **********************************
          Titres
********************************** */

.is1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #557CA4;
	padding-bottom: 5px;
}
.is2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #557CA4;

}


/* **********************************
          Calendrier
********************************** */

td.rescal_norm {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	height: 20px;
	border: 1px solid #666666;
	background-color: #F5F5F5;
}

td.rescal_off {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	height: 20px;
	border: 1px solid #000000;
	background-color: #C01919;
	cursor: pointer;
}
