/* CSS Document */
body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: "Trebuchet MS", helvetica, sans-serif ;}
body,td,div,p,pre,ul {font-size: 13px;
color: #336600;
}
BODY {
    /* couleur de face de la barre de défilement et des boutons */
    scrollbar-face-color : #99CC33 ;
    /* couleur des flèches des boutons */
    scrollbar-arrow-color :  #336600 ;
    /* couleur de l'arrière plan où glisse la barre de défilement */
    scrollbar-track-color : #BBD882 ;
    /* couleur de l'effet 3D sur le côté eclairé de la barre et des boutons : bords externes haut et gauche */
    scrollbar-3dlight-color : #E0F8B1 ;
    /* couleur du coté éclairé de la barre et des boutons : bords internes haut et gauche */
    scrollbar-highlight-color : #91B548 ;
    /* couleur du coté sombre de la barre et des boutons : bords internes bas et droite */
    scrollbar-shadow-color : #336600 ;
    /* couleur de l'effet 3D du coté sombre de la barre et des boutons : bords externes bas et droite */
    scrollbar-darkshadow-color : #556F22 ;
	background-color: #99cc33;
}

h1 {font-size: 14px;}
h3 {font-size: 13px;}
h4 {font-size: 14px;}
p {			text-align: left ;
			text-indent: 0em ;}

.small {font-size: 12px;}
.mini {        font-size: 11px;}
.minimini {font-size: 10px;}
.contact {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

.h1 {
	color: #336600;
	border-bottom-style:solid; border-bottom-width:2px; border-color:#99CC33;
    margin:0px; margin-bottom:2px;
	padding: 0px;
	padding-left: 0px;
	font-weight : bold;
	font-size: 13px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left center;
}

.h2{
	color: #FF6600;
	padding-left: 0px;
	font-weight : bold;
	font-size: 13px;
}

.h3{
	color: #336600;
    margin:0px; margin-bottom:0px;
	padding-left: 13px;
	font-weight : italic;
	font-size: 13px;
}
.h4{
	color: #336600;
	font-weight : bold;
	font-size: 13px;
	text-align: center;
}

.h5{
	color: #336600;
	font-size: 13px;
	text-align: center;
}

a {        font-size: 12px; text-decoration: none; font-weight : bold;}
a:link {color:#C80000}
a:visited {        color:#C80000}
a:active {color:#C80000}
a:hover{color: #ad351a;}

.txt_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.txt_clair {
	color: #9BCE37;
}

.txt_clairgras {
	color: #9BCE37;
	font-weight : bold;
}

.date {font-family: Arial, Verdana, Geneva, Helvetica;
    font-size: 9px;
	color: white
}
.boite {
	border: thin dotted #99CC33;
}
.barre {
	background-color: #006600;
	background-repeat: repeat-y;
}

div#bloc2 , 
      div#bloc1{
      	width : 650px;
      	height : 514px;
      }
      div#bloc1 {
	position : absolute;
	top : 0px;
	left : 125px;
	background-image : url(imghp/fond_centre.gif);
	background-position : top left;
	background-repeat : repeat;
	border-bottom-style:solid; border-bottom-width:1px; border-color:#99CC33;
	color : #000000;


      }
      div#bloc2 {
      
      	overflow : auto;
		top:0px;
      }
      div#bloc3 {
      	padding : 10px 0 0 10px;
      }
	  div#bloc4 {
	background-image : url(imghp/fond_gauche.gif);
	position:absolute;
	left:0px;
	top:0px;
	width:125px;
	height:514px;
	z-index:1;

	  }.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}
