/***************************


    Feuille de style centrale
    NENUPHAR

****************************/

/***************************

liste des couleurs nenuphar

bleu	#003366
mauve	#616C8A
maucler	#929BAF
maufonc	#334168
ciel	#C4E5DD
jaune	#FFDE4E
rose	#E05B7A

***************************/

/**************************
importation de fichiers css
****************************/
@import url("typo.css");
@import url("visu.css");
@import url("formulaires.css");


/**************************
    Règles générales
****************************/

body
{
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #616C8A;
	background-image: url(../widgets/fond.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	min-width: 820px;
}


#tetiere
{
	background-image: url(../widgets/fondbandeaunenu.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 26px;
	text-align: left;
	font-weight: bold;
	text-align: right;
	border: none;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	color: #AAA;
	background-color: #003266;
	height: 62px;
	padding: 0px 20px 0px 0px;
}

#pied
{
	clear: both;
	padding: 20px 20px 20px 20px;
margin-top: 50px;
}


#wrapper
{
margin: 0px 5px 0px 5px;
	padding: 0px;
min-width: 800px;
}

.clearer {
  height: 0px;
  clear: both;
}



/********************************************
       Règles pour deux colonnes avec menu 
               à droite
*********************************************/


/**********************
    menu droit
**********************/

#sidebarRight { 
  width: 20%;
  float: left;
  min-width: 187px;
  padding: 5px 5px 5px 5px;
  background-color: #929BAF;
 }

#sidebarRight a
{
	display: block;
	width: 90%;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	padding: 3px;
}

#sidebarRight a:hover { 
  background-color: #334168;
  color: #FFDE4E;
  text-decoration: none;
  padding: 3px;
 }

#menu br { 
  display: none;
 }

#menu label br { 
  display: inline;
 }

#mdpOubli { 
  display: none;
 } 

.inviteAccueil
{
background-image : url(../widgets/crayon.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
padding-left: 50px;
	color: #334168;
min-height: 50px;
line-height: 50px;
}

#menu .resumeSitu { 
padding: 8px 2px 8px 15px;
	color: #FFFFFF;
	background-color: #B4C0CB;
text-align: center;
margin-top: 5px;
margin: auto;
 }

/******************************
    zone centrale
******************************/

#container
{
	width: 75%;
	float: left;
     min-width: 560px;
}

#contenu { 
 }

/**********************************
tétière
***********************************/

div#logonenu
{ 

background-image : url(../widgets/bandeaunenu.gif);
background-repeat: no-repeat;
height: 62px;
width: 240px;
float: left;
padding: 0px;
margin: 0px;
 }

div#tetiere span { 
background-color: #003366;
 }

/********************************
    divers
*********************************/


#logonenu a:hover
{text-decoration: none;}


#boitelogin
{
	text-align: center;
	padding: 5px;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B4C0CB;
margin: auto;
}


#login a
{
	display: block;
	width: 170px;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	padding: 3px;
margin: auto;
}

#login a:hover { 
  background-color: #FFDE4E;
  color: #003366;
  text-decoration: none;
  padding: 3px;
 }
 #login a:active { 
  background-color: #003366;
  color: #FFDE4E;
  text-decoration: none;
  padding: 3px;
 }

h3.mouche { 
	background-image: url(../widgets/piedmouche.gif);
	background-repeat: no-repeat;
	padding-left : 31px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
 }

div.listeAdmin br { 
display: none;
 }

/********************************
    nouvelle fenêtre
*********************************/

#newFen { 
  margin: 10px;
  width: 90%
 }