* {
    margin:                 0;
    padding:                0;
}

body {
    background:             #a40b00;
    /*color:                  #333;*/
    font:                   12px/16px arial, helvetica, sans-serif;
}

a {
    color:                  #a40b00;
}

a.edit {
    display:                none;
}

hr {
    clear:                  left;
    height:                 1px;
    margin:                 15px 0;
    background:             #ccc;
    border:                 0;
    /*border-top:             1px solid #ccc;*/
}

img {
    border:                 0px;
}

#container {
    position:               relative;
	  margin:             	  0 auto;
    width:                  996px;
	  background:             #fff url(images/bck_outercontent.gif) repeat-y;
    min-height:             400px;
    height:                 auto!important;
}

.message {
    width:                  600px;
    margin:                 0 auto 0 auto;
    border:                 #B1B1B1 solid 1px;
    background:             #F4F4F4;
    text-align:             center;
    padding:                15px 0;
    font-weight:            bold;
}


/** header ********************************************************************/

#header {
    background:             url(images/header-h1.jpg);
    height:                 118px;
}

/*#header h1 {
    width:                  550px;

}*/

#header h1 a {
    display:                block;
    width:                  996px;
    /*
    height:                 70px !important;
    height:                 67px;
    */
    height:                 118px;
    text-indent:            -100em;
    overflow:               hidden;
}

#header p {
    display:                none;
}

#header #homeus {
	position:		              absolute;
	display:		              block;
	width:			              172px;
	height:			              70px;
	top:			                0px;
	left:			                824px;
	overflow:		              hidden;
}


/** outercontent **************************************************************/

#outercontent {
    /*position:               relative;*/
    margin:                 0 0 0;
    padding:                15px 229px 0 195px;
}

#content {

}


/** formulaires ***************************************************************/

fieldset{
    width:                  400px;
    text-align:             left;
    padding:                10px;
    -moz-border-radius:     9px; /* Angles arrondis sous FF */
}

#member-form table{
    width:                  400px;
}

#member-form td{
    padding:               5px 10px;
}

legend{
    color:                  #A40B00;
    font-weight:            bold;
    padding:                0 10px 0 5px;
}


/** printfull *****************************************************************/

#printfull {
    position:               relative;
    margin:                 19px 0 0;
    padding:                15px 10px 0 60px;
}

#printfull #head {
    padding:                0px 0px 20px 0;
    border-bottom:          1px solid #ccc;
    color:                  #000;
}

#printfull #content {
    padding:                20px 0px 0px 0;
}

#printfull #foot {
    height:                 70px;
    background:             url(images/bayerlogo.gif) no-repeat left;
}
#printfull #foot p {
    border-top:             1px solid #ccc;
    padding:                40px 60px 0 200px;
    font-size:              10px;
    font-weight:            bold;
    color:                  #5D5D5D;
}


/** title *********************************************************************/

#title h2 {
    margin:                 0;
    padding:                7px 0 25px;
    color:                  #a40b00;
    font-size:              22px;
}


/** navbar ********************************************************************/

#navbar {
    display:                none;
}


/** maincontent ***************************************************************/

#maincontent {
    background:             #fff;
	  width:                  760px;
}

#maincontent h3 {
    margin:                 0px 0 0;
    padding:                0;
    color:                  #78a400;
    font-size:              12px;
}

#maincontent p {
    margin:                 10px 0;
}

#maincontent .preamble {
    color:                  #666;
    font-weight:            bold;
}

#maincontent .more {
    margin:                 10px 0;
}

#maincontent .more a {
    padding-left:           10px;
    background:             url(images/arrow-gray.gif) no-repeat left center;
}

#maincontent img {
    padding:                0 16px 10px;
}

#maincontent ul {
    margin:                 10px 0;
    padding:                0 40px;
}

#maincontent ul ul {
    margin:                 0;
}


/** sidebar *******************************************************************/

#sidebar {
    position:               absolute;
    top:                    95px;
    right:                  0;
    width:                  196px;
    padding:                0 10px 10px;
    /*background:             #eee;*/
}


#sidebar h3 {
    height:                 18px;
    line-height:            18px;
    margin:                 11px 0 7px 18px;
    padding:                0 5px;
    background:             #87BBF0;
    border-left:            1px solid #fff;
    color:                  #fff;
    font-size:              12px;
}

#sidebar ul {
    margin-left:            10px;
    list-style:             none;
}

#sidebar ul li {
    padding:                3px 0 3px 12px;
    background:             url(images/arrow-gray.gif) no-repeat left 7px;
    border-bottom:          1px solid #ccc;
}

