@charset "utf-8";

#actus_global 
{
	float: left;
	margin-top: 28px;
	height: 265px;
	width: 751px;	
}
html>body #actus_global {height: auto;!important min-height: 265px;} /* ie 6 beug :'( */

#actus_onglets 
{
	height: 31px;
	width: 751px;
	display:block;
	overflow:hidden;	
}

.puce
{
	
	float: left;
	height: 13px;
	width: 14px;
	background: url(../images/actus/puce_onglets.png) no-repeat;
	margin-left: 2px;
    
}

#actus_onglets .onglets 
{
	display: block;
	text-align: right;
	padding: 12px 3px 0 0;
	color: #fff;
	height: 19px;
	width: 148px;
	cursor: pointer;
	position: absolute;
}

.actus_contents 
{
	float: left;
	padding-top: 10px;
	min-height: 224px;
	width: 751px;

}

#actus_onglets .onglet_bleu {background: url(../images/actus/onglet_bleu2.png) no-repeat;}
.content_bleu {background-color: #1c1a60;}

#actus_onglets .onglet_rouge {background: url(../images/actus/onglet_rouge2.png) no-repeat;}
.content_rouge {background-color: #f02b05;}

#actus_onglets .onglet_vert {background: url(../images/actus/onglet_vert2.png) no-repeat;}
.content_vert {	background-color: #9cd522;}

#actus_onglets .onglet_gris {background: url(../images/actus/onglet_gris2.png) no-repeat;}
.content_gris {background-color: #2e3847;}

#actus_onglets .onglet_orange {background: url(../images/actus/onglet_orange2.png) no-repeat;}
.content_orange {background-color: #ff6600;}

#actus_onglets .onglet_marron {background: url(../images/actus/onglet_marron2.png) no-repeat;}
.content_marron {background-color: #993300;}

#actus_onglets .onglet_fushia {background: url(../images/actus/onglet_fushia2.png) no-repeat;}
.content_fushia {background-color: #990033;}

#actus_onglets .onglet_violet {background: url(../images/actus/onglet_violet2.png) no-repeat;}
.content_violet {background-color: #cc3366;}





#actus_onglets .onglet_rose {background: url(../images/actus/onglet_rose2.png) no-repeat;}
.content_rose {background-color: #ff3366;}

#actus_onglets .onglet_bleu_ciel {background: url(../images/actus/onglet_bleu_ciel2.png) no-repeat;}
.content_bleu_ciel {background-color: #66cccc;}

#actus_onglets .onglet_bleu_clair {background: url(../images/actus/onglet_bleu_clair2.png) no-repeat;}
.content_bleu_clair {background-color: #3399ff;}

#actus_onglets .onglet_vert_clair {background: url(../images/actus/onglet_vert_clair2.png) no-repeat;}
.content_vert_clair {background-color: #66cc33;}

#actus_onglets .onglet_vert_fonce {background: url(../images/actus/onglet_vert_fonce2.png) no-repeat;}
.content_vert_fonce {background-color: #006633;}

.actus_contents #titres_visu{height: 220px; width: 500px; float: left;}
html>body .actus_contents #titres_visu{height: auto;!important min-height: 220px;} /* ie 6 beug :'( */

.actus_contents .titres 
{
	color: #fff;
	padding-left: 12px;
	float: left;
	min-height: 220px;
	width: 238px;
}

.actus_contents .visu 
{
	z-index: 10;
	float: left;
	width: 240px;
	/*min-height: 140px;*/
	padding-left:10px;
}

.actus_contents .text 
{
	padding: 15px 8px 10px 8px;
	display: block;
	font-size: 11px;
	color: #fff;
}

.actus_contents a:link, .actus_contents a:visited, .actus_contents a:hover {color: #fff;}
/* .actus_contents a:hover {text-decoration: underline; border-top: 1px solid #fff;} */
