html { background:url(images/picode.gif) repeat-x; }
body { margin:0; padding:0; color:#555; font-family: Trebuchet MS, Helvetica, Verdana; }
img { border:none; }
div { float:right }
a:link, a:visited { color:#66c; text-decoration:underline; }
a:hover { color:#bde42e; }
a:active { color:#f00; }
.mainNav { cursor:pointer; display:block; width:111px; height:107px; text-align:center; text-decoration:none; color:#fff; float:left; background:url(images/picode.gif);}
td{font-size:13px}
input,select,textarea {color:#66c;font-weight:normal;margin:2px;padding:1px}
.edition_div
{
    width:400px;
	height:200px;
	color:#333;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	z-index:1000;
}
#edition
{
    background-image: url(images/edition.jpg);		
	 position:absolute;
     left: 30%; 
     top: 30%;
     margin-top: -100px; /* moitié de la hauteur */
     margin-left: -200px; /* moitié de la largeur */
	 z-index:1000;
	
}
.num {width:38px;height:41px;color:white;font-size:16px;text-align:center;vertical-align:middle}
.num div{background:url(img/num.gif);width:38px;height:41px;vertical-align:middle}
.titre{background:url(img/petite.jpg);height:30px;vertical-align:middle;font-size:16px;padding-left:15px;color:white;font-weight:bold}
.titre_v{background:url(img/petite_v.jpg);height:30px;vertical-align:middle;font-size:16px;padding-left:15px;color:white;font-weight:bold}
.titre_b{background:url(img/petite_b.jpg);height:30px;vertical-align:middle;font-size:16px;padding-left:15px;color:white;font-weight:bold}
.site {height:41px;border:1px #e6e6e6 solid;padding:5px}

/* CSS needed for the script */
#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}
/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */
#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}
#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:180px;	/* Width of tooltip content */
	height:150px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}