/* @override 
	http://preview.cari.be/style/screen.css
	http://www.cari.lan/style/screen.css
	http://dev.cari.be/style/screen.css
*/


* {
	margin:0;
	padding:0;
}

body {
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/body.jpg) repeat-y #FFF;
}

#content a.media.no_permission {
	text-decoration:line-through;
}

/* @group Structure */

div#container {
	margin:0 auto;
	width:80%;
	max-width:1000px;
	min-width:700px;
	margin-top:-35px;
}

div#wrapper {
	float:right;
	width:100%;
	margin-left:-322px;
}

div#content {
	margin:0 30px 0 322px;
	padding-left:20px;
	background:url(images/content.jpg) no-repeat;
}

div#content #headpic {
	background: url(images/headpic.php) right no-repeat;
	height:120px;
	margin-bottom:20px;
}

div#ajout {
	width:80px;
	height:50px;
	position:absolute;
	top:130px;
	left:242px;
	background:url(images/ajout.png);
}

* html div#ajout {
	display:none;
}

/* @group Header */

div#header {
	height:80px;
	background:#FFF url(images/header.png) no-repeat;
	color:#FFF;
}

div#header #search {
	color:#FFF;
	background:#244066;
}

div#header #search #logo {
	margin:10px 0 0 50px;
	position:relative;
	float:left;
}

div#header #search form {
	float:right;
	font-size:1.3em;
	margin:25px 30px 0 0;
}

div#header #member {
	height:35px;
	clear:both;
	text-align:right;
	margin:0 30px 0 0;
	padding:2px 0 5px;
	color:#666;
	line-height:35px;
	font-size:1.3em;
}

div#header #member a {
	color:#666;
}

div#header #member a:hover {
	color:#333;
	text-decoration:none;
}

div#header #member form {
	font-size:0.8em;
	line-height:35px;
	margin-top:3px;
}

div#header #member form input {
	color:#666;
}

div#header #member form input[type="text"], div#header #member form input[type="password"] {
	width:120px;
}

/* @end */

/* @group Navigation */

#navigation {
	float:left;
	width:142px;
	background:url(images/navigation.jpg) no-repeat #B6DBEE;
	min-height:761px;
	text-align:right;
}

#navigation img {
	margin-top:10px;
	margin-bottom:50px;
}

#navigation #logos {
	width:142px;
	height:200px;
	background:url(images/logos.jpg) no-repeat;
	margin-left:-10px;
}

#navigation .logo {
  width:142px;
  display:block;
  text-decoration: none;
}

#navigation .logo_passion {
	margin-left:-10px;
	margin-bottom:20px;
  width:142px;
  display:block;
  text-decoration: none;
}

#navigation .partner {
  width:144px;
  background:white;
  margin-left:-10px;
  margin-bottom:20px;
  color:#197E85;
  text-align:left;
  font-size: 1.2em;
  line-height: 1.5em;
  text-transform: none;
}

#navigation .partner span {
  color:#CCC;
  text-align: left;
  font-size: 0.7em;
  line-height: 1.5em;
  font-weight: normal;
  padding: 3px 10px;
  display: block;
}

#navigation .partner span.title {
  color:#197E85;
  text-align: center;
  font-size: 1.2em;
}

#navigation .partner img {
	margin:0;
}

#navigation a {
	text-decoration:none;
}

#navigation ul {
	padding:8px;
	list-style-type:none;
}

#navigation ul li div {
	color:#344DA1;
	font-size: 1.5em;
	color:#FFF;
	text-transform: uppercase;
	font-weight: bold;
}

#navigation ul li ul {
	padding:0 0 10px 0;
}

#navigation ul li ul li a {
	display:block;
	color:#344DA1;
	font-size:1.2em;
	font-weight:bold;
	margin:2px 0;
}

#navigation ul li ul li a:hover {
	text-decoration:underline;
}

/* @end */

/* @group Tags */

div#tags {
	float:right;
	width:180px;
	margin-right:0;
}

div#tags ul li {
	list-style-type:none;
	clear:both;
	font-size:1.2em;
	color:#3399CC;
	text-transform:uppercase;
	font-weight:bold;
	width:180px;
}

div#tags ul li.first {
	background:url(images/tag.jpg) no-repeat;
	padding-top:15px;
	color:#FFF;
}

