@charset "utf-8";
body{
	margin:0px;
	font-family:verdana;
	font-size:12px;
	background-color:#FBF9F7;
}
img{
	border:none;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#D10038;
}
input{
	font-family:verdana;
	font-size:11px;
}
input[type="button"]{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
}
select{
	font-family:verdana;
	font-size:11px;
}
.texte9{
	font-size:9px;
}
.texte9b{
	font-size:9px;
	font-weight:bold;
}
.texte10{
	font-size:9px;
}
.texte10b{
	font-size:9px;
	font-weight:bold;
}
.texte11{
	font-size:11px;
}
.texte11b{
	font-size:11px;
	font-weight:bold;
}
.texte12{
	font-size:12px;
}
.texte12b{
	font-size:12px;
	font-weight:bold;
}
.texte14{
	font-size:14px;
}
.texte14b{
	font-size:14px;
	font-weight:bold;
}
.texte20b{
	font-size:20px;
	font-weight:bold;
}
.ok{
	background-color:#509E68;
}
.notOk{
	background-color:#D10038;
}
.messageRetour{
	color:#009900;
}
.erreurRetour{
	color:#FF0000;
}
#global{
	position:relative;
	width:1000px;
	margin:auto;
	/*margin:0px;/*calage à gauche obligatoire si encartMenuGauche en fixed*/
}
#globalFenetre{
	position:relative;
	width:800px;
	margin:auto;
	/*margin:0px;/*calage à gauche obligatoire si encartMenuGauche en fixed*/
}
#bandeauHaut{
	position:relative;
	width:1000px;
	height:200px;
	background-image:url(../img/fondBandeauHaut_1000x200_export.png);
}
#bandeauHautFenetre{
	position:relative;
	width:800px;
	height:160px;
	background-image:url(../img/fondBandeauHautFenetre_800x160_export.png);
}
#titre{
	position:absolute;
	top:110px;
	left:550px;
}
#corps{
	position:relative;
	width:1000px;
	padding-bottom:10px;
	/*fond ici (en plus de l'image imgFondGauche) pour couvrir le menu en hauteur jusqu'en bas du contenu*/
	background-image:url(../img/fondGauche_160x400_export.png);
	/*astuce pour circonscrire à gauche le fond de menu*/
	background-repeat:repeat-y;
}
#corpsFenetre{
	position:relative;
	width:800px;/*1000*80%*/
	padding-bottom:10px;
	/*fond ici (en plus de l'image imgFondGaucheFenetre) pour couvrir le menu en hauteur jusqu'en bas du contenu*/
	background-image:url(../img/fondGaucheFenetre_128x320_export.png);/*(160x400)*80%=128x320*/
	/*astuce pour circonscrire à gauche le fond de menu*/
	background-repeat:repeat-y;
}
#imgFondGauche{
	position:absolute;
}
#encartMenuGauche{
	position:absolute;
	/*position:fixed;/*menu gauche vérouillé*/
	width:120px;
	height:200px;
	left:15px;
	top:40px;
	/*top:220px;/*200+20=220 (en fixed, positionnement par rapport à la page au lieu du conteneur)*/
	padding-top:20px;
	color:#D10038;
	background-image:url(../img/fondEncartMenuGauche_120x200_transpa_export.png);
	background-repeat:no-repeat;
}
#encartMenuGaucheFenetre{
	position:absolute;
	/*position:fixed;/*menu gauche vérouillé*/
	width:96px;/*120*80%*/
	height:160px;/*200*80%*/
	left:12px;/*15*80%*/
	top:32px;/*40*80%*/
	/*top:176px;/*160+16=176 (en fixed, positionnement par rapport à la page au lieu du conteneur)*/
	padding-top:16px;/*20*80%*/
	color:#D10038;
	background-image:url(../img/fondEncartMenuGaucheFenetre_96x114_transpa_export.png);
	background-repeat:no-repeat;
}
#encartMenuGauche p{
	margin:9px;
}
#encartMenuGaucheFenetre p{
	margin:8px;
}
#encartMenuGauche a{
	font-weight:bold;
}
#encartMenuGaucheFenetre a{
	font-weight:bold;
}
#contenu{
	position:relative;
	width:800px;
	left:160px;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}
#contenuFenetre{
	position:relative;
	width:640px;
	left:128px;
}
#pied{
	position:relative;
	width:1000px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:9px;
}
#piedFenetre{
	position:relative;
	width:800px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:9px;
}
#retour{
	font-weight:bold;
	margin:10px;
}
@media print{
	.noPrint{
		display:none;
	}
}

