/****************************************************
*	Thème Tech_radio     V1.0                         *
*	Réalisé par stefff                                *
*	http://www.brikwo.com                             * 
*	Le 30/06/2008                                     *
*	Modifié le 09/07/2008                             *
****************************************************/

/* Police Générale */
font {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #252424;
}
td {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #252424;
}
p {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #252424;
}
th {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #252424;
}
/* Mise en forme de la date */
.date {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4d4c4c;
	}

/* Liens généraux */
a:link,a:active,a:visited {
	color: #3c86c5;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999;
  text-decoration: underline overline;
}
.titrelien {
	font-weight: bold;
}
/******************************************************************************/
/*                                                                            */
/*   - - - -   M I S E    EN     P A G E    DU    S I T E     - - - -         */
/*                                                                            */
/******************************************************************************/
/* Le Style général du site <body> </body> ************************************/
body {
	background-image: url('../img/fond.jpg');
	background-repeat: repeat-x;
  background-color: #f5f5f3;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
	font-size: 1.1em;
	color: #252424;
  margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
  width: 1110px;
}
/******************************************************************************/
/*                                                                            */
/*   - - - -         M E N U     H O R I Z O N T A L          - - - -         */
/*                                                                            */
/******************************************************************************/
.tab_fixed {
	width: 1090px;
	position: fixed;
	margin-right: 0px;
	margin-left: 0px;
	top:5px;
}

.left_menu {
	background-image: url('../img/menu_left.png');
	background-repeat: no-repeat;
  height: 39px;
  width: 13px;
}
.right_menu{
	background-image: url('../img/menu_right.png');
	background-repeat: no-repeat;
	background-position: right;
  height: 39px;
  width: 13px;
}
.center_menu{
  background-image: url('../img/center_menu.jpg');
	text-align: center;
	background-repeat: repeat-x;
	font-size: 1.0em;
	color: #f5f5f3;
	height: 39px;
}
.center_menu a {color: #f5f5f3;}
.table{}
/******************************************************************************/
/*                                                                            */
/*   - - - -   L E      H E A D E R   - - - - - - - - - - - - - - - -         */
/*                                                                            */
/******************************************************************************/
.header_01 {
	background-image: url('../img/header_01.png');
	background-repeat: no-repeat;
	width: 1090px;
	height: 143px;
}
.date_header {
  color: #fff;
  font-size: 1.0em;
  font-weight:bolder;
  margin: -25px 0 0 10px;}
.phrase_intro a, .phrase_intro {
  color: #fff;
  font-size: 1.0em;
  font-weight:bolder;
  }
/* Les 3 Parties ( GAUCHE CENTRE DROITE ) *************************************/
.centre {width:1080px;} /* Entre les Blocs */

/* Colonnne des blocs de gauche et droite*/
.fond_left {
  background-image: url('../img/fond_left.png');
	width: 207px;
	padding-left:4px;
}

.fond_right {
	width: 212px;
	background-color:#f5f5f3;
}
.right{
  background-image: url('../img/right.png');
}
/* Centre (entre colonne de gauche et droite) */
.central {background-color: #f5f5f3;
  width:100%;
  padding-left: 0px;
  padding-right: 0px;}

/*Le Footer *******************************************************************/
.footer_01 {
	background-image: url('../img/footer_01.jpg');
	background-repeat: no-repeat;
	width: 299px;
	height: 39px;
}
.footer_02 {
	background-image: url('../img/footer_02.jpg');
	height: 39px;
	background-repeat: repeat-x;
	text-align: center;
	color: #fff;
}
.footer_03 {
	background-image: url('../img/footer_03.jpg');
	background-repeat: no-repeat;
	width: 172px;
	height: 39px;
}

.footer_kws, .footer_kws a,.footer_kws a:hover {
  color: #579dd9;
  font-size: 10px;
  padding-top: 20px;
  text-align: center;
}
#ckws, .gen {
  color: #579dd9;
  font-size: 10px;
  }
.footer_kwsphp{
    text-align: center;}
/******************************************************************************/
/*                                                                            */
/*  - - - - - - - - - -       L E S     B L O C S              - - - - - - -  */
/*                                                                            */
/******************************************************************************/
/* Le contenu des blocs des colonnes de gauches et de droites */
.bloc_titre {
  width: 208px;
  height: 54px;
  line-height: 54px;
  text-align: center;
	font-weight: bolder;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #f5f5f3;
	letter-spacing: 3px;
}
.bloc_titre:first-letter {
  font-variant: small-caps;
	font-weight: bolder;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #f5f5f3;
}
.bloc_contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;                   
	color: #252424;  
  margin-left: 0px;                 
	padding: 0px;
  overflow: hidden;                 /* Ne Pas Toucher                */
  height: 99%;                      /* Pour IE sinon espace          */
}