div#tags ul li div {
	padding:2px;
	background:#FFF;
}

div#tags ul li.first div {
	background:transparent;
}

div#tags ul li ul li {
	list-style-type:none;
	float:left;
	clear:none;
	padding:0;
	text-transform:none;
	font-weight:normal;
	background:transparent;
	border-bottom:1px solid #FFF;
}

div#tags ul li ul li a {
	padding:2px 2px;
	color:#FFF;
	font-size:1em;
	display:block;
	text-decoration:none;
}

/* @end */

/* @group Tab menu */

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

ul#tab_menu li {
	list-style-type:none;
	padding:0;
	margin:0;
	float:left;
}

ul#tab_menu li.second_menu {
	float:right;
}

ul#tab_menu li a {
	margin:0;
	padding:6px 10px;
	display:block;
	color:#666;
	text-decoration:none;
	background:#F8F8F8;
	margin:0 0 -1px 10px;
	border:1px solid #3399CC;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

ul#tab_menu li a:hover {
	color:#333;
	background:#E8E8E8;
}

ul#tab_menu li.active a {
	color:#3399CC;
	background:#FFF;
	border-bottom:1px solid #FFF;
}

ul#tab_menu li.second_menu a {
	margin:0 10px -1px 0;
}

ul#tab_menu li form {
	margin:0;
	padding:4px 10px;
	display:block;
	color:#666;
	text-decoration:none;
	background:#F8F8F8;
	margin:0 0 -1px 10px;
	border:1px solid #3399CC;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

ul#tab_menu li form input {
	height:14px;
	font-size:1em;
}

ul#tab_menu li form input[type="text"] {
	color:#666;
	width:120px;
	font-size:0.9em;
}

ul#tab_menu li.active form {
	/*color:#3399CC;*/
	background:#FFF;
	border-bottom:1px solid #FFF;
}

#tab_area {
	border-top:1px solid #3399CC;
	margin:0;
	padding:15px 0;
	clear:both;
}
/* @end */

/* @end */

/* @group Simple elements */

p {
	margin:0 10px 10px;
}

a {
	color:#981793;
}

a img {
	border:0;
	vertical-align:bottom;
}

li img, p img {
	vertical-align:middle;
}

img.float {
	float:left;
	margin:20px 20px 20px 0;
}

/* @end */

/* @group Résultats */

.results ul li span {
	font-size:0.8em;
	color:#666;
	margin-left:5px;
}

/* @end */

/* @group Map */

#map_canvas {
	width:700px;
	height:500px;
}

.marker {
	position:relative;
	width:180px;
	display:none;
	background:#FFF;
	padding:5px;
	top:10px;
	left:10px;
}

.api_marker {
	width:670px;
}

.marker p {
	font-size:1.3em;
	margin:-3px 0 0 0;
	padding:0 3px 3px 0;
}

.api_marker p {
	padding:0;
}

.api_marker p img {
	vertical-align:bottom;
}

.api_marker p a span {
	font-weight:bold;
}

/*.marker p a {
	display:block;
	text-align:right;
	margin-bottom:-3px;
	margin-right:-3px;
}*/

/* @end */

/* @group Publications */

.publication_item {
	clear:both;
}


.publication_item a.gallery {
	float:left;
}

.publication_item a.gallery img {
	margin:0 15px 15px 0;
}

#content .publication_item h3 {
	clear:none;
	margin:0;
	padding:5px 0;
}

.publication_item p {
	clear:none;
	margin:5px 0 0 0;
	padding:0;
}

/* @end */

/* @group Formulaires */

form .row, .row {
	clear:both;
}

.row .title {
	float:left;
	width:150px;
	margin-right:10px;
	padding-top:13px;
	font-size:1.2em;
	line-height:20px;
	font-weight:bold;
	text-align:right;
	color:#555;
}

#dialogboxmain .row .field {
	float:left;
	width:220px;
	padding-top:13px;
	margin-right:27px;
}

form .row .field {
	float:left;
	width:300px;
	padding-top:13px;
	margin-right:27px;
}

#dialogboxmain .row .field input, #dialogboxmain .row .field select {
	width:215px;
	height:20px;
	margin:0;
	border:1px solid #9A9A9A;
}

