@import url("colonne.css");
@import url("formulaire.css"); 
@import url("../administration/css_administration/structure_admin.css");  
*{
    padding: 0;
    margin: 0 ;
}
html{
    height:101%
}
/* /////////////////////////////////////////////////////////////////////////////////////////
                                                                         structure interface
/////////// //////////////////////////////////////////////////////////////////////////////*/
body{
    padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #290b00;
	background-color:#638402;
    }
#global{
    z-index:0;
	width: 1000px;
    background-color:#8fc53f;
    padding:0;
    margin: 10px auto ; 
	}
#bandeau{ 
    position:relative; 
	background:#8fc53f url(../images_site/bandeau.jpg) repeat-y;
	height:364px;
	width:100%;
	padding:0px;
	margin:0px;	 
    }
/*///////////////////////////////////////////////////////////////////////////////////////////
                                                                                   pied
/////////////////////////////////////////////////////////////////////////////////////////////*/
#pied{
   clear:both;
   position:relative;
   width:100%;
   height: 133px;
   background:#8fc53f url(../images_site/pied.jpg) no-repeat;
}
#pied .ico {
   position:absolute;
   top:-14px;
   left:690px;
   border:none;
}
/*///////////////////////////////////////////////////////////////////////////////////////////
                                                                                     survol des liens
/////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////
               survol image des icones dans la bande avec logo
 //////////////////////////*/
#bandeau  a img{
	border:none 
}
 /* défini l'encadrement des images dans les liens hors survol */
#bandeau  a:hover{
    border:0px; 
} /* pour IE - ne sert sinon à rien */
#bandeau  a:hover img{
    border:none 
} /* défini l'encadrement des images lors du survol */
/* /////////////////////////////////////////
                                 lien survol
 ////////////////////////////////////////*/
#bandeau .ico1{
   position: absolute;
   top:255px;
   left:34px;
}
#bandeau .ico2{
   position: absolute;
   top:246px;
   left:74px;
}
#bandeau .ico3{
   position: absolute;
   top:240px;
   left:114px;
}
#bandeau .ico4{
   position: absolute;
   top:234px;
   left:154px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////
                                                                                    div acroche
/////////////////////////////////////////////////////////////////////////////////////////////*/
#acroche, #acroche h1, #acroche h2{
   position: absolute;
   left:-5000px;
   text-indent:-5000px;
   font-size: 0;
   width:auto;
   margin:0;
   padding:0;
   line-height:0;
	}
/*///////////////////////////////////////////////////////////////////////////////////////////
                                                                                     menu du bandeau
/////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////*/
#bandeau #menu_deroule{
    font-size: 12px;
    position: absolute;
	top: 330px;
    left:35px; 
    padding: 0;
}
  #menu_deroule li{  
	display:inline; 
    float:left;
    background:#8fc53f url(../images_site/puceMenu.jpg) no-repeat;
	background-position: -3px -4px;
	color: #8fc53f;
    padding:0 5px 0 25px;
    margin:0 5px 0 0;
}
#bandeau h2{
    position: absolute;
	font-size: 14px;
	color:#8da231;
	top: 359px;
    left:56px;
}
#pied #menu_deroule{
    font-size: 9px;
    position: none; 
    margin:0 0 0 105px;
}
#pied #menu_deroule li{  
    background:#8fc53f url(../images_site/puceMenu.jpg) no-repeat;
	background:none;
    padding:0 12px 0 0 ;
    margin:0;
}
#pied address{
    position: absolute;
	top: 0px;
    left:750px;
	font-size: 9px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////
                                                                                     survol des liens
/////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////
                      les menus (bandeau et pied)
///////////////////////////*/
#menu_deroule a, #pied a {
    text-decoration: none;  
    color: #842400;
}
#colonne2 p a {
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}
#colonne1 .pargraphe a, #colonne1 p a, .liste_Article_rss li a {
   color:#dbfda9;
   text-decoration: none;
}
a:hover, #menu_deroule a:hover, #pied a:hover, #menu_deroule .selection a{
    text-decoration: none;
    color:#0b151b;             
}
#colonne1 p a:hover, #colonne1 .pargraphe a:hover, #colonne2 p a:hover, .liste_Article_rss li a:hover{
   text-decoration:underline;
   color:#290b00; 
}
/* //////////////////////////////////////////
                                          titre                                  
/////////// ///////////////////////////////*/
.br_titre{
    clear:both;
	line-height:0px
}

