body {
   font-family: Verdana, sans-serif;
   font-size: 10px;
   margin: 0;
   padding: 0;
   background-color: #c0c0c0;
}
p, .paragraphe {
   margin-top: 12px;
}
.paragraphe:first-letter{
  text-transform: uppercase;
  /*font-weight: bold;
  font-size: 150%;
  margin-right: 1px;*/
}
.imgIcone {
	vertical-align: middle;
	margin-right: 3px;
	_position: relative;
   _top: 2px;
}
a {
   color: #9AB842;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
a img {
   border: none;
}
form {
   margin: 0;
   padding: 15px 0 0 0;
   _padding: 0;
}
.champ {
   background-color: #f0f0f0;
   border: 1px solid #1C3F75;
   height: 13px;
   padding: 0;
   margin: 0;
   font-size: 10px;
}
.btnOK {
	width: 30px;
	height: 15px;
	padding: 0 0 4px 0;
	border: none;
	font-size: 10px;
	color: #1C3F75;
	background: url(../images/btnOK.png) no-repeat;
}

#droite .liens {
	margin: 10px 0 0 30px; 
}
#droite a {
    color: #1C3F75;
}
h1 {
   color: #1C3F75;
   font-size: 18px;
   padding: 0px;
   margin: 8px 0px 26px 0px;
}
h1:first-letter {
   text-transform: uppercase;
}
#centreAccueil h1 {
   
}
#gauche h1 {
   position: relative;
   left: -11px;
   margin: 0;
   margin-right: -25px;
   padding: 13px 0px 0px 30px;
   height: 30px;
}
#gauche h1 {
   
}
#droite h1 {
	font-size: 12px;
	margin: 10px 0 5px 0;
	padding: 0;
}
h2 {
   color: white;
   font-size: 12px;
   margin: 0px;
   padding: 0 5px 2px 5px;
   background: #99B842;
}
h2:first-letter, h3:first-letter {
   text-transform: uppercase;
}
h2 a {
	color: white;
}

#droite h2 {
   color: #9AB842;
   margin: 0px;
   padding: 2px 0px;
   text-align: center;
   background-color: #f0f0f0;
}
#centreAccueil h2, #agenda h2  {
	color: #1C3F75;
	text-align: left;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
#droite h2, #gauche h2 {
   /*font-size: 12px;*/
   /*color: black;*/
}
h3 {
   color: #1C3F75;
   /*color: black; */

   font-size: 10px;
   margin: 0;
   padding: 2px 0;
   /*width: 665px;
   padding-left: 5px;
   border-bottom : 1px solid #ff8000;*/
}
h3 a:first-letter {
   text-transform: uppercase;
}
hr {
   display : block;
   height: 1px;
   padding: 0;
   color: transparent;
   background-color: transparent;
   border: none;
   border-bottom : 1px solid #9AB842;
   margin : 0px auto;
   /*marges sous ie*/
   _margin: -7px auto;
}

.imgGauche {
   float: left;
   margin: 2px 10px 0 0;
}
.imgDroite {
   float: right;
   margin: 2px 0 0 10px;
}


/***************************   structure générale   ***************************/

#conteneur {
   position: relative;
   top: -5px;
   width: 800px;
   margin: 0 auto;
   color: black;
   background: white url(../images/fondConteneur.png) repeat-y;
}
#ombre {
   width: 800px;
   margin: 0 auto;
   padding-bottom: 2px;
   padding-right: 5px;
   margin-top: 15px;
   background: url(../images/ombre.gif) 5px repeat-y ;
}
#header {
   height: 152px;
   color: #1C3F75;
   background: url(../images/header.jpg) no-repeat;
}
#header a {
    color: #1C3F75;
}