form .row .field input, form .row .field select {
	width:295px;
	height:20px;
	margin:0;
	border:1px solid #9A9A9A;
}

form .row .field input.err {
	border:2px solid #E15C51;
	width:293px;
	height:18px;
}

#dialogboxmain .row .field input.err {
	border:2px solid #E15C51;
	width:213px;
	height:18px;
}

form .row .star, .row .star {
	float:left;
	width:16px;
	margin-right:10px;
	padding-top:13px;
	margin-left:-27px;
}

form .row .plus {
	float:left;
	border-left:1px solid #9A9A9A;
	padding-top:13px;
	min-height:25px;
	padding-left:10px;
	width:250px;
}

form .row .plus.big {
	min-height:140px;
}

form .row .plus.big.notoolbar {
	min-height:115px;
}

form .row p.info {
	text-indent:22px;
	font-size:1.3em;
	line-height:20px;
	color:#6289B8;
	padding:5px 0 0 160px;
	clear:both;
	margin:0;
	background:url(../admin/icons/information.png) no-repeat 162px 8px;
}

form .row .plus p.info {
	text-indent:22px;
	font-size:1.3em;
	line-height:20px;
	color:#6289B8;
	margin:0;
	padding:0;
	clear:none;
	background:url(../admin/icons/information.png) no-repeat 2px 4px;
}

form .row .plus p.error {
	text-indent:22px;
	font-size:1.3em;
	line-height:20px;
	margin:0;
	color:#E15C51;
	background:url(../admin/icons/exclamation.png) no-repeat 2px 4px;
}

form .submit {
	padding:15px 0 15px 160px;
	clear:both;
}

form .submit.center {
	padding:15px 0;
	text-align:center;
}

form .submit input, form input[type="submit"], form input[type="button"] {
	font-size:1.3em;
	font-weight:bold;
	padding:2px 5px;
	color:#333;
}

form .textarea {
	clear:both;
	margin:10px 40px;
	width:700px;
	border:1px solid #9A9A9A;
	height:427px;
}

form .textarea.notoolbar {
	border:none;
}

form .textarea .toolbar {
	border-bottom:1px solid #9A9A9A;
	padding:5px 0;
	color:#9A9A9A;
	text-align:center;
}

form .textarea.notoolbar .toolbar {
	display:none;
}

form .textarea textarea {
	width:702px;
	margin-left:-1px;
	margin-top:20px;
	height:400px;
	border:1px solid #9A9A9A;
	margin-bottom:0;
	border-collapse:collapse;
}

form .textarea.notoolbar textarea {
	margin:0;
}

form .field .textarea {
	clear:none;
	width:295px;
	height:127px;
	margin:0;
}

form .field .textarea.notoolbar {
	height:102px;
}

form .field .textarea textarea {
	width:297px;
	height:100px;
}

/* Sections */
fieldset.section {
	border:1px solid #9A9A9A;
	padding:10px 15px;
	width:342px;
	float:left;
	margin:7px 0;
}

fieldset.section.second {
	float:right;
}

fieldset.section legend {
	font-size:1.3em;
	height:1.3em;
	line-height:1.4em;
	color:#666;
	font-weight:bold;
	padding:0 4px;
}

fieldset.section legend img {
	vertical-align:middle;
}

fieldset.section ul li {
	margin-left:30px;
	padding-bottom:5px;
	list-style-type:none;
}

fieldset.section ul li a {
	color:#B1B1B1;
}

fieldset.section ul li a:hover {
	color:#333;
}


/* @group pageperso_prefs */

form#pageperso_prefs .row .title {
	width:250px;
}

form#pageperso_prefs .row .field {
	width:100px;
}

form#pageperso_prefs .row .plus {
	width:350px;
}

form#pageperso_prefs .row .field input, form#pageperso_prefs .row .field select {
	width:95px;
}


/* @end */

/* @end */


/* @group Membres */


p.info2 {
	border:1px solid #3399CC;
	color:#3399CC;
	padding:7px;
	font-style:italic;
}

p.error2 {
	border:2px solid #E15C51;
	color:#E15C51;
	padding:7px;
}

p.status {
	color:#555;
	font-size:1em;
	margin:-5px 0 0 -10px;
	padding:0;
}

