/**************RESET FILES**************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**************DEFAUT**************/

.left{float:left;}
.right{float:right;}
.clear{clear:both;}

/**************BODY//BANNIERE//HEADLINE**************/

body{margin-left:15px; background-color:#EFF1F3;}
		
#banniere{	
	height:70px;
	background-image:url(../images/bg_banniere.jpg);
	background-repeat:repeat-y;
	background-color:#666666;
	}

h1{
	padding-top:5px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	}
h2{
	color:#DADADA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:5px;
	}
.box_feed_global h2 a{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#333333;
text-decoration:none;
padding-left:12px;
}
.box_feed_global h2 a:hover{
color:#999;

}
#chiffre2{
	color:#78B2F7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	}
h3{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
/**************BOX_RSS_PHOTO**************/

.box_feed_global{background-color:#EFF1F3; width:100%; text-align:centre;}
.photo{ float:left; background-color:#333333; padding: 5px;}
.more{}

/**************FOOTER**************/
#footer{}



/**************TOOLTIP**************/

#tooltip {
	position: absolute;
	z-index: 3000;
	padding:5px 10px;
	border: 1px solid #BFBFBF;
	background-color: #3D8D8E;
	opacity: 0.85;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	max-width: 200px;
	color:#FFF;
}
#tooltip h3, #tooltip div { margin: 0; }

