/* 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 {
	background: url(../images/LBlocs/bg-repeat.png) center repeat-y;	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	margin: 0;
	text-align: center; /* pour corriger un bug de centrage IE */
	padding: 0;
}
/************************************************************************
Règle horizontale servant de séparation
*************************************************************************/

hr {
	color: #8a010b;
	background-color: #8a010b;
	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: #ffffff;
	text-decoration: underlin;
}
a:hover {
	color:#ffffff;
	text-decoration: none;
}
a:active, a.box, a.box:active, a.box:visited {
	color: #ffffff;
	text-decoration: none;
}
a.noir, a.noir:visited, a.noir:active {
	color: #ffc000;
	font-weight: none;
	text-decoration: none;
}
a.noir:hover, a.box:hover, a.heada:hover {
	color: #ffe186;
	font-weight: none;
	text-decoration: none;
}
.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: #ffc000;
	font-weight: bold;
	text-decoration: none;
}
a.newmsg {
	color: #ff0000 !important;
	font-weight: bold;
	text-decoration: blink !important;
}
/************************************************************************
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 em {
	display:none;
}
a.tooltip:hover {
	border: 0;
	position: relative;
	z-index: 500;
	text-decoration:none;
}
a.tooltip:hover em {
	font-style: normal;
	display: block;
	position: absolute;
	top: 20px;
	left: -10px;
	padding: 5px;
	color: #000;
	border: 1px solid #bbb;
	background: #ffc;
	width:170px;
}
a.tooltip:hover em span {
	position: absolute;
	top: -7px;
	left: 15px;
	height: 7px;
	width: 11px;
	margin:0;
	padding: 0;
	border: 0;
}
/************************************************************************
Alternance des couleurs de ligne Fonction tableaux()
*************************************************************************/

.ligna, a.ongl, a.ongl:visited, a.ongl:active {
	background: url(../images/LBlocs/bg_contain2.png) repeat;
	border: #870203 1px solid;
	text-decoration: none;
}
.lignb {
	background: url(../images/LBlocs/bg_contain.png) repeat;
	border: #870203 1px solid;
	text-decoration: none;
}
/************************************************************************
Champs de Formulaires - Champs de Saisies
*************************************************************************/

.inputa {/* champ de saisie, Lnl Box, Moteur de recherche, Bloc Login notamment */
	background-color: #ffffff;
	border: #000000 1px solid;
	color: #000000;
	height: 18px;
	vertical-align: middle;
	width: 80px;
}
.textbox { /* Champs Formulaire - Message à  un membre - forum - Notamment */
	background-color: #000000;
	border: #3c3c3c 1px solid;
	color: #ffffff;
	width: 100%;
}
.textbox:focus {
	border: #5e5e5e 1px solid;
	background-color: #00141f;
	color: #ffffff;
}
.textbox_standard {/* Champs Formulaire - Contact - forum (sauter à ) - Notamment */
	background-color: #000000;
	border: #870203 1px solid;
	color: #ffffff;
}

.bouton_standard {/* Boutons : Prévisualiser - Valider - Annuler ....*/
	background-color: #000000;
	padding:1px 5px 1px 1px;
	border: #000000 1px solid;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
/************************************************************************
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 #ad7154;
}
legend { /* Titre pour identifier chaque fieldset */
	font-size:1.1em;
	color: #fefab7;
	font-weight: bold;
	padding-bottom:3px;
}

