/*
ACTUSF / Page d'accueil

ActuSF / www.actusf.com

Avril 2008

*/

/* Informations generales */
{
	outline: none;
}

body {
	background-color:#444;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: justify;
}

h1, h2, h3, p, ul, li {
	margin: 0 0 0.6em;
	line-height: 14px;
	padding: 0;
}

p {
   font-size: 10px;
}

a {
	color:#333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.blanc {
   color: #FFF;
   text-decoration: underline;
}

p.blanc {
   color: #FFF;
}

img {
	border: 0;
}

#container {
	/*float: center;*/
	color: #444;
	margin: 10px auto 0;
	position: relative;
	width: 1000px;
}

/* Header
----------------------------------------*/ 

#header {
	background-color: #FFF;
	font-size: 1.1em;
	height: 120px;
	margin: 0;
	position: relative;
	width: 950px;
}

	#header img {
		border: 0;
		float: left;
		margin: 10px 10px;
	}
	
	#header #bandeau {
		float: left;
		height: 90px;
		margin: 0;
		width: 740px;
		position: absolute;
		bottom: 10px;
		right: 0px;
	}
	
/* Nav de l'en-tete en haut a droite */	
	
ul#nav {
	float:right;
	margin:5px 0;
}

	ul#nav li {
		float:left;
		list-style-type:none;
		margin-left: 10px;
	}
	
	ul#nav li a {
		font-size: 0.9em;
		font-weight: bold;
		margin-right: 5px;
	}
	
	
/* Nav Boutons SF - BD et Jeunesse
----------------------------------------*/ 

#navrubriques {
	height: 55px;
	margin: 0;
	padding:0;
	position: relative;
}

	#navrubriques ul {
		bottom: 0;
		left: 0;
		height: 35px;
		margin: 0;
		padding: 0;
		position: absolute;
	}
	
		#navrubriques li {
			float:left;
			list-style-type:none;
			height: 35px;
			margin: 0 1px 0 0;
			width: 150px;
		}
		
			#navrubriques li a {
				display: block;
				height: 35px;	
				overflow: hidden;
				text-indent: -999em;
			}
			
			#navrubriques li a.sf {
				background: url(/spip/IMG/jpg/bouton_SF.jpg) no-repeat 0 -35px;
			}
			
			#navrubriques li a.sf:hover{
				background-position: 0 0;
			}
			
			#navrubriques li a.bd {
				background: url(/spip/IMG/jpg/bouton_BD.jpg) no-repeat 0 -35px;
			}
			
			#navrubriques li a.bd:hover{
				background-position: 0 0;
			}
	
			#navrubriques li a.jeunesse {
				background: url(/spip/IMG/jpg/bouton_J.jpg) no-repeat 0 -35px;
			}
			
			#navrubriques li a.jeunesse:hover{
				background-position: 0 0;
			}

#rssbutton {
	height: 55px;
	margin: 0;
	padding:0;
	position: absolute;
	left: 850px;
	top:143px;
	width: 170px;
}
#raprecherche {
	height: 55px;
	margin: 0;
	padding:0;
	position: absolute;
	left: 470px;
	top:145px;
	width: 600px;
}

#raprecherche p {
	color:#111;
}
/* La pub en U 
----------------------------------------*/ 
#pubUgauche {
	float:left;
	width: 0px;
}
#pubUdroite {
	float:left;
	width: 0px;
}
#pubUhaut {
	float:center;
	background-color: #fff;
	width: 950px;
	height: 0px;
}

/* corps de la page 
----------------------------------------*/ 

#page {
	float:center;
	background-color: #fff;
	min-height: 830px;
	height: auto !important;
	height: 830px;
	margin: 0 0 5px 0;
	padding: 5px;
	position: relative;
	width: 940px;
}
/* colonne de gauche */

#gauche {
	float:left;
	margin: 0 10px 0 0;
	width: 630px;
}

/* colonne de droite avec la pub */
	
#pub {
	float: right;
	border: 0;
	margin: 0;
	overflow:hidden;
	height: 1000px;
	width: 300px;
	position: absolute;
	top: 180px;
	left: 645px;
}

/* pub ecran fantastique */

#pubef {
	margin: 0;
	position: absolute;
	top: 117px;
	right: 55px;
	
}

.clear {
	clear: both;
	margin: 0;
	width: 930px;
}

/* Pied de page */
#footer {
	color: #FFF;
	font-size: 1em;
	height: 25px;
	margin: 0 0 10px;
	text-align: right;
	width: 950px;
}
.fleche {
    border: 0;
	margin-left: 10px;
}
/* titres */
.SFF_titre {
   color: #0aa2b0;
	font-size: 1.4em;
	font-weight: bold;
}
.BD_titre {
   color: #89c71c;
	font-size: 1.4em;
	font-weight: bold;
}
.J_titre {
   color: #e6931b;
	font-size: 1.4em;
	font-weight: bold;
}


/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 0.88em;
	font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }
