﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

img {
	border: 0;
	vertical-align: middle;
}

h1 {
	font-size: 20px;
	color: #753696;
}

h2 {
	font-size: 18px;
	color: #9C57C2;
}

h3 {
	font-size: 16px;
	color: #a13ae3;
}

h4 {
	font-size: 16px;
	color: #9C57C2;
}

a, a:visited {
	text-decoration: none;
	color: #753696;
}

a:hover, #list a:hover {
	text-decoration: none;
	color:#00a2a5;
}

p {
	text-indent: 15px;
	text-align: justify;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
}

form {
	margin: 0;
}

form p {
	text-indent: 0;
}

fieldset {
	border: 1px solid  #CCC;
	margin-bottom: 20px;
}

.exp {
	vertical-align: super;
	font-size: smaller;
}

.u {
	text-decoration: underline;
}

.img-irc {
	text-align: center;
}

ul {
	list-style-type: square;
	margin: 0;
}

/* Menu */

#menuHaut {
	margin: 0 auto;
	width: 90%;
	height: 90px;
	min-width: 840px;
	background: url('../images/menu-haut.jpg') repeat-x;
}

#contener-menuHaut {
	height: 90px;
	background: url('../images/menu-haut-G.jpg') no-repeat left top;
}

#menuHaut ul {
	margin: 0;
	float: right;
	list-style-type: none;
	background: url('../images/menu-haut-D.jpg') no-repeat right top;
}

#menuHaut li {
	margin: 0;
	padding: 10px;
	float: left;
	height: 90px;
	line-height: 90px;
}

#menuHaut a {
	height: 90px;
	text-decoration: none;
	font-size: 13px;
	padding: 30px 0;
	color: #9C57C2;
}

#menuHaut a:hover, #menuHaut .active a {
	color: #00a2a5;
}

.lettrine {
	font-size: 20px;
}

#menuBas li {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
	float: left;
	height: 25px;
	line-height: 25px;
}

#menuBas {
	margin: 0;
	list-style-type: none;
	height: 25px;
	line-height: 25px;
	background-color: #ccc;
}

/* Page */

#page {
	margin: 20px auto auto auto;
	min-width: 800px;
	width: 90%;
}

/* menuDroit */

#menuDroit {
	width: 235px;
	float: left;
	margin: 0;
}

#menuDroit ul {
	margin: 0;
	padding: 0;
}

#menuDroit li {
	margin-bottom: 10px;
	list-style-type: none;
}

#menuDroit li ul {
	padding: 10px;
	background: #F5F5F5 url('../images/img08.jpg') no-repeat left bottom;
}

#search, #connexion {
	padding: 10px;
	font-size: 13px;
	background: #F5F5F5 url('../images/img08.jpg') no-repeat left bottom;
}

#menuDroit li a {
	text-decoration: none;
	font-size: 13px;
}

#menuDroit li li {
	margin: 0 0 0 10px;
	list-style-type: square;
}

#menuDroit h1 {
	height: 20px;
	line-height: 20px;
	margin: 0;
	font-size: 15px;
	padding: 6px 0 0 10px;
	background: url('../images/img07.jpg') no-repeat;
	font-weight: bold;
	color: #fdf7ff;
}

#menuDroit h1 a {
	color: #fdf7ff;
	line-height: 20px;
	font-size: 15px;
	height: 20px;
}

ul.sous-menu{
	margin: 7px 0 0 0;
	padding: 0;
	background-color: #F5F5F5;
	list-style-type: none
}

.sous-menu li{
	float: left;
	margin-right: 10px;

}

.sous-menu a {
	border-left : 3px solid #753696;
	background-color: #F5F5F5;
	padding: 3px;
}

.sous-menu a:hover {
	padding: 3px;
	border-left : 3px solid #753696;
	border-bottom: 1px dashed #753696;
}

/* Content */

#content {
	margin: 0 0 0 250px;
}

.post {
	margin-bottom: 20px;
}

.post h1, .post h2, .post h3, .post h4 {
	margin: 0;
	padding: 5px 0;
}

.post h1 {
	border-bottom: 1px solid #753696;
}

.post h2, .post h4 {
	border-bottom: 1px solid #9C57C2;
}

.post h3 {
	border-bottom: 1px solid #a13ae3;
}

/* Tableaux */

.table {
	/*border: 2px solid #753696;*/
	border: none;
	margin: auto;
}

.table td, .table th {
	padding: 5px;
	/*border: 2px solid #753696;*/
	border: 2px solid #fff;
}

.table td {
	background-color: #F5F5F5;
}

.table tfoot td {
	background-color: #ddd;
}

.table th{
	/*background-color: #F5F5F5;*/
	background-color: #D6B2D8;
}



/* Formulaires */

.form-calculateur {
	padding: 5px;
}

.monForm label {
	display: block;
	width: 120px;
	float: left;
	padding-right: 5px;
	text-align: right;
}

div.form-calculateur label {
	display: block;
	width: 130px;
	float: left;
	padding-right: 5px;
	text-align: right;
}

div.form-calculateur li {
	display: inline;
	list-style: none;
}

