
/*--- MAJ DU SITE ---*/


/*----------- MISE EN FORME GENERALE -----------*/

body {
	margin: 0;
	border: 0;
	background: white;
	color: #2d2d2d;
	font: 11px/18px Verdana, Arial, sans-serif;
	}


p, div, ul, li, tab, tr, td {
	margin: 0;
	padding: 0;
	}


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

a img {
	border: 0;
	}

.separation {
	clear: both;
	visibility: hidden;
	margin: 0;
	}

.haut {
	text-align: right;
	font-size: 10px;
	}

.backg {
	background: #ececec;
	padding: 20px;
	text-align: left;
	}

/*---------------- LES LIENS ----------------*/

a:link { text-decoration: none; color: #369; }
a:visited { text-decoration: none; color: #369; }
a:hover { text-decoration: underline; color:#930; }
a:active { text-decoration: underline; color:#930; }


/*---------------- LES TITRE ----------------*/

h1 {
	font-size: 14px;
	color: #c60;
	}

h2 {
	font-size: 12px;
	color: #c60;
	}

h3 {
	display: inline;
	font-size: 12px;
	}


/*---------------- CADRE PAGE ----------------*/

.head {
	border-top: 1px solid #988785;
	border-bottom: 1px solid #989785;
	background: #929190;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: white;
	}
#cadre {
	width: 980px;
	min-height: 600px;
	margin: 0 auto;
	}

#gauche {
	float: left;
	width: 260px;
	min-height: 600px;
	padding: 20px 20px;
	text-align: center;
	}

#contenu {
	float: left;
	width: 680px;
	padding: 20px 0;  
	}

#contenu em { font-style: normal; font-weight: bold; font-size: 12px; color: #8d3500; }

/*-------- PAGE INDEX : IDENTIFICATION --------*/


#majad {
	width: 320px;
	margin: 80 auto;
	background: #ccc;
	padding: 20px 0;
	}

.log {
	float: left;
	width: 100px;
	margin: 5px;
	text-align: right;
	font-weight: bold;
	color: #c60;
	}
.ident {
	float: left;
	width: 200px;
	margin: 5px;
	text-align: left;
	}

.form {
	border: 1px solid #e5e5e5;
	background: #f4f5f3;
	padding: 2px;
	font: normal 11px/18px Verdana, Arial, sans-serif;
	}

.formo {
	border: 1px solid #e5e5e5;
	background: #c60;
	padding: 2px;
	color: white;
	font: bold 11px/18px Verdana, Arial, sans-serif;
	}

.valider {
	border: 1px solid #e5e5e5;
	background: #c60;
	padding: 2px;
	font-weight: bold;
	color: white;
	font: bold 11px/18px Verdana, Arial, sans-serif;
	}

.center {
	text-align: center;
	margin: 10px 0;	
	}


/*---------------- MARGE GAUCHE : MENU ----------------*/


.aide {
	margin-top: 40px;
	color: #c60;
	}
.aide em {
	font-style: normal;
	font-weight: bold;
	}

#titre {
	margin: 20px 0 38px 0;
	border-top: 1px solid #e5e5e5; 
	border-bottom: 1px solid #e5e5e5; 
	padding-top: 8px; 
	padding-bottom: 8px; 
	background: #f4f5f3; 
	text-align: center; 
	}


/*---------------- PAGE ADMINISTRATION ----------------*/

.colad1 {
	float: left;
	width: 260px;
	border-bottom: 1px dotted #c60;
	margin-bottom: 8px;
	}
.colad2 {
	float: left;
	width: 120px;
	padding-left: 6px;
	border-left: 1px dotted #c60;
	margin-bottom: 8px;
	}
.colad3 {
	float: left;
	width: 180px;
	margin-bottom: 8px;
	}

/*---------------- LISTE DES NEWS ----------------*/

.date {
	font-size: 9px;
	color: #666;
	}
#diapog {
	float: left;
	width: 210px;
	margin: 10px 0 10px 3px;
	}

	.album { 
		height: 120px;
		border: 5px solid #ececec;
		}
* 
a.photog {
   position: relative;
}
a.photog span {
   display: none; /* on masque l'infobulle */
}
a.photog:hover {
   background: none; /* correction d'un bug IE */
   z-index: 1; /* on définit une valeur pour l'ordre d'affichage */
}
a.photog:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   bottom: 0px; /* on positionne notre infobulle */
   left: -200px;
   top: apx;
   padding: 10px 10px 6px 10px;
   background: #e5e5e5;  
}
a.photog:hover span img  {
   width: 540px; 
}

/*-------------------- DIAPORAMA BAS DE PAGE --------------------*/

#diapo {
	float: left;
	width: 210px;
	margin: 10px 0 10px 3px;
	text-align: center;
	}

	.album { 
		height: 120px;
		width: auto;
		border: 5px solid #ececec;
		}

