

/* $Id: system.css,v 1.21 2006/12/21 16:13:06 dries Exp $ */

/*
** HTML elements
*/
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
td.active {
  background-color: #ddd;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
.error {
  color: #f00;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
}
div.warning, tr.warning {
  background: #ffd;
}
div.ok, tr.ok {
  background: #dfd;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
.nowrap {
  white-space: nowrap;
}
.pager {
  clear: both;
  text-align: center;
}
.pager a, .pager strong.pager-current {
  padding: 0.5em;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

/*
** Menus
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../../misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../../misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}



/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}




/* ------------------------------------------------------- */
/**
 * gpq theme for drupal 5.x
 */


/* Regles generales
----------------------------------------------- */
html, body {height:100%;}
div {margin:0; padding:0;}
body {margin:0; padding:0; background:#fff url(img/bg_body.jpg) repeat-x 0 0; font:0.74em Arial, sans-serif; color:#454545; text-align:center;}

a {color:#295487;}
a:hover {color:#f60;}

p {margin:5px 0;}
img {margin:0; padding:0; border-width:0;}

.clear {clear:both;}
.orange {color:#f60;}
.exposant {font-size:0.80em; vertical-align:text-top;}


/* Contenant global
----------------------------------------------- */
#container {
	width:700px;
	min-height:100%;
	padding:0 30px;
	margin:0 auto;
	border-left:1px solid #555;
	border-right:1px solid #555;
	background:#fff;
	text-align:left;
}

.main {
	background:url(img/dotted.gif) #fff repeat-x 0 30px;
	margin:0 auto;
	padding:31px 0 0;
	width:700px;
}

/* Entete de la page
----------------------------------------------- */
.header {
	background:#fff url(img/bg_header.jpg) no-repeat 0 2px; width:450px; height:191px; padding-left:250px;
}
.header .logo {
	float:left; width:245px; padding-top:11px;
}
.header .logo .sitename {
	margin:0 0 6px;
}
.header .logo .slogan {
	font-size:19px; font-weight:bold; color:#2c3570; text-align:right; padding-right:6px;
}
.header .date-colloque {
	float:left; width:200px; padding-top:20px; text-align:right;
}

/* Corps de la page
----------------------------------------------- */
.cont {
	clear:both;
	padding-top:10px;
	background:url(img/dotted.gif) #fff repeat-x 0 1px;
}

/* Colonne de gauche
----------------------------------------------- */
.column-left {
	padding:5px 30px 8px 0;
	float:left; width:215px; color:#666;
}

/* Theme du colloque */
#theme-colloque h1 {
	margin:0;
	font-size:14px;
}
#theme-colloque {
	padding:0 10px 10px;
	color:#2c3570;
}
#theme-colloque .theme-titre {
	display:block;
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
}
#theme-colloque .theme-sous-titre {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

/* Menu principal */
.column-left ul.menu {
	font-size:14px;
	margin:0 10px;
	padding:0;
}
.column-left ul.menu li {
	padding:1px 0 2px; margin:0; list-style-type:none;
	background:url(img/dotted.gif) #fff repeat-x left bottom;
}
.column-left ul.menu ul li {
	padding:1px 0 0; margin:0; list-style-type:none;
	background-image:none;
}
.column-left .menu li a, .column-left .menu li a:hover, .column-left .menu li a:active {
	display:block;
	padding:5px 10px;
	text-decoration:none;
}
.column-left .menu li a:hover {
	background-color:#f5f5f5; color:#000; text-decoration:none;
}
.column-left .menu li a.active {
	 background-color:#e1e8f7; color:#000;
}
li.expanded, li.collapsed, li.leaf {
	list-style-image:none;
	list-style-type:none;
	padding:0;
	margin:0;
}


/* Contenu principal
----------------------------------------------- */

.center {
	float:left;
	width:455px;
	padding:8px 0;
}
.center h1 {
	margin:0;
	padding:0 0 12px;
	font-weight:normal;
	font-size:18px;
	background:url(img/dotted.gif) #fff repeat-x left bottom;
	color:#ff6600;
	line-height:1em;
}
.center h1 a, .center h1 a:link, .center h1 a:visited {
	color:#f60;
	text-decoration:none;
}
.center h1 a:hover {
	color:#2c3570;
}
.center h2 {
	margin:1em 0;
	font-weight:bold;
	font-size:14px;
	color:#2c3570;
	letter-spacing:-0.02em;
}
.center h2 a, .center h2 a:link, .center h2 a:visited {
	color:#2c3570;
	text-decoration:none;
}
.center h2 a:hover {
	color:#f60;
}
.center h3 {
	margin:0 0 1em;
	font-weight:bold;
	font-size:14px;
	color:#666;
}
.center h3 a {
	color:#666;
	text-decoration:none;
}
.center p {
	margin:1.1em 0; padding:0; line-height:1.4em;
}
.center .content ul, .center .content ol, .center .content .item-list ul {
	padding-left:1em;
	margin-left:1em;
	margin:1.2em 0 1.1em 1em;
}
.center .content ul ul, .center .content ul ol, .center .content ol ol, .center .content ol ul {
	margin-top:6px;
}
.center .content .item-list ul li {
	margin-left:0;
}
.center .content li {
	margin-bottom:6px;
}
.center .content ul li {
	list-style-image:url(img/pcarre.gif);
}

/* Specifique  l'accueil */
#datejour {
	font-size:10px;
	color:#666;
}

/* Partenaires */
.partenaire {
	margin:15px 0 0;
	padding:0 0 25px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}


/* Pied de page
----------------------------------------------- */
#footer {
	margin:10px 0;
	background:url(img/dotted.gif) #fff repeat-x 50% top;
	text-align:center;
	font-size:10px;
	color:#333;
}
#footer p {
	padding:10px 0;
	margin:0 50px;
}
#footer .lien-connexion {
	float:right;
	margin-top:1px;
}

