@charset "utf-8";

body {
	min-width:900px;
}

.inputErreur{
	border:1px solid #F00;
}

#header {
	width: 100%;
	height: 144px;
	/*background: url(../img/header.png) left top repeat-x;*/
	background-color:rgb(217,230,242);
}

#logo {
	width: 150px;
	height: 144px;
	left: 60px;
	top:0px;
	position:absolute;
/*background: url(img/logo.png) left top no-repeat;*/
}

#logo2 {
	width: 300px;
	height: 144px;
	margin-left: 350px;
	padding-top:20px;
/*background: url(img/logo.png) left top no-repeat;*/
}

#textHeader{
	padding-top:50px;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	color:#2E5B89;
}

#banniere{
	width: 100%;
	background-color: #2E5B89;
	text-align:center;
}

#banniere span {
	display: block;
	line-height: 35px;
	font-size: 12px;
	color: #fff;
	padding-left: 40px;
}

#header .identification {
	position: absolute;
	right: 20px;
	top: 15px;
	background: url(../img/connexion.png) no-repeat !important;
	background: url(../img/connexion.gif) no-repeat;
	height: 62px;
	width: 329px;
	padding-top: 5px;
}

#header .identificationTexte {
	height: 20px;
	width: 329px;
	font-weight: bold;
}

#header .identificationChamp {
	height: 20px;
	width: 329px;
}

#header .identificationOubli {
	height: 20px;
	width: 329px;
}

#header .identification .identificationLigne span {
	float: left;
	display: block; 
	width: 125px;
	height: 15px;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	padding-left: 13px;
}

#header .identification .identificationLigne .span2 {
	display: block; 
	height: 20px;
	padding-left: 180px;
}

#header .identification .identificationLigne .span2 a {
	font-size: 9px;
	text-align: right;
	text-decoration: underline;
	color: #fff;
}

#header .identification .identificationLigne .span2 a:hover {
	text-decoration: none;
}


#header .identification .identificationLigne .button {
	background: url(../img/ok-connexion.png) no-repeat;
	width: 27px; 
    height: 18px; 
    border: none;
	position: relative;
	float: right;
	right: 12px;
}

#header .identification input {
	height: 15px;
	width: 125px;
	color: #2E5B89;
}

#barreHorizontaleNavigation {
	text-align:center;
	list-style : none;
	background: #2E5B89;
	margin: 0 auto;
}

#barreHorizontaleNavigation li {
	background: #2E5B89;
	text-align: center;
	display:inline;
	margin:0px ; 
}

#barreHorizontaleNavigation li a {
	text-decoration: none;
	display:inline-block;
	font-weight: bold;
	color: #fff;
	width: 130px;
	border-left:1px solid white;
	text-align:center;
	font-size: 12px;
	line-height: 35px;
	margin:0px ; 
}

#barreHorizontaleNavigation li a.li4 {
	border-right:1px solid white;
}

#barreHorizontaleNavigation li a:hover {
	color: rgb(236,118,10);
}



#conteneurG { /* contient les éléments positionnés à gauche */
	margin-top: 3%;
	float: left;
	width: 250px;
	margin-bottom: 25px;
}

#conteneurD { /* contient les éléments positionnés à droite */
	margin-top: 3%;
	margin-left: 300px;
	margin-right: 300px;
	margin-bottom: 25px;
}

#prechargement { /*permet de charger les images dans le cache sans les voir */
	display: none;
}

/* mise en page du menu */
#menu {
	margin-left : 23px;
	margin-bottom: 15px;
}

#menu ul, menu li { /* on supprime les puces */
	list-style-type: none;	
}

#menu ul{ /* on adapte le code aux versions anciennes de IE */
	background: url(../img/menu.png) no-repeat;
	height: 102px !important;
	width: 216px;
	left: 24px;
}

#menu li{ /* on adapte le code aux versions anciennes de IE */
	display: inline;
}

#menu li a { 
	display: block;
	height: 25px;
	width: 196px;
	color: #e2f0f3;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 1px;
	line-height: 23px;
}

#menu li a:hover { 
	color: #2E5B89;
	background:url(../img/menu.png) no-repeat;
}

#menu a#lien1:hover {background-position: 0% -102px;}
#menu a#lien2:hover {background-position: 0% -128px;}
#menu a#lien3:hover {background-position: 0% -154px;}
#menu a#lien4:hover {background-position: 0% -180px;}

#menu a#lien1:active {background-position: 0% -102px;}
#menu a#lien2:active {background-position: 0% -128px;}
#menu a#lien3:active {background-position: 0% -154px;}
#menu a#lien4:active {background-position: 0% -180px;}

/* mise en page du cadre documentations */
.cadre { /* conteneur global et chapeau de l'arrière-plan */
	width: 216px;
	padding-top: 15px;
	background: url(../img/haut-docu.png) left top no-repeat;
	margin-left: 23px;
}

.bloccadre { /* bords et pied de l'arrière-plan */
	background: url(../img/bas-docu.png) left bottom no-repeat;
	padding-bottom: 15px;
}

.bloccadre p, .bloccadre h3, .bloccadre a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.bloccadre a:hover, .bloccadre a:active {
	color: #e2f0f3;
	text-decoration: none;
}

.bloccadre li {
	color: #fff;
	list-style-image: url(../img/puce-docu.gif);
	list-style-position: inside;
	line-height: 19px;
}

.bloccadre ul, .bloccadre h3 {
	margin: 0 10px 0 20px;
}

#footer {
	width: 100%;
	background-color: #2E5B89;
	font-size: 14px;
	color: #fff;
	line-height:35px;
	font-weight:bold;
}
#footer p {text-align: center;}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {color: #e2f0f3;}

a.surFondBleu, a:visited.surFondBleu{color:#fff;}
a:hover.surFondBleu{color:#E18F07;}

a.oubli {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover.oubli {
	color: #000;
	text-decoration: none;
}