* 
a.photoA {
   position: relative;
}
a.photoA span {
   display: none; /* on masque l'infobulle */
}
a.photoA:hover {
   background: none; /* correction d'un bug IE */
   z-index: 200; /* on définit une valeur pour l'ordre d'affichage */
}
a.photoA:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   bottom: 130px; /* on positionne notre infobulle */
   left: -300px;
   padding: 10px 10px 6px 10px;
   background: #e5e5e5;  
}


/*---------------- LISTE D'ARTICLES ----------------*/

.creer {
	width: 320px;
	margin: 20px auto;
	background: #c60;
	border: 1px solid #e5e5e5; 
	padding: 4px;
	text-align: center;
	font-weight: bold;
	color: white;
	}
.creer a {
	color: white;
	}

.menu {
	width: 120px;
	margin: 20px auto;
	background: #c60;
	border: 1px solid #e5e5e5; 
	padding: 4px;
	text-align: center;
	font-weight: bold;
	}
.menu a {
	color: white;
	}

.nbrepages {
	margin-top: 60px;
	}

#infosA {
	background: #f4f5f3;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 30px 0 20px 0;
	padding: 0 0 4px 8px;
	}


/*---------- Position des images ----------*/

.imgh {	text-align: center; }
.imgb {	text-align: center; }
.imgd { float: right; margin-left: 20px; }
.imgg { float: left; margin-right: 20px; margin-bottom: 20px; }


/*---------- Galeries photos ----------*/

.galerie {
	float: left;
	border: 5px solid #e5e5e5;
	margin: 10px;
	height: 75px;
	width: auto;
	}

/*---------- Modification article ----------*/

.colg {
	float: left;
	width: 150px;
	margin-bottom: 8px;
	}
.cold {
	float: left;
	margin-bottom: 8px;
	}

/*---------- ANNONCES CHEVAUX ET ETALONS ----------*/

.mention {
	font-weight: bold;
	margin: 10px 0;	
	}

#cheval {
	margin: 10px 0;
	border: 1px dotted #d2d2d2; 
	background: #f4f5f3; 
	padding: 10px; 
	}
.nomch { 
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;	
	}

		.nomchev{
			font-weight: bold;
			line-height: 22px;
			}
	#preschv {
		float: left;
		width: 236px; 
		}
	#presdch {
		float: right;
		width: 190px;
		height: 90px; 
		text-align: center;
		background: white;
		}
		#sexech {
			height: 30px;
			line-height: 30px;
			border-bottom: 4px solid #f2f3f4;
			font-weight: bold;
			}
		.prixel { 
			padding-top: 3px;
			height: auto;
			}


.form{
	border: 1px solid #f6dbca;
	background: #fdf2ec;
	padding: 1px;
	}
.envoyer{
	background: #d2d2d2;
	border: 1px solid #f6dbca;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	}

#fg {
	float: left;
	width: 178px;
	margin: 0 10px 12px  0px;
	text-align: right;
	color: #c60;
	}

	#fd {
		float: left;
		width: 480px;
		margin-bottom: 10px;
		text-align: justify;
		}
	#fd em {
		font-style: normal;
		color: #bc6c3a;
		}

.saisieg {
	float: left;
	width: 178px;
	margin: 0 10px 2px  0px;
	text-align: right;
	}

	.fiched {
		float: left;
		width: 400px;
		text-align: justify;
		}
	.fiched em {
		font-style: normal;
		color: #bc6c3a;
		}

#titchv {
	margin: 20px 0;
	border-top: 1px solid #f6dbca; 
	border-bottom: 1px solid #f6dbca;
	background: #fdf2ec; 
	padding-top: 8px; 
	padding-bottom: 8px; 
	text-align: center;
	text-transform: uppercase; 
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	}

#fotosee {
	margin: 20px 0;
	color: #8e949b; 
	}
	#fotosee em {
		font-style: normal;
		color: #8d3500; 
		font-weight: bold;
	}


#origines {
	border-left: 3px solid #e5e5e5;
	background: #f4f5f3; 
	width: 397px;
	margin: 0 0 14px 0;
	}
#origines em {
	color: #c60;
	font-size: 11px;
	}

#cpm {
	float: left;
	width: 190px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 28px;
	}

#cpm em{
	font-weight: normal;
	}

#cgpm {
	float: left;
	width: 187px;
	padding-left: 3px;
	line-height: 37px;
	}


#pm {
	float: left;
	width: 127px;
	padding-left: 3px;
	line-height: 28px;
	}

#pm em{
	font-weight: normal;
	}

#gpm {
	float: left;
	width: 127px;
	padding-left: 3px;
	line-height: 37px;
	}

#agp {
	float: left;
	width: 127px;
	padding-left: 3px;
	line-height: 16px;
	}

