html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;	/* Permet de centrer le site sous internet explorer 6 et inférieur */
	padding: 0;
	color: #000;
	background-color: #d3d3d3;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tt, code, samp {
	font-size: 1.1em;
	color: green;
}

h2, h3 {
	margin-top: 0;
}

h3 {
	font-weight: bold;
	color: #35ad00;
	font-size: 14px;

}

h3 a {
	color: #35ad00;
	text-decoration:underline;
}

a {
	text-decoration: none;
	color: #006600;
}

a:hover {
	text-decoration: underline;
}

#content h2 {
	position: relative;
	color: #62C400;
	padding-bottom: 2px;
	padding-left: 25px;
	background-position:  0% 40%;
	background-repeat: no-repeat;
	font: bold 1.1em, Arial, Helvetica, sans-serif;
	background-image: url(../images/style/puceh2.gif);
	border-bottom: 1px solid #FFD62F;
}

#content h2 a {
	color: #01A58C;
}

#content h2 a:hover {
	text-decoration: none;
	color: #01A58C;
}

ul {
	list-style-image:url(../images/puce.jpg);
	margin: 0;
}

li {
	font: bold 11px, Arial, Helvetica, sans-serif;
}

#content img {
	border: none;
}


#main {margin:0;}

#menuright {
	color: #777;
	font: 12px, Arial, Helvetica, sans-serif;
	background-color: #e9e9e9;


}

#menuright h2 {
	color: #62C400;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(../images/separateur.gif) top center no-repeat;
	padding-top: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-variant: small-caps ; 
	font-size:16px;
}

#menuright a {
	color: #777;
	font: 1em, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menuright ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#page {
	text-align: left;
	width: 797px;
	margin: 10px auto 10px auto;
	position: relative;
	background: #fff;
	border: 1px solid #CFCFCF;
	padding: 0 ;
}

#banner {
	margin: 10px auto;
	border: none;
	height: 210px;
	background: #fff url(../images/style/adminHeader10.jpg) no-repeat center top;
}

.cadre, #menuright {
	width: 150px;
	padding-top: 7px;
	background: #E9E9E9;
}

.cadrebas {
	padding: 0 0.5em 7px 0.5em;
	background: #E9E9E9;
}
#menubas {
	padding: 0 0.5em 7px 0.5em;
	background: #E9E9E9;
}

#banner .cadre {
	float: left;
	margin-right: 10px;
	
}

#banner p,form {
	margin: 0;
}

#footer a, #banner h1 a {
	text-decoration: none;
	border: none;
	color: #AABD71;
}
#footer a:hover {
	text-decoration: underline;
}

#footer img, div.col-content img {
	border: none;
}

#footer {
	text-align: center;
	padding: 0.5em;
	clear: both;
	border: none;
	color:#AABD71;
	font-weight:bold;
	font-size:12px;
}


input, textarea {
	border: 1px solid #aaa;
}

fieldset {
border: 0;
margin: 0;
padding: 0;
}

input[type], textarea[name] {
	background: #fff;
}

input[type=submit], input[type=reset] {
	background: #fff;
	color: #000;
}

input[type=submit]:hover {
	background: #999;
	color: #fff;
}

#livres {
	height: 85px;
	margin : 10px 0 1em 0;
	padding: 0 13px 0 0;
	background: #F5F4DC url(../images/style/endd.jpg) right top no-repeat;
}

#livres div {
	height: 85px;
	background: #F5F4DC url(../images/style/adminFooter.jpg) left top no-repeat;
}

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
#content
{
margin: 0 20px 0 180px;
padding: 1em 0 0 0;
}

#menuright
{
float: left;
width: 150px;
margin: 0 0 1em 10px;
}


/* VERTICAL PADDING ABOVE COLUMNS */
#banner
{ 
	margin-bottom: 0px; 
}

table {
	border: 0px solid #769712;
	
}	
tr, td
{
	border:0px;
	font-size: 11px;
}

span {
	font-size: 11px;
}

/* classes spécifiques au "popup" de la carte découverte */
.panel, .panel_sensitive
{
  padding : 5px;
  margin : 5px 0;
  border-width : 1px;
  border-style : solid;
  border-color : #878787;
  -moz-border-radius : 4px;
  text-align : justify;
}
.file_panel
{
  padding : 0;
  margin-left : auto;
  margin-right : auto;
  border-width : 0;
  -moz-border-radius : 4px;
  background-color : #F4F4F4;
}
.panel
{
  background-color : #FFF;
}
.panel_sensitive
{
  background-color : #FFCECE;
}
#preview
{
  opacity : 0.85;
  filter:alpha(opacity=85);
  border: 2px dashed #01A58C;
}

.preview
{
  font-size: 11px;
}