/*
** Actualité only
-------------------------*/
#actuonly {
	padding:0px;
	font-size:14px;
	color:black;
}

#actuonly .titre{
	float:left;
	padding-left:30px;
}

#actuonly .titre, #actuonly .annee {
	font-size: 24px;
	font-style:italic;
	font-weight:bold;
}

#actuonly .dateheure {
	display:block;
	float:right;
	text-align:right;
}

#actuonly .dateheure .annee {
	margin-right:5px;
}

#actuonly .dateheure ul {
	text-align:center;
}

#actuonly .contenu{
	padding-left:5px;
	padding-right:10px;
}

/*
*	ACTUALITES / CATEGORIES
--------------------------- */

#actucat {
	margin-top:10px;
}

#actucat .titre, #actucat .annee {
	font-style:italic;
	font-weight:bold;
}

#actucat .titre{
	font-size: 18px;
	padding-left:20px;
}

#actucat .annee, #actucat .dateheure {
	display:block;
	float:right;
	/*padding-right:5px;*/
}

#actucat .annee{
	font-size:24px;
	color:#ccc;
}

#actucat .contenu {
	padding-right:10px;
}

#actucat .contenu a.suite {
	float:right;
	padding-right:10px;
	color:#000;
	font-size:14px;
}

#actucat .contenu a.suite:hover {
	text-decoration: underline;
} 



/*
** Actualité premiere page ( A la une )
-------------------------*/

#droite #premiere {
	position:relative;
	width:95%;
	margin:0 auto;
	color:white;
}

#droite #premiere .alauneH, #droite #premiere .alauneCentre, #droite #premiere .alauneB {
	margin:0;
	padding-left:5px;
	padding-right:5px;
} 

#droite #premiere .alauneH {
	width:560px;
	height:35px;
	background: url(../../img/default/alaune_haut.png) left top no-repeat;
}

#droite #premiere .alauneCentre {
	width:560px;
	background: url(../../img/default/alaune_centre.png) left top repeat-y;
}

#droite #premiere .alauneB {
	width:560px;
	height:24px;
	background: url(../../img/default/alaune_bas.png) left bottom no-repeat;
}

#droite #premiere .alauneB a {
	float:right;
	padding-right:10px;
	font-size:14px;
	color:#fff;
}

#droite #premiere .alauneB a:hover {
	text-decoration:underline;
}


#droite #premiere .dateheurer {
	float:right;
	margin-right:5px;
}

#droite #premiere .ico_alaune {
	float:left;
	width:75px;
	margin-top:-2px;
	height:35px;
	background: url(../../img/default/a_la_une.png) left top no-repeat;
}

#droite #premiere .titrer {
	display:block;
	color: #000;
	font-size:14px;
	padding-top:8px;
	padding-left:85px;
	font-weight:bold;
}

#premiere .anneer{
	float:right;
	padding-top:2px;
	margin-right:15px;
	font-size: 22px;
	font-style:italic;
	font-weight:bold;
	color:white;
}

#actuetbreve{
	margin-top:15px;
	margin-bottom:15px;
	font-size:18px;
	border-bottom: 1px solid #ccc;
	padding-left:15px;
	padding-right:15px;
	width:50%;
	font-weight:bold;
}

/*
** Actualité (page d'accueil)
-------------------------*/

#actu .titre, #actu .annee {
	font-style:italic;
	font-weight:bold;
}

#actu .titre{
	float:left;
	font-size: 14px;
	padding-left:10px;
}

#actu .annee {
	display:block;
	float:right;
	padding-right:5px;
}

#actu .annee{
	margin:0;
	font-size:24px;
	color:#ccc;
}

#actu .contenu, #actu .accroche {
	/*padding-left:5px;*/
	padding-right:5px;
	color:black;
}

#actu .contenu a.suite{
	float:right;
	font-size:14px;
	color:#000;
}

#actu .contenu a.suite:hover {
	text-decoration:underline;
}

.contenu ul li{
	list-style-type:disc;
	padding-left:5px;
}
.contenu ul {
	padding-left:5px;
}

/*
** Notes
----------------*/


#actu .noteH, #actu .noteB, .note {
	width:561px;
	margin:0 auto;
}

#actu .noteH {
	height:34px;
	margin-top:10px;
	background: url(../../img/default/note_haut.png) left top no-repeat;
}

.note {
	color:black;
	background: url(../../img/default/note_centre) left top repeat-y;
}

#actu .noteB {
	height:19px;
	/*margin-bottom:5px;*/
	background: url(../../img/default/note_bas.png) left bottom no-repeat;
}

.note .titre{
	float:left;
	margin-top:-25px;
	padding-left:20px;
	font-weight:bold;
}

#actu .note .accroche{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	display:block;
}
.note .dateheure{
 	float:right;
	font-size:80%;
	font-style:italic;
}

/* 
** Pagination
---------------*/

#pagination{
	text-align:center;
	font-weight:bold;
}

#pagination ul,#pagination li{
	display:inline;
}
#pagination li{
	color:black;
	font-weight:normal;
}
#pagination li a{
	color:black;
}

#pagination li a:hover {
	text-decoration:underline;
}
#pagination li a:visited{
	color:black;
}
