/* 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-color: #6495ed;
	color: #000000;
	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: #183a55;
	background-color: #183a55;
	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: #000000;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: underline;
}
a:active, a.box, a.box:active, a.box:visited {
	color: #717171;
	text-decoration: none;
}
a.noir, a.noir:visited, a.noir:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.noir:hover, a.box:hover, a.heada:hover {
	color: #323232;
	font-weight: bold;
	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 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-color: #f8f8f8;
	border: #f8f8f8 1px solid;
	text-decoration: none;
}
.lignb {
	background-color: #e9e9e9;
	border: #e9e9e9 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: #ffffff;
	border: #000000 1px solid;
	color: #000000;
	width: 100%;
}
.textbox_standard {/* Champs Formulaire - Contact - forum (sauter à ) - Notamment */
	background-color: #ffffff;
	border: #000000 1px solid;
	color: #000000;
}
.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;*/
}
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: right;
}
input[type=Submit], [type=Reset], [type=Return] {
	background-color: #548dd1;
	padding:1px 5px 1px 1px;
	border: #000000 1px solid;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
input, select, radio, checkbox, textarea {
	border: #548dd1 1px solid;
	color: #000000;
	background-color: #ffffff;
	margin-top: 5px;
	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: #548dd1;
	background: url(../images/LBlocs/bg_titres_news.png) left repeat-x;
	font-size: 1.30em;
	font-weight: bold;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 15px;
	margin-top: 2px;
	margin: 0px 5px 0px 5px;
}
.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: #c64934;
	font-weight: bold;
	background: #548dd1;
	border: 1px solid #ffffff;
}
.titboxcont {/* Intitulé Bloc Sondage - Bloc Admin (les chiffres)*/
	background: none transparent;
	color: #0e0e0e;
	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 #45445b;
	display: block;
	font-family: monospace;
	padding: 1px 1px 1px 5px;
	width: 90%;
}
.quote {/* Citation dans le Forum */
	border: 1px solid #183a55;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	width: 90%;
}
h2 {/* Titre : Map - Forum - Articles (index et détail) */
	background:url("../images/LBlocs/bg_titres_news.png") #000099 no-repeat;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	height: auto;
	line-height: 30px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	border-bottom: 1px solid #000000;
}
h3 { /* Map - box_article - box_pool */
	color: #183a55;
	font-weight: bold;
	text-align: center;
	font-size: 1.25em;
	margin: 0px;
	background: #ffffff;
}
h4 { /* Map  */
	color: #0773a3;
	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:905px;
}
#header { /* Ici - Le Header Complet avec Image de Fond */
	background: url(../images/header.png); 
	height: 120px;
	width: 905px;
}
#header .slogan { /*Positionnement du Slogan du Site dans le Header*/
	text-align: center;
	color: #ffffff;
	background: url(../images/LBlocs/bg_slogan.png);
	height:20px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;
}

/************************************************************************
Mise en forme du menu
*************************************************************************/

/* Menu déroulant*/
#header_menu {
	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 */
	font-weight : bold; /* texte en gras */
	font-family : Arial;
	font-size : 12px; /* hauteur du texte : 12 pixels */	
}

#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 : #fff; /* couleur du texte */
	text-decoration : none;
}

#header_menu li { /* Éléments des listes */      
	float : left;
	border-right: 1px solid #ffffff;
	width : 149px;
	background:#003f76;
}

#header_menu li ul { /* Sous-listes */
	position: absolute;
	border-left: 1px solid #ffffff;
	width: 149px;
	left: -999em;
}

#header_menu li ul li { /* Eléments de sous-listes */
	border-top: 1px solid #ffffff;
}

#header_menu li ul ul {
	margin: -22px 0 0 149px;
	border-left: 1px solid #ffffff;
}

#header_menu a:hover { /* Lorsque la souris passe sur un des liens */    
	color: #ccc; /* On passe le texte en noir... */
	background:#4488b8;
}

#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;
}



/*btn_LB*/

#ico_men_LB {
	vertical-align:middle;
	padding : 3px 126px 3px 3px;
	background:url('../images/LBlocs/bg_slogan.png') repeat-x;
}

#ico_men_RB {
	vertical-align:middle;
	padding : 3px 3px 3px 127px;
	background:url('../images/LBlocs/bg_slogan.png') repeat-x;
}
/************************************************************************
La Partie CENTRALE de votre Site
*************************************************************************/

