﻿/*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:transparent }
ins{text-decoration:none}
del{text-decoration:line-through}

/* Contenant global */
body
{
	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;
	width: 980px;
}

/* Zone de bandeau en-tete */	
.entete {
	width:980px;
    height:100px;
    margin:0;
    padding:0;
	display:block;
	border-bottom: 1px solid #003399;
}
	
/* Logo Ministere */
.entete .gauche 
{
	width: 211px;
}

/* Zone d'identificaton de l'application */
.entete .droite 
{
	float: right;
	height: 57px;
	width:550px;
}

.entete .droite .identificationapplication 
{ 
	/*text-align: right; */
}


/* Zone d'identification et d'aide transactionnelle */
#identification
{
	background-color: #F8FBF4;
	width: 980px;
	float: left;
	padding: 4px 0;
}

/* Zone du corps de l'application */
#contenu{
	margin:0 0 20px 0;
	padding:0;
	float:left;
  width:980px;
  clear: both;
	}

#contenu ul {
list-style-image: url('../images/Puce.jpg');
margin-top: 0px;
}

#contenu ul li {
line-height: 1.7em;
}


/* 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*/

.h3N{
	color:#333333;
	line-height: 1.9em;
	margin:15px 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 pour la section erreur*/
.errdetail
{
	margin: 0px 0px 0px 63px;
}

.errentete
{
    width:980px;
    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:815px;
	padding-top:20px;
	
}
.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: 980px;
	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;
	}	