/*
Design du site des Presse-papiers
*/

body
{
	margin: auto;
	font-family: "Trebuchet MS", Arial, Verdana, serif;
	font-size: small;
	background-image: url("ressources/fond_journaux.jpg");
}

table td
{
	padding: 0px;
}

h1
{
	margin: 0px;
	font-family: Impact, "Arial Black", Arial, Verdana, serif;
/*	font-family: "Mekanik LET"; PERSONNE N'A CETTE POLICE */
	font-size: x-large;
	font-weight: lighter;
/*	font-size: 30px;*/
}

h2
{
	margin: 1px;
	color: #960000;
	font-family: Georgia, "Arial Black", Arial, Verdana, serif;
	font-size: large;
}

h3, h3 a
{
	font-family: "Trebuchet MS", Arial, Verdana, serif;
	text-align: center;
	margin-top: 0px;
/*	font-family: "Arial Narrow";*/
	font-size: large;
	color: #000000;
}

h4, h5
{
	margin: 0px;
	font-size: medium;
	color: #003366;
}

h6, h6 a
{
	margin: 0px;
	font-size: x-small;
	color: #003366;
}

p
{
	margin: 0px;
/*	text-align: justify;   EMPECHE LE RICH TEXT DE FONCTIONNER (CENTRER UN TEXTE EST IMPOSSIBLE) 
	font-family: "Verdana";
	font-size: small;*/
}

a
{
	text-decoration: none;
/*	font-weight: bold;*/
	color: #960000;
}

a:hover
{
	color: #AAAAAA;
	position: relative;
	left: 1px;
	top: 1px;
}

/* ------------------------------------------------------------------------------------------------------------------------------*/
/* L'en-tête */
#en_tete
{
	height: 135px;
	background-image: url("ressources/degrade_haut.png");
	background-repeat: repeat-x;
}

#en_tete table
{
	width: 100%;
}

#cellule_logo
{
	width: 320px;
	text-align: center;
/*	border: 2px solid green;
	vertical-align: middle;*/
}

#cellule_logo img
{
	border: 0px solid green;
}

.tableau_en_tete
{
/*	border: 2px solid red;*/
}

.tableau_en_tete  td
{
/*	border: 1px solid red;
	text-align: center;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	vertical-align: middle;
}

#onglet_actif
{
	background-image: url("ressources/onglet_actif.gif");
}

#onglet_actif a
{
	color: #960000;
}

.tableau_en_tete  a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.tableau_en_tete  a:hover
{
	color: #AAAAAA;
/*	background-color: #000000;*/
	position: relative;
	left: 1px;
	top: 1px;
}

.element_recherche
{
	background-image: url("ressources/degrade_titre_rouge.jpg");
	background-repeat: repeat-x;
	border: 1px solid #960000;
	padding-top: 15px;
	padding-right: 3px;
	text-align: center;
	height: 40px;
	width: 200px;
}

.ok_recherche
{
	float: right;
}

.ok_recherche :hover
{
	position: relative;
	left: 1px;
	top: 1px;
}

.tableau_date, .tableau_date a
{
	color: white;
	vertical-align: top;
	border-collapse: collapse;
}

.tableau_date td
{
	padding-left: 5px;
	padding-right: 5px;
}

/* ------------------------------------------------------------------------------------------------------------------------------*/
#menu_gauche
{
	width: 180px;
}

#menu_droit
{
	width: 180px;
}

.image_menu
{
	border: 1px solid black;
}

.element_menu
{
/*	background-color: #3D3F32;*/
	background-image: url("ressources/degrade_titre_rouge.jpg");
	background-repeat: repeat-x;
/*	border: 1px solid #DF1010;*/
	border: 1px solid #960000;
	margin: 30px 10px 0px;
	padding: 5px 5px 10px 5px;
/*	font-family: Georgia, "Arial Black", Arial, Verdana, serif;
	font-size: small;*/
	font-size: 11px;
	text-align: left;
	width: 170px;
}

.element_menu p
{
	font-size: 11px;
}

.element_menu ul, ul a
{
	margin-bottom: 0px;
	color: #003366;
/*	margin-left: 20px;
	padding-left: 20px;
	font-size: small;
	list-style-type: none;
	text-align: left;
	padding: 0px;
	padding-bottom: 5px;*/
}

/* ------------------------------------------------------------------------------------------------------------------------------*/
/* Le corps de la page */
#corps
{
/* respectivement la marge du haut, de la droite, du bas, de la gauche*/
	margin: 10px 0px 10px 0px;
	width: 100%;
}

.tableau_principal_corps
{
	width: 100%;
}

.tableau_principal_corps td
{
	vertical-align: top;
/*	border: 1px solid green;*/
}

.liste_fleches li
{
/*	list-style-type: none;
	background-image: url("ressources/fleche_mini.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
*/
	display: list-item;
	list-style-image: url("ressources/fleche_mini.gif");
/*	list-style-position: outside;*/
	margin-left: 20px;
}

.liste_fleches_bleues li
{
	list-style-image: url("ressources/valider_bleu.png");
}
 
/*#corps_admin
{
 respectivement la marge du haut, de la droite, du bas, de la gauche
	margin: 0px 215px 20px 210px;
	min-height: 390px;
}
 */
/* Pour IE6 qui ne comprend pas min-height 
* html #corps_admin
 {
	height: 390px;
}
*/
/*
#corps a:hover, #corps_admin a:hover 
{
	color: #AAAAAA;
	position: relative;
	left: 1px;
	top: 1px;
}
*/

