/*----------------------------GENERAL--------------------------------------*/


body {
	margin:auto;
	margin-bottom: 20px;
	color:black;
}

table {
	border:0px;
}

a:active, a:focus {
	outline:0;
}

a img {
	border:none;
	text-decoration:none;
}

table img {
	margin:0px;
}

h1 {
	font-size:1.7em;
	text-align:center;
	color:grey;
	font-family:"Arial Black";
}

h3 {
	color:red;
}

h2,
.titre1 {
	font-size: 1.2em;
	font-family: Verdana;
	font-weight:bold;
	color:#a52a2a;
}

.titre2 {
	font-size: 0.9em;
	font-family: Verdana;
	font-weight: none;
	color: #a52a2a;
}

.police1 {
	font-size: 0.7em;
	font-family: Arial;
	color: black;
}

.important {
	color:blue;
}

.erreur {
	color:red;
	background-color:orange;
	margin-top:4px;
	margin-bottom:4px;
}

.erreur, .important{
	font-weight: bold;
	text-align:center;
}

.cache {
	display:none;
}

.paragraphes {
	font-size:0.9em;
	font-family: Verdana;
	font-weight:none;
	color:black;
	padding:20px;
	text-align:left;
	width:100%;
}

.bloc1 {
	padding:15px;
	border-bottom:dotted black 1px;
}

.formulaire_local {
	text-align:right;
}

/* ne fonctionne pas sur <p> */
.formulaire_global {
	font-size:0.9em;
	font-family: Verdana;
	font-weight:none;
	color:black;
	padding:20px;
	text-align:left;
}

.libelle {
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}

/*----------------------------INCLUDE--------------------------------------*/



/* ---------------en-tête--------------------*/

#entete {
	margin-bottom: 5px;
	width:100%;
	background: rgb(31, 39, 46);
	height:50px;
	border-bottom: solid white 7px;
}

.marteau {
	float:right;
	/*margin:100px;*/
}

.decalage1 {
	left:400px;
}

.decalage2 {
	left:480px;
}

.decalage3 {
	left:560px;
}

.decalage4 {
	left:669px;
}

.decalage5 {
	left:764px;
}

.lien_entete {
	position:absolute;
	top:26px;
	border:1px solid white;
	border-radius:10px; /*pour Opera */
	-moz-border-radius-topleft:10px; /*pour Firefox */
	padding:2px;
}

.lien_entete a {
	text-decoration:none;
	font-weight:bold;
	font-size:1.3em;
	color:white;
}

.lien_entete a:hover {
	text-decoration:none;
	color:red;
	background:white;
}

/*---------------menus----------------*/

#menu {
   float: left;
   width: 219px;
}

.element_menu {
	margin-bottom: 20px;
	border: solid 1px white;
}

.element_menu h3 {
	color: white;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: center;
	font-size:1em;
	margin:none;
}

.heure {
	text-align:center;
	font-size: 1em;
	font-family: "Courrier New";
	font-weight:bold;
	font-style:none;
	color:white;
	border: 1px solid white;
	padding:10px;
}

.nouveau {
	font-size: 0.5em;
	font-family: "Courrier New";
	font-weight:bold;
	font-style:none;
	color:red;
}


.page {
	text-align:center;
	margin:0px;
	font-size: 1em;
	font-family: "Courrier New";
	font-weight:bold;
	font-style:none;
	color:black;
}

.menu_bulle {
	background-color:#bcd2ee;
	border:1px dotted white;
	opacity:0.7;
	border-radius:15px; /*pour Opera et Safari */
	-moz-border-radius: 15px; /*pour Firefox */
	position:relative;
}

.menu_bulle h3 {
	color: red;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: center;
	font-size:1em;
	margin:none;
}

.menu_bulle p {
	margin-left:10px;
	font-weight:normal;
	color:black;
	font-size:15px;
}

#menu .menu_bulle a {
	color:black;
	text-decoration:none;
}

#menu .menu_bulle a:hover {
	color:red;
	text-decoration:none;
}

/*-------------------pied de page --------------------------*/
footer {
	margin: 5px;
	padding: 5px;
	font-size:0.8em;
	text-align: center;
	display:block; /* pour Opéra, Firefox et IE */
	background-color: rgb(255, 255, 255);
	border-radius:15px; /*pour Opera et Safari */
	-moz-border-radius: 15px; /*pour Firefox */
}

