a:link {
	color: #5E7110;
	text-decoration: none;
}
a:visited {
	color: #5E7110;
	text-decoration: none;
}
a:hover {
	color: #5E7110;
	text-decoration: underline;
}

* {
	font-family : Verdana, Arial;
}

/* Gris clair et gris moyen pour alterner les couleurs des lignes
   des tableaux  */
.gris00 { 
    background-color: #EEE;
    color : #777;
	font-style : italic;
}
.gris01 { 
    background-color: #EEE;
    color : #000;
	font-style : normal;
}
.gris10 { 
    background-color: #DDD;
    color : #333;
	font-style : italic;
}
.gris11 { 
    background-color: #DDD;
    color : #000;
	font-style : normal;
}

.gris00:hover { 
    background-color: #DED;
}
.gris01:hover { 
    background-color: #DEd;
}
.gris10:hover { 
    background-color: #ded;
}
.gris11:hover { 
    background-color: #ded;
}


.titrePrincipal {
    color : #fff;
	font-family: Arial;
	font-weight: 900;
	font-size: 25px;
}

.texteSelectionne {
	color : #FF0;
	font-weight : bold;
}

#messageErreur {
	color : #E00;
	font-weight: bold;
}

#adminCentre INPUT {
	font-size: 90%;
}
#adminCentre SELECT {
	font-size: 90%;
}

/* ----------------------------- BOITES PAGE PRINCIPALE ----------------------------- */
#boiteRechercheRapide SELECT, #boiteRechercheAvancee SELECT, #boiteAlerte SELECT, #boiteContact SELECT { 
	font-size : 100%;
}
#boiteRechercheRapide INPUT, #boiteRechercheAvancee INPUT, #boiteAlerte INPUT, #boiteContact INPUT {
	font-size : 100%;
}
#boiteRechercheRapide FORM, #boiteRechercheAvancee FORM, #boiteAlerte FORM, #boiteContact FORM {
	margin-bottom: 0px;
    margin-top: 0px;
}
#boiteRechercheRapide TABLE, #boiteRechercheAvancee TABLE, #boiteAlerte TABLE, #boiteContact TABLE { 
	font-style : normal;
}
#boiteRechercheRapide TH, #boiteRechercheAvancee TH, #boiteAlerte TH, #boiteContact TH {
	text-align: left;
	padding: 9px 9px 9px 45px;
	/* border: solid; border-width:2px; */
	border: none;
	height:45px;
}
#boiteRechercheRapide TD, #boiteRechercheAvancee TD, #boiteAlerte TD, #boiteContact TD { 
	line-height: 160% ;
	font-size : 90%;
	padding: 10px;
	text-decoration: none;
	text-align:left;
	/* border: solid; border-width:2px; */
	border: none;
	height:45px;
}

/* ----------------------------- Formulaire recherche avancée ----------------------------- */
TABLE.formRechAvancee SELECT { 
	font-size : 100%;
	
}
TABLE.formRechAvancee INPUT {
	font-size : 100%;
	background:transparent;
	height:29px;
	color:#333;
	font-weight:bold;
	margin:0;
}
TABLE.formRechAvancee FORM {
	margin-bottom: 0px;
    margin-top: 0px;
}

input.nobgnoborder {
background:transparent;
border:none;
}

label { 
vertical-align:middle;
 }


span.boolean {
width:98%;
display:block;
height:44px;
max-height:44px;
background:#b0ec2f;
padding:3px;
margin-bottom:2px;
}

span.boolean select {
background:#b0ec2f;
border:1px solid #5A7B0B;
}

span.numerique {
display:block;
height:44px;
max-height:44px;
width:98%;
background:#c0c0ff;
padding:3px;
margin-bottom:2px;
}

span.numerique input {
background:#c0c0ff;
border:1px solid #404040;
height:auto;
}

span.textuel {
width:98%;
display:block;
height:44px;
max-height:44px;
background:#b0ec2f;
padding:3px;
margin-bottom:2px;
}

span.textuel input {
background:#b0ec2f;
border:1px solid #5A7B0B;
height:auto;
}


TABLE.formRechAvancee TABLE { 
	font-style : bold;
}
TABLE.formRechAvancee TH {
	background-repeat: no-repeat;
	font-size : 110%;
	text-align: center;
	padding: 9px;
	/* border: solid; border-width:2px; */
	border: none;
}
TABLE.formRechAvancee TD { 
	line-height: 160% ;
	font-size : 100%;
	padding: 10px;
	text-decoration: none;
	text-align:left;
	/* border: solid; border-width:2px; */
	border: none;
}
TABLE.formRechAvanceeAttributs TH {
	padding: 1px;
	background-repeat: no-repeat;
	font-size : 100%;
	text-align: center;
	/* border: solid; border-width:2px; */
	border: none;
}
TABLE.formRechAvanceeAttributs TD { 
	padding: 1px;
	font-size : 90%;
	text-decoration: none;
	text-align:left;
	/* border: solid; border-width:2px; */
	border: none;
}
	

