/* ---------- Structure des pages (Blocs div) */
/* L'en-tete */
/* http://css.alsacreations.com/Faire-une-mise-en-page-sans-tableaux/Centrer-les-elements-ou-un-site-web-en-CSS */
#entete
{
	position: relative;
	width: 780px;
	height: 120px;
	/*top: 0px;*/
	left: 50%;
	margin-left: -390px;
	/* moitiŽ de la largeur */
	background-image: url("Images/fond_haut.jpg");
	background-repeat: no-repeat;
	z-index: 5;
	clear: both;
}

#enteteg
{
	position: absolute;
	width: 50%;
	height: 120px;
	top: 0px;
	left: 0px;
	background-image: url("Images/motif_haut_g.jpg");
	z-index: 1;
}

#enteted
{
	position: absolute;
	width: 50%;
	height: 120px;
	top: 0px;
	right: 0px;
	background-image: url("Images/motif_haut_d.jpg");
	z-index: 1;
}

#pubcadre
{
	position: absolute;
	width: 474px;
	height: 66px;
	/*top: 0px;*/
	top: 40px;
	left: 50%;
	margin-left: -84px;
	background-image: url("Images/fond_pub.jpg");
	background-repeat: no-repeat;
	text-align: right;
	z-index: 10;
}

#pub
{
	position: absolute;
	width: 468px;
	height: 60px;
	/*top: 3px;*/
	top: 43px;
	left: 50%;
	margin-left: -81px;
	z-index: 20;
}

#titrepage
{
	position: absolute;
	width: 360px;
	height: 36px;
	top: 120px;
	left: 50%;
	margin-left: -340px;
	/* moitiŽ de la largeur */
	background-image: url("Images/fond_titre_page.jpg");
	background-repeat: no-repeat;
	/* background-color: #f6feff; */
	z-index: 5;
	color: #f9f9f9;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
}

#corps
{
	position: relative;
	width: 780px;
	/*top: 140px;*/
	left: 50%;
	margin-left: -390px;
	/* moitiŽ de la largeur */
	margin-top: 40px;
	/*overflow: scroll;*/
	/*clear: both;*/
}

#colgauche
{	
	margin-top: 20px;
	width: 620px;
	/*background-color: #093;*/
}

#coldroite
{
	width: 160px;
	float: right;
	/*background-color: #FF9;*/
}

.w135h200
{
	width: 135px;
	float: left;
	height: 190px;
	margin: 0 6px 8px 6px;
}

.w135
{
	width: 135px;
	float: left;
	min-height: 170px;
	max-height: 235px;
	margin: 0 6px 8px 6px;
}

.w200
{	
	width: 200px;
	float: left;
	margin-right: 6px;
}

.w285
{	
	width: 285px;
	float: left;
	margin-right: 25px;
}

.w620
{
	width: 620px;
	float: left;
	margin: 0 0 15px 0;
}

.w780
{
	width: 780px;
	float: left;
	margin:0;
}

hr {
	clear: both;
	visibility: hidden;
}

/*#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}*/

#pied
{
	/* static / absolute / relative / fixed */
	/*position: relative;*/
	width: 100%;
	/*height: 48px;*/
	/*bottom: 0px;*/
	/*left: 50%;
	margin-left: -390px;*/
	/*background-color: #0099d8;*/
	z-index: 10;
}

.fondpied
{
	color: #b3b3b3;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("Images/Bandeau_bas.jpg");
	background-repeat: no-repeat;
	text-align: center;
}

.fondpiedg
{
	/*position: relative;
	width: 50%;
	height: 48px;
	top: -48px;
	left: 0px;
	z-index: 1;*/
	background-image: url("Images/Repetition_bas_gauche.jpg");
}

.fondpiedd
{
	/*position: relative;
	width: 50%;
	height: 48px;
	top: -96px;
	z-index: 1;
	right: 0px;*/
	background-image: url("Images/Repetition_bas.jpg");
}

.blocsjuxta
{
	/*position: relative;*/
	float: left;
	width: 200px;
}

