/* CSS marina pour NPDS Revolution */

/************************************************************************
Parce qu'on utilise "em" en taille de font
*************************************************************************/

html {
	font-size: 100%;
}
/************************************************************************
Aspect Général du site : Font, Textes, Marges, etc...
*************************************************************************/

body{
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	background:#005152 url(../images/LBlocs/bg_top.jpg) no-repeat center top;
	text-align: center;
}
/************************************************************************
Règle horizontale servant de séparation
*************************************************************************/

hr {
	color: #9ab0c5;
	background: #9ab0c5;
	border: 0;
	height: 1px;
}
/* Aspect du Texte de votre Site lorsqu'il n'est pas redéfini ailleurs, visible dans la Partie Admin par exemple */

td {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 1.0em;
}
/************************************************************************
Les Différents LIENS Standards
*************************************************************************/

a, a:visited, a:link {
	color: #4a6c8d;
	text-decoration: none;
}
a:hover {
	color:#4a6c8d;
	text-decoration: underline;
}
a:active, a.box, a.box:active, a.box:visited {
	color: #4a6c8d;
	text-decoration: none;
}
a.noir, a.noir:visited, a.noir:active {
	color: #476f94;
	text-decoration: none;
}
a.noir:hover, a.box:hover, a.heada:hover {
	color: #9abfe1;
	text-decoration: underline;
}
.rouge, a.rouge, a.rouge:visited, a.rouge:active {/* Annulation, suppression, avertissement...*/
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
a.rouge:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}
a.aideans, a.aideans:visited, a.aideans:active {/* Aide en Ligne */
	background: none transparent;
	cursor: help;
	font-weight: bold;
	text-decoration: none;
}
a.heada, a.heada:visited, a.heada:active {/* Admin (haut et bas) - Download - Annuaire */
	color: #323232;
	font-weight: bold;
	text-decoration: none;
}
/************************************************************************
Liens Tooltip ==> Info Bulles
Initialement prévu pour Download
fonctionnel ou vous le souhaitez
*************************************************************************/

a.tooltip {
    /*color: gray;*/
    border-bottom: 1px dotted gray;
}
a.tooltip img {
    position:absolute;
    margin: 2px 0 0 -10px
}
a.tooltip em img  {
    position:relative;
    margin: 0px
}
a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: absolute;
    z-index: 500;
    text-decoration:none;

}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 25px;
    left: -70px;
    padding: 5px;
    color: #000;
    border: 1px solid #bbb;
    background: #efefef;
    width:auto;
} 
/************************************************************************
Alternance des couleurs de ligne Fonction tableaux()
*************************************************************************/

.ligna, a.ongl, a.ongl:visited, a.ongl:active {
	background: #fff;
	border: #7996b2 1px solid;
	text-decoration: none;
}
.lignb {
	background: #f2f2f2;
	border: #7996b2 1px solid;
	text-decoration: none;
}
/************************************************************************
Champs de Formulaires - Champs de Saisies
*************************************************************************/

.inputa {/* champ de saisie, Lnl Box, Moteur de recherche, Bloc Login notamment */
	background: #ffffff;
	border: #000000 1px solid;
	color: #000000;
	height: 18px;
	vertical-align: middle;
	width: 80px;
}
.textbox { /* Champs Formulaire - Message à  un membre - forum - Notamment */
	background: #ffffff;
	border: #000000 1px solid;
	color: #000000;
	width: 100%;
}
.textbox_standard {/* Champs Formulaire - Contact - forum (sauter à ) - Notamment */
	background: #ffffff;
	border: #7996b2 1px solid;
	color: #000000;
}
.textbox_standard_header{/* Champs Formulaire - Contact - forum (sauter à ) - Notamment */
	background:url(../images/LBlocs/bg_textbox_standard.jpg) no-repeat;
	border: #000 1px solid;
	color: #000000;
	width: 75px;
	padding: 0 0 0 2px;
}
.bouton_standard {/* Boutons : Prévisualiser - Valider - Annuler ....*/
	background: #000000;
	padding:1px 5px 1px 1px;
	border: #000000 1px solid;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.bouton_standard_header {/* Boutons : Prévisualiser - Valider - Annuler ....*/
	color: #ffffff;
	font-weight: bold;
	font-size:10px;
	font-style: normal;
	text-decoration: none;
	width: 65px;
	height: 20px;
	margin: 0 0 0 5px;
}
input.bouton_chgtheme {/* Boutons : Prévisualiser - Valider - Annuler ....*/
	background:url(../images/LBlocs/bouton_chtheme.png) no-repeat !important;
	font-weight: bold;
	font-size:12px;
	font-style: normal;
	text-decoration: none;
	width: 120px !important;
	height: 24px;
	margin: 0;
}
/************************************************************************
CSS Complémentaire pour vos  Formulaires
*************************************************************************/