p.status strong {
	font-weight:bold;
	color:#de1000;
}

p.status img {
	margin-left:10px;
	margin-top:-3px;
}

#content ul.avantages {
	list-style-type:none;
	margin:10px;	
}

#content ul.avantages li {
	color:#227601;
}

#content ul.avantages li a {
	color:#227601;
	text-decoration:none;
}

#content ul.avantages li a:hover {
	text-decoration:underline;
}

/* @end */

















/* @group LightBox */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.3.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.3
 * @date October 12, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	background: transparent url(___just-anything-here.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}
		
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* @end */





/* @group Button */



    .btn {
      display:inline-block;
      background:none;
      margin:0;
      padding:3px 0;
      border-width:0;
      overflow:visible;
      font:100%/1.2 Arial,Sans-serif;
      text-decoration:none;
      color:#333 !important;
      }
    * html button.btn {
      padding-bottom:1px;
      }
    /* Immediately below is a temporary hack to serve the 
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right 
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
    html:not([lang*=""]) button.btn {
      margin:0 -3px;
      }
    .btn span {
      background:#ddd url(images/bg-button.gif) repeat-x 0 0;
      margin:0;
      padding:3px 0;
      border-left:1px solid #bbb;
      border-right:1px solid #aaa;
      }
    * html .btn span {
      padding-top:0;
      }
    .btn span span {
      position:relative;
      padding:3px .4em;
      border-width:0;
      border-top:1px solid #bbb;
      border-bottom:1px solid #aaa;
      }
    
    /* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
    button.pill-l span {
      border-right-width:0;
      }
    button.pill-l span span {
      border-right:1px solid #bbb;
      }
    button.pill-c span {
      border-right-style:none;
      border-left-color:#fff;
      }
    button.pill-c span span {
      border-right:1px solid #bbb;
      }
    button.pill-r span {
      border-left-color:#fff;
      }
    
    /* only needed if implementing separate hover/focus/active state for buttons */
    .btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#3399CC !important;
      color:#000;
      }
    .btn:active span {
      background-position:0 -400px;
      outline:none;
      }
    .btn:focus, .btn:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }

    /* use if one button should be the 'primary' button */
    .primary {
      font-weight:bold;
      color:#000;
      }

/* @end */

/* @group Balances */

p.legend {
	border:1px solid #999;
	padding:7px;
	width:680px;
	margin:10px 0;
	font-size:0.9em;
	height:10px;
}

p.legend span {
	display:block;
	float:left;
	margin:0 15px 0 0;
}

p.legend span.colorsquare {
	width:10px;
	height:10px;
	margin:0 3px 0 0;
}


.minigraph {
	float:left;
}

ul.bal {
	margin:0;
	padding:3px 0 0 85px;
}

ul.bal li {
	margin:0 0 8px 0;
	padding:0;
	list-style-type:none;
}

ul.bal select {
	width:125px;
}

.bal_bubble {
	margin:-25px 0 0 0;
	padding:0;
}

/* @end */

/* @group Bibliothèque */

p.shortcut {
	border:1px solid #999;
	padding:7px;
	width:100%-14px;
	margin:10px 0;
	font-size:1.3em;
}

/* @end */

/* @group Brol */




div#footer {
	background:#333;
	color:#FFF;
	clear:both;
	width:100%;
}

div#footer p {
	margin:0;
	padding:5px 10px;
}













#content h1 {
	color:#FFC257;
	font-size:3em;
	margin-bottom:15px;
}

#content h1 a {
	color:#FFC257;
	text-decoration:none;
}

#content h1 a:hover {
	text-decoration:underline;
}

#content h2 {
	color:#3399CC;
	font-size:1.8em;
	margin-bottom:15px;
	margin-top:25px;
	border-bottom:1px solid #3399CC;
}

#content h3 {
	color: #3399cc;
	font-size:1.6em;
	margin-bottom:10px;
	margin-top:20px;
	clear: both;
}

#content h3 a {
	color: #3399cc;
	text-decoration:none;
}

#content h3 a:hover {
	text-decoration:underline;
}

#content h4 {
	color:#3399CC;
	font-size:1.4em;
	margin-bottom:10px;
	margin-top:15px;
}

