/* $Id: fusion-starter-lite-style.css,v 1.1.2.1 2010/06/17 07:54:57 sociotech Exp $ */

/* Basic Typography & Colors
-------------------------------------------------------------- */
/* Add general site styling here for typography and background */
	
body {
  font-size: 75%;   /* also set in fusion_starter.info: settings[base-font-size] = font-size-12 */
  font-family:"Droid Serif","Droid Sans";
}

/* Default link styles - separate a:visited for a different visited link style */
a,
a:link,
a:visited {
	color:#004276;
}

.page-node #content-messages.content-messages{
	display: none;
}

.sidebars-split .node-type-themes .inner li.comment_add{
	display: none;
}

.node-type-themes .node-type-themes .inner li.comment_add{
    display: block;
    padding: 10px;
    background: antiquewhite;
    margin-left: 25px;
}

.node-type-themes .node-type-themes .inner li.comment_add a{
    display: block;
	text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 150%;
}

/* Hover/active link styles. Don't forget :focus for accessibility */
a:hover,
a:focus,
a:active {
	color:#666699;
	text-decoration:none;
}


/* Specific Typography
-------------------------------------------------------------- */
#site-name {
	margin-top:10px;
}
#site-name a {
	font-family:"Droid Serif","Droid Sans";
	font-size:4em;
	color:#000;
}
#site-name-wrapper {
	text-align:center;
	margin-left:20px;
	margin-right:100px;
	margin-top:30px;
}


/* HTML Elements
-------------------------------------------------------------- */
body {
}

/* Site Info
-------------------------------------------------------------- */
/* Add float here to put logo and site name side by side, also add margins as
  needed */
#logo {
	color:#424242;
	float:right;
}
#lien-gravure {
	color:#004276;
	float:right;
	text-decoration:none;
}


/* Link and hover styles for site name */
#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:active {
}

/* Typography for site slogan */
#slogan {
	text-align:center;
	font-size:18px;
	margin-top:30px;
	background:url(image-interface/1_11.jpg)no-repeat;
	display:block;
	width:300px;
	padding-top:50px;
}


/* Regions
-------------------------------------------------------------- */

/* All Regions
-------------------------------------------------------------- */
.page {
}

/* Site info + Header Region
-------------------------------------------------------------- */
.header-group {
	padding-top:20px;
	border-left:#eaeaea solid 1px;
	border-right:#eaeaea solid 1px;
}
#search-block-form label{
	display:none;
}

li.Accueil{
	border-left:#002395 solid 3px	
}
li.Accueil.active-trail{
	border-top:#002395 solid 3px	
}

li.Forum {
	border-left:#ec1920 solid 3px;
}

li.Forum.active {
	border-top: #ec1920 solid 3px;
}

li.Colloques {
	border-left:#f1076c solid 3px;
}
li.Colloques.active-trail {
	border-top:#f1076c solid 3px;
}
li.Publications{
	border-left:#0088b3 solid 3px;
}
li.Publications.active-trail{
	border-top:#0088b3 solid 3px;
}

li.Index{
	border-left:#307f21 solid 3px;	
}
li.Index.active-trail{
	border-top:#307f21 solid 3px;	
}

li.Apropos{
	border-left:#ff5a00 solid 3px;
}
li.Apropos.active{
	border-top:#ff5a00 solid 3px;
}
/* Primary Menu
/-------------------------------------------------------------- */
/* Add general styles for primary menu here, such as typography, borders, floats,
  or spacing above/below */
.primary-menu {
	border-top:#424242 solid 5px;
	padding-top:15px;
	border-bottom:#eaeaea solid 1px;
	padding-bottom:10px;
}

/* styles for Superfish primary menu */
.primary-menu-inner ul.sf-menu {
}

/* Link style for top level menu items, add padding here */
.primary-menu-inner ul.sf-menu .nolink{
}
.primary-menu-inner ul.sf-menu span.nolink,
.primary-menu-inner ul.sf-menu a,
.primary-menu-inner ul.sf-menu a:visited  {
	text-decoration:none;
	color:#000;
	font-size:1.5em;
	font-family:"Droid Sans", "Droid Serif";
	height: 40px;
	padding: 0 20px 0 5px;
}


.primary-menu-inner ul.sf-menu a:hover,
.primary-menu-inner ul.sf-menu a:focus {
	background-color:#CCC;
}

/* These are the top level menu items, add border-right here for separators */
.primary-menu-inner ul.sf-menu li {
	width: 157px;
}