#corps {/*Container Englobant toutes les colonnes*/
	background: #ffffff;
	float: left;
	width:905px;
}
#col_princ {/* La Partie Centrale avec Pdst = -1  uni*/
	float: left;
	overflow:auto;
	padding-top: 10px;
}
.uni {/* La Partie Centrale avec Pdst = -1  uni*/
	float: left;
	width: 905px;
}
.trio {/* La Partie Centrale avec Pdst = 1 - 3 et 4 trio*/
	float: left;
	width: 600px;
}
.duo {/* La Partie Centrale avec Pdst = 0 ou Pdst=2 duo*/
	float: left;
	width: 755px;
}
/************************************************************************
Edito se rapporte donc à "editorial.html"
*************************************************************************/

#editorial {
	margin: 2px 2px 15px 2px;
	padding:2px 4px 2px 4px;
	background-color: #ffffff;
}
#editorial .content {
	width: 100%;
}
/************************************************************************
Affichage des Articles en page Index et Detail-news
*************************************************************************/

.article_bloc {/*Le contenant*/
	margin: 0px 1px 5px 1px;
	height: auto;
	border: 1px solid #183a55;
}
.article_sujet {
    float: right;
	width: 100px;
	height: 100px;
	text-align: center;
	padding-top: 10px;
	background-color: #ffffff;
}
.article_texte {
	min-height: 100px;
	height: auto !important;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
}
.note { /* Mise en forme si Note */
	border: 1px solid #dddddd;
	width:98%;
	text-align:center;
	font-style: italic;
	font-size: .9em;
	padding: 3px;
	margin: 2px;
}
.article_pied { /*Mise en forme du Pied*/
	background: #e9e9e9;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: center;
	border-top: 1px solid #000000;
}
/************************************************************************
"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 {
	border: 1px solid #183a55;
	height: 30px;
	width: 138px;
	line-height: 30px;
}
.bloc_content1 {
	border: 1px solid #183a55;
	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: #548dd1;
	font-weight: bold;
	margin: 0 0 0 5px;
}
/************************************************************************
Stats.php
*************************************************************************/

.graph {
	width: 200px;
	border: 1px solid #183a55;
	padding: 2px;
}
.graph .bar {
	display: block;
	background: #548dd1;
	text-align: center;
	color: #333;
	height: 1em;
	line-height: 1em;
}
/************************************************************************
Colonnes Gauche - Droite et Vos Blocs
*************************************************************************/

#col_LB {
	width: 150px;
	float: left;
	position: relative;
}
.leftbloc {/* Un Bloc Gauche Global */
	text-align: left;
	margin: 3px;
	padding: 0;/* Margin et Padding gérés dans LB_Contain */
	width: 146px;
}
.leftbloc .LB_title {
	background:url("../images/LBlocs/bg_titres_g.png") no-repeat;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 10px 0 0 0;
}
.leftbloc .LB_contain {/* Bloc container pour le contenu */
	background:url("../images/LBlocs/bg_content_bloc.png") repeat-y;
	padding: 5px 3px 5px 5px;
	overflow:auto;
}
.leftbloc .LB_contain ul {
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
}
.leftbloc .LB_footer {/* Bloc container pour le contenu */
	background:url("../images/LBlocs/bg_bloc_footer_g.png") no-repeat;
	height:15px;
}
#col_RB { /* Là où se trouvent vos Blocs droits*/
	width: 150px;
	float: left;
	position: relative;
}
.rightbloc {/* Un Bloc Droit Global */
	text-align: left;
	margin: 2px;
	padding: 0;/* Margin et Padding gérés dans RB_Contain */
	width: 146px;
}
.rightbloc .RB_title {
	background:url("../images/LBlocs/bg_titres.png") no-repeat;
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 10px 0 0 0;
}
.rightbloc .RB_contain {/* Ajout d'un bloc container pour le contenu */
	background:url("../images/LBlocs/bg_content_bloc.png") repeat-y;
	padding: 5px 3px 5px 5px;
	overflow:auto;
}
.rightbloc .RB_footer {/* Bloc container pour le contenu */
	background:url("../images/LBlocs/bg_bloc_footer.png") no-repeat;
	height:15px;
}
.rightbloc .RB_contain ul {/* Bloc Droit */
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
}

