﻿/*Feuille de style MDDEP applications 2010-12-13*/
/*cree par Martine Giguere, CGI*/
/*adapter par Chantal Greneir pour s'ajuster MDDEP.Master 2010-03-01*/
html,body,div,h1,h2,h3,h4,h5,h6,p,a,em,font,img,ol,ul,li,label
{border:0px none;outline:0;vertical-align:baseline;background:; }
ins{text-decoration:none}
del{text-decoration:line-through}

/* Contenant global */
body
{
	width: 750px;
	line-height: 1px;
	color: #000;
	text-align: center;
	font: 0.75em/1.4em Arial,Helvetica,Sans-Serif;
	background-color: #fff;
}

/* Contenant global */
#container
{
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Zone de bandeau en-tete */	
.entete
{
	width: 750px;
	height: 100px;
	margin: 0;
	padding: 0;
	display: block;
}
	
/* Logo Ministere */
.entete .gauche
{
	float: left;
	width: 201px;
}

/* Zone d'identificaton de l'application */
.entete .droite
{
	float: right;
	height: 57px;
	width: 549px;
}


/* Zone d'identification et d'aide transactionnelle */
#identification
{
	background-color: #F8FBF4;
	width: 750px;
	float: left;
	padding: 4px 0;
	border-top: 1px solid #003399;
}

/* Zone du corps de l'application */
#contenu
{
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	width: 750px;
	clear: both;
}
/* entetes de pages et styles de base*/	
h1, h2, h3, h4
{
	font-family: Verdana, Geneva, sans-serif;
}
.h1
{
	font-size: 2em;
	font-weight: normal;
	color: #486F39;
	line-height: 1.5em;
	margin: 0px 0 10px 0;
}
.h2
{
	font-size: 1.67em;
	font-weight: normal;
	color: #003399;
	line-height: 1.5em;
	margin: 5px 0 8px 0;
}
.h3
{
	font-size: 1.33em;
	font-weight: bold;
	color: #333;
	line-height: 1.3em;
	margin: 5px 0;
}
.h4
{
	font-size: 1.17em;
	font-weight: bold;
	color: #486F39;
	line-height: 1.3em;
	margin: 3px 0 5px 0;
}

/*styles pour tableau de formulaire*/
.formulaire
{
	margin: 10px 0;
}

.formulaire td
{
	padding: 2px;
}
.titre
{
	width: 345px;
	border-bottom: 1px solid #486F39;
}
.erreur
{
	font-size: 0.8em;
	border-bottom: 1px solid #486F39;
}
.h3N
{
	color: #333;
	line-height: 1.3em;
	margin: 5px 0;
}

/* Hyperliens */
a:link
{
	color: #003399;
	text-decoration: underline;
}
a:visited
{
	color: #333;
	text-decoration: underline;
}
a:hover
{
	color: blue;
	text-decoration: none;
}
a:active
{
	color: blue;
	text-decoration: none;
}

/*styles des boutons, champs et liste deroulante*/
input, select, textarea
{
	font-size: 100%;
	font-family: Arial, helvetica, sans-serif;
}
/*styles pour la section erreur*/
.errdetail
{
	margin: 0px 0px 0px 63px;
}
ul.errbullet
{
	list-style-image: url('../images/Puce.jpg');
	margin-left: 20px;
}
li.errligne
{
	height: 21px;
}
.errentete
{
	width: 750px;
	height: 60px;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #486F39;
}
	
/* Logo Erreur */
.errentete .errlogo
{
	float: left;
	width: 61px;
}


/* Zone d'identificaton de l'erreur*/
.errentete .errtitre
{
	float: left;
	height: 40px;
	width: 515px;
	padding-top: 20px;
	font-size: 1.2em;
}
.errentete .errcodehttp
{
	float: right;
	padding-top: 40px;
	font-size: 0.8em;
}

.texte .gauche
{
	float: left;
	width: 340px;
	height: 130px;
}
.texte .droite
{
	float: right;
	width: 345px;
	height: 130px;
}

/* Pied de de page */
#piedpage
{
	clear: both;
	margin: 20px 0;
	padding: 8px 0 8px 0;
	width: 750px;
	background-color: #fff;
	text-align: center;
	border-top: 1px solid #999;
	font-size: 90%;
	float: left;
}
#BasDePage a:hover
{
	text-decoration: none;
}
#BasDePage p
{
	padding: 8px 0 8px 0;
}	