label {
	display: block;
	float: left;
	width: 180px;
	margin-top: 3px;
	padding-right: 10px;
	text-align: right;
}
input[type=Submit], [type=Reset], [type=Return] {
	background: url(../images/LBlocs/bg_boutons.jpg) repeat;
	padding:1px 5px 1px 1px;
	border: #cccccc 1px solid;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

input[type=radio] {
	border: 0;
	background:transparent
}
input[type=Image] {
	border: 0;
}
input, select, radio, checkbox, textarea {
	border: #3c3c3c 1px solid;
	color: #ffffff;
	background-color: #000000;
	margin-top: 2px;
	padding: 0;
}
input:focus {
	border: #315f7a 1px solid;
	background-color: #00141f;
}
textarea:focus {
	border: #315f7a 1px solid;
	background-color: #00141f;
}
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_titres_art.png) no-repeat;
	font-size: 1.30em;
	font-weight: bold;
	color: #ffffff;
	height: 40px;
	line-height: 28px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 2px;
	width:99%;
}
.ongl {/*Admin Banners - Download Gauche - Links - Top10...Ligne et Onglet Nominatif*/
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.header, a.ongl:hover, .titre {/* header : Entete de Pratiquement Tous les Tableaux également dans Forum */
	color: #ffffff;
	text-decoration: none;
}
.box {/*Titre du Style BOX - Links Titres - Bas PollBoth (PollComments) - Memberlist...*/
	color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
}
.titboxc {/* Haut Admin - Download */
	color: #ffffff;
	font-weight: bold;
	background: #261c13;
	border: 1px solid #565656;
}
.titboxcont {/* Intitulé Bloc Sondage - Bloc Admin (les chiffres)*/
	background: none transparent;
	color: #ffffff;
	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 {/*Utilisée pour mettre en évidence une portion de code - Forum Aussi dans AdminModuleInstall*/
	border: 1px solid #fefab7;
	background: #363636;	
	font-family: monospace;
	padding: 1px 1px 1px 5px;
	width: 90%;
}
.quote {/* Citation dans le Forum */
	background: #363636;
	border: 1px solid #fefab7;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	width: 90%;
}
h2 {/* Titre : Map - Forum - Articles (index et détail) */
	color: #ff9f00;
	font-size: 1.25em;
	font-weight: bold;
	height: auto;
	line-height: 25px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}
h3 { /* Map - box_article - box_pool */
	color: #ff9f00;
	font-weight: bold;
	text-align: left;
	font-size: 1.25em;
	margin: 0px;	
}
h4 { /* Map  */
	color: #ff9f00;
	font-weight: bold;
	font-size: 1.15em;
}
/************************************************************************
Mise en Page Globale & Mise en Forme de votre Thème
*************************************************************************/
#container {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width: 963px;
	background: transparent;
}
#bg-base{
	overflow:hidden;
	background:url(../images/LBlocs/bg-base.jpg) center top no-repeat;
	width:100%;
	height:1770px;
} 
#bg-repeat{
	overflow:hidden;
	background:url(../images/LBlocs/bg-repeat.jpg) repeat-y;
	width:100%;
} 
#header { /* Ici - Le Header Complet avec Image de Fond */
	/* background: url(../images/LBlocs/header.jpg);  */
	height: 238px;
	width: 968px;
	border-right: 3px solid #860101;
	border-left: 3px solid #860101;
	border-bottom: 3px solid #860101;	
}
.header_top { /* Ici - Le Header Complet avec Image de Fond */
	background: url(../images/LBlocs/bg-gameselector.png) no-repeat;  
	height: 190px;
	width: 968px;

}
#menu_bas img {vertical-align:middle; border:0; margin:0}
#logo {
	background: url('../images/LBlocs/logo.jpg') no-repeat;
		position: absolute;
		top:51px;
		left: 6px;
		/*background: url('../images/LBlocs/logo.jpg') no-repeat;*/
		width: 686px;
		height: 133px;
		text-align: center;
		color: #fff;
		padding: 60px 0 0 0;
		font-size: 2.0em;
		font-weight:bold;
}
#login{
	background: url('../images/LBlocs/bg-login.png') no-repeat;
	float:right;
	margin:51px 3px 0 0;
	text-align: right;
	height: 133px;
	width: 270px;
	color: #ffffff;

}
#login a{
	color: #ff9c00;
	text-decoration: underline;
}
#login a:hover{
	color: #ffb849;
	text-decoration: none;	
}
#login input{
	background: #000000;
	border: 0;
	color: #ffffff;
}

#login .bouton_standard{
	background: url('../images/LBlocs/btn-login.jpg') no-repeat;
	border: 0;
	color: #ff9c00;
	font-weight: bold;
	font-size: 10px;
	width:60px;
	height: 22px;
	text-align:center;
	cursor: pointer;
}

#login .bouton_standard:hover {
	color: #ffb849;
	background: url('../images/LBlocs/btn-login_hover.jpg') no-repeat;
}
#search{
	position: absolute;
	top:158px;
	right: 25px;
}
#search input{
	border: 1px solid #4c4c4c;
	font-style: italic;
	color: #cccccc;
}
#search [type=Submit]{
	background: url('../images/LBlocs/btn-arrow.gif') no-repeat;
	width: 27px;
	height: 24px;
	border:0;
	vertical-align: middle;
}
#search [type=Submit]:hover{
	background: url('../images/LBlocs/btn-arrow-hover.gif') no-repeat;
	cursor: pointer;
}
/************************************************************************
La Partie CENTRALE de votre Site
*************************************************************************/