/************************************************************************
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 {
	background:url("../images/LBlocs/bg_footer.png") #5098ca repeat-x;
	text-align: center;
	color: #ffffff;
	padding: 10px 0 10px 0;
	width: 100%;
	clear: both;
}
#footer a {
	color: #ffffff;
}
#pied {
	color: #ffffff;
	text-align: center;
}
/************************************************************************
Menu dynamique
*************************************************************************/

#menu_dynamique li a, #menu_dynamique2 li a {
	display:block;
	height:18px;
	text-decoration:none;
	color:#696969;
	background-color:#deebfa;
	padding-top: 5px;
	overflow:visible;
}
#menu_dynamique, #menu_dynamique2 {
	width:auto;
	margin:0px 0px;
	padding:0px;
	border:1px solid #ffffff;
}
#menu_dynamique ul, #menu_dynamique2 ul {
	width:133px;
	list-style:none;
	padding:0px;
	margin:0px;
	border-right:1px solid #ffffff;
}
#menu_dynamique ul li, #menu_dynamique2 ul li {
	width:auto;
	margin-left:0px;
	padding-left:25px;
	text-indent:5px;
	height:23px;
	background:url("../images/bordure.png") no-repeat;
}
#menu_dynamique ul li ul, #menu_dynamique2 ul li ul {
	display:none;
}
#menu_dynamique ul li:hover ul, #menu_dynamique2 ul li:hover ul {
	display:block;
	position:relative;
	top:-24px;
	left:111px;
}
#menu_dynamique ul li ul, #menu_dynamique ul li:hover ul li ul, #menu_dynamique ul li:hover ul li:hover ul li ul, #menu_dynamique2 ul li ul, #menu_dynamique2 ul li:hover ul li ul, #menu_dynamique2 ul li:hover ul li:hover ul li ul {
	display:none;
}
#menu_dynamique ul li:hover ul, #menu_dynamique ul li:hover ul li:hover ul, #menu_dynamique ul li:hover ul li:hover ul li:hover ul, #menu_dynamique2 ul li:hover ul, #menu_dynamique2 ul li:hover ul li:hover ul, #menu_dynamique2 ul li:hover ul li:hover ul li:hover ul {
	display:block;
	position:relative;
	top:-24px;
	left:111px;
}
#menu_dynamique ul li.extend a, #menu_dynamique2 ul li.extend a {
	background:#d9e7ba url("../images/suite.gif") right no-repeat;
}
#menu_dynamique ul li.extend:hover ul li.end a, #menu_dynamique2 ul li.extend:hover ul li.end a {
	background-image:none;
}
#menu_dynamique li:hover, #menu_dynamique2 li:hover {
	background:url("../images/fleche.png") no-repeat;
}
#menu_dynamique li a:hover, #menu_dynamique2 li a:hover {
	color:#183a55;
	font-weight: bold;
	background-color:#deebfa;
}
#menu_dynamique ul li.extend:hover a, #menu_dynamique ul li.extend:hover ul li:hover a, #menu_dynamique ul li.extend:hover ul li.extend:hover ul li:hover a, #menu_dynamique ul li.extend:hover ul li.extend:hover ul li.extend:hover ul li:hover a, #menu_dynamique2 ul li.extend:hover a, #menu_dynamique2 ul li.extend:hover ul li:hover a, #menu_dynamique2 ul li.extend:hover ul li.extend:hover ul li:hover a, #menu_dynamique2 ul li.extend:hover ul li.extend:hover ul li.extend:hover ul li:hover a {
	background-color:#d9e7ba;
}
#menu_dynamique ul li.extend:hover ul li a, #menu_dynamique ul li.extend:hover ul li:hover ul li a, #menu_dynamique ul li.extend:hover ul li.extend:hover ul li:hover ul li a, #menu_dynamique2 ul li.extend:hover ul li a, #menu_dynamique2 ul li.extend:hover ul li:hover ul li a, #menu_dynamique2 ul li.extend:hover ul li.extend:hover ul li:hover ul li a {
	background-color:#d9e7ba;
}
#menu_dynamique li.first, #menu_dynamique2 li.first {
	border-top:0px solid silver;
}
#menu_dynamique li.last, #menu_dynamique2 li.last {
	border-bottom:0px solid silver;
}
#menu_dynamique ul li.extend:hover, #menu_dynamique2 ul li.extend:hover {
	width:111px;
	height:23px;
	overflow:hidden;
}
html > body #menu_dynamique ul li.extend:hover {
	overflow:visible;
}
html > body #menu_dynamique2 ul li.extend:hover {
	overflow:visible;
}