form {  /* Délimitation de votre Formulaire*/
	padding: 2px;
	width: 99%;
}
form p {
	line-height:100%;
}
fieldset { /* Regroupe les différentes zones de votre Formulaire */
	padding: 15px;  /* padding in fieldset support spotty in IE *//*margin: 0;*/
	border: 1px solid #7996b2;
}
legend { /* Titre pour identifier chaque fieldset */
	font-size:1.1em;
	color: #183a55;
	font-weight: bold;
	padding-bottom:3px;
}

label {
	display: block;
	float: left;
	width: 180px;
	margin-top: 3px;
	padding-right: 10px;
	text-align: left;
}
input[type=Submit], [type=Reset], [type=Return] {
	background:url(../images/LBlocs/bouton_search_header.png) no-repeat;
	padding:0 5px 1px 2px;
	border: #fff 1px solid;
	color: #ffffff;
	text-decoration: none;
	border: 0;
	width: 60px;
}
input[type=radio] {
 background:transparent;
 border:none;
}
input[type=Image] {
	border: 0;
}
input, select, radio, checkbox, textarea {
	border: #7996b2 1px solid;
	color: #000000;
	background: #ffffff;
	margin-top: 2px;
	padding: 0;
}
form label span {
	color: red;
}/* Utilisé dans user ! */
form br {
	clear:left;
}
/************************************************************************
Les Autres Eléments Définis en "Dur" dans le code
Tableaux & EntÃªtes & Titres & Mise en Forme
*************************************************************************/

.forum_titre {
	background:url(../images/LBlocs/bg_page_title.png) no-repeat;
	font-size: 1.30em;
	font-weight: bold;
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-indent: 20px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 2px;
	width:98%;
}
.ongl {/*Admin Banners - Download Gauche - Links - Top10...Ligne et Onglet Nominatif*/
	color: #45445b;
	font-weight: bold;
	text-decoration: none;
}
.header, a.ongl:hover, .titre {/* header : Entete de Pratiquement Tous les Tableaux également dans Forum */
	color: #282828;
	text-decoration: none;
}
.box {/*Titre du Style BOX - Links Titres - Bas PollBoth (PollComments) - Memberlist...*/
	color: #545454;
	margin-left: 5px;
	margin-right: 5px;
}
.titboxc {/* Haut Admin - Download */
	color: #000;
	font-weight: bold;
	background: #fff;
	border: 1px solid #7996b2;
}
.titboxcont {/* Intitulé Bloc Sondage - Bloc Admin (les chiffres)*/
	background: none transparent;
	color: #fff;
	font-weight: bold;
}
.titrea {/* Titres : Sondages (Poolboth) - Previews - notamment */
	font-weight: bold;
	text-decoration: none;
}
.titrec {/* Blocs Forums Infos -  Bloc Chat Box (IP + les Chiffres) */
	color: RED;
	text-decoration: none;
}
.separ {/* Ligne de séparation (une Image) Haut Menu Admin - Menu Membres - Haut et Bas Section */
	background: url('../images/ligne.gif') left repeat-x;
	height: 5px;
}
 code {
	padding: 1px 1px 1px 5px;
	width: 98%;
} 