/* Add border-right: 0; here to remove separator on last menu item */
.primary-menu-inner ul.sf-menu li.last {
	width: 137px;
}

/* Style for container of dropdown, add background or border */
.primary-menu-inner ul.sf-menu ul {
}

/* Style for individual dropdown menu items, add border-bottom for separators */
.primary-menu-inner ul.sf-menu li li {
  background-color: #fff;
  border-bottom: 1px black solid;
}

.primary-menu-inner ul.sf-menu li li.last {
width: 157px;
}

.primary-menu-inner ul.sf-menu li li li {
}

/* Style for hover of dropdown menu items (add background-color here) */
.primary-menu-inner ul.sf-menu li ul li:hover,
.primary-menu-inner ul.sf-menu li ul li.sfHover {
	
}


/* Secondary menu
-------------------------------------------------------------- */
/* This menu usually appears in the header as a set of simple text links */
.secondary-menu {
}

/* Set general style for menu here -- background, alignment, etc. */
.secondary-menu-inner ul.links {
}

/* Add a border-right here for a separator */
.secondary-menu-inner ul.links li {
}

/* Add border-right: 0; here to remove right separator on last menu item */
.secondary-menu-inner ul.links li.last {
}

/* Styles for links */
.secondary-menu-inner ul.links li a:link,
.secondary-menu-inner ul.links li a:visited {
  padding: 3px;
}

.secondary-menu-inner ul.links li a:hover,
.secondary-menu-inner ul.links li a:focus,
.secondary-menu-inner ul.links li a.active {
}

/* Header - Search
-------------------------------------------------------------- */
.search-box {
}

.search-box-inner {
}

.search-box-inner form#search-theme-form {
}

.search-box-inner input#edit-search-theme-form-header {
}

/*  Main Area (content + sidebars)
-------------------------------------------------------------- */
.main {
	border-left:#eaeaea solid 1px;
	border-right:#eaeaea solid 1px;
}
.postscript-bottom{
	border-left:#eaeaea solid 1px;
	border-right:#eaeaea solid 1px;
}

/* Sidebar Regions
-------------------------------------------------------------- */
/* Sidebar widths can be controlled through theme settings */
.sidebar-first {
}

.sidebar-last {
}

/* Content Regions
-------------------------------------------------------------- */
.content {
}

/*  Footer Region
-------------------------------------------------------------- */
.footer {
	border-top:#424242 solid 5px;
	padding-top:15px;
	border-left:#eaeaea solid 1px;
	border-right:#eaeaea solid 1px;
}

.footer a {
	color:#444444;
	font-size:16px;
}
.footer a:hover {
	color:black;
}

#footer li{
	list-style-type: none;
	list-style-image: none;
	border: none;
	}