#sidebar ul li.last-child {
    border-bottom:          0;
}

#sidebar ul li a {
    color:                  #666;
    text-decoration:        none;
}

#sidebar #print {
    background:             url(images/pictos/print.gif) no-repeat;
}

#sidebar #search {
    background:             url(images/pictos/search.gif) no-repeat;
}

#sidebar #search form {
    height:                 26px;
    padding-top:            3px;
}

#sidebar #search form #search-query {
    display:                block;
    float:                  left;
    width:                  168px !important;
    width:                  164px;
    margin:                 0 0 0 5px;
    padding:                0;
    border:                 1px solid #ccc;
}

#sidebar #search form #search-submit {
    display:                block;
    float:                  left;
    width:                  15px;
    height:                 15px;
    margin:                 1px 0 0 5px;
    padding:                0;
    background:             #ccc url(images/pictos/go.gif) no-repeat;
    border:                 0;
    text-indent:            -100em;
    overflow:               hidden;
}

#sidebar #print a {
    color:                  #FFF;
    text-decoration:        none;
}

#sidebar #location {
    background:             url(images/pictos/location.jpg) no-repeat;
}

#sidebar #quicklinks {
    background:             url(images/pictos/links.gif) no-repeat;
}

#sidebar #publications {
    background:             url(images/pictos/publications.gif) no-repeat;
}

#sidebar #bourse {
    background:             url(images/pictos/bourse.gif) no-repeat;
    color:                  #666;
}


/** links *********************************************************************/

#links {
    /*display:                none;*/
    position:               absolute;
    z-index:                300;
    top:                    96px;
    left:                   0;
    width:                  172px;
}

#links h3 {
    height:                 18px;
    padding:                0;
    border-bottom:          1px solid #ccc;
    color:                  #666;
    font-size:              12px;
    padding-bottom:         9px;
    margin-left:            18px;
}

#links ul {
    padding:                0 0 18px 18px;
    list-style:             none;
    background:             #eee url(images/leftnavshadow_bottom.gif) no-repeat -1px bottom;
}

#links li {
    background:             url(images/bayerlinksshadow_right.gif) repeat-y right top;
}

#links li.first-child {
    padding-top:            8px;
}

#links li.last-child {
    padding-bottom:         8px;
}


#links a {
    color:                  #666;
    text-decoration:        none;
}

#links #infos {
    border-top:             1px solid #ccc;
    margin-left:            18px;
    padding:                10px 0;
    background:             none;
}

#links #infos li {
    background:             none;
}

#links #sihead {
}

#links #sihead h3 {
    padding:                0;
    border-bottom:          1px solid #ccc;
    color:                  #0066CC;
    font-size:              12px;
}

#links #sihead a {
    font-weight:            bold;
    color:                  #0066CC;
}

#links #sihead ul {
    padding:                5px 0 18px 18px;
    list-style:             none;
    background:             none;
}

#links #sihead li {
    padding:                3px 0 2px 12px;
    background:             url(images/arrow-blue.gif) no-repeat left center;
    color:                  #000;
}
 
#links #sihead li.first-child {
    padding:                5px 0 2px 12px;
}

#links #sihead li.last-child {
    padding:                4px 0 2px 12px;
}


/** footer ********************************************************************/

#footer {
    clear:                  both;
    margin:                 30px 0 10px;
    padding-left:           195px;
    color:                  #666;
    font-size:              10px;
    background:             #fff url(images/bck_outercontent.gif) repeat-y;
}

#footer2 {
    font-size:              10px;
	text-align: 			center;
}

#footer p {
    display:                inline;
    padding-right:          10px;
}

#footer ul {
    display:                inline;
    list-style:             none;
}

#footer ul li {
    display:                inline;
    margin:                 0;
    padding-right:          10px;
}

#footer ul a {
    color:                  #666;
    text-decoration:        none;
}

#bookmark a {
    padding-left:           15px;
    background:             url(images/bookmark.gif) no-repeat left top;
}

#recommend a {
    padding-left:           15px;
    background:             url(images/recommend.gif) no-repeat left top;
}


/** navcontainer **************************************************************/

#navcontainer {
    position:               absolute;
    z-index:                100;
    top:                    136px; /*+1 de taille header pour avoir la border top*/
    left:                   1px;
    width:                  174px;
    height:                 auto;
    background:             #78a400;
    border-bottom:          0px solid #fff;
}

#nav {
    list-style:             none;
}

#nav li {
    display:                block;
    /*float:                  left;*/
    background:             #78a400 ;
	  color:                  #fff ;
	  /*border-left:            1px solid #fff;*/
	  border-bottom:          1px solid #fff;
	  /*border-right:           1px solid #fff;*/
}

