/* ------------------------------------ Document */
#document {
  background-color: #fff;
  margin: 0 auto;
  min-width: 1000px;
  padding: 0;
  width: 1000px;
}
/* ------------------------------------ bandeauHaut */

#bandeauHaut {
  background: url('images/topmenu-bg.png') #ffffff no-repeat top left;
  height: 270px;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* ------------------------------------ accesRapide */
#accesRapide {
  margin: 0;
  padding: 0;
}
#accesRapide a {
  font-weight: bold;
  color: #35699b;
  text-decoration: none;
}
#accesRapide a:hover {
  text-decoration: underline;
}
#accesRapide FORM {
  display: inline;
}
#accesRapide INPUT {
  border-bottom: #d7d7d7 2px solid;
  border-left: #a3a3a3 2px solid;
  border-right: #d7d7d7 2px solid;
  border-top: #a3a3a3 2px solid;
  font-size: 100%;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
}
#accesRapide INPUT.bouton {
  background: url(images/bandeauacces_bouton.gif) #4e7faa no-repeat 100% 50%;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  padding-right: 10px;
}
#accesRapide LI {
  border-right: #35699b 1px solid;
  display: inline;
  LIST-style-TYPE: none;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
}
#accesRapide LI.noborder {
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  padding-right: 0px;
}

/* ------------------------------------ Logo */
#logo {
  float: left;
  margin: 0 10px 0 20px;
  padding: 0;
  width: 310px;
}
/* ------------------------------------ Info */
#info {
  float: left;
  /*margin: 0 20px 0 10px;*/
  margin: 0 0 0 10px;
  padding: 0;
  width: 640px;
}
#divider {
  clear: left;
  height: 20px;
  margin: 0;
  padding: 0;
}

#featured{ 
	width: 640px; 
	padding-right: 0px; 
	position: relative; 
	border: 0px solid #ccc; 
	height: 220px; 
	background: #fff;
  overflow: hidden;
  position:relative;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	/*top:0;*/
	left:0px;
	list-style:none;
	padding:0;
	margin:0; 
	width:640px; 
	DISPLAY: none;
}
#featured ul.ui-tabs-nav li{ 
	padding:2px;
	font-size:12px; 
	color:#666; 
	DISPLAY: inline;
  background-image: none;
  padding: 0px;
}
#featured ul.ui-tabs-nav li img{ 
	float:left;
	margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
	DISPLAY: inline;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px;
	font-family: Helvetica, arial, sans-serif; 
	line-height:18px; 
	DISPLAY: inline;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:20px; 
	color:#333;
	background:#fff; 
	line-height:20px;
	DISPLAY: inline;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
	DISPLAY: inline;
}
#featured li.ui-tabs-selected{ 
	/*background:url('images/selected-item.gif') top left no-repeat;*/
	border-bottom: 1px solid #003466;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	/*background:#eee;*/ 
}
#featured .ui-tabs-panel{ 
	width:640px;
	height:220px; 
	background:#ffffff;
	position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px;
	left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff;
	padding:5px;
	margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px;
	color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/* ------------------------------------ corps */
#corps {
  margin: 0;
  padding: 0;
}
/* ------------------------------------ colonneGauche */
#colonneGauche {
  background-color: #e0e0f0;
  float: left;
  margin: 0 10px 0 20px;
  padding: 10px;
  position: relative;
  width: 290px !important;
  width: 310px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* ------------------------------------ colonneDroite */
#colonneDroite {
  background-color: #e5e5e5;
  float: left;
  margin: 0 0 0 10px;
  padding: 10px;
  position: relative;
  width: 290px !important;
  width: 310px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#colonneDroite FORM INPUT.submit {
  background: url(images/bandeauacces_bouton.gif) #4e7eac no-repeat right bottom;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  color: #fff;
  float: none;
  font-size: 100%;
  margin: 2px;
  padding: 0 2px 2px 1px;
}