/* Page titles
/-------------------------------------------------------------- */
/* Page and full node titles */
h1.title {
	background:url(image-interface/accueil.jpg)no-repeat;
	width:620px;
	padding-top:20px;
	line-height: 120%;
}
#pid-forum h1 {
	background:url(image-interface/forum.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-forums-bavardoire h1 {
	background:url(image-interface/forum.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-forums-disputatoire h1 {
	background:url(image-interface/forum.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-colloques h1 {
	background:url(image-interface/colloque.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-taxonomy-term-5 h1 {
	background:url(image-interface/colloque.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-taxonomy-term-4 h1 {
	background:url(image-interface/colloque.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-publications h1 {	
	background:url(image-interface/publication.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-publications-theses h1 {
	background:url(image-interface/publication.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-publications-travaux-memoires h1 {
	background:url(image-interface/publication.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-publications-e-eratosthene h1 {
	background:url(image-interface/publication.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
	
#pid-index-auteur h1{
	background:url(image-interface/index.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-a-propos h1{
	background:url(image-interface/apropos.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-a-propos-activites h1{
	background:url(image-interface/apropos.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-a-propos-consulter-statuts-lassociation-cyberato h1 {
	background:url(image-interface/apropos.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-a-propos-consulter-statuts-lassociation-eratosthene h1{
	background:url(image-interface/apropos.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}
#pid-a-propos-gravure-dalbrecht-duerer h1{
	background:url(image-interface/apropos.jpg) no-repeat;
	width:620px;
	padding-top:20px;
}

/* Default node styles
/-------------------------------------------------------------- */
/* Change unpublished and preview colors for dark background themes */
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}

/* Typography for node titles */
#block-views-liste_publi_travaux-block_1 h2 {
	background:url(image-interface/publication.jpg) no-repeat;
	width:300px;
	padding-top:20px;
}
#block-views-liste_publi_theses-block_1 h2 {
	background:url(image-interface/publication.jpg) no-repeat;
	width:300px;
	padding-top:20px;
}
#block-views-30c03a080bf433a47cab74cb41281c74 h2 {
	background:url(image-interface/publication.jpg) no-repeat;
	width:300px;
	padding-top:20px;
}



#block-block-4,
#block-block-6,
#block-block-7,
#block-block-8 {
	background-color:#eaeaea;
	padding-top:10px;
}
#block-block-4 .content {
	padding-left:20px;
}

#block-forum-0 h2{
	background:url(image-interface/forum.jpg) no-repeat;
	width:300px;
	padding-top:20px;
}

#block-views-Activites-block_2 h2{
	background:url(image-interface/apropos.jpg) no-repeat;
	width:300px;
	padding-top:20px;
}
	}

/* Colors and styles for linked node titles, ie. teaser listing at /node */
h2.title a:link,
h2.title a:visited {
}

h2.title a:hover,
h2.title a:focus,
h2.title a:active {
}

/* Separators and padding for node teasers */
.teaser {
}

/* Author/date info */
.meta {
}

.submitted {
}

/* Links for nodes (taxonomy, commenting, read more, etc) */
.node ul.links li {
}
.node ul.links a {
}

/* Only more/read more links */
div.node .read-more a,
div.node .more-link a {
}

/* Drupal Messages
/-------------------------------------------------------------- */
/* General style for all errors/messages (border, padding, etc.) */
div.content-messages div.messages,
div.content-help div.help {
}

/* Status messages: green */
div.content-messages-inner div.status {
}

/* Warning messages: yellow */
div.content-messages-inner div.warning {
}

/* Error messages: red */
div.content-messages-inner div.error {
}

/* Help messages: blue */
div.content-help-inner div.help {
}

/* Error that appears when a required form field is not filled out */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #aa1144;
}

/* "New" text and required form field asterisk (default = red) */
.marker,
.form-required {
  color: #aa1144;
}

/* Default block title styles
/-------------------------------------------------------------- */
h2.block-title {
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs a{
	color:#444444;
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
	color:#444444;
}

/* Pagers
-------------------------------------------------------------- */
ul.pager {
}

ul.pager li {
}

ul.pager a,
ul.pager li.pager-current {
  border-color: #333;
}

ul.pager li.pager-current {
  background-color: #777;
  color: #fff;
}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  background-color: #777;
  border-color: #333;
  color: #fff;
}

/* Forms
/-------------------------------------------------------------- */
/* Typography and backgrounds for all form buttons */
form .form-submit {
	background-color:#FFF;
	color:#999;
	border:#000 1px solid;
  	margin: 0 0 0 30px;
  	padding: 3px 5px;
}

/* Hover style for form buttons */
form input.form-submit:hover,
form input.form-submit.hover,
form input.form-submit:focus {
}

/* Typography, background, borders, padding for form fields */
.form-item input,
.form-item select,
.form-item textarea {
	border:#000 solid 1px;
}

/* Remove backgrounds and border on radios and checkboxes */
.form-item .form-radio,
.form-item .form-checkbox {
  background: none;
  border: none !important;
}

/* Fieldset wrapper around groups of form elements -- add border here */
fieldset {
}

/* Typography and spacing for legend of fieldsets */
fieldset legend {
}

/* Link style for legend of fieldsets */
fieldset legend,
legend.collapse-processed,
legend.collapse-processed a:link,
legend.collapse-processed a:visited {
}

/* Custom icons on (open) collapsible fieldsets */
html.js fieldset.collapsible legend a:link,
html.js fieldset.collapsible legend a:visited {
}

/* Custom icons on (closed) collapsible fieldsets */
html.js fieldset.collapsed legend a:link,
html.js fieldset.collapsed legend a:visited {
}


/* Tables
-------------------------------------------------------------- */
table {
}

/* Body of tables */
tbody {
  border-top: 1px solid #ccc;
}

/* Header of tables */
thead th,
th {
  border-bottom: 3px solid #ccc;
}

tbody th {
  border-bottom: 1px solid #ccc;
}

/* Alternating row background styles */
tr.even,
tr.even td {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

tr.odd,
tr.odd td {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

td.active {
}

tr.drag td,
tr.drag-previous td {
  color: #000;
}


/* Maintenance Page
/-------------------------------------------------------------- */
/* Maintenance page tpl file in Fusion Core has simplified layout, but you can
  also add specific styles, such as a background, just for your offline page */
.in-maintenance  {
}


/*--------------------------------------------------------------*/
/* Module styles
/-------------------------------------------------------------- */


/* Book
/-------------------------------------------------------------- */
.book-navigation .menu {
  border-top: 1px solid #ccc;
}

.book-navigation .page-links {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* Comments
/-------------------------------------------------------------- */
/* Style for each individual comment */
div.comment {
}

/* Subject (title) of each comment */
div.comment h3.title {
}

/* Links (edit, reply, delete) for each comment */
div.comment div.links a,
div.comment ul.links a {
}

/* Alternating styles for even/odd comments */
.comments div.odd {
  background-color: #fff;
}

.comments div.even {
  background-color: #eee;
}

/* A special highlight style for a comment by the author of the node */
.comments div.comment-by-author {
  background-color: #ddd;
}

/* Comment signatures */
.signature {
  border-top: 1px solid #d6ddb9;
}

/* User avatars in comments */
.comment-wrapper .picture img {
}


/* Forum
/-------------------------------------------------------------- */
#forum .description {
}

#pid-forum-disputatoire #forum ul.links,
#pid-forum-bavardoire #forum ul.links
{
	display: none;
}

.forum-topic-navigation {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}


/* Poll
/-------------------------------------------------------------- */
div.poll div.bar {
  background-color: #ddd;
}

div.poll div.bar div.foreground {
  background-color: #999;
}


/* Profiles
/-------------------------------------------------------------- */
.profile .picture {
  float: none;
}

/* Styles for sub-headings on user profiles */
.profile dt {
  background-color: #ccc;
}


/* Skinr
/-------------------------------------------------------------- */

/* This is a sample Skinr style to get you started. See fusion_starter.info */
.fusion-example-stylename .inner {
  /* When setting the background color, also set foreground colors for text and
    links, even if it's similar to the default body style. Remember, this block
    style may be used in regions with other foreground colors, thus making text
    invisible if left unspecified */
  background-color: #ccc;
  color: #000;
  /* All padding and borders should go on the .inner div, so as not to break
    the widths of the grid */
  border: 3px solid #000;
  padding: 10px;
}
.equal-heights{
}
#block-menu-menu-status {
	height:200px;
	border-left:#444444 dotted 1px;
}
#block-block-3{
	border-left:#444444 dotted 1px;
	border-right:#444444 dotted 1px;
}
#block-menu-menu-menu-secondaire {
	padding-bottom:10px;
}
.item-list .views-row {
	border-bottom:#eaeaea solid 1px;
	list-style:url(image-interface/carre-publication.jpg);
}


#pid-a-propos .item-list .views-row, .view-Activites .item-list .views-row{
	list-style:url(image-interface/carre-propos.jpg);
}

#pid-index-auteur .item-list .views-row {
	list-style:url(image-interface/carre-index.jpg);
}

#block-forum-0 li {
	list-style:url(image-interface/carre-forum.jpg);
}

#pid-index-auteur h3{
	}
.item-list .views-row-last {
	border:none;
}
.field-content {
	text-align:right;
}

.page-index-thematique .views-field-title{
    float:left;
}

.page-index-thematique .views-field-field-taxo-auteur-value{
    float:right;
}

.page-index-thematique .view-Index-thematique .views-row{
    border-bottom: 1px dashed;
    margin: 15px 0;
    min-height: 60px;
}

.page-index-thematique .view-Index-thematique .views-row-first{
    border-top:1px dashed;
    padding-top:15px;
}

/*page actualités*/

.page-actualits .view-actualites .views-row-first{
    border-top:1px dashed;
    padding-top:15px;
}

.page-actualits .view-actualites .views-row{
    border-bottom:1px dashed;
    margin-bottom:15px;
}

.page-actualits .view-actualites .views-row .views-field-title{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.page-actualits .view-actualites .views-row .views-field-body p{
    text-align:justify;
}

html.js body#pid-forum.not-front div#page.page div#main.main div#main-group.main-group div#content-group.content-group div#content-inner.content-inner div#content-inner-inner.content-inner-inner div#content-content.content-content div#forum table#forum-0 tbody tr#forum-list-72.odd td.posts,
html.js body#pid-forum.not-front div#page.page div#main.main div#main-group.main-group div#content-group.content-group div#content-inner.content-inner div#content-inner-inner.content-inner-inner div#content-content.content-content div#forum table#forum-0 tbody tr#forum-list-73.even td.posts{
    display:none;
}