#nav a {
    display:                block;
    /*height:                 19px;*/
    padding:                1px 10px 0;
    /*border-right:           1px solid #fff;*/
    /*border-bottom:          1px solid #fff;*/
    color:                  #fff;
    text-decoration:        none;
    font-weight:            bold;
}

#nav a:hover {
    background:             #a40b00;
    color:                  #fff;
}

#nav a.selected, 
#nav a.selected:hover {
    background:             #ca544b;
    border-bottom:          1px solid #fff;
    color:                  #fff;
}

/*#nav #nav-accueil {
    width:                  162px;
}

#nav #nav-accueil a {
    padding-left:           18px;
}*/

#nav ul {
    position:               relative;
    z-index:                200;
    left:                   0px;
    background:             #a40b00;
}

#nav ul li {
   /* float:                  none;*/
    width:                  174px;
    /*padding-left:           10px;*/
    background:             #a40b00;
}

#nav ul li.last-child {
    padding-bottom:         0px;
    border-bottom:          0px solid #fff;
    /*background:             url(images/leftnavshadow_bottom.gif) no-repeat -1px bottom;*/
}

#nav ul a {
    /*width:                  162px;
    margin-right:           0px;*/
    padding-left:           15px;
    color:                  #fff;
    font-weight:            normal;
}

#nav ul li.last-child a {
    /*border-bottom:          0px;*/
}

#nav ul a:hover {
    margin-right:           0px;
    border-right:           0;
    background:             url(images/leftnav_over.gif) no-repeat;
}

#nav ul a.selected, 
#nav ul a.selected:hover {
    background:             #ca544b url(images/leftnav_act.gif) no-repeat;
    /*border-bottom:          1px solid #ccc;*/
}

#nav ul ul {
    position:               relative;
    top:                    0;
    background:             none;
}

#nav ul ul li {
}

#nav ul ul li.last-child {
    /*padding-bottom:         1px;*/
    background:             none;
}

#nav ul ul a {
    width:                  136px;
    padding-left:           28px;
    border-top:             0px solid #ccc;
}

#nav ul ul li.last-child a {
    border-bottom:          0px solid #ccc;
}

#nav ul ul a:hover {
    background-position:    13px 2px;
}

#nav ul ul a.selected,
#nav ul ul a.selected:hover {
    background-position:    13px 2px;
    border-bottom:          1px solid #fff;
}

#nav ul ul ul {
    position:               relative;
    top:                    0;
    background:             none;
}

#nav ul ul ul li {
}

#nav ul ul ul li.last-child {
    /*padding-bottom:         1px;*/
    background:             none;
}

#nav ul ul ul a {
    width:                  123px;
    padding-left:           41px;
    border-top:             0px solid #ccc;
}

#nav ul ul ul li.last-child a {
    border-bottom:          0px solid #ccc;
}

#nav ul ul ul a:hover {
    background-position:    26px 2px;
}

#nav ul ul ul a.selected,
#nav ul ul ul a.selected:hover {
    background-position:    26px 2px;
    border-bottom:          0px solid #ccc;
}

/** topnav ********************************************************************/
#topnav {
    position:               relative;
    padding-bottom:         17px;
    top:                    0px;
    right:                  7px;
    background:             #a40b00;
}


/** subnavcontainer ***********************************************************/

#subnavcontainer {
    position:               absolute;
    top:                    0px;
    right:                  0px;
    background:             #fff;
    border-bottom:          1px solid #590000;
}

#subnav {
    font-size:              10px;
}

#subnav li {
    display:                inline;
    padding:                0 5px 0 5px;
    border-left:            1px solid #ccc;
}

#subnav li.first-child {
    border:                 0;
}

#subnav a {
    color:                  #a40b00;
    text-decoration:        none;
}


/** actualites ****************************************************************/

#actualites {
    position:               relative;
}

#actualites p {
    margin:                 0;
    padding:                0;
}

#actualites .actualite {
    padding:                10px 0 15px;
    border-bottom:          1px solid #ccc;
}

#actualites .first-child {
    border-top:             1px solid #ccc;
}

#actualites h3 {
    padding-bottom:         9px;
    color:                  #06c;
    font-size:              12px;
}

#actualites h4 {
    color:                  #390;
    font-size:              12px;
}

#actualites p.date {
    color:                  #666;
    font-size:              12px;
    font-weight:            bold;
}

#actualites a {
    text-decoration:        none;
}

#actualites p.more {
    margin:                 8px 0;
}

#actualites p.more a {
    padding-left:           10px;
    background:             url(images/arrow-green.gif) no-repeat left center;
}