.monForm input[type="text"], .monForm input[type="file"], .monForm select, .form-calculateur input[type="text"], .form-calculateur input[type="file"], .form-calculateur select {
	border: #CCC 1px solid;
}

.monForm input[type="text"]:hover, .monForm input[type="file"]:hover , .monForm select:hover, .monForm input[type="text"]:focus, .monForm input[type="file"]:focus, .monForm select:focus,
.form-calculateur input[type="text"]:hover, .form-calculateur input[type="file"]:hover , .form-calculateur select:hover, .form-calculateur input[type="text"]:focus, .form-calculateur input[type="file"]:focus, .form-calculateur select:focus {
	background-color: #DDEEFF;
}

/* accueil */

.fond-accueil {
	position: relative;
	background-image: url('../images/fond-accueil.jpg');
	width: 1000px;
	height: 724px;
	margin: 20px auto;
}

.bouton {
	position: absolute;
	width: 230px;
	height: 160px;
}

#bouton1 {
	background: url('../images/Articles3.jpg') no-repeat left top;
	top : 500px;
	left : 384px;
}

#bouton1:hover {
	background-position:0% -160px;
	top : 500px;
	left : 384px;
}

#bouton2 {
	background: url('../images/Association2.jpg') no-repeat left top;
	top : 264px;
	left : 63px;
}

#bouton2:hover {
	background-position:0% -160px;
	top : 264px;
	left : 63px;
}

#bouton3 {
	background: url('../images/Extras2.jpg') no-repeat left top;
	top : 450px;
	left : 113px;
}

#bouton3:hover {
	background-position:0% -160px;
	top : 450px;
	left : 113px;
}


#bouton4 {
	background: url('../images/Forum2.jpg') no-repeat left top;
	top : 264px;
	left : 710px;
}

#bouton4:hover {
	background-position:0% -160px;
	top : 264px;
	left : 710px;
}

#bouton5 {
	background: url('../images/Chat2.jpg') no-repeat left top;
	top : 450px;
	left : 661px;
}

#bouton5:hover {
	background-position:0% -160px;
	top : 450px;
	left : 661px;
}



/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	width: 90%;
	border-top: 1px solid #E9E9E9;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

#ajaxLoader {
	position: relative;
	text-align: center;
	display: none;
}

/* extras */
#hiddenAgeF, #hiddenAgeM, #hiddenGene, #hiddenGeneInf, #hiddenReproM, #hiddenReproF, #hiddenPoidsF, #hiddenPoidsM, #hiddenCompF, #hiddenCompM, #hiddenSante, #hiddenButton {
    display: none;
}
		
.low {
    color: green;
}
		
.medium {
    color: orange;
}
		
.high {
    color: red;
}

#ajaxLoader {
	position: relative;
	text-align: center;
	display: none;
}


/*menu base de donnée*/	

a.bigbouton, a.bigbouton:visited {
	font-size: 20px;
	text-decoration: underline;
	color: #9C57C2;
}

a.bigbouton:hover, a.bigbouton:active{	
	color:#00a2a5;
}

.liste {
	width: 100%;
	text-align: left;
}

.liste thead {
	border-bottom: 1px solid #000000;
}


/* listes */

tr.pair
{
  background-color: #F5F5F5;
}

tr.impair
{
  background-color: #EFDFFF;
}

tr:hover
{
  background-color: #fff;
}

form.login label {
	display: inline;
	float: left;
	text-align: left;
	font-weight: bold;
	width: 105px;
	margin: 1px 0;
}

form.forms label {
	display: inline;
	text-align: right;
	font-weight: bold;
	float: left;
	width: 270px;
	margin: 1px 0;
}

div#elevage, div#pere, div#mere {
	display: inline;
	margin: 0;
	padding: 0;
}

form.filter div {
	display: inline;
	float: left;
	margin: 2px 5px;
}

form.forms input, form.forms textarea, form.forms select, form.login input, form.filter select, form.filter input {
	border: 1px solid #ccc;
	margin: 1px 0;
}

form.forms li {
	list-style-type: none;
	display: inline;
}

ul.radio_list label {
	width: 20%;
	display: inline;
	float: none;
	font-weight: normal;
}

form.forms input["radio"] {
	float: left;
	margin: 1px 0;
	border: 1px solid black;
}

.filter legend {
	font-weight: bold;
}

#hiddenSearchMere, #hiddenSearchPere, #hiddenSearchElevage{
	position:absolute;
	left: auto;
	top:100px;
	width:800px;
	height:550px;
	z-index:1;
	clip: rect(0 100 30 0);
	visibility: visible;
	background: url('../images/fondpopup.png');
	border: 1px solid #753696;
	overflow: auto;
}

li#showPhenotype, li#showPhoto {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 0 10px;
}

.symfony {
	font-size: 12px;
}

.error_list {
	color: red;
}


#alert {
	margin: 10px;
	padding: 10px 10px 10px 40px;
	font-weight: bold;
	border: 2px groove orange;
	background: url('../images/messages/alert.png') no-repeat;
}

.resultat {
	border: 1px solid #3C9E3C;
	padding: 5px;
	background-color: #EFFFEF;
}
