@charset "utf-8";
/* CSS Document */

/*

	Inspire de la page publique de www.doodle.com en December 2011
	
*/

body {
	font-family: Verdana, Geneva, sans-serif;
	background: #4E5869;
	margin: 0;
	padding: 0;
	color: black;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

/*
	nanoSFC specific
*/




h1, h2, h3, h4, h5, h6
{
 margin-top:10px;
 margin-bottom:10px;
}

h1
{
	font-size:large;
	background-color:white;
}

h2
{
	font-size:small;
	font-size:medium;
	background-color:white;
}

h3
{
	font-size:small;
}

p, ul, li
{
font-size: small;
} 

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width:95%;	/*80%*/
	/*max-width: 1260px;*//* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */	/*commented*/
	/*min-width: 780px;*//* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */		/*commented*/
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	background: #6F7D94;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 10px 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0px 15px 0px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */	/*0px 15px 15px 40px; responsable de l'espace entre les onglets et le corps */
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #6F7D94;	font-size:xx-small;	/*font-size added*/
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/*

Specifique a nanoSFC : class NS_Complet pour des onglets specifiques

*/

  /*
 Correspondance for SPHP
#999 -> #AFC4E2
#CCC -> #AFC4E3
#DDD -> #AFC4E4
#EEE -> #EAEFF8
 */
 
/* background of the TOC */
.SHTMLMenu_TOC
{
}

.SHTMLMenu_Title
{
	background-color: white;
}

/* NS_Complet items in the TOC */
.NS_Complet.SHTMLMenu_TOC_Item
{
	background-color:#EAEFF8; /* #AFC4E2; */
}

.NS_Complet.TabbedPanelsTab {
	background-color: #AFC4E4; /* #DDD; */	color: gray;	/*color: added*/
	border-left: solid 1px #AFC4E3; /* #CCC; */
	border-bottom: solid 1px #AFC4E2; /* #999; */
	border-top: solid 1px #AFC4E2; /* #999; */
	border-right: solid 1px #AFC4E2; /* #999; */
}

.NS_Complet.TabbedPanelsTabHover {
	background-color: #EAEFF8; /* #AFC4E3; */ /* #CCC; */
}

.NS_Complet.TabbedPanelsTabSelected {
	background-color: #EAEFF8; /* #EEE; */	color: black;	/*color added*/
	border-bottom: 1px solid #EAEFF8; /* #EEE; */
}

.NS_Complet.TabbedPanelsContentGroup {
	border-left: solid 1px #AFC4E3; /* #CCC; */
	border-bottom: solid 1px #AFC4E3; /* #CCC; */
	border-top: solid 1px #AFC4E2; /* #999; */
	border-right: solid 1px #AFC4E2; /* #999; */
	/*background-color: #EAF8F8; *//* #EEE; */
}

.NS_Complet.TabbedPanelsContent {
	background-color: #EAEFF8;	/* added */
}

.NS_Complet.VTabbedPanels .NS_Complet.TabbedPanelsTabGroup {
	background-color: #EAEFF8; /* #EEE; */
	border-top: solid 1px #AFC4E2; /* #999; */
	border-right: solid 1px #AFC4E2; /* #999; */
	border-left: solid 1px #AFC4E3; /* #CCC; */
	border-bottom: solid 1px #AFC4E3; /* #CCC; */
}

.NS_Complet.VTabbedPanels .NS_Complet.TabbedPanelsTabSelected {
	background-color: #EAEFF8; /* #EEE; */
	border-bottom: solid 1px #AFC4E2; /* #999; */
}


/*
	Contrats
*/

.ContratConsultation
{
	color: SteelBlue; /*DimGray;*/
}

.ContratResponsable
{
	color: DarkBlue;
	font-weight:bold;
}

.ContratGroupe
{
	color: DarkGreen ;
	/*background-color: LemonChiffon;*/
	font-weight: bold;
}

.ContratGroupeProc
{
	color: red;
	/*background-color: LemonChiffon;*/
	font-weight: bold;
}

.ContratExclu
{
	color: Blue;
	/*background-color: LemonChiffon;*/
	font-weight: bold;
}

.ContratInconnu
{
	color: DarkGray;/*Salmon;*/
}

.ContratNb
{
	font-size:smaller;
}

/*
	Utilisateurs
*/

.UserDemo
{
	color: gray;
	font-weight: bold;
}

.UserConsultant
{
	color: SteelBlue;/*SlateGray;*/
}

.UserResponsable
{
	color: DarkBlue;
	font-weight: bold;
}

.UserAdministrateur
{
	color: DarkBlue;
	background-color: LemonChiffon;
	font-weight:bold;
}

.UserWebmestre
{
	color: DarkBlue;
	background-color: yellow;
	font-weight: bold;
}

.UserDeveloppeur
{
	color: DarkRed;
	background-color: yellow;
	font-weight: bold;
}

.UserGroupe
{
	color: DarkGreen ;
	/*background-color: LemonChiffon;*/
	font-weight: bold;
}

.UserGroupeProc
{
	color: red;
	/*background-color: LemonChiffon;*/
	font-weight: bold;
}

.UserInconnu
{
	color: DarkGray;/*Salmon;*/
}

.UserNb
{
	font-size:smaller;
}







/* CSS pour le bandeau d'en haut */
table.NSheader /* Le tableau en lui-même */
{
	margin:0;
	border:0;
	padding:0;
	width:100%;
}

table.NSheader th /* Les cellules d'en-tête */
{
	margin:0;
	border:0;
	padding:0;
	text-align:left;}

table.NSheader td /* Les cellules normales */
{
	margin:0;
	border:0;
	padding:0;
	vertical-align:bottom;
	text-align:left;
}




/* CSS pour les tableaux de commandes */
table.NS_Cmds
{
	margin: inherit; /* Centre le tableau */
	border: 2px outset green; /* Bordure du tableau avec effet 3D (outset) */
	border-collapse: collapse; /* Colle les bordures entre elles */
	margin-left:0px;
	margin-right:0px;
	font-family: Arial;
	font-size:small;
	border: 1px solid black;
}
table.NS_Cmds caption/* Titre du tableau */
{
	font-weight: bold;
	font-size: 1em;
	border: 1px solid black;
	color: #006;
}
table.NS_Cmds th /* Les cellules d'en-tête */
{
	background-color: #006;
	color: white;
	font-size: 0.9em;
	/*font-family: Arial, "Arial Black", Times, "Times New Roman", serif;*/
	padding-left: 1em;
	padding-right: 1em;
}
table.NS_Cmds td 
{	
   border: 1px solid black;
   /*font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;*/
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
	padding-top:0;
	padding-bottom:0;
}


/* CSS pour la table historique dans la FAQ */
table.NS_Hst
{
	font-size:small;
	border: 1px solid black;
	border-collapse: collapse;
}
table.NS_Hst caption/* Titre du tableau */
{
	font-weight: bold;
	font-size: 1em;
	border: 1px solid black;
	color: #006;
}
table.NS_Hst td 
{
	padding: 5px;
	text-align:left;
	vertical-align:text-top;
	border: 1px solid black;
}


/* CSS pour la FAQ */
h1.FAQ_Menu
{
}

h2.FAQ
{
}



/* CSS alternatif non utilise */
table.NS_Cmds2
{
	border-collapse:collapse;
	border: thin solid #008080;	/* green; */
	margin-left:auto;
	margin-right:auto;
}
table.NS_Cmds2 caption/* Titre du tableau */
{
	margin: auto; /* Centre le titre du tableau */
	/*font-family: Arial, Times, "Times New Roman", serif;*/
	font-weight: bold;
	font-size: 1em;
	color: #009;
	border: 1px solid black;
}
table.NS_Cmds2 th 
{	
	border: thin solid #008080;	/* green; */
	padding-top:0;
	padding-bottom:0;
}
table.NS_Cmds2 td 
{	
	border-right: thin solid #008080;	/* green; */
	text-align:left;
	font-size: small;
	padding-top:0;
	padding-bottom:0;
}