.quote {/* Citation dans le Forum */
	border: 1px solid #183a55;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	width: 99%;
}
h2 {/* Titre : Map - Forum - Articles (index et détail) */
	color: #005152;
	font-size: 1.25em;
	font-weight: bold;
	height: auto;
	line-height: 30px;
	padding: 0px 0px 0px 55px;
	margin: 0px;
}
h3 { /* Map - box_article - box_pool */
	color: #005152;
	font-weight: bold;
	text-align: left;
	font-size: 1.25em;
	margin: 0px;
}
h4 { /* Map  */
	color: #005152;
	font-weight: bold;
	font-size: 1.15em;
}
/************************************************************************
Mise en Page Globale & Mise en Forme de votre Thème
*************************************************************************/

#container_btm{
	position:relative;
	background:url(../images/LBlocs/bg_container_btm.jpg) no-repeat center bottom;
}
#container_bas{
	overflow:hidden;
	background:url(../images/LBlocs/bg_container_top.jpg) no-repeat;
	width:895px;
	height: 299px;
}
#header{
	position:relative;
	background:url(../images/LBlocs/bg_header.jpg) no-repeat center top;
	width:895px;
	height:200px;
}
#menu a {/* Un Bloc Gauche Global */
	color: #ffc000;
	text-decoration:none;
}
#user {
	position: absolute; 
	right:-30px; 
	top: 0px; 
	height: 20px; 
	width: 410px; 
	display:block; 
	z-index:10;
	text-align:right; 
}
#user a {
	color: #000;
	font-weight:bold;
	text-decoration: underline;
}
#user a:hover {
	color: #545454;
	font-weight:bold;
	text-decoration: none;
}
a.newmsg {
	color: #ff0000 !important;
	font-weight: bold;
	text-decoration: blink !important;
	text-decoration: blink;
}
#base{
	position:relative;
	text-align: left;
	margin:0 auto;
	width:895px;
	background:url(../images/LBlocs/bg_base_repeat.jpg) repeat-y 0 58px;
}

/************************************************************************
Mise en forme du menu
*************************************************************************/

#menu{
	position:relative;
	overflow:hidden;
	background:url(../images/LBlocs/bg_menu.jpg) no-repeat center top;
	width:895px;
	height:60px;
	font-size:10px;
}
#menu ul {
	position:absolute;
	overflow:hidden;
	margin: 0;
	padding: 0;
	height: 78px;
	border:0px red solid;

}
#menu ul li {
	display: inline;
	font-size: 11px;
	font-family:Arial,Verdana;
	font-weight: bold;
	height:85px;
	margin:0px;
}

#menu ul li a { /*145x70*/
	float: left;
	display: block;
	height:105px;
	width:120px;/*148*/
	line-height: 25px;
	color: #ffffff;
	text-align:center;
	padding: 0 0 0 10px;
	text-decoration:none;
	background:url(../images/LBlocs/bg_menu_item.png) no-repeat top center;
}
#menu ul li a:hover{
	background:url(../images/LBlocs/bg_menu_item_on.png) no-repeat top center;
	color:#c0c0c0;
	line-height: 58px;
}
#menu ul li.current_page_item a {
	background:url(../images/LBlocs/bg_menu_item_on.png) no-repeat top center;
	color:#c0c0c0;
}
/************************************************************************
Mise en forme du menu mainblock
*************************************************************************/
ul#menu_mainblock
{
	border: 0;
	margin: 0 ;
	padding: 0 0 0 0px;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu_mainblock li
{
	margin: 0 0 0 0 ;
	padding: 0px;
	border: 0;
/* Suppression du padding du <li> et on d?init une marge basse de 5px pour a?er le tout */
}

ul#menu_mainblock li a
{
	display: block ; /* On passe les liens en ??ents de type block pour leur donner des propri?? de taille */
	width: 180px ;
	height: 22px;
	line-height: 20px ;
	color: #39dcd5;
	font-weight:normal;
	border: 0;
	text-indent: 8px ; /* On d?ale le texte de 40px du bord gauche */
	text-decoration: none ;
	background: url('../images/LBlocs/trait_mainblock.png')  0 0 ; /* On met une image de background, que l'on positionne ?0px du bord gauche et 0px du bord haut */
}

ul#menu_mainblock li a:hover
{
	background: url('../images/LBlocs/trait_mainblock.png') no-repeat 0 -22px ; /* Et ici on d?ale l'image du background de 30px vers le haut pour laisser appara?re la 2eme partie de l'image */
	border: 0;
	color: #6ff4ee;
	font-weight:normal;
}
/************************************************************************
La Partie CENTRALE de votre Site
*************************************************************************/

#corps {/*Container Englobant toutes les colonnes*/
	background:url(../images/LBlocs/bg_base_repeat.jpg) repeat-y top center;
	float: left;
	width:895px;
	margin: 0;
}
#col_princ {/* La Partie Centrale avec Pdst = -1  uni*/
	float: left;
	overflow:hidden;
	padding: 30px 0 0 27px;
	margin: -260px 0 0 0;
}
.trio {/* La Partie Centrale avec Pdst = 1 - 3 et 4 trio*/
	float: left;
	width: 500px;
}
.duo {/* La Partie Centrale avec Pdst = 1 - 3 et 4 trio*/
	float: left;
	width: 660px;
}
/************************************************************************
Edito se rapporte donc à "editorial.html"
*************************************************************************/