/* Popup Thickbox
----------------------------------------------- */

.page-thickbox {
	background:#fff;
	margin:15px auto 0;
	width:455px;
}
.page-thickbox .center {
	float:none;
}
.conferencier {
	margin-top:15px;
}
.conferencier-photo {
	float:right;
	margin:0 0 10px 10px;
}
.conferencier-photo img {
	border:1px solid #bbb;
}
.conferencier-biographie {
	margin-top:1.1em;
}

/* Contact
----------------------------------------------- */
#contact-mail-page {
	margin-top:1.1em;
}
#contact-mail-page .form-text {
	width:315px;
}
#contact-mail-page .form-textarea {
	width:448px;
}

form .bouton {
	text-align:right;
}

/* Liste de fichiers
----------------------------------------------- */
.upload-list .upload-texte-supp {
	display:block;
	margin-top:0.5em;
	margin-bottom:1em;
}

/* Administration
----------------------------------------------- */

#block-menu-65 ul.menu {
	font-size:1em;
	margin:0;
}
#block-menu-65 .menu a {
	color:#f60;
}
#block-menu-65 .menu a:hover {
	background-color:#f60;
	color:#fff;
}
#block-menu-65 .menu a.active {
	background-color:#f60;
	color:#fff;
	font-weight:bold;
}

.preview {
	padding-bottom:5px;
	margin-bottom:1em;
	background:url(img/dotted.gif) #fff repeat-x left bottom;
}
.preview .node {
	background-color:#fff;
}

.status {
  border:1px solid #3a3;
  background-color:#c7f2c8;
  padding:5px;
  margin-top:1em;
}
div.status ul {
	margin:0;
	padding-left:20px;
}

.edit {
	float:right;
	position:relative;
	top:5px;
	margin-left:10px;
}
#datejour.with-tabs {
  margin-bottom:1em;
}

