/* custom stuff */

.infobulle{
    width      :  300px;
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #DDEEFF; /*#FFFFCC;*/
}

a.info_bulle span
{								   
    position       :  absolute;
    top            :  -2000em;
    left           :  -2000em;
    width          :  1px;
    height         :  1px;
    overflow       :  hidden; 
    background     :  #DDEEFF;   /* (DDEEFF) Dénition du fond, sinon on a le mê que notre lien */
    border         :  1px solid #6699FF; /* Dénition des bordures */
} 

a.info_bulle
{				
  color           : #2F368A; /* Couleur de notre lien */
  font-size       : 1.2em;   /* Taille de la police */
  
  text-decoration : none;    /* Aucun soulignement du texte */
  
  padding         : 2px 12px 2px 2px; /*Dénition des marges intéeures de notre lien */
  
  /* Dénition de l'arriè plan de notre lien */
  background      : transparent url('comment.gif') no-repeat right center;
}     

a.info_bulle:hover span, a.info_bulle:focus span, a.info_bulle:active span 
{
    top        :  auto;
    left       :  auto;
    width      :  300px;
    height     :  auto;
    overflow   :  visible;
}   

a.info_bulle:hover 
{
  border : 0;  /* ligne qui corrige le bug d'IE6 et inféeur */
} 


.infobulle1{
    width      : 220px;
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #DDEEFF; /*#FFFFCC;*/
}

a.info_bulle1 span
{								   
    position       :  absolute;
    top            :  -2000em;
    left           :  -2000em;
    width          :  1px;
    height         :  1px;
    overflow       :  hidden; 
    background     :  #DDEEFF;   /* (DDEEFF) Dénition du fond, sinon on a le mê que notre lien */
    border         :  1px solid #6699FF; /* Dénition des bordures */
} 

a.info_bulle1
{				
  color           : #2F368A; /* Couleur de notre lien */
  font-size       : 1.2em;   /* Taille de la police */
  
  text-decoration : none;    /* Aucun soulignement du texte */
  
  padding         : 2px 12px 2px 2px; /*Dénition des marges intéeures de notre lien */
  
  /* Dénition de l'arriè plan de notre lien */
  background      : transparent url('comment.gif') no-repeat right center;
}     

a.info_bulle1:hover span, a.info_bulle1:focus span, a.info_bulle1:active span 
{
    top        :  auto;
    left       :  auto;
    width      :  300px;
    height     :  auto;
    overflow   :  visible;
}   

a.info_bulle1:hover 
{
  border : 0;  /* ligne qui corrige le bug d'IE6 et inféeur */
} 



.encadrement{
	border-style:solid;
	border-width:5px;
	border-color:grey;
	margin-top: 2%;
	border-color:#C0C0C0;
	width:80%;
}

.grey {
border-style:solid; 
border-width:1px; 
border-color:#666666;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

.clr {
  clear: both;
}

body {
	margin: 0;
  padding: 0;
	height: 100%;
}

body.grey {
  	background: #666666;
}

body.white {
  	background: #ffffffff;
}

td,tr,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.45em;
	color: #333333;
}

div.show {
	visibility: visible;
	white-space: nowrap;
}

div.mosimage {
	margin: 0 5px;
}

div.mosimage_caption {
	color: #f90;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


#wrapper {
  min-width: 100%;   /*850*/
  max-width: 100%;  /*850*/
  width: 100%; /*expression(document.body.clientWidth > 1050? "1050px": "auto" );*/
}

#header {
  height: 82px;
  padding-left: 29px;
}

#header_bottom {

}

#asterisk {
  float: left;
  width: 114px;
  height: 82px;
}

#logo {
  float: left;
  background: url(../images/header_logo.png) no-repeat;
  width: 244px;
  height: 72px;
}

#banner {
  float: right;
  background: url(../images/header_flower.png) top right no-repeat;
  height: 75px;
  width: 324px;
}

/*#header_bottom { /* distance entre l'entete et le contenu */
/*  height: 40px;
  background: #ffffff url(../images/orange_header_asterisk_bot.png) top left no-repeat; 
}
*/

