/* ===========================================================================
// Système d'Information CER-BTP
// ---------------------------------------------------------------------------
// Planification des Secteurs de l'Ingénierie et de la Construction
// ===========================================================================
// Auteur  : Stéphane Calderoni © HELIOGENE
// Contact : www.heliogene.com
// Date    : février 2008
// Version : 1.0
// ===========================================================================
// Habillage graphique de l'application
// ===========================================================================
*/

body
{
	margin: 0;
	background-color: #4c5a60;
	background-image: url('images/body-background.jpg');
	background-repeat: repeat-y;
	background-position: center;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #8ea8b3;
}

table
{
	border: 0;
	border-spacing: 0;
}

td
{
	/*text-align: left;*/
}

h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #ffff80;
}

a:hover
{
	color: #ffffff;
}

input
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 1em;
}

img
{
	border: none;
}

img.icone
{
	vertical-align: middle;
	width: 14px;
	height: 14px;
}

#top
{
	width: 960px;
	height: 155px;
	margin: auto;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
}

#frame
{
	width: 960px;
	height: 500px;
	margin: auto;
	padding-top: 20px;
        font-size: 11px;
}

/* ========================
// Panneau d'identification
// ========================
*/

#login
{
	width: 300px;
	margin: auto;
	margin-top: 60px;
	padding-top: 50px;
	background-image: url('images/identification.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

/* ====================
// Message de bienvenue
// ====================
*/

#welcome
{
	width: 350px;
	margin: auto;
	margin-top: 20px;
	text-align: justify;
}

#welcome p
{
	margin: 10px 0 10px 0;
}

/* =======================
// Message d'avertissement
// =======================
*/

#avertissement
{
	width: 600px;
	margin: auto;
	margin-top: 20px;
	text-align: justify;
}

#avertissement p
{
	margin: 10px 0 10px 0;
}

/* ==============================
// Message pour champ obligatoire
// ==============================
*/

#print
{
	width: 130px;
	height: 20px;
	margin-left: 540px;
}


/* ======================================================
// Message pour champ obligatoire sur la fiche historique
// ======================================================
*/

#print_tra
{
	width: 130px;
	height: 200px;
	margin-top:0px;
	position:absolute;
	margin: 185px 0 0 770px;
}


/* ==================
// Menu de navigation
// ==================
*/

#menu
{
	float: left;
	width: 160px;
	padding-left: 20px;
	padding-right: 20px;
}

#menu .block
{
	padding-top: 40px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: top left;
}

#menu #mon-compte
{
	background-image: url('images/mon-compte.jpg');
}

#menu #mes-operations
{
	background-image: url('images/mes-operations.jpg');
}

#menu #mes-gestionnaires
{
	background-image: url('images/mes-gestionnaires.jpg');
}

#menu #mes-graphiques
{
	background-image: url('images/mes-graphiques.jpg');
}

#menu .section
{
	padding-top: 4px;
	padding-bottom: 8px;
	background-image: url('images/inset-h.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}

#menu a
{
	color: #adccda;
}

#menu a:hover
{
	color: #caefff
}

#menu a.selected
{
	color: #ffffc0;
}

/* =============================
// Affichage de la page courante
// =============================
*/

#page
{
	float: right;
	width: 750px;
	height: 400px;
	padding-left: 0px;
	padding-right: 10px;
	/*color: #8ea8b3;*/
	line-height: 1.7em;
}

/* Titre de la page */

.page-title
{
	height: 74px;
}

.page-title .left
{
	float: left;
	width: 18px;
	height: 74px;
	background-image: url('images/title-left.jpg');
	background-repeat: no-repeat;
}

.page-title .right
{
	float: left;
	clear: right;
	width: 18px;
	height: 74px;
	background-image: url('images/title-right.jpg');
	background-repeat: no-repeat;
}

.page-title .center
{
	float: left;
	width: 684px;
	height: 74px;
	background-image: url('images/title-background.jpg');
	background-repeat: repeat-x;
}

.page-title .idnumber
{
	margin-left:657px;
	width: 100px;
	height: 30px;
	position:absolute;
}

.page-title .declare
{
	margin-left:657px;
	margin-top:33px;
	position:absolute;
}

#prevNextNav
{
	text-align: center;
	margin-bottom: 2em;
}

#prevNextNav a
{
	color: #80ffc0;
}

#prevNextNav a:hover
{
	color: #ffffff;
}

#page h1
{
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
}

#page h1.title
{
	padding-top: 20px;	
}

#page h1.suptitle
{
	padding-top: 7px;	
}

#page h1.subtitle
{
	padding-top: 8px;
	font-size: 16px;
	/*color: #dca4ff;*/
	color: #ffff80;
}

/* Titre de section */

#page h2.section
{
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	margin: 20px 0 5px 0;
	/*color: #adccda;*/
	color: #ffff80;
}

/* séparateur */

/*
 * ne fonctionne pas sous IE... :(
#page hr
{
	height: 2px;
	border: none;
	background-image: url("images/inset-h.jpg");
	background-repeat: repeat-x;
}
*/

#page .separator
{
	height: 2px;
	margin: 5px 0 5px 0;
	background-image: url("images/inset-h.jpg");
	background-repeat: repeat-x;
}

/* =========================
// paginateur des opérations
// =========================
*/

#paginator
{
	text-align: center;
}

/* =====================
// Onglets de navigation
// =====================
*/

.tabs
{
	margin-top: 10px;
	margin-bottom: 30px;
}

.tabs td
{
	width: 1px;
	padding: 0 13px 0 15px;
	white-space: nowrap;
	vertical-align: top;
	background-image: url('images/inset-v.jpg');
	background-repeat: repeat-y;
	background-position: right;
}

.tabs td.last
{
	background: none;
}

.tabs td p.selected
{
	color: #caefff;
}

.tabs td p.led
{
	margin-top: 6px;
}

.tabs td a
{
	color: #8ea8b3;
}

.tabs td a:hover
{
	color: #adccda;
}

/* ========
// Libellés
// ========
*/

.label
{
	padding-right: 10px;
	font-weight: bold;
	color: #ffffff;
}

.white
{
	color: #ffffff;
}

/* ==========
// Div cachés
// ==========
*/

.hidden
{
	display: none;
}

.visible
{
	display: block;
}

/* ===================
// Galerie Photo Flash
// ===================
*/

#flashmessage
{
	width: 400px;
	height: 20px;
	margin: auto;
	text-align: center;
}

#flashgallery
{
	width: 400px;
	height: 400px;
	margin: auto;
}

/* ==============================
// Snapshot de l'application Flex
// ==============================
*/

#buttonCenteringWrapper table
{
	margin: auto;
	margin-top: 30px;
}

#flexapp
{
	margin: auto;
	width: 350px;
	height: 311px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url("images/flexapp.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
