/* CSS Document */
html{
    height:100%;
}

body{
    background-color:#CCCCCC;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#div_principale{
    width:800px;
	margin:auto;
	text-align:center;
}

#div_resultat{
    width:550px;
	height:150px;
	padding-top:25px;
	padding-left:14px;
	text-align:left;
	margin:auto;
	font-size:14px;
	background-image:url(images/fond_result.gif);
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
	/*background-color:#0033CC;*/
}

#div_banniere{
    width:790px;
	margin:auto;
	margin-top:0px;
	height:170px;
	/*background-color:#0033CC;*/
}

#div_presentation{
    text-align:justify;
	padding-top:31px;
	padding-left:200px;
}

#div_contenu{
    width:790px;
	margin:auto;
	height:200px;
	/*background-color:#0033CC;*/
}

.img_left{
    float:left;
}

#div_rss{
    float:right;
	width: 580px;
	padding:5px;
	border: 2px #999999 solid;
	text-align:left;
	min-height:350px;
}

#div_rss a{
    color:#006699;
	text-decoration: none;
}

#div_rss h2{
    font-size:14px;
}

#div_footer{
    clear:both;
	width:900px;
	margin:auto;
	padding-top:15px;
	text-align:center;
}

#div_footer a{
    color:#006699;
	text-decoration: none;
}

/**********/
/*Toute la puissance  des infobulles!!!!*/
/**********/

a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    padding: 5px;
    color: #000;
    border: 1px solid #bbb;
    background: #ffc;
    width:170px;
}
a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    background: transparent url(../img/img_infobulletop.gif);
    margin:0;
    padding: 0;
    border: 0;
}