/* ------------------------------------------------------------------------------------- */

TABLE.menuAdmin { 
	background-color : #666666; /*  #400010; */
}
TABLE.menuAdmin TH {
	color: #fff;
	font-weight: bold;
	font-size : 2;
	padding: 2px;
	text-align:left;
	font-size:0.9em;
}
TABLE.menuAdmin TD { 
	padding: 4px;
    background-color: #999999;  /* #886565; */
	color: #fff;
	text-decoration: none;
	text-align:center;
	font-size:0.9em;
}
TABLE.menuAdmin TD:hover { 
    background-color: #98d;
}
TABLE.menuAdmin A { 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size : 1;
}

body {

background:#8F6331 url(../images/bg_body.jpg) top center repeat-y;
color:#333;
font:normal 12px Verdana, Arial, Helvetica, sans-serif; 
padding:0;
margin:0;
}

#admin {

background:#fff url(../images/) top center repeat-y;
color:#333;
font:normal 14px Arial, Helvetica, sans-serif; 
padding:0;
margin:0px auto;
width:980px;
}


#conteneur {
position: relative;
margin: 0px auto;
width: 960px;
background:#fff;
}

#header {
height: 329px;
background: transparent;
}

#header #top{
height: 249px;
background: transparent url(../images/bg_top.jpg) top left repeat-x;
border-bottom:#ccc 1px solid
}

#header  #swf {
position:absolute;
float:left;
width:960px;
height: 249px;
top:31px;
left:0;
background: transparent;
}

#mid {
	width: 900px;
	border-bottom: 1px solid #CCC;
	background-image: url(deco/bg.png);
	margin:0;
	madding: 0;
}

#side {
	width: 180px;
	float: right;
	margin:0;
	padding: 5px 10px 5px 10px;
}

#main {
	width: 676px;
	float: left;
	margin:0;
	padding: 7px;
	text-align: justify;
}

#break {
	clear: both;
}


#footer {
height: 60px;
background: transparent;
}


#menu_h {
position:absolute;
float:left;
width:960px;
height: 49px;
top:279px;
left: 0;
background: #fff url(../images/fond_menu_h.jpg) top left repeat-x;
}

/*cssplay.co.uk menu begin */

#info {height:49px;}
#info p {text-align:center;}
.menu {
  line-height:36px;
  display:table;           /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;      /* keep text on one line */
  border-right:0px solid #06a;  /* add a border to show size of menu */
  border-left:0px solid #06a;
  border-top:0px solid #06a;
  border-bottom:0px solid #06a;  
  }

.menu li {
  display:table-cell;      /* ignored by IE */
  }

.menu a, .menu a:visited {
  display:block;           /* for all browsers except IE */
  padding:4px 16px;
  color:#fff; 
  font-weight: bold;
  background:transparent url(../images/fond_menu_h.jpg) top left repeat-x; 
  border:0px solid #fff;   /* add a 1px white border around each list item */ 
  border-right:1px solid #222E34;  /* add a border to show size of menu */
  border-left:1px solid #346476;
  text-decoration:none;
  }
  
.menu a#active_menu {
background:transparent url(../images/fond_menu_h_over_yellow.jpg) top left repeat-x;
color:#008000;
} 

.menu a#active_menu:hover {
background:transparent url(../images/fond_menu_h_over.jpg) top left repeat-x;
color:#fff;
}  

* html .menu a, * html .menu a:visited {
  display:inline-block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
  }
.menu a:hover {
  color:#fff; 
  background: transparent url(../images/fond_menu_h_over.jpg) top left repeat-x;
  }

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}

/*cssplay.co.uk menu end */

h1 { 
    font-size: 24px;
    font-weight: bold;
}
h2 { 
    font-size: 18px;
    font-weight: bold;
}
h3 { 
    font-size: 14px;
    font-weight: bold;
}
h4 { 
    font-size: 12px;
    font-weight: bold;
}

a.lienBlanc:link {
	color: #EEEEEE;
	text-decoration: underline;
	font-weight: bold;
}
a.lienBlanc:visited {
	color: #EEEEEE;
	text-decoration: underline;
	font-weight: bold;
}
a.lienBlanc:hover {
	color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
}

TABLE.pliste { 
}
TABLE.pliste TH {
	color: #ffffff;
	background-color : #999999;
	text-align: center;
	font-weight: bold;
	font-size : 12px;
	padding: 4px;
}
TABLE.pliste TD { 
	font-size : 11px;
	border-width:1px;
	border-style:solid;
	border-color: #999999;
	padding: 2px;
	color:#333333;
}
TABLE.vide { 
}
TABLE.vide TH {
	font-size : 100%;
	border-width:0px;
	padding: 0px;
}
TABLE.vide TD { 
	font-size : 100%;
	border-width:0px;
	padding: 0px;
}

.minifont {
font:normal 10px Verdana, Arial, Helvetica, sans-serif;  
text-align: left;
}

.titlebien {
background-color: #000;
}

.cadreresultat {
background-color: #000;
}