/* @override 
	http://localhost/~olikenobi/Francofa/css/actualites-agenda.css
	http://60gp.ovh.net/~wyzqbpwb/css/actualites-agenda.css
*/

#content .content {
	height: 100%;
}

#content h2 {
	padding-bottom: 25px;
	text-transform: uppercase;
	font-size: 19px;
}


/*-- SECTIONS --*/
#sections  {
	display: block;
	width: 395px;
	height: 22px;
	margin: 0 auto;
}
#sections li {
	float: left;
	line-height: 22px;
	text-align: center;
}
#sections a {
	color: #000;
}
#sections .selected a {
	font-weight: bold;
	color: #fff;
}
#sections .news {
	margin-right: 1px;
}
#sections a {
	display: block;
	width: 197px;
	height: 22px;
}
#sections .news a {
	background: url(../images/section-gauche.jpg) no-repeat 0 0;
}
#sections .agenda a {
	background: url(../images/section-droite.jpg) no-repeat 0 0;
}
#sections .selected a {
	background-position: 0 -22px;
}

/*-- LISTE --*/
#liste-news {
	float: none;
	display: block;
	width: 667px;
	height: 1%;
	margin: 36px 0 75px;
	padding: 0;
}
#liste-news td {
	padding: 11px 21px 8px 0;
}
#liste-news td.txt {
	padding-left: 57px;
}
#liste-news .separateur {
	height: 1px;
	padding: 0;
	background: url(../images/produits-sep.jpg) no-repeat center 0;
	line-height: 1px;
	font-size: 1px;
}
#liste-news .selected {
	background: #ff761b url(../images/degrade-orange.gif) repeat-x 0 0;
}
#liste-news .chapeau {
	padding: 0 140px 3px 0;
}
#liste-news a.btn-lire {
	display: block;
	width: 123px;
	height: 23px;
	margin: 26px 21px 0 0;
	background: url(../images/btn-prendre-contact.gif) no-repeat 0 0;
	line-height: 23px;
	text-align: center;
	font-weight: bold;
	color: #f60;
}
#liste-news a.fermer {
	margin: 11px 21px 0 0;
	text-transform: none;
	font-weight: bold;
	color: #fff;
	z-index: 20;
}
#liste-news a.fermer:hover {
	text-decoration: underline;
}
#liste-news .contenu {
}
#liste-news .chapeau p,
#liste-news .contenu p {
	margin: 0;
	padding: 4px 0;
	line-height: 1em;
}

/*-- NAV BUTTONS --*/
#boutons {
	display: block;
	width: 245px;
	height: 115px;
	padding: 0 44px;
}
#boutons .suivant {
	float: right;
	margin: 32px 0px 0 0;
}
#boutons .precedent {
	float: left;
	margin: 32px 0 0 0px;
}