#tabs-wrapper {
  margin: 0 0 1em;
  background:url(img/dotted.gif) #fff repeat-x left bottom;
}
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}
ul.primary {
  height:2em;
  margin-top:0.85em;
}
ul.secondary {
  clear: both;
  height:2em;
  text-align: left;
  background:url(img/dotted.gif) #fff repeat-x left bottom;
  margin: -2px 0 1em;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited,
.edit a, .edit a:hover, .edit a:visited {
  border: 0;
  background: #fff;
  padding: 4px 8px;
  margin: 0 0 0 1px;
  height: auto;
  text-decoration: underline;
  position: relative;
  top: -1px;
  color:#f60;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover,
.edit a:hover {
  background-color: #f60;
  text-decoration: none;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/* Filtre de la page Éditer les contenus */
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
	width:6em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
	width:100px;
}
dl.multiselect {
	margin-left:0;
	padding-left:0;
}

/* Champ Image CCK */
div.imagefield-edit-image-detail {
	margin-left:165px;
}

div.imagefield-edit-image-detail input.form-text {
	width:90%;
}

/* Fichiers attachés */

div.upload-item {
	margin:10px 5px;
	padding:10px;
	border:1px solid #ccc;
}
div.upload-edit-flags {
	float: right;
	width:100px;
}
div.upload-edit-flags div.form-item {
	margin:0;
}

/* ----------------------- */



.column-left h3 {
	padding-right:0; padding-left:0; font-weight:normal; font-size:18px; padding-bottom:4px; margin:0; color:#f60; padding-top:10px; border-bottom:#666 2px solid; font-family:Arial, Helvetica, sans-serif; letter-spacing:-1px
}
.column-left h3 span {
	color:#f60
}
.column-left p {
	padding-right:0; padding-left:0; background:url(img/dotted.gif) #fff repeat-x 50% bottom; padding-bottom:2px; margin:0; padding-top:2px
}
.column-left p a {
	display:block; padding:8px 0; margin:0; color:#666; text-decoration:none;
}
.column-left p a:hover {
	display:block; padding:8px 0 5px 8px; margin:0; background:url(img/dotted.gif) #f5f5f5 repeat-x 50% bottom; color:#000; text-decoration:none;
}

.slinks a {
	padding-right:6px; padding-left:6px; background:#fff; padding-bottom:0; margin:0; color:#999; padding-top:0; text-decoration:none
}
.slinks a:hover {
	padding-right:6px; padding-left:6px; background:url(img/arrup.gif) #fff no-repeat 50% bottom; padding-bottom:10px; margin:0; color:#666; padding-top:0; text-decoration:none
}


fieldset {margin-top:10px;}
input.text {
	border-right:#ccc 1px solid; border-top:#ccc 1px solid; background:#fff; margin:0; border-left:#ccc 1px solid; width:130px; color:#777; border-bottom:#ccc 1px solid
}
input.text:hover {
	border-right:#666 1px solid; border-top:#666 1px solid; border-left:#666 1px solid; border-bottom:#666 1px solid
}
input.form-submit {
	background: url(img/bg-bt.gif);
	height:23px;
	border:1px solid #ff6600;
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size:11px;
	margin:10px 1px 1px;
	padding:2px;
	text-transform:uppercase;
	cursor:pointer;
	text-align: center;
	letter-spacing: .1em;
}
input.form-file {
	width:400px;
}
fieldset {
	border-right:#ccc 1px solid; border-top:#ccc 1px solid; border-left:#ccc 1px solid; border-bottom:#ccc 1px solid
}
textarea.text {
	border-right:#ccc 1px solid; border-top:#ccc 1px solid; background:#fff; border-left:#ccc 1px solid; width:90%; color:#444; border-bottom:#ccc 1px solid; height:150px;
}

textarea.text:hover {
	border-right:#bbb 1px solid; border-top:#bbb 1px solid; background:#fffff4; border-left:#bbb 1px solid; color:#000; border-bottom:#bbb 1px solid
}
input.field {
	border-right:#ccc 1px solid; border-top:#ccc 1px solid; border-left:#ccc 1px solid; width:200px; color:#444; border-bottom:#ccc 1px solid; background-color:#fff
}
input.field:hover {
	border-right:#bbb 1px solid; border-top:#bbb 1px solid; background:#fff; border-left:#bbb 1px solid; color:#444; border-bottom:#bbb 1px solid
}
input.button {
	border-right:#ccc 1px solid; border-top:#ccc 1px solid; font-weight:bold; font-size:10px; background:#f4f4f4; border-left:#ccc 1px solid; color:#555; border-bottom:#ccc 1px solid; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif
}

.error h2 {
	font-weight:normal; color:#f60; letter-spacing:-1px
}
.success {
	border-right:#ccc 1px dashed; padding-right:7px; border-top:#ccc 1px dashed; margin-top:5px; padding-left:7px; background:#f5f5f5; margin-bottom:5px; padding-bottom:7px; border-left:#ccc 1px dashed; color:#666; padding-top:7px; border-bottom:#ccc 1px dashed
}
.success h2 {
	font-weight:normal; color:#666; letter-spacing:-1px
}
.sticky {
	border-right:#ccc 1px solid; padding-right:15px; border-top:#ccc 1px solid; padding-left:15px; margin-bottom:10px; padding-bottom:15px; border-left:#ccc 1px solid; padding-top:8px; border-bottom:#ccc 1px solid; background-color:#fbfbfb
}
span.submitted {
	font-size:10px; color:#898989
}
.description {
	font-size:10px; color:#898989
}

/* Tableaux */

table {
	margin:1em 0;
	border-collapse:collapse;
	font-size:12px;
}
th {
	padding-right:1em; border-bottom:#ccc 3px solid; text-align:left;
}
th.active img {
	display:inline
}
tr.even {
	border-right:#dfdfe1 0 solid; border-top:#dfdfe1 1px solid; border-left:#dfdfe1 0 solid; border-bottom:#dfdfe1 1px solid
}
tr.odd {
	border-right:#dfdfe1 0 solid; border-top:#dfdfe1 1px solid; border-left:#dfdfe1 0 solid; border-bottom:#dfdfe1 1px solid
}
tbody th {
	border-right:#dfdfe1 0 solid; border-top:#dfdfe1 1px solid; border-left:#dfdfe1 0 solid; border-bottom:#dfdfe1 1px solid
}
tr.odd {
	background-color:#f9f9f9
}
tr.info {
	background-color:#f9f9f9
}
tr.even {
	background-color:#fff
}
tr.odd td.active {
	background-color:#f2f2f2
}
tr.even td.active {
	background-color:#f9f9f9
}
td.active {
	background-color:#ddd
}
.center .content table {width:100%;}
.center .content table th {padding:2px 5px;}
.center .content table td {padding:5px; vertical-align:top; border-bottom:#dfdfe1 1px solid;}
.center .content table ul, .center .content table ol {margin-top:0.5em; margin-bottom:0.5em;}
.center .content table p {margin:0;}

/**/

.pager {
	clear:both; margin-top:20px; font-size:10px; background:#f5f5f5; text-align:center
}
.pager-current {
	color:#fff; background-color:#f60
}
.pager a {
	padding-right:5px; padding-left:5px; padding-bottom:0; padding-top:0; text-decoration:none
}
.pager a:hover {
	background-color:#f5f5f5
}


/* Images */
img.left {
	float:left; margin:0 12px 0 0
}
img.right {
	float:right; margin:0 0 0 12px
}
img.center {
	display:block; margin:0 auto
}


/* Facture  */
div.facture {
	background-color:#DDD;	padding:5px 12px;
}
div.centrerfacture {
	margin:0 auto; width:400px; margin:0px auto;
}
.facturedroite {
	float:right; margin:0 0 0 12px;
}

.centrer {
	text-align:center;
}

div.messagespecial {
	background-color:yellow; padding:0 3px; margin-top:3px;
}
