/**********************************************************************
	GENERAL
**********************************************************************/

body {
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #B7BCC3;
	background-image: url(/squelettes/v3.1/img/fond.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 130%;
}
h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS", "Times New Roman", Times, serif;
}
a {
	color: #7597B9;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
	background: #E9F0F8;
}
a:visited {
	color: #666;
	text-decoration: none;
}



/**********************************************************************
	NAVIGATION RUBRIQUES DU SITE
**********************************************************************/

#haut ul {
	list-style-type: none;
	margin: 0;
	background: #FFF;
	float: left;
	width: 700px;
	padding-left: 15px;
}
#haut ul li {
	display: inline;
	margin: 0;
	padding: 0;	
}
#haut ul li a:link,
#haut ul li a:visited {
	color: #13224B;
	padding: 20px 30px 4px 10px;
	float: left;
	width: auto;
	text-decoration:none;
	border-right:2px solid #FFF;
	font: bold 1em/1em Arial, Helvetica, sans-serif;
}

#haut ul li a:hover {
	color: #000;
	background: #E9F0F8;
}
#visite a {
	border-bottom: 2px solid #FFB367;
}
#accueil a {
	border-bottom: 2px solid #FC0;
}
#dossiers a {
	border-bottom: 2px solid #BEDF5C;
}
#dico a {
	border-bottom: 2px solid #CFDCEC;
}
#forums a {
	border-bottom: 2px solid #C78D8D;
}
#blog a {
	border-bottom: 2px solid #F7E897;
}
#webtv a {
	border-bottom: 2px solid #4574AD;
}

/**********************************************************************
	MENU LATERAL GAUCHE (MOTS CLE, ARTICLES)
**********************************************************************/
#gauche {
	font: 1em/1.3em Arial, Helvetica, sans-serif;	
}

/* titreliens : blocs listes 
  --------------------------- */
  
.titreliens {
	background: url(/squelettes/v3.1/img/ligne.jpg) no-repeat center bottom;
	padding-bottom: 35px;

}
.titreliens p {
	font-size: 0.9em;
	font-weight: bold;
	color: #222;
	margin-top: 20px;

}
.titreliens ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.titreliens li {
	text-align: left;
}
.titreliens li a {
	margin: 0;
	text-decoration: none;
	font-size: 0.9em;
}

/* puces des listes 
  ------------------ */
  
li.cle {
	background: url(/squelettes/v3.1/img/pucecle.gif) no-repeat left 2px;
	padding-left: 22px;
}
li.doc {
	background: url(/squelettes/v3.1/img/pucedoc.gif) no-repeat left 4px;
	padding-left: 13px;
}


/**********************************************************************
	CENTRE DE LA PAGE (texte des articles)
**********************************************************************/

#centre {
	line-height: 170%;
	font-size: 1em;	
}
#centre h1 {
	color: #C78D8D;
	font-weight: bold;
	font-size: 1.7em;
}
#centre h2{
	color: #FFB367;
	font-weight: normal;
	font-size: 1.2em;
}
#centre h3{
	color: #BEDF5C;
	font-weight: bold;
	font-size: 1em;
}

/* Navigation Hierarchie rubriques
  --------------------------------- */
  
#nav {
	list-style-type: none;
	padding:0;
	float: left;
	width: 100%;
	margin-bottom: 25;
	font-family: "font: bold 1em/1em Arial", Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}
#nav li {
	display: inline;
}
#nav li a {
	font-size: 0.9em;
	text-decoration: none;
	border-left: 1px solid #CCC;	
	padding: 0px 10px 0px 5px;
	float: left;	
}
#nav li a:hover {
	text-decoration: none;
}

/* Listes Centre (erreur 404)
  ---------------------------- */
  
#centre ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#centre ul ul li {
	text-align: left;
	background: url(/squelettes/v3.1/img/pucedoc.gif) no-repeat left 6px;
	padding-left: 13px;
}

/* Barres d'outils
  ----------------- */
.outils {
	font-size: 0.8em;
	color: #BBB;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.outilsnews {
	font-size: 0.9em;
	color: #000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
}


/* Mise en forme de l'article
  ---------------------------- */
  
.extrait {
	background: url(/squelettes/v3.1/img/citation.gif) no-repeat left top;
	padding-left: 90px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	padding-bottom: 45px;

}
.auteur{
	position: relative;
	left: 200px;
	margin-top: 15px;
	margin-bottom: 25px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
}
.auteur a:hover {
	color: #000;
	text-decoration: none;
}
.auteur a:visited {
	color: #7597B9;
	text-decoration: none;
}

#centre p {
	text-align: justify;

}
.notes {
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 10px;
}

.citationcatho {
	font-size: 1em;
	color: #000;
	background: url(/squelettes/v3.1/img/citation2.gif) no-repeat left top;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 7px;
	padding-left: 90px;
	margin-bottom: 10px;
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.citation {
	font-size: 1em;
	color: #000;
	background: url(/squelettes/v3.1/img/citation.gif) no-repeat left top;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 7px;
	padding-left: 90px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.lgncitationcatho {
	font-size: 1em;
	color: #000;
	padding-right: 7px;
	padding-left: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.lgncitation {
	font-size: 1em;
	color: #000;
	padding-right: 7px;
	padding-left: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


/**********************************************************************
	FORMULAIRES
**********************************************************************/

#gauche input {
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
#gauche input#q{
	background: #fff url(/squelettes/v3.1/img/search.png) no-repeat 5px center;
	width: 95px;	
	padding-left: 20px;
}


/**********************************************************************
	PIED DE PAGE
**********************************************************************/

#pied ul {
	list-style-type: none;
	padding:0;
	margin: 0;
	float: left;
	width: 100%;
}
#pied li {
	display: inline;
}
#pied li a {
	color: #999;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0.1em 0.6em;
	float: left;	
}

