@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead, tr, th, td {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
ul, ol {
  list-style: none
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 10;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

p {
  margin: 0.7em 0;
}

/* Links in general */
a,
a:link,
a:visited {
  color: #a801a6; /* pink */
  text-decoration: none;
}

a:hover,
a:active {
  color: #FF2AAC; /* pink */
  text-decoration: underline;
}

/* lists in content */
#content ul, #content ol {
  list-style-position: outside;
  margin-left: 2em;
}
#content ul {
  list-style-type: disc;
}
#content ol {
  list-style-type: decimal;
}
#content ul li,
#content ol li {
  margin: 0.5em 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* Links in the content div */
#content a,
#content a:link {
  color: #DC0A8C; /* pink */
  text-decoration: underline;
}
#content a:hover,
#content a:active {
  color: #FF2AAC; /* pink */
}
/* titles */
h1, .titrerose {
  font-size: 30px;
  font-weight: bold;
  color: #a801a6; /* pink */
  line-height: 1em;
  padding: 0;
  margin: 0;
}
span.titrerose {
  display: block;
}

h2, .titrebleuclair {
  font-weight: bold;
  color: #006699; /* blue */
}
h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.p_date {
  font-size: 10px;
  color: #555;
}

.justify {
  text-align: justify;
}

/* tables in content */
#content table.center {
  margin: auto;
  text-align: center;
}
#content table.center tr th,
#content table.center tr td {
  vertical-align: middle;
  text-align: center;
}
#content table.spaced tr th,
#content table.spaced tr td {
  padding: 1em;
}
#newsletter-subscription {
  margin-top: 20px;
}

#left-sidebar-nav {
  margin-top: 20px;
}

#left-sidebar-nav ul li {
  margin: 0.3em 0;
}

/* RSS links */
#rss-feeds {
  text-align: center;
  margin-top: 20px;
}
#rss-feeds table {
  border-collapse: separate;
  border-spacing: 3px;
  margin-left: auto;
  text-align: center;
}
#rss-feeds table tr td {
  text-align: center;  
}
#rss-feeds a,
#rss-feeds a:link,
#rss-feeds a:visited {
  color: #E82; /* orange */
  text-decoration: none;
}

#rss-feeds a:hover,
#rss-feeds a:active {
  color: #F93; /* orange */
  text-decoration: underline;
}

/* Navigation menu */
/* Navigation menu */
#vnavnoir, #vnavnoir ul, #vnavlive, #vnavlive ul {
  font-size: 12px;
  font-weight: bold;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding-top: 5px;
  width: 110px;
}
#vnavnoir a, #vnavlive a {
  display: block;
  width: 100%;
  padding: 0.1em;
  text-decoration: none;
  margin: 0;
}
#vnavnoir li, #vnavlive li {
  padding: 0;
  width: 100%;
}
#vnavnoir li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 180px;
  background-color: #c4e2fc;
  margin: 0 0 0 110px;
  padding: 0;
}
#vnavnoir li ul a {
  width: 160px;
}
#vnavnoir li:hover ul ul, #vnavnoir li:hover ul ul ul,
#vnavnoir li.sfhover ul ul, #vnavnoir li.sfhover ul ul ul {
  left: -999em;
}
#vnavnoir li:hover ul, #vnavnoir li li:hover ul, #vnavnoir li li li:hover ul,
#vnavnoir li.sfhover ul, #vnavnoir li li.sfhover ul, #vnavnoir li li li.sfhover ul {
  left: 0;
  top: 0;
  z-index: 10;
}
#vnavnoir li:hover, #vnavnoir li.sfhover, #vnavnoir a:hover, #vnavlive a:hover {
  background-color: #c4e2fc;
  color: #DC0A8C;
}
#vnavnoir li ul a:hover {
  background-color: #DC0A8C;
  color: white;
}

/*=========================================================================*/

body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #dff9f5;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  color: #555;
}

div#logo {
	position: absolute;
	top: 2px;
	left: -20px;
  /* Size of homepage logo */
	width: 380px;
	height: 210px;
}
div#bodymain #main {
  position: absolute;
  top: 185px;
  width: 1000px;
  padding-bottom: 20px;
}
div#table {
	width: 1000px;

}
div#bodymain div#table {
	width: 1000px;
	margin-right: 20px;
}
div#bodymain div#table tr td {
  vertical-align: top;
}
div#bodymain div#table tr td.left {
  width: 145px;
}
div#bodymain div#table tr td.middle {
  width: 630px;
}
div#bodymain div#table tr td.right {
  width: 185px;
}
div#bodymain {
	position: absolute;
	top: 185px;
	width: 1000px;
	padding-bottom: 20px;
	left: 36px;
}
div#bg_body {
	position: relative;
	width: 1000px;
	height: 600px;
	margin-bottom: -600px; /* To let #page start at the top */
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
div#bg_top {
	position: absolute;
	height: 414px;
	width: 314px;
	right: -15px;
	top: 0;
	background: url(../pict/starsBG1.png) top left no-repeat;
}
div#bg_bottom {
	position: absolute;
	width: 314px;
	height: 414px;
	top: 350px;
	background: url(../pict/starsBG2.png) top left no-repeat;
	margin-right: -15px;
}
#menu-left .content,
#menu-right .content,
#content .content,
#sponsors .content
{
  z-index: 4; /* On top of the block background */
  margin: 10px;
}
/* Each block is absolute in the #page div */
#menu-left,
#menu-right,
#content,
#sponsors {
	position: absolute;
}

/* But not for the index page because content height is liquid. We'll use the negative margins trick. */
div#bodymain #menu-left,
div#bodymain #menu-right,
div#bodymain #content {
  position: relative;
  float: left;
}

#menu-left div,
#menu-right div,
#content div,
#sponsors div {
  position: relative;
}

/* The background of each block */
#menu-left .bg,
#menu-right .bg,
#content .bg,
#sponsors .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  
}
div#bodymain #content-data {
  min-height: 425px;
}
#content-data2 {
	overflow: auto;
	height: 360px;
	width: 570px;
	clip: rect(auto,20px,auto,auto);
}
div#page {
  position: relative;
  z-index: 2; /* on top of page background */
  width:  1000px;
  padding: 0 10px;
  margin: 0 auto;
	
}
#menu-left,
#menu-left .bg {
	width: 145px;
	height: 400px;
}
#menu-left {
	top: 165px;
	left: 10px;
  line-height: normal;
}
div#bodymain #menu-left {
  top: 0; left: 0;
  margin: 0;
}
#menu-left .bg {
  background-color: #83c5fe; /* light purple */
}


/* menu right */
#menu-right,
#menu-right .bg {
	width: 210px;
	height: 510px;
}
#menu-right {
	top: 185px;
	left: 10px;
}
div#bodymain #menu-right {
  top: 0; left: 0; right: 0;
  margin: 0;
}
#menu-right .bg {
  background-color: #83c5fe; /* light blue */
}

/* language menu */
#language {
  font-weight: bold;
  padding-bottom: 5px;
}

/* navigation menus */
#nav-menu-top,
#nav-menu-bottom,
#service {
	position: relative;
	margin: 20;
	float: left;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
	text-align: left;
}
#service {
  padding-top: 15px;
  background: url(../img/2009/2009_traitille_gris.gif) repeat-x top left;
}

#nav-menu-bottom a,
#nav-menu-bottom a:link,
#nav-menu-bottom a:visited {
  color: #555;
}
#nav-menu-bottom a:hover,
#nav-menu-bottom a:active {
  color: #333;
}


/* Content div */
#content,
#content .bg {
	width: 600px;
	height: 395px;
}
#content {
	top: 185px;
	left: 185px;
}
#contentD {
	top: 185px;
	left: 100px;
}
#content .bg {
  background-color: #83c5fe; /* light yellow */
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
#content .content {
  width: 550px; /* Width of parent - margins - paddings */
  height: 355px; /* Height of parent - margins - paddings */
  margin: 20px;
  padding-right: 10px; /* Because of scrollbar */
  top: 0;
  overflow: auto;
}
/* Content div on index page. Content height is fluid (depends on content) */
div#bodymain #content,
div#bodymain #content .content {
  height: auto;
}
div#bodymain #content {
	top: 0;
	left: 0px;
	/* Transparency with background image (can't use div.bg because height is not fixed)
  background: transparent url(../img/2009/2009_content_bg.png) top left repeat; */
  background-color: #83c5fe; /* light yellow */
}
div#bodymain #content .content {
  overflow: visible;
  width: 560px;
  padding-right: 0;
}
div#bodymain #content .bg {
  visibility: hidden;
  display: none;
}

div#bodymain #content-data {
  min-height: 425px;
}

div#bodymain #content-footer {
  clear: both;
}

/* Sponsors */
#sponsors,
#sponsors .bg {
	width: 748px;
	height: 100px;
	background-color: #FFFFFF;
	opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
#sponsors {
	top: 595px;
	left: 37px;
	padding: 0;
}

#sponsors .content {
  margin: 0;
}

div#bodymain #footer {
  clear: both;
}
#search1 {
	background-color: #999999;
	text-align: left;
	width: 170px;
	height: 22px;
	float: left;
}
#search2 {
	background-color: #999999;
	text-align: left;
	width: 200px;
	height: 22px;
	float: left;
}
#search3 {
	background-color: #999999;
	text-align: left;
	width: 60px;
	height: 22px;
	float: left;
}
#search4 {
	background-color: #999999;
	text-align: left;
	width: 60px;
	height: 22px;
	float: left;
}
#search5 {
	background-color: #83c5fe;
	text-align: left;
	width: 170px;
	height: 22px;
	float: left;
}
#search6 {
	background-color: #83c5fe;
	text-align: left;
	width: 200px;
	height: 22px;
	float: left;
}
#search7 {
	background-color: #83c5fe;
	text-align: left;
	width: 60px;
	height: 22px;
	float: left;
}
#search8 {
	background-color: #83c5fe;
	text-align: left;
	width: 60px;
	height: 22px;
	float: left;
}