@charset "utf-8";
/* FOOT 64 */


/*PARTIE GAUCHE */

.article-texte{
float:left;
width:600px;
height:auto;
padding-left:10px;
text-align:justify;
}

.article-texte p{
	margin-bottom:10px;
	padding-bottom:5px;
}

.article_galerie{
float:right; 
width:200px;
height:auto;
margin-left:20px;
margin-top:5px;
margin-bottom:15px;
padding-top:10px;
background-color:#f7f7f7;
color:#0d67b3;
border-color:#e4e4e4;
border-width:1px;
border-style:solid;
text-align:center;
}

.article_interview{
float:right; 
width:550px;
height:auto;
margin-top:20px;
margin-right:15px;
padding:10px;
padding-top:5px;
background-color:#f7f7f7;
border-color:#e4e4e4;
border-width:1px;
border-style:solid;
text-align:justify;
}

.article_interview a, a.bleu{
color:#0d67b3;
font-weight:bold;
}

.article_interview a:hover, a.bleu:hover{
	text-decoration:none;
}



/* Tooltip */

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;
	font-weight:normal;
	font-size:11px;
    display: block;
    position: absolute;
    top: -200px;
    left: -300px;
    padding-top: 0px;
	padding-bottom:0px;
	padding-left: 0px;
	padding-right: 0px;
    color:#155697;
    border: 2px solid #e4e4e4;
	background-color:#FFFFFF;
    width:600px;
	height:auto;
	text-align:center;
}
a#tooltip:hover em span {
    position: absolute;
    top: -10px;
    left: 56px;
    height: 10px;
    width: 19px;
    margin:0;
    padding: 0;
    border: 0;
}