/* ------------------------------------ navPrimaire */
#navPrimaire {
  font-size: 16px;
  height: 30px !important;
  height: 50px;
  margin: 0;
  padding: 10px;
}
#navPrimaire a {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
  padding: 8px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;}
#navPrimaire a:hover {
  background-color: #a5a4ce;
  text-decoration: underline;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#navPrimaire span {
  background-color: transparent;
  border: 0;
  padding: auto 0;
}
#navPrimaire .selected {
  background-color: #a5a4ce;
  text-decoration: none;

}
/* ------------------------------------ navSecondaire */
#navSecondaire {
  background-color: #e0e0f0;
  margin: 0;
  padding: 0;
}
#navSecondaire a {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
#navSecondaire a:hover {
  text-decoration: underline;
}
#navSecondaire .lienConteneur{
  height: 40px;
  clear: left;
}
#navSecondaire .niveauUn{
  margin-left: 20px;
}
#navSecondaire .niveauDeux {
  margin-left: 40px;
}
#navSecondaire .niveauTrois {
  margin-left: 60px;
}

#navSecondaire .lienGauche{
  background-image:url('images/menu2-gauche.png');
  float: left;
  height: 32px;
  width: 20px;
}
#navSecondaire .lienLien{
  background-image:url('images/menu2-bg.png');
  float: left;
  height: 24px !important;
  height: 32px;
  padding-top: 8px;
}
#navSecondaire .lienSelected{
  font-weight: bold;
}
#navSecondaire .lienDroite{
  background-image:url('images/menu2-droite.png');
  float: left;
  height: 32px;
  width: 20px;
}

/* ------------------------------------ contenu */
.avecDeuxColonnes #contenu {
  background-color: #e5e5e5;
  float: left;
  margin: 0 10px;
  padding: 10px;
  position: relative;
  width: 290px !important;
  width: 310px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.avecColonneDroite #contenu {
  background-color: #e5e5e5;
  float: left;
  margin: 0 10px;
  padding: 10px;
  position: relative;
  width: 620px !important;
  width: 640px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.avecColonneGauche #contenu {
  background-color: #e5e5e5;
  float:left;
  margin: 0 10px;
  padding: 10px;
  position: relative;
  width: 620px !important;
  width: 640px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.sansColonne #contenu {
  background-color: #e5e5e5;
  float:left;
  margin: 0 10px;
  padding: 10px;
  position: relative;
  width: 970px !important;
  width: 990px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#contenu TaBLE.liste {
  width: 100%;
  border-COLLaPSE: collapse;
}
#contenu TD {
  font-size: 12px;
/*  padding: 0 1px;
  vertical-align: top;*/
}
#contenu TH {
  background-color: #E5E5E5;
  font-size: 12px;
  text-align: center;
}*/
#contenu UL {
  margin: 10px 5px;
  padding: 0;
}
#contenu UL LI {
  background: url(images/bullet-list.png) no-repeat 0px 4px;
  LIST-style-TYPE: none;
  margin: 2px 0px 8px 10px;
  padding: 0 0 0 10px;
}
#contenu UL LI P {
  margin: 0;
  padding: 0;
}

/* ------------------------------------ bandeauBas */
#bandeauBas {
  clear: left;
  color: #444444;
  margin: 0 20px;
  padding: 10px;
  width: 950px !important;
  width: 990px;
}