div.Article {
	margin-top: 20px;
  /*background: url(Images/bloc_d/custom_corners_topleft.gif) top left no-repeat;*/
  /*background: url(Images/Haut_bloc.gif) top left no-repeat;*/
  border-right: 1px solid #0099d8;
  width:160px;
  } 
div.Article h3 {
	background: url(Images/Haut_bloc.gif) top left no-repeat;
	padding-top:3px;
	padding-bottom:5px;
	margin:0;
	color: #f9f9f9;
	/*background-color: #0099d8;*/
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
  }
div.ArticleBody
{
	margin: 0;
	/*margin-top: 0;*/
	padding: 3px;
	border-left: 1px solid #0099d8;
	/*border-right: 1px solid #0099d8;*/
	background-color: #f6fcff;
	/*background-image: url(Images/bloc_d/custom_corners_rightborder.gif);*/
	/*background-repeat: repeat-y;*/
	/*background-position: right;*/
}
div.ArticleFooter {
  /*background: url(Images/bloc_d/custom_corners_bottomleft.gif) bottom left no-repeat;*/
	padding-top:2px;
	background: url("Images/Bas_bloc.gif") bottom left no-repeat;;
	border-left: 1px solid #0099d8;
  }
div.ArticleFooter p {
  /*background: url(Images/bloc_d/custom_corners_bottomright.gif) bottom right no-repeat;*/
  background-color: #f6fcff;
  /*padding:15px;*/
  display:block;
  /*margin:-2em 0 0 0;*/
  }

.bloctitre1 { left: 50%; }
.titre1g
{
	background-image: url("Images/fd_tit1_g.png");
	background-repeat: no-repeat;
	background-position: right;
	width: 45px;
	height: 25px;
	float: left;
	margin: 0 0 0 30%;
}
.titre1cont
{
	background-image: url("Images/fd_tit1_content.png");
	background-repeat: repeat-x;
	/*width: 160px;*/
	height: 25px;
	float: left;
	min-width: 100px;
}
.titre1cont h1
{
    text-shadow:2px 2px 4px #000;
    color: #f9f9f9;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	background-color: #0099d8;
	text-align: center;
	padding-right: 2px;
	padding-left: 1px;
	margin: 4px;
}
.titre1d
{
	background-image: url("Images/fd_tit1_d.png");
	background-repeat: no-repeat;
	background-position: left;
	width: 45px;
	height: 25px;
	float: left;
}




/* ---------- Balises HTML */
a
{
	color: #0099d8;
	text-decoration: none;
}

