/* ----- Style général ----- */
html
{
    height: 100%;
    width: 100%;
}

body   	
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #000000;   
    font-size: 20px;
	background-color: #C0C0C0;	
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 100%;
	height: 100%;	
}

.table_header{	
	position: relative;
	z-index: 1;
}
.boite_contenu{
	width:666px;
	min-height:400px; _height:400px;
	float: left;
	/*margin: 117px 0 0 0px;*/
	/*text-align:left;*/
	/*text-align:justify;*/
	/*_display:inline;*/
	position: relative;
	z-index: 15;			
}	

.boite_util
{
	width:294px;
	min-height:400px;
	float: right;
	margin: -6px 0 0 0;
	/*margin: 0px;*/
	/*padding: -15px 0px 0px 0px;*/
	/*padding: 0px;*/
	text-align:left;	
	/*_display:inline;*/
	position: relative;
	z-index: 16;
	font-size: 16px;
}

h1{margin: 10px 0 5px 30px;}
h2{margin: 5px 0 0 15px;}
h3{margin-bottom: 0;}

/* ----- Listes ----- */
.itemNewsBlanc{
	width: 626px;	
	padding: 5px 10px 5px 10px;	
}

.itemNewsNoir{
	width: 626px;	
	padding: 5px 10px 5px 10px;
	background-color: #000000;
	color: #ffffff;
}

.divAccroche{
	font-size: 14px;
}

/* ----- Images ----- */
img{
	border-style: none;
}

.imgNewsAccueil{
	float: left;
	margin-bottom: 4px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 4px;
}

.imgLeft{
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.imgRight{
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* ----- Voir aussi ----- */
.divVoirAussi{
	/*background-color: #DCCCCC;*/	
	border-left-style: solid;
	border-left-width: 1px;
	float: right;	
	width: 33%;
	margin: 5px 5px 5px 5px;	
}

.divVoirAussiContent{margin: 5px 5px 5px 5px;}

.divVoirAussi a:link, .divVoirAussi a:visited, .divVoirAussi a:hover{
	color : red;
	text-decoration : none;
	border-style: none;
	font-size: 11px;
}

/* ----- Fiche ----- */
.divFicheTitre{
	font-size: 15px;
}
.divFiche{
	margin: 0 15px 0 15px;
	font-size: 13px;
}

.imgLeft{background-color: #ffffcc;}

#divScore, .divScore{background-color: #ffffcc;}

/* ----- Evenement ----- */
#tbeEvt{
	color: #ffffff;
	font-size: 30px;
}

/* ----- Derniere news ----- */
.divDateCom{font-size: 12px;}
.divTeaserNews{margin: 0 15px 0 15px;}

#tdContentCarnet{
	font-size: 13px;
}
#tdContentCarnet strong{
	font-size: 16px;
}

/* ----- Footer ----- */
.footerCopyright{
	font-size: 10px;
}

/* ----- Liens ----- */
.boite_contenu a:link, 
.boite_contenu a:visited, 
.boite_contenu a:hover, 
#tdContentCarnet a:link, 
#tdContentCarnet a:visited, 
#tdContentCarnet a:hover{
	color : #FF0000;
	font-weight: bold;
	text-decoration : none;
	border-style: none;
}

#tdContent a:link, #tdContent a:visited, #tdContent a:hover{
	color : red;
	text-decoration : none;
	border-style: none;
}

a:link, a:visited, a:hover { color : #000000; text-decoration : none; border-style: none;}

a img{background-color: transparent; text-decoration:none; border-style:none;}