.tableau_corps
{
/*	border-spacing: 10px;  Inutilisable car non supporte par IE... */
}

.tableau_corps td
{
	vertical-align: top;
/*	border: 1px solid #AAAAAA;*/
	width: 50%;
	padding: 0px 15px; 
}

.titre_rubrique
{
	text-align: left;
	border-bottom: 2px solid black;
	margin: 10px 0px 0px;
}

.centrer
{
	text-align: center;
	/*   border: 2px solid blue;*/
}

.droite
{
	text-align: right;
/*	vertical-align: middle;*/
}

.gauche
{
	text-align: left;
/*	vertical-align: middle;*/
}

.miniature
{
	text-align: right;
	float: right;
	margin: 10px;
}

legend /* On met un peu plus en valeur les titres des fieldset */
{
	color: black;
	font-size: large;
/*	font-weight: bold;*/
}

.tableau_admin, .tableau_archives
{
	border: 2px solid #9D9EA2;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.tableau_admin th, .tableau_archives th
{
	text-align: center;
	padding: 2px;
}

.tableau_admin td, .tableau_archives td
{
	border: 1px solid #9D9EA2;
	vertical-align: middle;
	padding: 2px;
}

.tableau_membres
{
/*	border-collapse: collapse;
	border: 2px solid #DF1010;*/
/*	text-align: left;
	text-align: justify;*/
	width: 100%;
}

.tableau_membres td
{
/*	border: 1px solid #DF1010;*/
	padding-bottom: 15px;
	vertical-align: middle;
}

.cellule_photo_membre
{
/*	width: 230px;*/
	width: 50%;
	text-align: center;
}

.cellule_photo_membre h5, .cellule_photo_membre p
{
	text-align: center;
}

.tableau_publications
{
	border-collapse: collapse;
	border: 1px solid #960000;
	text-align: left;
	width: 100%;
}

.tableau_publications td
{
	padding-right: 15px;
	padding-left: 15px;
	border: 0px solid #960000;
}

.tableau_commentaires td
{
	text-align: left;
	border: 2px inset black;
	padding: 5px;
}

.image_sans_cadre
{
	border: 0px solid black;
}

.div_publication
{
	text-align: justify;
}

.lettrine
{
	float: left ;
/*	width: 1em ;*/
	font-size: 5em ;
	font-family: "Times New Roman", Times, serif;
	color: #BB0000;
	font-weight: bold;
	line-height: .8em ;
	text-transform: uppercase;
}

.rubrique
{
	text-transform: uppercase;
	color: #003366;
	font-family: "Trebuchet MS", Arial, Verdana, serif;
	font-size: x-small;
}

.texte_permanent
{
	background-color: white;
	border: 1px solid #7B7B7B;
	padding: 10px;
	text-align: justify;
/*	margin-top: -1px;*/
}

.texte_permanent h2
{
	text-align: center;
}

.texte_permanent h4
{
	text-align: left;
}

.titre_publication h2
{
	text-align: left;
}

.titre_actu h2
{
	color: #003366;
	text-align: left;
}

.cadre_contacts
{
	border: 1px solid #960000;
	margin: 10px;
	padding: 5px;
}

.liens_visites a:visited /* Quand le visiteur a déjà vu la page concernée */
{
	color: #D6912E;
}

.tableau_onglets
{
	width: 480px;
	border-collapse: collapse;
}

.tableau_onglets td
{
	width: 20%;
	text-align: center;
/*	background-color: #960000;*/
	background-image: url("ressources/onglet.gif");
	background-repeat: no-repeat;
	background-position : center top;
}

.tableau_onglets td a
{
	color: white;
	display: block;
}

.tableau_onglets td a:hover
{
	color: #003366;
	display: block;
	background-image: url("ressources/onglet_hover.gif");
	background-repeat: no-repeat;
	background-position : center top;
	left: 0px;
	top: 0px;
}

.liste_resultats li
{
	color: black;
	display: list-item;
	list-style-image: url("ressources/fleche_mini.gif");
/*	list-style-position: outside;*/
	margin-left: 20px;
}

.tableau_dessins
{
	width: 99%;
	margin-bottom: 30px;
	border-collapse: collapse;
}
/*
.tableau_dessins td
{
	width: 33%;
	border: 1px solid #960000;
}
*/
/* ------------------------------------------------------------------------------------------------------------------------------*/
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#pied_de_page
{
	text-align: center;
	height: 50px;
/*	color: #BB0000;
	background-color: #B6B6B6
	border: 1px solid blue;*/
	background-image: url("ressources/degrade_bas.gif");
	background-repeat: repeat-x;
/*	background-position: top;
	background-position: bottom;*/
	vertical-align: middle;
}

#pied_de_page table
{
	width: 100%;
}

.bas_page
{
	border-collapse: collapse;
	margin-top: 1px;
}

.bas_page td
{
/*	border: 1px green solid;*/
	vertical-align: top;
}

.bas_page a
{
	color: white;
}

#pscroller1
{
	width: 320px;
	height: 80px;
/*	border: 1px solid black;*/
	padding: 5px;
/*	background-color: lightyellow;*/
}

.texte_defilant p
{
	text-align: justify;
/*	font-weight: bold;*/
}

.texte_defilant h1
{
	text-align: center;
}