#content h5 {
	color:#333;
	font-size:1.3em;
	margin-bottom:10px;
	margin-top:15px;
}

#content h2 a.small {
	color:#666;
	font-size:0.5em;
	text-decoration:underline;
}

p {
	line-height:1.4em;
	font-size:1.2em;
	color:#222;
}

#content p.meta {
	line-height:1em;
	font-size:1em;
	color:#888;
	margin-top:-5px;
	margin-left:0;
}

#content p.more {
	margin:25px 0;
	font-size:1.2em;
	clear:both;
}

#content p.more a {
	color: #666;
	display:block;
	text-decoration:none;
	border:1px solid #666;
	padding: 5px;
}

#content p.more a:hover {
	text-decoration:none;
	color:#333;
	border-color:#333;
}





#content p.page_links {
	border:1px solid #333;
	padding:5px;
	margin: 15px;
	clear: both;
}

#content p.page_links a {
	margin: 0 5px;
	color: #333;
}

#content p.page_links a.current {
	text-decoration: none;
}




#content a {
	color:#344DA1;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#content ul {
	color:#666;
	margin:10px 0 10px 25px;
	list-style-type:disc;
}

#content ul li {
	color:#222;
	line-height:1.4em;
	font-size:1.2em;
}

.results ul {
	color:#344DA1;
	list-style-type:square;
	margin-left:15px;
}

.results ul li {
	margin:3px 0;
}

#content ul.links {
	list-style-type:none;
	margin-left:0;
	/*width:600px;*/
}

#content ul.links li {
	list-style-type:none;
	border-bottom:1px solid #EEE;
	margin:0;
	color:#666;
}

#content ul.links li.noborder {
	border-bottom:0;
}

#content ul.links li img {
	vertical-align:bottom;
}

#content ul.links li span {
	padding:5px;
	display:block;
}

#content ul.links li a {
	text-decoration:none;
	display:block;
	padding:5px;
	color:#666;
}

#content ul.links li a:hover {
	background:#F2F2F2;
}

#content ul.links li span a {
	text-decoration:none;
	color:#333;
	display:inline;
	padding:0;
}

#content ul.links li span a:hover {
	text-decoration:underline;
	background:none;
}

ul.pictures {
	list-style-type:none;
	margin-left:0;
}

ul.pictures li {
	list-style-type:none;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid #DDD
}

ul.pictures li a {
	display:block;
	text-align:center;
	width:150px;
	margin:10px;
	line-height:15px;
	height:30px;
}

ul.pictures li a.gallery {
	height:150px;
	line-height:150px;
}

ul.pictures li a.gallery img {
	vertical-align:middle;
}




#content li p {
	font-size:0.8em;
	margin-top:-10px;
	margin-bottom:15px;
	padding-top: 0;
	clear: both;
}

#content li p.author {
	font-size:0.9em;
}




#content ol {
	color:#666;
	margin:10px 0 10px 30px;
}

#content ol li {
	color:#222;
	line-height:1.4em;
	font-size:1.2em;
}

/*
a.no_access {
	background:url(stop.png) no-repeat;
	padding-left:18px;
	vertical-align:bottom;
	text-decoration:line-through;
}*/




.clear { /* generic container (i.e. div) for floating buttons */
	clear:both;
}

li .clear { /* generic container (i.e. div) for floating buttons */
	clear:none;
}



#content a.button img {
	vertical-align: bottom;
	margin-right: 5px;
}



#content a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color:#444;
    display:block;
    float:left;
    font:normal 12px arial, sans-serif;
    height:24px;
    line-height:39px;
    margin-right:6px;
    padding-right:15px; /* sliding doors padding */
    text-decoration:none;
    outline:none; /* hide dotted outline in Firefox */
    width:290px;
	overflow:hidden;
}

#content a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height:13px;
    padding: 5px 0 5px 15px;
	font-size:0.8em;
}

#content a.button span span {
    background:none;
	display:inline;
    padding:0 0 0 20px;
	font-size:1.3em;
    line-height:13px;
}

#content a.button:active {
    background-position: bottom right;
    color:#333;
}

#content a.button:active span {
    background-position: bottom left;
    padding:6px 0 4px 15px; /* push text down 1px */
}

