﻿@charset "utf-8";

/* Style : Feed (index.php)
--------------------------------------------*/
/*
  div en haut à gauche en dessous du logo bscr:
  contient un compteur de visite du feed et un lien vers fil_rss.php
*/
.box02 {
	/*dimension*/
	width:139px;
	height:auto;
	/*marge*/
	margin-top:16px;
	margin-left:auto;
	margin-right:auto;
	/*alignement texte*/
	text-align:left;
}

/* Style : Commun à toutes les pages
--------------------------------------------*/
/*
  div en dessous du menu:
  contient le titre principal des pages
*/
div#titre01 {
	font-size:24px;
	margin-top:15px;
	text-decoration:underline;
	color:#FFFFFF;
}

/*
  Initiale en bleu [BSCR]
*/
.initiale {
	color:#0000EA;
	text-decoration:underline; /*a enlever si soulignement noir*/
}

/*
  Nom de la page en rouge vif
*/
.page {
	color:red;
	text-decoration:underline; /*a enlever si soulignement noir*/
}

/* Style : sondage.php
--------------------------------------------*/

div#cont-sond {
	/*marge*/
	margin:10px 10px 10px 10px;
	padding:20px;
	/*dimension*/
	width:780px;
	height:300px;
	/*bordure*/
	border:#BE4B48;
	border-style:solid;
	border-width:2px;
	/*texte*/
	text-align: left;
	font-size: 14px;
}

.link-poll a {
	color:#6666FF;
	text-decoration:none;
}
.link-poll a:hover {
	color:#0000CC;
	text-decoration:none;
}