/* ------------------------------------ bandeauBas */
.boxTopLeft {
position:absolute;top:0px;left:0px;
}
.boxTopRight {
position:absolute;top:0px;left:300px;
}
.boxBottomLeft {
position:relative;top:10px;left:-10px;
}
.boxBottomRight {
position:relative;top:10px;left:280px;
}
/* ------------------------------------ generic classes */
.accessLayout {
 height: 1px;
 left: 0px;
 margin: 0px;
 overflow: hidden;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
 position: absolute;
 top: -500px;
 width: 1px;
}
.accroche {
  font-weight: bold;
  overflow: hidden;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
.blocNavigation {
  border-bottom: #219ab5 1px solid;
  text-align: center;
}
.byPass {
  height: 1px;
  left: 0px;
  margin: 0px;
  overflow: hidden;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: absolute;
  top: -500px;
  width: 1px;
}
.clear {
  clear: both;
}
.legend {
 font-size: 80%;
}
.lienFlecheNoire {
  background: url(images/puce_triangle2.gif) no-repeat 0px 3px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-left: 12px;
  padding-right: 0px;
  padding-top: 0px;
}
.paragraphe {
  font-size: 12px;
}
.PRS_TIERS {
  float: left;
  width: 33%;
}
#chemin {
  font-size: 10px;
  margin: 3px 0px;
}
.redbold{
  color: #800000;
  font-size: 100%;
  font-weight: bold;
}
.regletteNavigation {
  margin: 5px 0px;
}
.regletteNavigation SPaN {
  margin: 0px 2px;
}
.resultatNavigation {
  margin: 5px 0px;
}
.textaccroche {
  border-right: red 1px solid;
  border-top: red 1px solid;
  border-left: red 1px solid;
  border-bottom: red 1px solid;
}
.module H3 {
  background-color: #848cbd;
  color: #fff;
  font-size: 12px;
  margin: 0px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  text-align: center;
}
.module {
  background-color: #e8ecf6;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center;
}
.module P {
  margin: 0px 0px 0px 2px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.module UL {
  margin: 10px 5px;
  padding: 0;
}
.module UL LI {
  background: url(images/bullet-list.png) no-repeat 0px 3px;
  LIST-style-TYPE: none;
  margin: 2px 0px 2px 10px;
  padding: 0;
}
.module a {
  color: #00558e;
  text-decoration: none;
}
.module a:hover {
  color: #ee0000;
}
.module H3 a {
  background-color: #042d63;
  color: #fff;
  font-size: 12px;
  margin: 0px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
}
.module .tpl_agendaCalendar TaBLE {
  width: 100%;
}
.module .tpl_agendaCalendar TaBLE CaPTION {
  font-weight: bold;
}
.module .tpl_agendaCalendar TH {
  text-align: center;
}
.module .tpl_agendaCalendar TH {
  background-color: #042d63;
  border-bottom: #042d63 1px solid;
  border-left: #042d63 1px solid;
  border-right: #042d63 1px solid;
  border-top: #042d63 1px solid;
  color: #fff;
}
.module .tpl_agendaCalendar TD {
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  border-top: #fff 1px solid;
}
.module .tpl_agendaCalendar TD a {
  display: block;
}
.module .tpl_agendaCalendar TD.today a {
  color: #fff;
  background-color: #295f83;
}
.module .tpl_agendaCalendar TD a.active {
  font-weight: bold;
}
.module .tpl_agendaCalendar .moisPrec {
  font-weight: bold;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
}
.module .tpl_agendaCalendar .moisSuiv {
  font-weight: bold;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
}

/* ------------------------------------ HTML */
a IMG {
  border-width: 0px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ACRONYM {
  cursor: help;
  border-bottom: 1px dotted;
}
BODY {
  background-color: #ffffff;
  color: #222222;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
FORM .action {
  margin: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: right
  width: auto;
}
FORM INPUT.submit {
  background: url(images/bandeauacces_bouton.gif) #4e7eac no-repeat right bottom;
  border: none;
  color: #fff;
  float: none;
  font-size: 100%;
  margin: 3px;
  padding: 0px 2px 1px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
FORM P {
  clear: both;
  /*font-size: 95%;*/
  margin: 0;
  padding: 2px 0;
}
FIELDSET {
  border: 1px solid #bfb8ac;
  margin: 10px 0;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
H2 {
  color: #27358e;
  font-size: 22px;
  font-weight: normal;
  margin: 0px 0px 10px;
  padding: 0;
  text-decoration: none;
}
H3 {
  color: #27358e;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 10px;
  padding: 0;
  text-decoration: none;
}
H4 {
  color: #27358e;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 10px;
  padding: 0;
  text-decoration: none;
}
H5 {
  color: #27358e;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 10px;
  padding: 0;
  text-decoration: none;
}
H6 {
  color: #27358e;
  font-size: 10px;
  font-weight: bold;
  margin: 0px 0px 10px;
  padding: 0;
  text-decoration: none;
}
hr {
    background-color: #cbcbcb;
    border: 0;
    color: #cbcbcb;
    height: 1px;
    margin:0 10px;
  }

IMG.alignleft {
  float: left;
  margin: 0px 5px 5px 0px;
}
IMG.alignright {
  float: right;
  margin: 0px 0px 5px 5px
}
INPUT.case {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
LaBEL.enLigne {
  display: inline;
  float: none;
}
LaBEL.info {
 
}
LEGEND {
  font-size: 1.1em;
  font-weight: bold;
}
P {
 
}
P.action {
}
P.action INPUT {
}
P LABEL {
  /*float: left;*/
}
UL {
 
}

/* ------------------------------------ Template */
.tpls {
}
.tpl_formulaire .bt {
  background-color: #e8ecf6;
  padding: 2px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tpl_agendaCalendar TD {
  text-align: center;
}
.tpl_agendaCalendar FIELDSET {
  border: 1px solid #bfb8ac;
  margin: 10px 0;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tpl_formulaire INPUT {
  background-color: #ffffff;
  border: 1px solid #61594e;
  padding: 2px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tpl_formulaire INPUT.case {
  display: inline;
  width: 25px;
}
.tpl_formulaire INPUT.text {
  background-color: #ffffff;
  border: #61594e 1px solid;
  float: left;
  padding: 1px 2px;
}
.tpl_formulaire LaBEL.enLigne {
  display: inline;
  float: none;
}
.tpl_formulaire LaBEL {
  display: block;
  float: none;
  width: 500px;
}
.tpl_formulaire LEGEND {
  font-size: 1.1em;
  font-weight: bold;
}
.tpl_formulaire SELECT {
  background-color: #ffffff;
  border: 1px solid #61594e;
  padding: 2px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tpl_formulaire TEXTAREA {
  background-color: #ffffff;
  border: 1px solid #61594e;
  padding: 2px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tpl_loginMDL INPUT {
  float: left;
  width: 80px;
}
.tpl_loginMDL FORM P {
  margin: 5px;
  overflow: hidden;
}
.tpl_loginMDL H3 {
  width: 95%;
}
.tpl_loginMDL LaBEL {
  display: block;
  font-weight: bold;
  float: right;
  width: 100px;
}
.tpl_loginMDL P.action {
  text-align: right;
}
.tpl_loginMDL P.action INPUT {
  background: url(images/puce_triangle2.gif) no-repeat 0px 4px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  padding-bottom: 0px;
  padding-left: 12px;
  padding-right: 0px;
  padding-top: 0px;
  width: auto;
}
.tpl_loginMDL P.erreur {
  width: 95%;
}
.tpl_sommairePage UL LI {
  background: url(images/bullet-list.png) no-repeat 0em 0em;
  LIST-style-TYPE: none;
  margin: 2px 0px 2px 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 2px;
}
.tpl_sso INPUT {
  border-bottom: #d7d7d7 2px solid;
  border-left: #a3a3a3 2px solid;
  border-right: #d7d7d7 2px solid;
  border-top: #a3a3a3 2px solid;
  font-size: 100%;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
}
.tpl_sso INPUT.bouton {
  background: url(images/bandeauacces_bouton.gif) #4e7faa no-repeat 100% 50%;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  padding-right: 10px;
  width: 250px;
}