div footer a, div footer  a:visited {
	color: grey;
}




/*---------------------------------------INDEX------------------------------------------*/

#corps {
	width:900px;
	margin:auto;
}

.contenu {
	margin-left: 235px;
	margin-bottom: 20px;
	padding: 5px;
	background-color:#cdc9c9;
	border: 1px solid white;
	text-align: justify;
	display:block;
	opacity:0.85;
	border-radius:20px; /*pour Opera et Safari */
	-moz-border-radius: 20px; /*pour Firefox */
}

.contenu_opaque {
	margin-left: 235px;
	margin-bottom: 20px;
	padding: 5px;
	background-color:#cdc9c9;
	border: 1px solid white;
	text-align: justify;
	display:block;
	opacity:1;
	border-radius:20px; /*pour Opera et Safari */
	-moz-border-radius: 20px; /*pour Firefox */
}

.contenu .page a,
.contenu .texte_article a,
.contenu .signature_article a {
	color:rgb(117, 136, 166);
	text-decoration:none;
}

.contenu .page a:hover,
.contenu .texte_article a:hover,
.contenu .signature_article a:hover {
	color:black;
	text-decoration:underline;
}

	
.entete_article { /*obsolète*/
	margin:10px;
	margin-top:15px;
	padding:10px;
}
	

.texte_article {
	/*margin: 10px;
	padding: 10px;*/
	font-family: Arial;
	color:#051835;
	font-weight:bold;
}

.finnews { /*obsolète */
	margin: 10px;
	padding: 10px;
}

.contentnews { /*obsolète */
	font-family: Arial;
	color:#051835;
	font-weight:bold;
}


.signature_article {
	/*margin: 10px;
	padding:10px;*/
	margin-top:10px;
	font-size:0.7em;
	color:rgb(117, 136, 166);
	text-align:right;
	/*margin-bottom:20px;
	padding-bottom:40px;
	border-bottom: thin dashed white;*/
}

.article {
	margin:10px;
	padding:10px;
	margin-top:15px;
	margin-bottom:20px;
	padding-bottom:40px;
	border-bottom: thin dashed white;
}

.date {
	font-size: 0.7em;
	font-family: Arial;
	color:#8b7765;
}











/*---------------------------------------COMMENTAIRE-------------------------------------------*/

.formulaire {
	border: thin solid;
	width: 450px;
	margin:auto;
	margin-bottom:50px;
	margin-top:20px;
	padding:20px;
	/*background-color:rgb(224, 228, 214);*/
	background-color:white;
}


.champtexte {
	vertical-align:top;
}


.affichagecommentaire {
	width:500px;
	margin:auto;
	padding:20px;
}

.pseudo_comment {
	color:black;
	font-family: Arial, Calibri, serif;
	font-weight: bold;
}


.date_comment {
	color:rgb(107, 57, 0);
	font-family: Arial, Calibri, serif;
	font-size:0.7em;
}


.texte_comment {
	color:rgb(114, 99, 104);
}


.affichagesite {
	color:black;
	font-size:0.7em;
}


/*-----------------------------------------ALBUM----------------------------------------*/

.miniatures {
	width:600px;
	margin:auto;
	/*background:rgb(83,115,66);*/
	padding-top:20px;
	text-align:center;
}

.fleches_album {
	/*background:black;*/
	height:53px;
	width:125px;
	margin:auto;
	/*padding:5px;*/
}

.element_central {
	width:600px;
	margin:auto;
	text-align:center;
	margin-bottom:20px;
}

/*.position_image {
	width:60%;
	background:center;
}*/


.comment_image {
	width:500px;
	margin:auto;
}


.pseudo_comment_image {
	color:#000033;
	font-family: Arial, Calibri, serif;
	font-weight: bold;
}


.date_comment_image {
	color:#003333;
	font-family: Arial, Calibri, serif;
	font-size:0.7em;
}


.texte_comment_image{
	color:black;
}

/* -----------------------------------------ARTICLES------------------------------------*/
.annee_articles {
	padding: 10px;
	border-bottom: dotted black 1px;
}

