/* INIT */

.left{float:left;}
.right{float:right; padding-bottom:10px;}

.invisible {
	left:-9999px;
	position:absolute;
	top:-9999px;
}

hr {
border:0px;

}
#centerDiv {
	width:800px;
	margin:auto;
	padding:0px;
	font-size:1em;
}
#global {
	border:solid 1px;
	overflow:hidden;
	
}

.index {min-height:600px;}


#contenu {
	width:750px;
	text-align:justify;
	margin:auto;
	padding-bottom:5px;
	font-family:"comic sans MS";
}
.err{
	color:red;
	font-size:0.8em;
}

.center{
text-align:center;
}

.contact{
font-size:1.2em;
}
/* NAVIGATION */

#menu {
	vertical-align:top;
	height:31px;
}
#menu a {
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	width:160px;
	height:31px;
	text-indent:-9999px;
	font-size:0px;
}
#menu a:hover {
	background-position:top;
}
#nav {
	list-style-type:none;
	width:800px;
	padding:0px;
	margin:0px;
}
#nav li {
	float:left;
	width:160px;
}
#nav #accueil a {
	background-image:url(../img/btn_accueil.jpg);
}
#nav #ecurie a {
	background-image:url(../img/btn_pension.jpg);
}
#nav #vente a {
	background-image:url(../img/btn_achat-cheval.jpg);
}
#nav #acces a {
	background-image:url(../img/btn_acces.jpg);
}
#nav #avendre a {
	background-image:url(../img/btn_vente.jpg);
}
#menu2 {
	width:750px;
	height:62px;
	font-family:"Times New Roman";
	font-size:1.1em;
}
#menu2 a {
	display:block;
	width:150px;
	height:31px;
}
.nav2 {
	width:450px;
	padding:0px;
	margin:auto;
}
.nav2 li {
	float:left;
	width:150px;
}
#footer {
	text-align:center;
}
/* LAYOUT */

/* FORMATAGE GENERIQUES DES LISTES */
#contenu ul {
	list-style-image:url(../img/puce.png);
}

.index ul {width:480px;}

/* TYPOGRAPHIE */
h1 {
	font-family:"Times New Roman";
	font-style:italic;
	color:#494b38;
	font-size:2.5em;
	line-height:20px;
	text-indent:9px;
}
h2 {
	font-family:"Times New Roman";
	font-size:1.8em;
	color:#7e8164;
	line-height:10px;
}
h3 {
	font-family:"Times New Roman";
	font-size:1.3em;
	line-height:7px;
}
a {
	text-decoration:none;
	color:#494b38;
}
a:hover {
	color:#7e8164;
	text-decoration:underline;
}
a:visited {
	color:#494b38;
}
/* IMAGES */
#bandeau {
	width:800px;
	height:200px;
	background-image:url(../img/bandeau.jpg);
}
#bandeau_admin {
	width:800px;
	height:200px;
	background-image:url(../img/bandeau_admin.jpg);
}
img {
	border:none;
}

.img-fiche{
	max-width:400px;
}

.img-left {
	float:left;
	padding:3px;
	border:1px solid;
	margin-right:5px;
	width:auto;
}
.img-right {
	float:right;
	padding:3px;
	border:1px solid;
	margin-left:5px;
	width:auto;
}
table img {
	height:125px;
	width:125px;
}
.gallerie {text-align:left;}
/* ENCARTS */

/*Contenus*/
#fiche {
	width:550px;
	margin:auto;
}
#tableau-chevaux {
	width:550px;
	margin:auto;
	padding:5px;
}
#fiche-cheval {
	min-height:350px;
}

/* TABLEAU*/

/* ligne altrernée*/
table.liste_chevaux {
	border-collapse:collapse;
	width:550px;
	border: solid 1px;
	text-align:center;
}
table.liste_chevaux th {
	background-color:black;
	color:white;
	padding:5px;
}
table.liste_chevaux td {
	padding: 2px 5px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}
table.liste_chevaux tr:hover, table.liste_chevaux tr.impair:hover {
	background-color:#ffffff;
}
table.liste_chevaux tr {
	background-color:#D0B693;
}
table.liste_chevaux tr.impair {
	background-color:#E1D0BA;
}


/* FORMULAIRES */
#contenu #logfieldset {
	width:300px;
	margin:auto;
	text-align:right;
}

#fromchevaux{
	width:550px;
	margin:auto;
}
#fromchevaux table .txt-right {
	text-align:right;
}


