/*----------------------------------------------------------------------------*/
/* Sequedin.css                                                    	      	  */
/*                                                                            */
/* Teamnet                                                                    */
/* Theme Sequedin version 1.0                                                 */
/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Created:       2012-11-30 SFA Creation									  */
/*	   maj:       2013-09-02 SFA											  */
/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (C) 2012 by Teamnet                                              */
/* All rights reserved.                                                       */
/*                                                                            */
/* All usage rights are governed by the applicable Teamnet agreement.         */
/*----------------------------------------------------------------------------*/

/*****************************************************************************************************************************/
/* BANDEAU UTILISATEUR 																										 */
/*****************************************************************************************************************************/
#bandeau-utilisateur{
	background-color:#0099ff;
	color:#FFFFFF;
}
.nomFamille{
	color:#FFFFFF;
}
a.infoUtilisateur:hover span{
    background-color: #0099FF;
    color:#FFFFFF;
}

span.infotext1 {
	border: 1px solid #ffff99;
}

/*****************************************************************************************************************************/
/* BOUTONS 																													 */
/*****************************************************************************************************************************/
input[type=submit], input[type=reset], input[type=button], .accueil {
	background-color:#ffff99;
	color: #0099FF;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, .accueil:hover {
	background-color:#0099FF;
	color: #ffff99;
}
/*****************************************************************************************************************************/
/* PAGE D'ACCUEIL 																											 */
/*****************************************************************************************************************************/

.content-box h2 {
	background-color: #ffff99;
}

/*****************************************************************************************************************************/
/* FIELDSET																											 */
/*****************************************************************************************************************************/

legend.formengine-legend {
    background-color: #0099ff;
	color: #ffffff;
}

fieldset {
    border: 1px solid #0099ff;
    margin: 0 0 1.5em;
    padding: 1.4em;
}

/*****************************************************************************************************************************/
/* AUTRES																									 */
/*****************************************************************************************************************************/

.container {
    border-left: 0px solid #808080;
    border-right: 0px solid #808080;
}

.formengine-label {
    color: #0099FF;
}

th {
    background: none repeat scroll 0 0 #ffff99;
    color: #808080;
    text-align: center;
}

a {
    color: #0099FF;
}

thead th {
    background: none repeat scroll 0 0 #ffff99;
	color: #808080;
}
/*****************************************************************************************************************************/
/* MENUS																									                 */
/*****************************************************************************************************************************/

.demarche h4 {
    color: #3366cc;
	background-color:#ffffff ;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

.demarche li {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

.demarche a li {
    color: #OOOOOO;
}

/*****************************************************************************************************************************/
/* TEXTE DE PRESENTATION																								 */
/*****************************************************************************************************************************/

.BGGris {
    background-color: #0099FF;
    color: #FFFFFF;
}

/*****************************************************************************************************************************/
/* TITRES																								 */
/*****************************************************************************************************************************/
.subformtitle {
    color: #0099FF;
}

/*****************************************************************************************************************************/
/* PORTLET																							 */
/*****************************************************************************************************************************/
.portlet h1 {
    background: none repeat scroll 0 0 #0099ff;
    color: #FFFFFF;
    padding: 10px;
}

/*****************************************************************************************************************************/
/* INFO																							 */
/*****************************************************************************************************************************/


element.style {
    border: 1px solid #ffff99;
}