.annee_articles a {
	color: #a52a2a;
	text-decoration: none;
}

.annee_articles a:hover {
	color:red;
	text-decoration:underline;
}

.articles_infos {
	text-indent: 50px;
	margin: 0px;
}


/*-----------------------------------------ADMIN----------------------------------------*/

#menu_admin {
	width:425px;
	margin:auto;
	text-align:center;
}

#menu_admin td, #menu_admin th {
	margin:10px;
	border: 2px solid black;
	border-radius:10px; /*pour Opera */
	-moz-border-radius-topleft:10px; /*pour Firefox */
}

#menu_admin td, a {
	font-family:Calibri;
	color:black;
	text-decoration:none;
}

#menu_admin td, a:hover {
	color:white;
}

.admin_redaction {
	width:100px;
	height:100px;
	background-image : url("images/graphismes/redaction.png");
}

.admin_publication {
	width:100px;
	height:100px;
	background-image : url("images/graphismes/publication.png");
}

.admin_flux {
	width:100px;
	height:100px;
	background-image : url("images/graphismes/flux.png");
}

.admin_parametres {
	width:100px;
	height:100px;
	background-image : url("images/graphismes/parametres.png");
}

.libelleMenuParametres {
	height:50px;
	width:70px;
	background-color:#4B4B4B;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	line-height:45px;
	text-align:center;
	top:63px;
	position:absolute;
	font-family:Calibri;
	font-weight:bold;
}

.libelleMenuParametres a {
	color:white;
}

.libelleMenuParametres a:hover {
	color:red;
}

#pays {
	margin-left:20px;
}

#regions {
	margin-left:100px;
}

#villes {
	margin-left:180px;
}

#parametresRetour {
	margin-left:560px;
}

#menuParametres {
	height:60px;
}

#tableauAdmin {
	margin:auto;
	width:350px;
	font-family:Calibri;
	border-collapse:collapse;
	margin-bottom:20px;
}

#tableauAdmin caption {
	font-size:1.5em;
	color:#9B0000;
	margin-bottom:5px;
	font-weight:bold;
}

#tableauAdmin th{
	background-color:#FF9797;
	text-align:center;
	padding:7px;
}

#tableauAdmin tr  td{
	border-bottom: solid 1px #C8C8C8;
	background-color:#FFFFFF;
	padding:5px;
	color:black;
}

#tableauAdmin tr:hover td {
	background-color:#FFE8E8;
}

.bouton {
	width:150px;
	background-color:#FF9797;
	font-family:Calibri;
	font-weight:bold;
	height:26px;
	color:#9B0000;
}

.obligatoire {
	color:red;
}

/*---------------------------------------RECHERCHE------------------------------------------*/

#champRecherche {
	line-height:30px;
	height:30px;
	width:500px;
	padding-left:7px;
	font-size:1.1em;
	color:#444444;
	margin-left:10px;
	margin-bottom:15px;
}

#boutonRecherche {
	width:100px;
	height:33px;
	background-color:#DDDDDD;
	border:white solid 2px;
	color:#888888;
	font-family:Calibri;
	margin-left:20px;
	border-radius:5px;
}

#boutonRecherche:hover {
	background:white;
	color:#555555;
}

.resultat {
	padding:5px;
}

.apercu_article {
	border: thin dashed rgb(197, 154, 139);
	margin-top:0px;
	margin-left:30px;
	margin-bottom:0px;
	font-size:0.8em;
	color:#333333;
}

.texteCommentaire {
	margin-top:3px;
	margin-left:30px;
	margin-bottom:0px;
	font-size:0.8em;
	color:#555555;
	vertical-align:top;
}

#nombreResultat {
	font-weight:bold;
	margin-left:10px;
	font-size:0.9em;
}

.surligne {
	background-color:#DE8A8A;
}

#tableauRecherche td {
	text-align:right;
	width:150px;
}

.apercuImageRecherche {
	margin-right:10px;
}

.blocCommentaire {
	margin-left:30px;
}

.resultatsCaches {
	--visibility:hidden;
	display:none;
}

.informationResultatsCaches {
	text-decoration:underline;
	padding-left:40px;
	font-family:Calibri;
	color:#222222;
	font-size:0.8em;
	cursor:pointer;
}