#corps {
   margin-left: 3px;
   display: table;
   height: 400px;
   width: 563px;
   padding:  8px 0 13px 16px;
   color: black;
}
#corps p {
   text-align: justify;
}
html>body #corps {
   _height: auto;
   min-height: 400px;
}
#gauche {
   float: left;
   position: relative;
   height: 200px;
   width: 200px;
   margin-top: 20px;
   margin-left: 4px;
   background: url(../images/fondMenuLateraux.png) repeat-y;
}
html>body #gauche {
   margin-left: 8px;
   padding-right: 7px;
}
#centreGauche {
   position: relative;
   top: -10px;
   padding: 0 15px;
}
#hautMenuGauche {
   width: 207px;
   height: 27px;
   background: url(../images/hautMenuLateralGauche.png) no-repeat;
}
#basMenuGauche {
   position: absolute;
   bottom: -10px;
   width: 207px;
   height: 6px;
   background: url(../images/basMenuLateraux.png) no-repeat;
}
html>body #basMenuGauche {
   bottom: 0px;
}
html>body #gauche {
   height: auto;
   min-height: 200px;
}
#centreAccueil {
   width: 578px;
}
#centreAccueil p, #centreAccueil .paragraphe {
   margin-top: 0px;
   text-align: justify;
}
#dossiers {
	width: 563px;
	min-height: 100px;
	_height: 100px;	
	margin-top: 15px;
	padding-bottom: 5px;
	background: #CDD5E1 url(../images/dossiers_fond.jpg) top repeat-x;

}
#droite {
   /*position: absolute;
   top: 170px;
   right: 8px;*/
   float:right;
   padding: 10px 8px 0 0;
   
   height: 200px;
   width: 192px;
}
html>body #droite {
   height: auto;
   min-height: 200px;
}
#agenda a {
	color: #9AB842;
}
.elementDroit {
   position: relative;
   width: 192px;
   background: url(../images/fondAgenda.jpg) repeat-y;
}
html>body .elementDroit {
   height: auto;
   /*min-height: 200px;*/
}
.elementDroit a {
	display: block;
	height: 24px;
	overflow: hidden;
}
.elementDroit .lien_afficher_tout {
	padding-top: 8px;
	height: auto;
	text-align: right;
}
.elementDroit .separateur {
	padding:5px 0;
	margin: 0;
}
.centreDroit {
   padding: 0 15px 11px 15px;
   background: url(../images/basAgenda.jpg) no-repeat bottom;
}
.hautMenuDroit {
   width: 192px;
   height: 27px;
   background: url(../images/hautAgenda.jpg) no-repeat;
}
/*.basMenuDroit {
   position: absolute;
   bottom: -10px;
   width: 192px;
   height: 15px;
   
}*/
html>body .basMenuDroit {
   bottom: 0px;
}
#espaceAdherents {
	text-align: center;
	/*background-color: #f0f0f0;
	border: 1px solid #1C3F75;*/
}
#espaceAdherents a {
	color: #1C3F75;
}
#espaceAdherents ul {
	text-align: left;
	margin: 0 0 0 30px;
	padding: 0;
	color: #9AB842;
}
#espaceAdherents li {
	margin: 0;
	padding: 0;
}
#espaceAdherents ul hr{
	margin: 10px 0 0 0;
	_margin: 0;
	position: relative;
	left: -10px;
	top: -4px;
}
#footer {
   color: white;
   clear: both;
   text-align: center;
   padding-top: 5px;
   height: 20px;
   background-color: #1C3F75;
}
#footer a {
	color: white;
}


.caseDemiJournee, .caseDemiJourneeEntete {
	width: 175px;
	/*height: 35px;*/
	padding-bottom: 25px;
	float: left;
	margin-right: 10px;	
}
.caseDemiJourneeEntete {
	color: #1C3F75;
	font-weight: bold;
}
.caseDemiJournee p, .caseDemiJourneeEntete p, .caseDemiJournee .paragraphe, .caseDemiJourneeEntete .paragraphe{
	margin: 0;
	padding: 0;
}