/*
** ------ CVS INFO -----
** $Author: Nicolas $
** $Date: 2005/06/02 13:18:48 $
**
** $Log: couleurs.css,v $
** Revision 1.1  2005/06/02 13:18:48  Nicolas
** Version Initiale.
** Version 2.0.0
**
** Revision 1.1  2005/03/26 12:51:34  Nicolas
** Version initiale.
**
** ------ CVS INFO -----
**
** ------- INFO FICHIER ------
** Fichier: couleurs.css
** Description: Couleurs par defaut
** Creation: 01/03/2005
** ------- INFO FICHIER ------
*/

/******* GLOBAL *******/
body {
	background-color	: #E6EFEB;
}

/******* BLOCS *******/
.container {
	background-color	: #E5F4F7;
}

#footerGaucheCentre, #footerGauche, #footerGaucheCentreDroit, #footerDroite {
	background-color	: #ADD1E6;
}

/******* MENUS *******/
a {
	color				: #507EC8;
}

a:hover {
	color				: #507EC8;
}

a.balise, a.top {
	color				: black;
}

a.balise:hover ,a.top:hover{
	color				: black;
}

/******* TITRES *******/
h5.titre {
	background-color	: #ADD8E6;
}

h5.titreAdmin{
	background-color	: #E6ADD4;
}

h5.titreUser{
	background-color	: #92EB94;
}

h5.erreur {
	background-color	: #FF5151;
}

h5.info {
	background-color	: #62FFC2;
}

h5.debug {
	background-color	: #C2FFC2;
}

h5.headerLeft  {
	background-color	: #ADD8E6;
}

h5.headerRight {
	background-color	: #ADD8E6;
}

h4 {
	color: rgb(70, 130, 180);
}

/******* FORMULAIRE *******/
.input,  .password {
	background-color	: #F2F9FF;
}

.bouton {
	background-color	: #E0FFFF;
}

.bouton:hover {
	background			: #87CEEB;
}

textarea.text {
	background-color	: #F2F9FF;
}

acronym {
	color				: #507EC8;
	cursor				: pointer;
}