#editorial {
	margin: 2px 2px 15px 2px;
	padding:2px 4px 2px 4px;
}
#editorial .content {
	width: 100%;
}
/************************************************************************
Affichage des Articles en page Index et Detail-news
*************************************************************************/

.article_bloc {/*Le contenant*/
	border-top: 1px #ccc dashed;
	margin: 0px;
}
.article_sujet {
    float: right;
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 10px 10px 0px 10px;
}
.article_texte {
	border-top: 1px #ccc dashed;
	height: auto !important;
	padding: 25px 5px 5px 5px;	
	text-align: left;
}
.note { /* Mise en forme si Note */
	border: 1px solid #7996b2;
	width:98%;
	text-align:center;
	font-style: italic;
	font-size: .9em;
	padding: 3px;
	margin: 2px;
}
.article_pied { /*Mise en forme du Pied*/
	padding: 5px;
	text-align: center;
}
.footer_articles {
	height: 25px;
	width: 100%;
}
.n_date {/*Le contenant*/
	float:left;
	background: url('../images/LBlocs/bg_post_title.gif') no-repeat;
	height:72px;
	width:100px;
	padding: 10px 0 0 10px;
	margin: -17px 0 0 0px;
	font-size: 10px;
	text-align:left;
	color: #fff;
}
.n_emetteur{/*Le contenant*/
	float:left;
	text-align:right;
	height:15px;
	width:100%;
	margin: -15px 10px 0 0;
	font-size: 10px;
}
/************************************************************************
"box_Article" corespond au bloc Liens Relatifs
"box_poll" lui au Bloc sondage (pollBoth)
*************************************************************************/

#box_article, #box_poll {/*les 2 Blocs seront identiques*/
	width: 140px;
	float: left;
	margin:0px 2px 0px 2px;
	padding:0;
	text-align: left;
}
.bloc_title1 {
	height: 30px;
	width: 138px;
	line-height: 30px;
}
.bloc_content1 {
	padding: 0 5px 5px 5px;
	text-align: left;
	margin-bottom: 0px;
}
#box_poll li, #box_article li {
	margin-left: 8px;
	list-style-type: none;
	color: #000000;
}
#box_article ul, #box_poll ul {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}
#box_article .boxc {
	color: #000;
	font-weight: bold;
	margin: 0 0 0 5px;
}
/************************************************************************
Stats.php
*************************************************************************/

.graph {
	width: 200px;
	border: 1px solid #183a55;
	padding: 2px;
}
.graph .bar {
	display: block;
	background: #7996b2;
	text-align: center;
	color: #333;
	height: 1em;
	line-height: 1em;
}
/************************************************************************
Colonnes Gauche - Droite et Vos Blocs
*************************************************************************/

#col_LB {
	width: 193px;
	float: left;
	position: relative;
	margin: -210px 0 0 0;
}
.leftbloc {/* Un Bloc Gauche Global */
	text-align: left;
	margin: 3px;
	padding: 0;/* Margin et Padding gérés dans LB_Contain */
	width: 193px;
}
.leftbloc .LB_title {
	background: url('../images/LBlocs/bg_sb_title1.gif') no-repeat -5px 0;
	color: #a4d5ea;
	font-size: 13px;
	line-height:13px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0px 5px 1px 0px;
	padding: 10px 10px 19px 15px;
}
.leftbloc .LB_contain {/* Bloc container pour le contenu */
	padding: 5px 3px 5px 5px;
	overflow:auto;
	color: #fff;
}

