/* RESET CCS */

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,
b, u, i, center,
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}


/* remember to define focus styles! */
:focus { outline: 0; }


/* remember to highlight inserts somehow! */
ins { text-decoration: none; } 
del { text-decoration: line-through; }


/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/* FIN RESET CSS */




body {
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 1.4;
text-align: justify;
/* color:#CCC;
*/
margin: 0;
padding: 0;
background-color:#040731;
}


a:link { color:#D77903; font-weight:bold; text-decoration:none ;  }
a:visited { color:#D77903; font-weight:bold; text-decoration:none ;}
a:hover { color:#C632A5; font-weight:bold; text-decoration:none ; }
a img {border: 0;}


.warning {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color:red;
	font-weight:bold;
}


.allright {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #060;
	font-weight:bold;
}

.date {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 13px;
	line-height: 14px;
	color: #e90505;
}

.titre {
		font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		font-size: 17px;
		font-weight: bold;
		color:#960E19;		
}
.sous_titre {
		font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		font-size: 11px;
		color:#000000;
}
.heure {
		font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		font-size: 11px;
		color:#4E1276;
		font-weight:bold;
}

.heure_com {
		font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		font-size: 11px;
		color:#4E1276;
		font-weight:bold;
}

.posteur {
		font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		font-size: 11px;
		color:#A75B2A;
		font-weight:bold;
}
.nb_commentaire {
		font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		font-size: 11px;
		color:#A75B2A;
		font-weight:bold;
}
.message {
	
	text-align:justify;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;	
	
	}

.titrage {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #23df30;
}

.cadre_1 {
	border:2px #B80C1B solid; 
	background-color:#FFF; 
	width:100%;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	}
	
.cadre_2 {
	border:2px #542458 solid; 
	background-color:#FFF; 
	width:100%;	
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	}

.sous_cadre_1 {
	border:1px #B80C1B solid; 
	background-color:#FFF; 
	width:100%;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	}
	
.sous_cadre_2 {
	border:1px #542458 solid; 
	background-color:#FFF; 
	width:100%;	
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	}
/*********************************************************************************************************************************/
/************************************************TAB COTE*************************************************************************/
/*********************************************************************************************************************************/

.slide-out-divL {
	padding-right: 0px;
    padding-left: 0px;
	padding-bottom:0px;
	padding-top:0px;
    width: 303px;
	height: 180px;
	color:#000;
    background: url(images/icon/bout_side_L_menu1.png) no-repeat 0 0;
    border: 4px solid #CB770D #000;
	z-index:2;
}

.slide-out-divR {
	padding-right:10px;
    padding-left: 20px;
	padding-bottom:5px;
	padding-top:10px;
    width: 200px;
	color:#FFF;
    background: #040731;
    border: 1px solid #FB9405;
	z-index:2;
}

/*********************************************************************************************************************************/
/**********************************************MENU CENTRAL***********************************************************************/
/*********************************************************************************************************************************/

.menu_principal {
	margin: 100px 0 0;
	padding: 0;
	list-style: none;
}
.menu_principal li {
	padding: 0;
	margin: 0 0px;
	float: left;
	position: relative;
	text-align: center;
}
.menu_principal li a {
	padding: 22px 0px;
	display: block;
	color: #ffffbe;
	width: 160px;
	text-decoration: none;
	font-weight: bold;
	background: url(images/icon/button.png) no-repeat center center;
}
.menu_principal li em {
	background: url(images/icon/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	color: #ffffbe;
	position: absolute;
	top: -85px;
	left: -24px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

/****************************************************************************************************/
/**********************************CADRE PRINCIPAL **************************************************/
/****************************************************************************************************/

#haut_actus { background:url(images/cadre_haut_actus.png) 0 0 no-repeat;
			height:84px; 
			width:950px;
			overflow:hidden;
		}

#haut_emissions { background:url(images/cadre_haut_emissions.png) 0 0 no-repeat;
			height:84px; 
			width:950px;
			overflow:hidden;
		}

#haut_partenaires { background:url(images/cadre_haut_partner.png) 0 0 no-repeat;
			height:84px; 
			width:950px;
			overflow:hidden;
		}

#centre {	background:url(images/cadre_milieu.png) 0 0 repeat-y;
			width:950px;
		}
			
#bas { 		background:url(images/cadre_bas.png) 0 0 no-repeat; 
			height:84px; 
			width:950px;
		}