#top {
  clear: both;
  float: none !important;
  float: left;
  padding: 20px 15px 15px 15px;
  background: #ffffff;
}

#user1 {
  text-align: left;
}

#user2 {
	margin-left: 15px;
  text-align: left;
}

#content {
  float: left;
  padding: 10px;
  background: #ffffff;
}

#mainbody {
  text-align: left;
  padding-top: 15px;
}

#right {
  text-align: left;
	margin-left: 0px;
	padding-top: 0px;
}

#footer {
	float: left;
	width: 100%;
	
	height: 48px;
	line-height: 48px;
	font-size: 90%;
	color: #cccccc;
}
#footer a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

div.info ul {
  margin-top: 10px;
  clear: both;
  text-align: center;
  list-style-type: none;
}

div.info ul li {
  display: inline;
  padding-right: 20px;
}

a.mainlevel {
	display: block;
	background: url(../images/menu_underline.png) bottom left repeat-x;
	padding: 2px 0px;
}

ul#mainlevel a.mainlevel {
  background: none;
  padding: 0 10px;
}

a.sublevel {
	padding: 2px !important;
	padding: 0px;
	height: 12px;
}



div.colorbox a:hover {
	color: #333;
}

ul#mainlevel {
  margin: -7px -9px 0px -9px;
  list-style-type: none;
}

ul#mainlevel li {
  background: url(../images/menu_underline.png) bottom left repeat-x;
  height: 22px;
  padding-left: 0px;
}

ul#mainlevel li a {
  display: block;
  font-size: 11px;
  line-height: 20px;
  padding-left: 20px;
}

ul#mainlevel li a:hover {
  background: #ffffff;
}


div.box#right div.module {

	margin-bottom: 15px;
}

.box div.module {
  background: transparent url(../images/grey_bottom_left.png) no-repeat bottom left;
  border: 0px solid #cccccc;

}

.box div.module div {
  background: transparent url(../images/grey_bottom_right.png) no-repeat bottom right;
	
}

.box div.module div div {
  background: transparent url(../images/grey_top_left.png) no-repeat top left;
}

.box div.module div div div {
	background: transparent url(../images/grey_top_right.png) no-repeat top right;
	padding: 0 10px 10px 10px;
	width: auto !important;
	width: 100%;
}

.box div.module div div div div {
	background: none;
	padding: 0;
}

div.box#user1 div.module div div div {
  padding: 5px;
}



.greybox div.module div div {
  background: transparent url(../images/default_top_left.png) no-repeat top left;
}

.greybox div.module div div div {
	background: transparent url(../images/default_top_right.png) no-repeat top right;
	padding: 0 10px 100px 10px;
	width: auto !important;
	width: 100%;
}

.colorbox {
  margin-top: 5px;
}


h1, div.componentheading, td.componentheading {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 180%;
  line-height: 200%;
}

h3, .contentheading {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
  line-height: 150%;
  color: #000000;
  font-weight: normal;
  background: url(../images/grey_underline.png) bottom left repeat-x;
  margin-bottom: 10px;
  padding: 2px 18px 2px 2px
}

.box#right h3 {
	background: none;
	font-weight: bold;
	font-size: 100%;
	line-height: 24px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #fff;
}

.contentheading {
	height: 10px; /*50*/
	vertical-align: bottom;
}

.pagenav {
	border: 1px solid #cccccc;
	background: #efefef;
	padding: 3px;
}

td.sectiontableheader {
	background: #efefef;
	padding: 2px;
	font-size: 110%;
	font-weight: bold;
}

.poll {
	padding: 0px;
	margin: 0xpx
}

table.pollstableborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

td.sectiontableentry1 {
  padding: 2px;

}

td.sectiontableentry2 {
  padding: 2px;
}

tr.sectiontableentry1 td {
  padding-left: 4px;
  padding-right: 4px;
}

tr.sectiontableentry2 td {
  padding-left: 4px;
  padding-right: 4px;
}

tr.sectiontableentry1 {
	background: #fcfcfc;
}

tr.sectiontableentry2 {
	background: #f6f6f6;
}

span.highlight {
	background: #ffff66;
}

/*  ***************************** */


table td.smallpadding {
  padding: 1px; 
}


