#main {
  margin: auto; 
  width: 1000px;
}

#menu {
  float:left;
  background: #E5E5E5;
  font-size: small;
  color: #000000;
  width: 250px;
  font-weight: normal;
  font-size: 12px;
  font-family: arial;

}

#haut {
  float:left;
  width: 750px;
  height: 50px;
  font-weight: normal;
  font-size: 12px;
  font-family: arial;
  text-align: center ;
  color: #000000;
  background: #E5E5E5;
  
}

#mainadmin {
  float:left;  
  width: 750px;
  text-align: center ;
  background: #E5E5E5;
  font-weight: normal;
  font-size: 12px;
  font-family: arial;
}



a { 
color: #000000; 
text-decoration: none;
font-size: 12px;
font-weight: normal;
font-family: arial;}
a:hover { 
color: #A6A6A6; 
}
a.h1{ 
font-size: 14px;
font-weight: bold;
font-family: arial;
}
a.h1:visited { 
}
a.h1:hover { 
color: #A6A6A6; 
}
a.h2{ 
font-size: 12px;
font-weight: bold;
font-family: arial;
}
a.h2:visited { 
}
a.h2:hover { 
color: #A6A6A6; 
}
a.sousmenu{ 
font-size: 10px;
font-family: arial;
}
a.sousmenu:visited { 
}
a.sousmenu:hover { 
color: #A6A6A6; 
}
a.sousmenu_on{ 
font-size: 10px;
font-family: arial;
font-weight: bold;
}
a.sousmenu_on:visited { 
}
a.sousmenu_on:hover { 
color: #A6A6A6; 
font-weight: bold;
}

ul{
list-style-image: none;
}

ul.rubrique{
list-style-image: url("/images/puce_rubrique.gif");
margin: 0; padding: 0;
}
li.rubrique {
margin: 0 0 0 25px;}

ul.sousrubrique{
list-style-image: url("/images/puce_sousrubrique.gif");
margin: 0; padding: 0;
}
li.sousrubrique {
margin: 0 1px 0 17px;}

h1 {
font-size: 14px;
font-weight: bold;
font-family: arial;
margin: 0; padding: 0;
}

h2 {
font-size: 12px;
font-weight: bold;
font-family: arial;
margin: 0; padding: 0;
}

/* Fieldset */

fieldset.formulaire {
	border-style: solid;
	border-color: #B3B5BD;
	border-width: 1px;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
}

legend.formulaire{
    font-size: 12px;
    color: #7B7984;
    font-weight: bold;
}

/*page*/

a.page:link{ 
background :#EBEBEB none repeat scroll 0 0;
border:  1px solid #A6A6A6; 
color :#8F8F8F;
font-family: arial;
}
a.page:visited { 
background :#EBEBEB none repeat scroll 0 0;
border:  1px solid #A6A6A6; 
color :#8F8F8F;
font-family: arial;
}
a.page:hover { 
background :#D5DDE1 none repeat scroll 0 0;
border:  1px solid #A6A6A6; 
color :#000000;
font-family: arial;
}
div.page a {
border:1px solid #A6A6A6;
color:#000000;
padding:1px 4px;
text-decoration:none;
font-size:10px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}