/*///////////////////////////////////////////////////////////////////////////////////////
// CSS 
// Créé le 27/6/08 par Jonathan Link
///////////////////////////////////////////////////////////////////////////////////////*/


div#conteneur{
	float:left;
}
/*=================================================================*/
/*DIV TITRE + SOUS TITRE SITE */
/*=================================================================*/
div#titreSite{
	width:790px;
	font-size:2.5em;
	color:#C00;
}

div#soustitreSite{
	font-size:1em;
	color:#C00;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}



/*=================================================================*/
/*DIV LAST-NEWS */
/*=================================================================*/
div#LAST-NEWS  {
	float:right;
	margin:5px;
}

/*=================================================================*/
/*DIV LAST-COMMENTS */
/*=================================================================*/
div#LAST-COMMENTS  {
	float:right;
	margin:5px;
		 
}

/*=================================================================*/
/*DIV CONTENU */
/*=================================================================*/
div#contenu  {
	float:left;
	margin:5px;
}






/*------------------------------------------------------------------------------------------*/
/* CMS LINK          																		*/
/*------------------------------------------------------------------------------------------*/








/*=================================================================*/
/*DERNIERES NEWS TABLE 									  CMS LINK */
/*=================================================================*/
table.tableDernieresNews {
	width:160px;
	border: 0;
}

td.tableDernieresNewsTITRE {
	color:#000000;
	text-align:left;
	font-size:1em;
}

a.tableDernieresNewsTITRE {
	color:#000000;
}


a:hover.tableDernieresNewsTITRE {
	text-decoration:underline;
}



/*=================================================================*/
/*DERNIERES COMMENTAIRES TABLE 							  CMS LINK */
/*=================================================================*/
table.tableDernieresComm {
	width:160px;
	border: 0;
}

td.tableDernieresCommTITRE {
	text-align:left;
	font-size:1em;
}

a.tableDernieresCommTITRE {
	color:#E1007A; 
}


a:hover.tableDernieresCommTITRE {
	text-decoration:underline;
}


/*=================================================================*/
/*NEWS  TABLE 											  CMS LINK */
/*=================================================================*/

table.tableNews {
	border:0;
	width:570px;
	margin-bottom:20px;
	
}

tr.tableNews {
	text-align:left;
	font-size:1em;	
}

td.tableNewsTITRE {
	background:url(../i/news_bgtitle.gif) no-repeat;
	text-align:left;
	font-size:1.5em;
	font-weight:bold;
	color:#FFF;
	height:30px;
}

td.tableNewsINFOS {
	text-align:right;
	font-size:0.75em;	
}

td.tableNewsCONTENU {
	text-align:left;
	font-size:1em;
	padding:10px;
}
td.tableNewsCOMMENTAIRES {
	text-align:right;
	font-size:1em;
	border-top: 1px solid #CCC;
}

td.tableNews {
	padding:3px;
}

a.tableNewsLIEN {
	color:#E1007A; 
}


a:hover.tableNewsLIEN {
	text-decoration:underline;
}