#corps {/*Container Englobant toutes les colonnes*/
	float: left;
	width:968px;
	padding: -115px 0 0 0;
}
#col_princ {/* La Partie Centrale avec Pdst = -1  uni*/
	float: left;
	overflow:auto;
	padding: 10px 20px 0 0;
}
.duo {/* La Partie Centrale avec Pdst = 0 ou Pdst=2 duo*/
	float: left;
	width: 680px;
}
.uni {
	float: left;
	width:968px;;
}
/************************************************************************
Menus du header
*************************************************************************/
#menu_haut {
	position: absolute;
	top: 0px;
	left: 200px;
	color:#ffffff;
}
#menu_haut ul li {
	float:left;
	list-style-type: none;
	width: 120px;
	text-align:center;
}
#menu_bas {
	background: url('../images/LBlocs/l2menu-bg.png') repeat-x;
	height: 45px;
	border-bottom: 3px solid #860101;		
	border-top: 3px solid #860101;
}
/* Menu déroulant*/
#header_menu {

	position: absolute;
	padding :17px 0 0 20px; /* pas de marge intérieure */
	margin : -10px 0px 0px 0px; /* ni extérieure */
	list-style : none;
	line-height : 34px; /* définit une hauteur pour chaque élément */
	font-weight : bold; /* texte en gras */
	font-family : Arial;
	font-size : 12px; /* hauteur du texte : 12 pixels */	
	float: left;
}

#header_menu ul { /* Liste */     
	padding : 0; /* pas de marge intérieure */
	margin : 0; /* ni extérieure */
	list-style : none;

	line-height : 21px; /* définit une hauteur pour chaque élément */
}


#header_menu a { /* Contenu des listes */
	display : block; /* Les liens deviennent des balises de type block */
	padding : 0;
	color : #ff7b00; /* couleur du texte */
	font-weight: bold;
	text-decoration : none;
}

#header_menu li { /* Éléments des listes */      
	float : left;
	width : 140px;
    background: url('../images/LBlocs/bullet_navBar.png') no-repeat 0px 7px;	
}

#header_menu li ul { /* Sous-listes */
	position: absolute;
	border: 1px solid #cccccc;	
	width: 140px;
	left: -999em;
	background: url("../images/LBlocs/bg-menu.png") repeat;
}

#header_menu a:hover { /* Lorsque la souris passe sur un des liens */    
	color: #ffa200; /* On passe le texte en noir... */
	text-decoration:underline;
} 
#header_menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}

#header_menu li:hover ul, #header_menu li li:hover ul, #header_menu li.sfhover ul, #header_menu li li.sfhover ul {
	left: auto;
	min-height: 0;
}
/************************************************************************
Edito se rapporte donc à "editorial.html"
*************************************************************************/

#editorial {
	padding:2px 4px 2px 4px;
}
#editorial .content {
	width: 100%;
}
/************************************************************************
Affichage des Articles en page Index et Detail-news
*************************************************************************/

.article_bloc {/*Le contenant*/
	margin: 0px;
	height: auto;
	color: #f2e4ca;
	width: 665px;
}
.article_det {/*Le contenant détails*/
	margin: 0px 0 0 15px;
	width: 665px;
	height: auto;
	color: #f2e4ca;
}
.article_titre {/*Le contenant*/
	background:url("../images/LBlocs/bg_h3_big.jpg") no-repeat;
	height:58px;
	margin:0;
	line-height: 50px;
	text-indent: 60px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.article_titre_det {/*Le contenant détails*/
	background:url("../images/LBlocs/bg_h3_big.jpg") no-repeat;
	height:58px;
	margin:0;
	line-height: 27px;
	text-indent: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.article_sujet {
    float: left;
	width: 90px;
	height: 90px;
	text-align: center;
	padding: 10px 10px 10px 20px;
}
.article_texte {
	background:url("../images/LBlocs/pcontent-bg-big.jpg") repeat-y;
	min-height: 100px;
	height: auto !important;
	padding: 5px 20px 5px 20px;
}
.note { /* Mise en forme si Note */
		background:url("../images/LBlocs/pcontent-bg-big.jpg") repeat-y;
	text-align:center;
	font-style: italic;
	font-size: .9em;
	padding: 5px 20px 5px 20px;
}
.N_suite{ /* Mise en forme si Note */
	background:url("../images/LBlocs/pcontent-bg-big.jpg") repeat-y;
	font-size: .9em;
	padding: 7px;
	text-align:right;
}
.article_pied { /*Mise en forme du Pied*/
	background:url("../images/LBlocs/bgart.jpg") no-repeat;
	width: 655px;	
	height: 20px;
	}
.hr_articles{
	border : none;
	border-top : dashed 1px #8a010b;
	color : #FFFFFF;
	background-color : transparent;
	height : 1px;
	margin: 10px;
}
.article_bloc  a{
	color: #ffffff;
	text-decoration:underline;
}
.article_bloc  a:hover{
	color: #ffffff;
	text-decoration:none;
}
.N_suite a.noir{
	color: #ffffff;
	text-decoration:underline;
}
.N_suite a.noir:hover{
	color: #ffffff;
	text-decoration:none;
}
#meta_Nsuite img  { /* Pour aligner les images par rapport au texte */
	vertical-align:middle
}
#meta_Nsuite {
	background-color : #FFFFFF;
	color: #000000;
}
#meta_Nsuite  a{
	color:#0087be;
	text-decoration:none	
}
#meta_Nsuite a:hover{
	color:#00aef5;
	text-decoration:none
}
.N_titre {
	background:url("../images/LBlocs/title_bg.jpg") no-repeat;
	width: 493px;
	height: 47px;
	padding: 0 0 0 10px;
	font-size: 11px;
}
.N_titre  a{
	color:#ff9f00;
	text-decoration:none	
}
.N_titre a:hover{
	color:#ffc668;
	text-decoration:none	
}
#meta_Nprevious {
	background: #ffffff;
	text-align:right;
}
.N_emetteur{
	font-size:11px;
	padding: 0;
	margin: 0;
	line-height:10px;
	padding-left: 50px;	
}
/************************************************************************
"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: #ffffff;
}
#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 #363636;
	padding: 2px;
}
.graph .bar {
	display: block;
	background: #828282;
	text-align: center;
	color: #333;
	height: 1em;
	line-height: 1em;
}
/************************************************************************
Colonnes Gauche - Droite et Vos Blocs
*************************************************************************/