span.pathway {
  display: block;
  font-weight: normal;
  line-height: 20px;
  height: 20px;
}

form.search {
  margin: 0px;
  padding: 0px;
}

form.search input.inputbox {
  background: #333333;
  border: 1px solid #999999;
  padding: 2px;
  color: #ffffff;
  width: 106px !important;
  width: 110px;

}

form.search input.gobutton {
	height: 24px;
	width: 40px;
}



/** stuff **/



/* required stuff */

#content-pane .tab-page {
	
}

table.contentpane {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.contentpaneopen {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin-left:0% ; /*0*/
	margin-right:0% ; /*0*/
	border-collapse: collapse;
}


.small {
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  font-family: Verdna, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: left;
}

.createdate {
  font-family: Verdana, Helvetica, sans-serif;
	line-height: 11px;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 0px;

}

.readon {
	text-align: right;
	display: block;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
  padding-top: 5px;
	font-size: 18px;
 	font-weight: normal;
	color: #cc0000;
	text-align: left;
	width: 100%;
}

a.contentpagetitle:hover {
	color: #ff0000;
}

a:link, a:visited {
	font-size: 90%;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  font-weight: bold;
  text-decoration: none;
}

a.category:link, a.category:visited {

}

a.category:hover {

}

a.pagenav, a.pagenav:visited {

}

a.pagenav:hover {

}

.frontpageheader {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

.newsfeedheading {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align:left;
}

.newsfeeddate {

}

.fase4rdf a:link {

}

.fase4rdf a:hover {

}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


.button {

}

.inputbox {
  font-size: 11px;
  font-family: Verndana, Arial, Helvetica, sans-serif;

}

/* ---------------- unedited below here ----------------------*/

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #121A1D;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 0px #ffffff;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #ff6600;
}
.offtab {
	background-color: #25343B;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 1px #9DA6B3;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #cccccc;
}

.tabpadding {
}

.tabheading {
	background-color: #eeeeee;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

h4 {

}

h5 {

}

h6 {

}

/* Horizontal Line */
hr {
	background: #999999; height:1px; border: 1px solid;
}

hr.separator {

}


/* Content - Sections & Categories */
table.contenttoc {
  margin-left: 5px;
  margin-bottom: 5px;
	border: solid 1px #cccccc;
	background: #f6f6f6;
}

table.contenttoc th {
  color: #666666;
  font-weight: bold;
  font-size: 8pt;
  text-align: left;
  padding: 2px;
}

table.contenttoc td {
	padding: 2px;
}

.contentdescription {
	text-align: left;
}

/** polls and search results **/


.smalldark {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}


.pagenav {
	font-weight: bold;
}

.pagenavbar {

}

/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}

/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

strong {
	color: #333333;
}


/* SuckerFish Menus Default */

#nav {
  text-align:right;
  float: right;
  width: 400px; /* position de la barre de navigation par rapport au bord*/
  
}
#nav ul {
  float: none;
  margin:0;
  padding:0px 10px 0;
  list-style:none;
}

/* top level links */

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */


#nav li {
  float:left;
  background:url(../images/grey_tab_l.png) no-repeat bottom left;
  margin:0;
  margin-left:1px;
  padding:0 0 0 6px;
}

#nav li a {
	float:left;
	font-size: 11px;
  display:block;
  line-height: 15px; /* hauteur des tab de navigation */
  background:url(../images/grey_tab_r.png) no-repeat 100% 100%;
  padding: 0px 15px 0px 10px;
  text-decoration:none;
  color:#ffffff;

}

div#nav li:hover, div#nav li.sfhover {
  background:url(../images/over_tab_l.png) no-repeat bottom left;
}
div#nav li:hover a, div#nav li.sfhover a {
  background:url(../images/over_tab_r.png) no-repeat bottom right;
}

/** preloads **/

span.pl_tab_l {
	background-image: url(../images/over_tab_l.png);
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

span.pl_tab_r {
	background-image: url(../images/over_tab_r.png);
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}
.ads {
margin: 0 0 10px 0
}
.adsense {
	position: static;
	z-index: 100;
	margin:6px 0 0 -158px;
}
td.columnpad {
  padding-left: 15px;
}