.leftbloc .LB_contain  ul li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0px 0px 0px -35px;
	padding: 2px 0px 0px 13px;
	background: url('../images/LBlocs/bg_sb_arrow1.gif') no-repeat 0px 5px;
}
.leftbloc .LB_footer {/* Bloc container pour le contenu */
	height:15px;
}
.leftbloc a {/* Un Bloc Gauche Global */
	color: #39dcd5;
	text-decoration:none;
}
.leftbloc a:hover {/* Un Bloc Gauche Global */
	color: #5dfff8;
	text-decoration:none;
}
#col_RB { /* Là où se trouvent vos Blocs droits*/
	width: 160px;
	float: right;
	position: relative;
	padding: 0 5px 0 0;
	margin: -145px 0 0 0;	
}
.rightbloc {/* Un Bloc Droit Global */
	text-align: left;
	margin: 3px;
	padding: 0;/* Margin et Padding gérés dans RB_Contain */
	width: 160px;
}
.rightbloc .RB_title {
	min-height:60px;
	background: url('../images/LBlocs/bg_sb_title2.gif') no-repeat 0 0;
	color: #fcff00;
	font-size: 14px;	
	font-weight: bold;
	height: 60px;
	text-align: left;
	padding: 10px;	
}
.rightbloc .RB_contain {/* Ajout d'un bloc container pour le contenu */
	background: #0175b1;
	padding: 0px 3px 5px 5px;
	margin: -20px 0 0 0;
	overflow:hidden;
	color: #fff;
}
.rightbloc .RB_contain ul  li{
	line-height: 1.5em;
	list-style-type: none;
	margin: -5px 0px 0px -40px;
	padding: 0px 3px 0px 12px;
	background: url('../images/LBlocs/puces_dr.gif') no-repeat 0px 7px;
}
.rightbloc .RB_contain ul  li:hover{
	line-height: 1.5em;
	list-style-type: none;
	margin: -5px 0px 0px -40px;
	padding: 0px 3px 0px 12px;
	background: url('../images/LBlocs/puces_dr_hover.gif') no-repeat 0px 7px;
}
.rightbloc a {/* Un Bloc Gauche Global */
	color: #fff;
	text-decoration:none;
}
.rightbloc a:hover {/* Un Bloc Gauche Global */
	color: #d7d7d7;
	text-decoration:none;
}
/************************************************************************
CSS sur un Bloc en Particulier
Ici le Bloc ID 2 donc Menu
Il suffit de cocher la case css du menu
*************************************************************************/
#RB_13  .RB_title {
	min-height:60px;
	background: url('../images/LBlocs/title_choice_themes.gif') no-repeat 0 0;
	color: #ffffff;
	font-size: 14px;	
	font-weight: bold;
	height: 60px;
	text-align: left;
	padding: 10px;
	margin: 0 -3px 0 3px;
}
#RB_13 .RB_contain {
	background: #b10201;
	padding: 0px 3px 5px 5px;
	margin: -20px -3px 0 3px;
	overflow:auto;
	color: #fff;
}
#RB_2  .RB_title {
	min-height:60px;
	background: url('../images/LBlocs/title_themesNPDS.gif') no-repeat 0 0;
	color: #ffffff;
	font-size: 14px;	
	font-weight: bold;
	height: 60px;
	text-align: left;
	padding: 10px;
	margin: 3px -3px 0 3px;
}
#RB_2 .RB_contain {
	background: #10a33c;
	padding: 0px 3px 5px 5px;
	margin: -20px -3px 0 3px;
	overflow:auto;
	color: #fff;
}
#RB_2 .RB_contain a{
	color: #fff;
	text-decoration: underline;
}
#RB_2 .RB_contain a:hover{
	color: #fff;
	text-decoration: none;
}
#RB_2  .RB_contain ul {/* Bloc Droit */
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
}
#RB_9  .RB_title {
	min-height:60px;
	background: url('../images/LBlocs/title_chatbox.gif') no-repeat 0 0;
	color: #ffffff;
	font-size: 14px;	
	font-weight: bold;
	height: 60px;
	text-align: left;
	padding: 10px;
	margin: 3px -3px 0 3px;
}
#RB_9 .RB_contain {
	background: #a31077;
	padding: 0px 3px 5px 5px;
	margin: -20px -3px 0 3px;
	overflow:auto;
	color: #fff;
}
#RB_9 .RB_contain a{
	color: #fff;
	text-decoration: underline;
}
#RB_9 .RB_contain a:hover{
	color: #fff;
	text-decoration: none;
}
#RB_9  .RB_contain ul {/* Bloc Droit */
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
}
#RB_4  .RB_title {
	min-height:60px;
	background: url('../images/LBlocs/title_newletter.gif') no-repeat 0 0;
	color: #ffffff;
	font-size: 14px;	
	font-weight: bold;
	height: 60px;
	text-align: left;
	padding: 10px;
	margin: 3px -3px 0 3px;
}
#RB_4 .RB_contain {
	background: #bdb900;
	padding: 0px 3px 5px 5px;
	margin: -20px -3px 0 3px;
	overflow:auto;
	color: #fff;
}
#RB_4 .RB_contain a{
	color: #fff;
	text-decoration: underline;
}
#RB_4 .RB_contain a:hover{
	color: #fff;
	text-decoration: none;
}
#RB_4  .RB_contain ul {/* Bloc Droit */
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
}
#RB_15  .RB_title {
	min-height:60px;
	background: url('../images/LBlocs/title_top10.gif') no-repeat 0 0;
	color: #ffffff;
	font-size: 14px;	
	font-weight: bold;
	height: 60px;
	text-align: left;
	padding: 10px;
	margin: 3px -3px 0 3px;
}
#RB_15 .RB_contain {
	background: #c34b02;
	padding: 0px 3px 5px 5px;
	margin: -20px -3px 0 3px;
	overflow:auto;
	color: #fff;
}
#RB_15 .RB_contain a{
	color: #fff;
	text-decoration: underline;
}
#RB_15 .RB_contain a:hover{
	color: #fff;
	text-decoration: none;
}
#RB_15 .RB_contain ul {/* Bloc Droit */
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
}

