body {
	margin: 0;
	color:#000000;
	background-color: #eae7e7/*#72a3cb #4384B3 #C9D1FF*/;
	font: 11px "Trebuchet MS", helvetica, sans-serif;
   background-image:url("../images/structure/bagrd_gris_EAE7E7.jpg");
	background-position:left top;
	background-repeat:no-repeat;
   text-align:center;
}
/* R?gles g?n?rales afin de r?gler les conflits de configuration par d?faut des navigateurs */
div, p, img, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.4em;
	color: #333333;
	background-color:#FFFFFF;
}
p, a {
	font-size: 1em;
	text-decoration: none;
	color: #333333;/*#666666;4B4B4B*/
	background-color:#FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FD8A61;
	background-color:#FFFFFF;
}
hr {
	border: 1px solid #CCCCCC;
}

hr.separator {
	clear: both;
	visibility: hidden;
	display:block;
	height: 1px;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	border: 0;
}

p.clear {

   margin: 0 ;

   padding: 0 ;

   height: 1px ;

   line-height: 1px ;

   clear: both ; /* Edit: j'avais oublié un détail  smile  sans cette ligne, ça ne sert évidemment à rien ! */

   }

p.indent {
   text-indent:25px;
}

/* R?gles des conteneurs */
div#corps{
	position: relative;
	width: 783px;
	margin: 10px auto 10px auto;
	border: 2px solid #5D5C5B;
	color:#000000;
	background-color:#FFFFFF;
	text-align: left;
}

div#gauche {
	float: left;
	width: 528px;
}

div#logo {
	margin: 7px 0px 0px 7px;
	position: relative;
	display: block;
	width: 514px;
	height: 163px;
	color: #000000;
	background: #FFFFFF url("../images/structure/obiblio_03.jpg") center top no-repeat;
	z-index: 2;
	cursor: pointer;
}

div#logo h1 {
	position:absolute;
	top:142px;
	left:203px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:500;
	background-color:transparent;
}

div#navig {
	margin: 4px 0px 0px 7px;
}

div#pubMenu {
	margin: 0px 0px 0px 7px;
}

div#droite {
	float: left;
	width: 249px;
	margin: 0px 0px 0px 0px;
}

div#footer {
	position: relative;
	clear: both;
	height: 67px;
	width: 780px;
	color:#000000;
	background: #ffffff url("../images/structure/obiblio_28.png") no-repeat;
}

div#footer p{
	position: relative;
	left:10px;
	top:20px;
	width:500px;
	font-size:10px;
}

div#footer span{
	font-size:9px;
	color: #AAA7A7;
}

div#footer span.sign{
	color:#cccccc;
}

div#footer a {
	color: #2AA287;
	background-color:#FFFFFF;
}

.tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}

.tip-title {
   font: 11px "Trebuchet MS", helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 8px 8px 4px;
	background: url("../images/pics/bubble.png") top left !important;

COLOR: #9fd4ff;
}

.tip-text {
	font-size: 10px;

	margin: 0px;
	padding: 4px 8px 8px;
	background: url("../images/pics/bubble.png") bottom right !important;
}