/** urlfriend *****************************************************************/

#urlfriend {
    position:               relative;
	  background:             #FFF;
}

#urlfriend p {
    margin:                 0;
    padding:                0;
}

#urlfriend p.more{
    padding:                100px 50px 0px;
}

#urlfriend h1 {
    padding:                10px 50px 15px;
    padding-bottom:         9px;
    color:                  #fff;
    font-size:              18px;
    font-weight:            bold;
    background:             url(images/header_icon.gif) no-repeat left center;
}

#urlfriend h2 {
    padding-bottom:         9px;
    color:                  #a40b00;
    font-size:              12px;
    font-weight:            bold;
}

#urlfriend h3 {
    padding-bottom:         9px;
    color:                  #a40b00;
    font-size:              12px;
}

#urlfriend form {
    padding:                20px 50px 15px;
}

#urlfriend label {
    color:                  #a40b00;
    font-size:              12px;
    font-weight:            bold;
}

#urlfriend input {
    width:                  300px;
    height:                 20px;
    font-size:              12px;
    border:                 1px solid black; 
}

#urlfriend textarea {
    width:                  410px;
    height:                 100px;
    font-size:              12px;
    border:                 1px solid black; 
}

#urlfriend .buttonright {
    margin:                 18px 0px 18px 210px;
    padding:                0px 0px 1px 22px;
    width:                  100px;
    height:                 18px;
    background-color:       #87BBF0;
    font-size:              12px;
    font-weight:            bold;
    color:                  #FFF;
    text-align:             left;
    border:                 0px;
    background:             url(images/back_sender.gif) no-repeat left center;
}

#urlfriend .buttonleft {
    margin:                 18px 0px 18px 0px;
    padding:                0px 0px 1px 22px;
    width:                  100px;
    height:                 18px;
    background-color:       #87BBF0;
    font-size:              12px;
    font-weight:            bold;
    color:                  #FFF;
    text-align:             left;
    border:                 0px;
    background:             url(images/back_reset.gif) no-repeat left center;
}

#urlfriend a {
    text-decoration:        none;
}

/** formulaire d'inscriptions *************************************************/

#inscription fieldset{
    width:                  600px;
}

#inscription table{
    width:                  600px;
}

#inscription td{
    padding:               5px 10px;
}

#inscription textarea{
    width:                  575px;
    height:                 100px;
    text-align:             justify;
}

/** Personnel *****************************************************************/

.list {
    width:                   100%;
    border-left:             1px solid #dddddd;
    border-right:            1px solid #dddddd;
    color:                   #000000;
}

.list th{
    text-align:              left;
    background-color:        #DDEEAE;
    padding:                 5px;
    border-bottom:           1px solid #dddddd;
    border-top:              1px solid #dddddd;
}

.list td{
    text-align:              left;
    padding:                 4px;
    border-bottom:           1px solid #dddddd;
}

.list img{
    padding:                 0;
    margin:                  -13px;
    margin-top:              2px;
}

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

.alphabet{
    color:                  #ccc;
    border-bottom:          1px dotted #dddddd;
    border-top:             1px dotted #dddddd;
}

/** Publications ***************************************************************/
.annee a{
    text-decoration:        none;
    font-weight:            bold;
}

.annee{
    border-bottom:          1px dotted #dddddd;
    border-top:             1px dotted #dddddd;
}


/** pagination *****************************************************************/

.pagination img{
    margin:                 -12px;
    padding:                0px;
}

/** definition *****************************************************************/

.definition {
    cursor:                 pointer;
    color:                  #000;
    /*border:                 1px #000000 solid;*/
}

.tooltip {
    position:               absolute;
    display:                block;
    padding:                0;
    margin-left:            20px;
    margin-top:             5px;
    /*border:                 1px #000000 solid;*/
    background:             transparent;
    z-index:				        99;
}

.tooltip img{
    margin:                 0;
    padding:                0;
}

/** fiche **********************************************************************/

.fiche{
    margin:                   0;
    padding:                  0;
}

.fiche th{
    text-align:               left;
    margin:                   0;
    padding:                  0;
}

.fiche td{
    text-align:               left;
    margin:                   0;
    padding:                  0;
}

.fiche .no_pic{
    width:                    350px;
    height:                   250px;
    border:                   1px #555555 dashed;
    background:               #F7F7F7;
    margin:                   0 10px;
    text-align:               center;
}

.rub{
    width:                    90%;                
    margin:                   0 auto;
}

/**flux rss************************************************************************/
#maincontent .flux{
	margin:0;
	padding:0;
}

.flux_rss{
	text-align:right;
}