#content a.button:active span span {
    background-position:inherit;
    padding:0 0 0 20px; /* push text down 1px */
}

#content a.button.odtitem span span, #content a.button.txtitem span span, #content a.button.docitem span span {
	background:url(page_white_word.png) no-repeat 6px;
}

#content a.button.xlsitem span span {
	background:url(page_white_excel.png) no-repeat 6px;
}

#content a.button.jpegitem span span, #content a.button.jpgitem span span, #content a.button.gifitem span span, #content a.button.pngitem span span {
	background:url(image.png) no-repeat 6px;
}

#content a.button.pdfitem span span {
	background:url(page_white_acrobat.png) no-repeat;
}

#content a.button.pptitem span span {
	background:url(page_white_powerpoint.png) no-repeat 6px;
}





#content li a.button {
    float:none;
}


a.abco img {
	float: left;
	margin-right:30px;
	margin-bottom: 30px;
}









/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */
#calendrier {
	margin:50px auto;
	width:645px;
	height:200px;
}

#page_accueil #calendrier {
	margin:10px auto;
}

#calendrier h3 {
	font-size:1.2em;
	text-align:center;
	margin:5px 0;
	padding:0;
}

#calendrier li{
	list-style-type:none;	
}

.cal {
	float:left;
	margin:0 20px;
}

#content ul#libelle {
	width:175px;
	margin: 0 auto;
	padding: 0;
}
#content ul.ligne {
	width:175px;
	margin: 0 auto;
	padding: 0;
} 
#content ul#libelle li {
	float : left;
	width : 25px; 
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	color:#333;
	text-align:center;
	margin:5px 0;
}
#content ul.ligne li {
	color:#000;
	float:left; 
	width:23px; 
	text-align:center;
	color:#BBB;
	margin:1px;
	height:18px;
	line-height:18px;
}

#content ul.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

#content ul li.itemCurrentItem {
	color:#666;
}

#content ul li.itemExistingItem {
	background-color:#3399CC;
}
		
#content ul li.itemExistingItem a {
	color:#FFF;
	text-decoration:none;
}		
		
#content ul li.itemExistingItem a:hover {
	font-weight:bold;
}		

.item_date {
	background-image:url(images/date.jpg);
	background-repeat:no-repeat;
	height:57px;
	width:46px;
	text-align:center;
	float:left;
	margin-right:5px;
	margin-top:-8px;
	margin-bottom:5px;
}

.item_date .date_month {
	font-size:12px;
	font-weight:700;
	padding-top:5px;
	color:#FFF;
}

.item_date .date_day {
	color:#252525;
	font-size:24px;
	padding-top:4px;
}

#content .event {
	clear:both;
	margin-top:20px;
}

#content .event h3 {
	margin:0;
	display:inline;
}

#content .event p {
	clear:both;
}

#content .event p.meta {
	clear:none;
	font-size:1.1em;
	margin-top: 8px;
}















/**************************
Balances
**************************/

table.bal th, table.bal tr, table.bal td {
	/*border:1px solid #CCC;*/
	margin:0;
	padding:0;
}

table.bal {
	width:600px;
	margin:0;
	padding:0;
	border-collapse:collapse;
	margin-left:30px;
	margin-bottom:25px;
}

table.smallbal {
	width:380px;
}

table.bal tr {
	border-top:1px solid #CCC;
}

table.bal tr.head {
	border-top:0;
}

table.bal th {
	padding:2px 5px;
}

table.bal td {
	padding:3px 13px;
}

table.smallbal td {
	text-align:center;
}

table.bal td.date, table.bal th.date {	
	text-align:center;
	border-right:1px solid #CCC;
}
table.bal td.endcat, table.bal th.endcat {	
	border-right:1px solid #CCC;
}

table.bal td.small {
	width:35px;
	text-align:right;
}

table.bal a img {
	vertical-align:middle;
}

table.bal th a {
	text-decoration:none !important;
	color:#000 !important;
}

table.bal th a:hover {
	text-decoration:underline !important;
}








form input.q {
	background:#FFF url(images/search.png) no-repeat;
	height:15px;
	padding:1px 5px 1px 18px;
}



/* @end */




div.social {
	float:right;
	width:100px;
	margin-top:12px;
}

div.social div, div.social iframe {
}