/* Les Blocs du centre */
.bloc_titre_centre {
  background-image: url('../img/bloc_titre_centre.jpg');
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  height: 38px;
  line-height: 38px;
  border-bottom: none;
  font-size: 1.2em;
  color: #f5f5f3;
  letter-spacing: 5px;
  font-weight: bolder;
}
.bloc_titre_centre a{color: #f5f5f3;}
.bloc_contenu_centre {
  background-color: #f2f2f2;
  border: 1px solid #d3d0d0;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  min-height:50px;
  color: #4d4c4c;
} 
.blocline {background: #fff;}
/************ MISE EN FORME DES LIENS  DU BLOC MENU ***************************/
.blocmenu {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}
.blocmenu ul,.bloc_espace_membre_list-style {
  margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.blocmenu a, .blocmenu a:visited, .bloc_espace_membre_list-style a, .bloc_espace_membre_list-style a:visited, .blocmenu hr {
  height: 28px;
  line-height: 28px;
  color: #9f9f9f;
	display: block;
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}
.blocmenu a:hover, .bloc_espace_membre_list-style a:hover {
	background-image: url('../images/menu/menu_hover.jpg');
  height: 28px;
	color: #fff;
	display: block;
	text-decoration: none;
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}
.blocmenu li,.bloc_espace_membre_list-style li {
  background-image: url('../images/menu/menu.jpg');
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	width: 208px;
	height: 28px;
	list-style: none;
}
/* Le Bloc espace_membre */ 
.bloc_espace_membre1 {text-align: left;}
.bloc_espace_membre2 {text-align: center;}
.bloc_espace_membre_avat {text-align: center;}
.bloc_espace_membre_priv{float: right;}

/******************************************************************************/
/*                                                                            */
/*  - - - - - - - - - -  L E S     A R T I C L E S (Rubriques) - - - - - - -  */
/*                                                                            */
/******************************************************************************/
/* Mise en forme du titre des Articles ****************************************/
.article_titre {
  background-image: url('../img/bloc_titre_centre.jpg');
  height: 38px;
  line-height: 38px;
  margin-left: 5px;
  margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 5px;
  letter-spacing: 5px;
}
.article_titre a {
  color:#f5f5f3}
.article_contenu {
  background-color: #f2f2f2;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-left: 1px solid #d3d0d0;
	border-right: 1px solid #d3d0d0;
	border-bottom: 1px solid #d3d0d0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	padding: 5px;
	min-height: 150px;   /* Tous les Blocs auront une hauteur minimum *************/
}
.image_articles {
  border: 0;
  margin-left: 5px;
  float: right;
}
/******************************************************************************/
/*                                                                            */
/*  - - - - - - - - - - -  L E S     N E W S  - - - - - - - - - - - - - - -   */
/*                                                                            */
/******************************************************************************/
/* Cette classe affiche le haut des news de couleur noire #000000 */
.titre_news{
  background-image: url('../img/bloc_titre_centre.jpg');
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  height: 38px;
  line-height: 38px;
  border-bottom: none;
  font-size: 1.2em;
  color: #3c3a3a;
  }
.titre_news a{color: #f5f5f3}
.bloc_news_date {
  background-image: url('../images/news/bloc_news_date.png');
  width: 60px;
  height: 60px;
	color: #000000;
	float: left;
	text-align: center;
	margin: 4px;
	margin-right: 15px;
  }
.image_news{
  float: right;
  clear: both;}
.bloc_news_semaine {font-size: 20px;}
.bloc_news_jour {
  font-size: 26px;
  color: #666;
  }
.bloc_news_mois {
  color: #fff;
  padding-top: 8px;
  }
.bloc_news_haut{
  background-color: #f2f2f2;
  border: 1px solid #d3d0d0;
  border-bottom: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  min-height: 60px;
  color: #4d4c4c;
  }
.bloc_news_haut a{color:#4d4c4c;}

/* Cette classe affiche le contenu de la news */

.bloc_news_milieu{
	background-color: #f7f7f7;
  border: 1px solid #748aa2;
	width: 99%;
	min-height: 100px;
	margin: auto;
	margin-bottom: 5px;
  }

.bloc_news_contenu{
  text-indent: 15px;
	padding: 10px;
  }
/******************************************************************************/
/*                                                                            */
/*  - - - - - - - - - - -  L E    F O R U M  - - - - - - - - - - - - - - -    */
/*                                                                            */
/******************************************************************************/

.forum_cat_mid {
  background-color: #d7e2ea;
  border-left: 1px solid #d3d0d0;
  border-bottom: 1px solid #d3d0d0;
  border-top: none;
  padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
	
.forum_cat_mid_der {
  background-color: #d7e2ea;
  border-right: 1px solid #d3d0d0;
  border-left: 1px solid #d3d0d0;  
  border-bottom: 1px solid #d3d0d0;
  border-top: none;
  padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: right;
}
.forum_tr {background-color: #dfdfdf;}
.forum_message {background-color: #f2f2f2;}
.forum_contenu {
  background-color: #f2f2f2;
  padding-left: 5px;
  vertical-align: top;
}
.forum_auteur {
  background-color: #d7e2ea;
  width: 20%;
  padding: 5px;
  text-align: center;
  vertical-align: top;
}
.forum_contact {
  background-color: #d7e2ea;
  width: 5%;
  vertical-align: bottom;
  padding: 5px;
}
.forum_signature {
  background-color: #f2f2f2;
  width: 100%;
  margin-left: -5px;
  padding: 5px;
  vertical-align: bottom;
}
.forum_date {
  background-color: #d7e2ea;
  padding: 5px;
  font-weight: normal;
  font-size: 0.9em;
}
.blocforum{
  padding-left: 22px;
  list-style: none;
}
/* TITRE DES CATEGORIES *******************************************************/

.forum_titre_der, .forum_titre {
  background-image: url('../img/bloc_titre_centre.jpg');
	background-repeat: repeat-x;
	height: 28px;
	font-weight: bold;
	font-size: 14px;
  text-align: center;
  color: #f5f5f3;
}
#postzone {width: 585px;}/* Saisie du texte dans le forum*/

/* Titre du forum des catégorie */
.titrecat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff
}
/* Séparateur des catégories *****************/
.forum_cat_sep {
  background-image: url('../img/bloc_titre_centre.jpg');
  height: 28px;
	border: 1px solid #d3d0d0;
  border-top: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
  text-align: center;
}
/* Topics du forum */
.topicrow1 {
	background-color: #f2f3f4;
	padding: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d7d7d7;
}
.topicrow2{padding: 5px}
/***************************************************************/

/* Structure d'un contenu en tableau */
.tab1 {
	padding-left: 1px;
	padding-right: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d7d7d7;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d7d7d7;
}
.tab2 {
	padding-left: 1px;
	padding-right: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d7d7d7;
}
/* Ligne séparateur */
hr {
  background-image: url('../img/hr.png');
  height: 6px !important;
  width: 181px !important;
  border: none !important;
  border: 0px solid #d3d0d0;
	border-top-width: 2px;
  height: 0px;
}
/*color: red;
background-color: red;
height: 1px;
border: 0;
/* Couleurs de fond en général des tableaux ex:index.php?mod=ip */
td.row1 {background-color: #f2f2f2;}
td.row2 {background-color: #f2f2f2;}
td.row3 {background-color: #f2f2f2;}

/* MISE EN FORUM DES BBCODES
/****************************************************************/
/* Panneau du bbcode [panneau]*/
.panneau {
	background-color: #cccccc;
  border: 1px solid #9f9f9f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666;
	padding: 4px;
}
/* CITATIONS [QUOTE] [/QUOTE]  ************************************************/
.quote {
	background-color: #dfdfdf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #666;
  padding-left: 5px;
  border: 1px solid #9f9f9f;
  border-left: 4px solid #9f9f9f;
}
.quote:first-letter {
	font-size: 1.5em;
	font-weight: bolder;
	font-style: italic;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
/* Code PHP dans les bbcode. ([code][/code])*/
.code_php {
	background-color: #dfdfdf;
  border-top: 3px solid #9f9f9f;
  border-bottom: 3px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
	font-family: Courier, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	padding: 4px;
	left: -2px;
	overflow: auto;
	width: 500px;
}
/* Visiualisation d'un post */
#apercu {
  background-color: #ddd;
	text-align: left;
	height: 220px;
	width: 580px;
	color: #3366cc;
	overflow: auto;
	padding: 2px;
	border: 1px solid #d3d0d0;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding:10px;
}
#apercu2 {
  background-color: #ddd;
	text-align: left;
	height: 200px;
	width: 580px;
	color: #3366cc;
	overflow: auto;
	padding: 2px;
	border: 1px solid #d3d0d0;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding:10px;
}

/* Style des onmouseover (passsage souris ex: index.php?mod=forum&ac=affgrd) */
.onmouse_over {
  border: 1px #666 dashed;
  background: #eee;
}
.onmouse_out {border: 00;}
.onmouse_over_forum {background: #ddd;}
.onmouse_out_forum {border: 0;}

/* Eléments de formulaire */
textarea {
  background-color: #f5f5f3;
	font-size: 1.1em;
	letter-spacing: 1px;
  border: 1px solid #d3d0d0;
  margin-bottom: 2px;
  padding:10px;
  width: 500px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

input,select {
  background-color: #f5f5f3;
	font-size: 1.1em;
	letter-spacing: 1px;
  border: 1px solid #d3d0d0;
  margin-bottom: 2px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 3px 7px 3px 7px;
  vertical-align: middle;
}
input:hover,textarea:hover, select:hover {
  background-color: #fff;
	font-size: 1.1em;
	color: #252424;

}
input#sql_newsMail{
  height: 80px;
  background-color: #000;
  }
/* Couleur d'arrière-plan des champs d'entrée du texte */
input.post, textarea.postzone, select {
  background-color: #fff;
  color: #666;
  }
/* Style des buttons submit et annuler*/
#valider,#envoyer,#submit_login_bloc,#submit_login,#s_button,#annuler,
#poster,#verifer,#retour,#button,#bouton,#bouton2,#submit,
#reset,#prev,#validation,#res_edit,#modbuttoncompteur,.convert {
  background: transparent url('../img/input.jpg');
	width: auto;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	font-weight: bolder;
	color: #fff;
	border: none;
  vertical-align: middle;
}
/* Style des buttons submit et reset au passage dessus*/
#valider:hover,#envoyer:hover,#submit_login:hover,#s_button:hover,#annuler:hover,
#poster:hover,#verifer:hover,#retour:hover,#button:hover,#bouton:hover,#bouton2:hover,#submit:hover,
#reset:hover,#prev:hover,#validation:hover,#res_edit:hover,#all:hover,#modbuttoncompteur:hover, .convert:hover {
  background: #327dc2;
  color: #fff;
}
/* Style des buttons du HEADER*/
#submit_login_bloc:hover {
  background: #1f6db6;
  color: #f2f2f2;
}

/* Style des labels*/
label {
  display: inline;
  float: left;
}
.label_enregistrer1 {
  width: 250px;
  font-size: 1.0em;
  font-weight: normal;
}
.label_enregistrer2 {
  width: 250px;
  font-size: 1.0em;
  font-weight: normal;
}
.label_profil1 {
  width: 150px;
  font-weight: bold;
}
.label_profil2 {
  width: 250px;
  font-weight: bold;
}
.label_contact {width: 200px;}
.label_admin_options1 {width: 200px;}
.label_admin_options2 {overflow: auto; padding:0 5px 0 0;}
.label_admin_email {width: 200px;}
.label_depann {width: 150px;}
.fieldset {
	background-color: #f2f2f2;
	border: 1px solid #d3d0d0;
	margin-left: auto;
	margin-right:auto;
	padding: 1.5em;  /* Ne pas enlever */
	
}
.fieldset_resume,fieldset_depann {
	background-color: #f2f2f2;
	border: 1px solid #d3d0d0;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;  /* Ne pas enlever */
}
.legend_resume {
     font-weight:bold;
}

em {
  font-size: 0.8em;
  font-weight: normal;
}
/* Pied de page */
.pied_de_module {text-align: center;}
.pied_de_module a:link,.pied_de_module a:active,.pied_de_module a:visited {
  background: transparent url('../img/input.jpg');
	color: #fff;
	font-weight: bolder;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 5px;
	letter-spacing: 1px;
}
.pied_de_module a:hover {
  background: #327dc2;
	color: #fff;
	text-decoration: none;
}
/* Pagination   */
.page_encours {font-size: 1.5em;}
.page_choix {}
.page_choix:hover{
  background-color: #c1d527;
  color: #fff;
}
#gresult{
  background: #f5f5f3;
  padding:1em;
}
#cse-search-results{
  background: #f5f5f3; 
  border: 1px solid #c5c5c5; 
  padding:1em;
}


/* Connectés (qd stats en bas de page)*/

#connectes_end
{
width:98% !important;
margin-left:auto !important;
margin-right:auto !important;
margin-top:3px !important;
margin-bottom:3px !important;
padding:5px !important;
border:5px groove #FFFFFF !important;
-moz-border-radius:10px !important;
-webkit-border-radius: 10px !important;
border-radius: 10px !important;
font-size:9px !important;
text-align:center !important;
background-color:#f2f2f2 !important;
color:#666 !important;
}
#connectes_end strong, #connectes_end a
{
font-size:11px !important;
color:#666 !important;
}

/* Bulles infos © Patrick perron **************************/

a.BBcodeSyntaxe {
position:relative;
/* Très important */
background:none;
/* Important pour le fonctionnement sur IE */
z-index:10;
}

a.BBcodeSyntaxe:hover {
z-index:20;
text-decoration:none;
}

a.BBcodeSyntaxe span {
display:none;
font-weight:normal;
}

a.BBcodeSyntaxe:hover span {
/*la tag SPAN apparaitra avec l?effet hover*/
display:block;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
border: 1px dashed;
position:absolute;
margin-top:50px;
margin-left:130px;
/* Éléments pour positionner le texte dans la bulle */
padding:5px;
width:350px;
/* Style du character dans la bulle */
background-color: #44A8E4;
color: #000066;
text-align:center;
}

a.BBcodeSyntaxe em {
font-variant:small-caps;
}

/* Pour avoir un beau background de bulle*/

a.BBcodeSyntaxe:hover>span {
background-image:url('../img/bulle.jpg');
}

/*Mise en page lors de la rédaction d'un post*/

.fieldset_post
{
width:600px;
margin: 1em auto;
padding:1em;
}
.fieldset_post legend
{
font-weight:bold;
}
.fieldset_post label span
{
color:red;
}
.fieldset_post dd
{
margin-left:210px;
}
div.fieldset_post
{
text-align:center;
width:585px;
margin: auto;
}
div #smil
{
z-index:50;
width:210px;
height:230px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
position:fixed;
margin-left:-220px;
top:250px;
display:none;
background-color:#44A8E4;
}
div #smil_in
{
overflow:auto;
width:170px;
height:200px;
border:1px solid;
padding:5px;
margin:10px auto;
}

/* bbcode flottant */

#choice_bbcode_color, #choice_bbcode_size, #choice_bbcode_font
{
z-index:50;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
position:absolute;
width:180px;
padding:10px;
margin-top:-100px;
margin-left:220px;
background-color:#44A8E4;
}

div.EditPost
{
text-align:right;
padding-top:5px;
}
span.EditPost
{
font-size:7.2pt;
width:100%;
border-top:1px dashed;
border-left:1px dashed;
border-right:1px dashed;
padding:2px 5px 2px 15px;
margin-right:5px;
}
div.MovePost
{
text-align:right;
padding-top:5px;
}
span.MovePost
{
font-size:7.2pt;
width:100%;
border-left:1px dashed;
border-right:1px dashed;
border-bottom:1px dashed;
padding:2px 5px 2px 15px;
margin-right:5px;
}
.NavRubFo, .NavRubTopicFo, .NavTopicFo {
float:right !important;
margin-right:5px !important;
font-size:smaller !important;
}
.NavRubFo span, .NavRubTopicFo span, .NavTopicFo span{
background-color:#666;
color:#f2f2f2;
padding:0px 2px;
}
.NavRubFo select, .NavRubTopicFo select, .NavTopicFo select{
font-size:smaller;
}
.NavRubFo a, .NavRubTopicFo a, .NavTopicFo a{
border:1px solid #d3d0d0;
padding:0px 2px;
text-decoration:none;
}
.NavRubFo a:hover, .NavRubTopicFo a:hover, .NavTopicFo a:hover{
background-color:#6fafdd;
color:#fff;
border:1px solid #fff;
}

.username_login, .username_password, .username_connect{
padding-left:20px;
height:18px;
background-image: url(../../../modules/espace_membre/images/login_bg.png);
background-repeat:no-repeat;
}
.username_login {
background-position:0 0;
}
.username_password {
background-position:0 -18px;
}
.username_auto {
vertical-align:middle;
}
.username_connect{
background-position:0 -36px;
height:20px !important;
width:135px !important;
}

.hr_menu{}
.texte_menu {}
.MultiInputInline span{margin-left:25px;}
.contenu_page{}
.align-center{text-align:center;} .align-left{text-align:left;} .align-right{text-align:right;}
.float-left{float:left;} .float-right{float:right;} .clear-both{clear:both;}
.ancre{}
.mini_message{margin-left:10px;font-style:italic;font-size:smaller;}

.erreurUpAvatar {
color: red;
font-weight: bold;
}
.erreurUpAvatar span {
font-style: italic;
font-weight: normal;
}
.msgUpAvatar {
color: green;
}

/*************FIN DU CSS  ********************************/
/*********************************************************/