#LB_2 div {
	overflow:visible;
}
/************************************************************************
La Partie Footer de votre Site
*************************************************************************/

#rss_search{
	position:absolute;
	top:0;
	right:0;
	height:155px;
	width:180px;
}
#footer{
	position:relative;
	font-size:11px;
	background:#005152 url(../images/LBlocs/bg_footer.jpg) no-repeat center top;
	width:895px;/*895*/
	padding:40px 0px 20px 0px;
	text-align:center;
	color:#ffffff;
	clear:both;
}
#footer_before{
	position:relative;
	background:url(../images/LBlocs/bg_container_btm.jpg) no-repeat center top;
	width:895px;/*895*/
	height:286px;
	clear:both;
}
#footer a{
	color:#ffffff;
}
#pied {
	color: #ffffff;
	text-align: center;
}
/************************************************************************
Menu dynamique
*************************************************************************/
/*************** RSS and Search ***************/
#rss_search .input {
	background:url(../images/LBlocs/bg_textbox_search.png) no-repeat;
	position:absolute;
	top:364px;
	left:60px;
	height:15px;
	width:80px;
	padding:0 0 0 5px;
	margin:0 0 0 0;
	font-size:11px;
	font-family: Arial, Verdana, Helvetica;
	font-style: italic;
	color:#2c567f; 
	border: 1px #000 solid;
}
#rss_search .submit{
	cursor:pointer;
	border:none;
	background:transparent;
	position:absolute;
	top:355px;
	left:10px;
	height:40px;
	width:40px;
}
#rss_search a.rss{
	position:absolute;
	display:block;
	padding:0;margin:0;
	top:260px;
	right:-1px;
	width:90px;
	height:90px;
	background:url('../images/LBlocs/bg_rss.jpg') no-repeat 100px 0;
}
#rss_search a.rss:hover{
	background:url('../images/LBlocs/bg_rss.jpg') no-repeat -1px 0;
}
/**************
styles pour labo
****************/
.winner {color:#fcff00} 