body
{
	background-color: #f9f9f9;
	margin: 0;
	padding: 0;
}
body, td
{
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


/* ---------- Pages */
.textemenu
{
	color: #0182ac;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

.textemenu2
{
	color: #0182ac;
	font-size: 10pt;
	font-weight: bold;
	background-image: url("Images/Fond_menu2.gif");
	text-align: left;
	text-indent: 3px;
	border: solid 1px #0099d8;
}

.textemenu3
{
	color: #0182ac;
	font-size: 10pt;
	font-weight: bold;
	background-color: #f6feff;
	text-align: left;
	text-indent: 3px;
	border: solid 1px #0099d8;
}

.textemenu4
{
	color: #0182ac;
	font-size: 10pt;
	font-weight: bold;
	background-image: url("Images/Fond_menu3.gif");
	text-align: left;
	text-indent: 3px;
	border: solid 1px #0099d8;
}

.textemenu5
{
	color: #0182ac;
	font-size: 10pt;
	font-weight: bold;
	background-image: url("Images/Fond_menu4.gif");
	text-align: left;
	text-indent: 3px;
	border-top: 1px solid #0099d8;
	border-bottom: 1px solid #0099d8;
	border-left: 1px solid #0099d8;
}

.textemenu6
{
	color: #0182ac;
	font-size: 10pt;
	font-weight: bold;
	background-image: url("Images/Fond_menu5.gif");
	text-align: left;
	text-indent: 3px;
	border-top: 1px solid #0099d8;
	border-bottom: 1px solid #0099d8;
	border-left: 1px solid #0099d8;
}

.textestd { font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }

.textepetit
{
	font-size: 8pt;
	color: black;
}

.textebloc
{
	font-size: 10pt;
	/*text-align: left;*/
}

.textevert
{
	color: #55c88f;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}

.OK
{
	font-size: 11pt;
	text-align: right;
}

.gris { background-color: #f9f9f9; }

.haut_bloc
{
	background-image: url("Images/Haut_bloc.gif");
	border-right: 1px solid #0099d8;
}

.haut_bloc2
{
	background-image: url("Images/Haut_bloc190.gif");
	border-right: 1px solid #0099d8;
}

.bas_bloc
{
	background-image: url("Images/Bas_bloc.gif");
	border-left: 1px solid #0099d8;
}

.bas_bloc190
{
	background-image: url("Images/Bas_bloc190.gif");
	border-left: 1px solid #0099d8;
}

.bas_bloc2
{
	background-image: url(Images/Bas_bloc2.gif);
	border-left: 1px solid #0099d8;
}

.slogan
{
	color: black;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 1px;
}

h1
{
	color: #f9f9f9;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	background-color: #0099d8;
	text-align: center;
	padding-right: 2px;
	padding-left: 1px;
	margin: 0px;
/*
	position: relative;
	width: 250px;
	height: 25px;
	left: 50%;
	margin-left: -125px;
	background-image: url(Images/Fond_titre1.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 3px;
*/
}
.titrepage
{
	position: relative;
	width: 250px;
	height: 25px;
	left: 50%;
	margin-left: -125px;
	background-image: url(Images/Fond_titre1.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 3px;
}

.titrepagetxt
{
	color: #f9f9f9;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	margin-left: 30px;
	/*text-align: center;*/
	background-color: #0099d8;
}

.titrebloc
{
	color: #f9f9f9;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	background-color: #0099d8;
	text-align: center;
	padding-right: 2px;
	padding-left: 1px;
}


h2
{
	color: #0099d8;
	font-weight: bold;
	font-size: 11pt;
	background-image: url(Images/Fond_titre2.gif);
	text-align: center;
	border-top: 1px solid #afd4e3;
	border-right: 1px solid #fdfdfd;
	border-bottom: 1px solid #f5f5f5;
	background-repeat: no-repeat;
	/*width: 285px;*/
	max-width: 285px;
}
.titre1
{
	color: #f9f9f9;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	background-color: #0099d8;
	text-align: center;
	padding-right: 2px;
	padding-left: 1px;
}

h3
{
	color: #0099d8;
	font-weight: bold;
	font-size: 11pt;
	background-image: url(Images/Fond_titre2.gif);
	text-align: center;
	border-top: 1px solid #afd4e3;
	border-right: 1px solid #fdfdfd;
	border-bottom: 1px solid #f5f5f5;
	background-repeat: no-repeat;
	/*width: 285px;*/
	max-width: 285px;
}
.titre2
{
	color: #0099d8;
	font-weight: bold;
	font-size: 11pt;
	background-image: url(Images/Fond_titre2.gif);
	text-align: center;
	border-top: 1px solid #afd4e3;
	border-right: 1px solid #fdfdfd;
	border-bottom: 1px solid #f5f5f5;
	background-repeat: no-repeat;
	/*width: 285px;*/
	max-width: 285px;
}

h4
{
	color: #0099d8;
	font-size: 11pt;
	font-weight: bold;
	background-image: url("Images/Fond_titre2.gif");
	background-repeat: no-repeat;
	text-align: left;
	border-top: 1px solid #afd4e3;
	border-right: 1px solid #fdfdfd;
	border-bottom: 1px solid #f5f5f5;
}
.titre3
{
	color: #0099d8;
	font-size: 11pt;
	font-weight: bold;
	background-image: url("Images/Fond_titre2.gif");
	background-repeat: no-repeat;
	text-align: left;
	border-top: 1px solid #afd4e3;
	border-right: 1px solid #fdfdfd;
	border-bottom: 1px solid #f5f5f5;
}

.textebas
{
	color: #f9f9f9;
	font-size: 7pt;
}

.menubas
{
	font-size: 7pt;
	text-decoration: underline;
}

.textebasmentions
{
	color: #f9f9f9;
	font-size: 7pt;
	text-decoration: underline;
}

.image
{
	border-color: white;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
}

li
{
	font-size: 10pt;
	vertical-align: middle;
	list-style-image: url(Images/bullets/li_puce.gif);
	margin: 4px;
	padding-left: 4px;
	/*display: inline;*/
	list-style-type: none;
	/*width: 240px;*/
}

.textepuce
{
	font-size: 10pt;
	vertical-align: middle;
	list-style-image: url(Images/puce12.gif);
	margin: 10px;
	padding-left: 15px;
}

.textepuce2
{
	font-size: 10pt;
	vertical-align: middle;
	list-style-image: url(Images/puce17.gif);
	margin: 10px;
	padding-left: 15px;
}

.textepuce3
{
	font-size: 10pt;
	vertical-align: middle;
	list-style-image: url(Images/puce16.gif);
	margin: 10px;
	padding-left: 15px;
}

.textepuceB
{
	font-size: 10pt;
	list-style-image: url("Images/puce12.gif");
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 15px;
	vertical-align: middle;
}

.textepuceB2
{
	font-size: 10pt;
	list-style-image: url("Images/puce17.gif");
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 15px;
	vertical-align: middle;
}

.textepuceB3
{
	font-size: 10pt;
	list-style-image: url("Images/puce16.gif");
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 15px;
	vertical-align: middle;
}

.pucecarre
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url("Images/puce17.gif");
	padding-left: 5px;
	vertical-align: middle;
}

.pucerond
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url("Images/puce16.gif");
	padding-left: 5px;
	vertical-align: middle;
}

.borderB { border-bottom: 1px solid #0099d8; }
.borderD { border-right: 1px solid #0099d8; }

.borderDB
{
	border-right: 1px solid #0099d8;
	border-bottom: 1px solid #0099d8;
}

.borderGB
{
	border-bottom: 1px solid #0099d8;
	border-left: 1px solid #0099d8;
}

.borderGD
{
	border-right: 1px solid #0099d8;
	border-left: 1px solid #0099d8;
}

.borderGDB
{
	border-right: 1px solid #0099d8;
	border-bottom: 1px solid #0099d8;
	border-left: 1px solid #0099d8;
}

.borderHD
{
	border-top: 1px solid #0099d8;
	border-right: 1px solid #0099d8;
}

.marge_droite { padding-right: 10px; }

.bordervert1
{
	background-color: #f6fcff;
	padding-top: 5px;
	border-left: 1px solid #0099d8;
}

.bordervert2
{
	background-color: #f6fcff;
	padding-top: 5px;
}

.bordervert3
{
	background-color: #f6fcff;
	padding-top: 5px;
	border-right: 1px solid #0099d8;
}

.copyright
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
	border-top: 2px solid #e7e7e7;
}

.texte12
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.texterouge
{
	color: red;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.textepuceC
{
	font-size: 10pt;
	list-style-image: url("Images/spacer.gif");
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 15px;
	vertical-align: middle;
}

.petit
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

table.tabRefs { }
table.tabRefs tr td
{
	font-size: 8pt;
	text-align: left;
	padding: 0 2px 0 2px;
	border-top: 1px #CCC dotted;
	border-right: none;
	border-bottom: none;
	border-left: 1px #CCC dotted;
}
table.tabRefs tr td font
{
	font-size: 8pt;
}
table.tabRefs li
{
	font-size: 8pt;
	margin: 0 0 0 -25px;
	padding: 0;
	list-style-image: none;
	list-style-type: square;
}
table.tabRefs h3
{
	font-size: 9pt;
	text-align: center;
	margin-top: 101px;
	margin-bottom: 4px;
}
table.tabRefs p { margin: 0; }
table.tabRefs img
{
	display: block;
	position: absolute;
	/*margin-left: 18px;*/
	border: 1px #999 solid;
	clip: rect(0px, 300px, 100px, 0px);
}

.form { margin: 5px; }

.imputrouge
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffe7e7;
}

.errormsg
{
	color: #a52a2a;
	font-size: 13pt;
}

.errormsgb
{
	color: red;
	font-weight: bold;
}

.formlib
{
	color: #006400;
	background-color: #ffe4c4;
}

.formfield { background-color: #98fb98; }
.formcontrol { background-color: #fc9; }
.formgestion { background-color: #fa9; }
.formbutton { color: white; }

a.formbutton:link
{
	color: white;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #63635a;
	background-image: url(Images/boutons_alu/vide.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding: 5px 3px;
	width: 65px;
	height: 21px;
	min-width: 65px;
	min-height: 21px;
	clip: rect(auto auto auto auto);
}

a.formbutton:visited
{
	color: navy;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #636363;
	background-image: url(Images/boutons_alu/vide.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding: 5px 3px;
	width: 65px;
	height: 21px;
}

a.formbutton:hover
{
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #636363;
	background-image: url(Images/boutons_alu/vide_over.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding: 5px 3px;
	width: 65px;
	height: 21px;
}

.tabtitre  { font-size: 9pt; color: #0091c5; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.tabvaleur  { background-color: #FFC; font-size: 10pt; color: #0091c5; font-style: italic; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.tabvaleurimp  { background-color: #F5F5F5; font-size: 10pt; color: #0091c5; font-style: italic; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.BreakPage { page-break-before: always; }

/* ---------- Menus */
.menul1std
{
	color: #0182ac;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	background-image: none;
}

.menul1over
{
	color: #dbe2f1;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	background-image: none;
}

.menul2std
{
	color: #0182ac;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(Images/fd_menul2s.png);
	text-align: left;
	text-indent: 3px;
	border: solid 1px #0099d8;
}

.menul2over
{
	color: #0182ac;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(Images/fd_menul2o.png);
	text-align: left;
	text-indent: 3px;
	border: solid 1px #0099d8;
}

.menustd1
{
	color: #f00;
	font-size: 12px;
	background-color: #fff99b;
}

.menuhi1
{
	color: #fff99b;
	font-size: 12px;
	background-color: #f00;
}

a.menustd
{
	color: #fff;
	font-size: 10pt;
	text-decoration: none;
}

a.menulink
{
	color: #fff;
	text-decoration: none;
}

a:visited.menulink
{
	color: white;
	text-decoration: none;
}

a:hover.menulink
{
	cursor: pointer;
	color: #f00;
	text-decoration: none;
	background-color: #006579;
}

a.menulinkhover
{
	color: #f00;
	border-bottom: 1px solid #00a5c6;
	background-color: #006579;
}

a:visited.menulinkhover
{
	color: #f00;
	border-bottom: 1px solid #00a5c6;
	background-color: #006579;
}

/* Extranet Fichier  */

.txt_clear
{
	font-size:2px;
	clear:both;
}


.bloc_dossier {
	width:700px;
	border:1px solid;
	border-color:#CCCCCC;
	background-color:none;
}

.colpicto_dossier
{
	width:30px;
	float:left;
}
.coltitre_dossier
{
	width:650px;
	font-weight:bold;
	float:left;
	background-color:none;
}

.colcomment
{
	width:400px;
	font-weight:normal;
	font-style:italic;
	float:left;	
	background-color:none;
	
}
.bloc_fichier 
{
	width:700px;
	border:1px solid;
	border-color:#CCCCCC;
	background-color:none;
}

.colpicto_fichier
{
	width:30px;
	background-color:none;
	float:left;
}
.coltitre_fichier
{
	width:650px;
	font-weight:bold;
	float:left;
	background-color:none;
}