#col_LB {
	width: 265px;
	float: left;
	position: relative;
	padding: 15px 0 0 0px;/* Margin et Padding gérés dans LB_Contain */
}
.leftbloc {/* Un Bloc Gauche Global */
	text-align: left;
	width: 265px;
}
.leftbloc .LB_title {
	background: url('../images/LBlocs/bg-titres.png') no-repeat;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 50px;
	padding: 0 0 0 50px;
}
.leftbloc .LB_contain {/* Bloc container pour le contenu */
	background: url('../images/LBlocs/bg_contain.jpg') repeat;
	padding: 0px 15px 5px 15px;
	overflow:auto;
	color: #ffffff;
}
.leftbloc .LB_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/titlearrow.gif') no-repeat 0px 7px;
}
.leftbloc .LB_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/titlearrow_hover.gif') no-repeat 0px 7px;
}
.leftbloc .LB_contain a{
	color: #ffa200;
	text-decoration: none;
}
.leftbloc .LB_contain a:hover{
	color: #ffc155;
	text-decoration: none;
}
.leftbloc .LB_footer {/* Bloc container pour le contenu */
	background: url('../images/LBlocs/bg_footer_blocs.jpg') no-repeat;
	height:20px;
	height:31px;
	margin: 0 0 20px 0;	
}
#col_RB { /* Là où se trouvent vos Blocs droits*/
	width: 265px;
	float: left;
	position: relative;
	padding: 0 0 0 20px;/* Margin et Padding gérés dans LB_Contain */
}
.rightbloc {/* Un Bloc Droit Global */
	text-align: left;
	margin: 3px;
	width: 265px;
}
.rightbloc .LB_title {
	background: url('../images/LBlocs/bg-titres.png') no-repeat;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 50px;
	padding: 0 0 0 50px;	
}
.rightbloc .LB_contain {/* Ajout d'un bloc container pour le contenu */
	background: url('../images/LBlocs/bg_contain.jpg') repeat;
	padding: 0px 15px 5px 15px;
	overflow:auto;
	color: #ffffff;
}
.rightbloc .LB_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/titlearrow_hover.gif') no-repeat 0px 7px;
}
.rightbloc .LB_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/titlearrow_hover.gif') no-repeat 0px 7px;
}
.rightbloc .LB_contain a{
	color: #ffa200;
	text-decoration: none;
}
.rightbloc .LB_contain a:hover{
	color: #ffc155;
	text-decoration: none;
}
.rightbloc .LB_footer {/* Bloc container pour le contenu */
	background: url('../images/LBlocs/bg_footer_blocs.jpg') no-repeat;
	height:31px;
	margin: 0 0 20px 0;
}
/************************************************************************
CSS sur un Bloc en Particulier
Ici le Bloc ID 2 donc Menu
Il suffit de cocher la case css du menu
*************************************************************************/

#LB_13 div {
	overflow:visible;
}
#LB_2 div {
	overflow:visible;
}
/************************************************************************
La Partie Footer de votre Site
*************************************************************************/

#footer {
	text-align: center;
	color: #ffffff;
	padding: 10px 0 10px 0;
	width: 100%;
	clear: both;
}
#footer a {
	color: #ff9f00;
	text-decoration: underline;
}
#pied {
	display: none;
	margin:0 auto;
	width:968px;
}
.padding-right{padding-right:15px}