/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style générale du site
//
// Contraintes         : 
//------------------------------------------------------------------
*/
#contenu .logo{
	vertical-align:middle;
	border:none;
}
/*------------------------------------------------------------------*/
/* Page de connexion */
#contenu h2{
	background:url(images/client.gif) no-repeat;
}


#contenu fieldset{
	border:none;
	margin:10px;
}
#contenu a{
	color:black;
}
#contenu p{
	margin-bottom:10px;
}
#contenu legend{
	font-weight:bold;
	margin-bottom:10px;
}
#contenu input{
	border:solid 1px #CCCCCC;
	width:250px;
}
#contenu .focus{
	background:#F5F5F5;
}
#contenu .champs{
	width:360px;
	float:left;
	margin:20px;
}
#contenu .formacces .boutonenvoyer{
	height:45px;
	width:47px;
	background:url(images/bouton.gif) no-repeat;
	border:none;
	margin-top:20px;
	cursor:pointer;
}
#contenu .formacces label{
	font-weight:bold;
	float:left;
	width:100px;
}

/*------------------------------------------------------------------*/
/*Page abonnée*/
#contenu h3{
	font-size:13px;
	margin-top:20px;
}

#contenu .solde{
	height:84px;
	width:187px;
	background:url(images/solde.gif) no-repeat;
	float:right;
	margin-right:40px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#contenu .solde p{
	margin-top:25px;
}
#contenu p.infos{
	font-style:italic;
	color:#630000;
	margin-top:20px;
}
#contenu .menu-client ul,li{
	list-style-type:none;
	margin-left:40px;
}

#contenu .menu-client li{
	background:url(images/fleche.gif) top left no-repeat;
	padding-left:20px;
	padding-bottom:3px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}
#contenu .menu-client li a{
	color:black;
	text-decoration:none;
}
#contenu .menu-client li a:hover{
	text-decoration:underline;
}

#contenu .fonctionnement{
	font-family:Verdana;
}
#contenu .fonctionnement li{
	list-style-type:disc;
}
#contenu .fonctionnement h4{
	font-size:12px;
	margin-top:20px;
	margin-bottom:10px;
}
/*Cadres Options*/

#contenu .important{
	color:#306200;
	font-weight:bold;
	font-size:12px;
}
#contenu .options{
	float:right;
	width:300px;
	margin-left:10px;
}

.rbroundbox { 
	background: #F4F4F4;	
	margin-bottom:10px;
}
.rbtop div { background: url(images/rb-hg.gif) no-repeat top left; }
.rbtop { background: url(images/rb-hd.gif) no-repeat top right; }
.rbbot div { background: url(images/rb-bg.gif) no-repeat bottom left; }
.rbbot { background: url(images/rb-bd.gif) no-repeat bottom right; }
.rbtop div, .rbtop, .rbbot div, .rbbot {height: 7px;}
.rbcontent { padding-left:90px; padding-right:10px; }

#option-photo .rbcontent {
	background:#F4F4F4 url(images/photos.jpg) top left no-repeat;
}
#option-video .rbcontent {
	background:#F4F4F4 url(images/video.jpg) top left no-repeat;
}
#option-mep .rbcontent {
	background:#F4F4F4 url(images/mep.jpg) top left no-repeat;
}
#option-date .rbcontent {
	background:#F4F4F4 url(images/calendrier.jpg) top left no-repeat;
}

/*Tarifs*/
#tarifs-annonces{
	margin-right:330px;
	margin-top:30px;
	margin-bottom:10px;
}
#tarifs-annonces table{
	width: 550px;
	border:solid 1px black;
	margin-top:5px;
}
#tarifs-annonces table th{
	background:#306200;
	color:white;
}	
#tarifs-annonces table td.points{
	text-align:center;
	color:#630000;
}	
#tarifs-annonces table td,th{
	padding:5px;
	border:solid 1px black;
}

#contenu .boutonsuivant{
	border:solid 1px #CCCCCC;
	background:white;
	color:black;
	width:70px;
	margin-top:20px;
	cursor:pointer;
}

/*Recharger*/
#recharger-points{
	margin-top:30px;
	margin-bottom:10px;
}
#recharger-points table{
	width: 550px;
	border:solid 1px black;
	margin-top:5px;
}
#recharger-points table th{
	background:#F4F4F4;
}	
#recharger-points table td.points{
	text-align:center;
	color:#630000;
}	
#recharger-points table td,th{
	padding:5px;
	border:solid 1px black;
}

/*------------------------------------------------------------------*/
/*Annonces clients*/

#annonces-client .impaire{
	background:#F2F8F1;
}

#annonces-client table{
	width:99%;
}

#annonces-client table td{
	padding:4px;
	border:none;
	border-bottom:solid 1px #578754;
	text-align:center;
}
#annonces-client table a{
	color:#630000;
}
#annonces-client td.visibilite{
	width:230px;
}
#annonces-client td.cheval{
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
#annonces-client table th{
	background:url(images/fdth.jpg) repeat-x;
	color:white;
	padding:0px;
	height:22px;
	border:none;
	border-bottom:solid 1px #578754;
}

#annonces-client input.checkbox{
	border:none;
	width:20px;
}
#annonces-client img{
	border:none;
}
#annonces-client .video{
	text-transform:uppercase;
	font-weight:bold;
}
#annonces-client .video img{
	vertical-align:middle;
}

/*------------------------------------------------------------------*/
/*Periodes d'affichage en page d'accueil*/

#contenu .periodes input.checkbox{
	width:20px;
	border:none;
}
#contenu .periodes label{
	float:none;
	width:auto;
	font-weight:normal;
}
#contenu .periodes p{
	margin-bottom:5px;
	width:48%;
	float:left;
}
#contenu .periodes .boutonenvoyer{
	border:solid 1px #CCCCCC;
	background:white;
	color:black;
	width:70px;
	margin-top:20px;
	cursor:pointer;
}
/*------------------------------------------------------------------*/

#contenu .prix-points .boutonenvoyer{
	border:solid 1px #CCCCCC;
	background:white;
	color:black;
	width:70px;
	margin-top:20px;
	cursor:pointer;
}
#contenu td.radio{
	width:30px;
}
#contenu td.radio input{
	border:none;
	width:20px;
}
#contenu .prix-points table{
	text-align:center;
	width:550px;
}
#contenu .prix-points td{
	font-weight:bold;
}
#contenu .prix-points td.tdprixs{
	color:#630000;
}


/*------------------------------------------------------------------*/
/* Comptes Clients */


#contenu .compte-client fieldset{
	border:none;
	margin:10px;
}
#contenu .compte-client fieldset p{
	margin-top:10px;
}
#contenu .compte-client legend{
	font-weight:bold;
	margin-bottom:10px;
}
#contenu .compte-client input{
	border:solid 1px #CCCCCC;
	width:300px;
}
#contenu .compte-client .focus{
	background:#F5F5F5;
}
#contenu .compte-client textarea{
	border:solid 1px #CCCCCC;
	width:90%;
}
#contenu .compte-client label{
	font-weight:bold;
	float:left;
	width:100px;
}

#contenu .compte-client .boutonenvoyer{
	width:200px;
	border:solid 1px #CCCCCC;
	background:white;
	color:black;
	margin-top:20px;
	cursor:pointer;
}


/*------------------------------------------------------------------*/
/* nouvelle annonce */
#contenu .corpForm .boutonenvoyer{
	height:45px;
	width:47px;
	background:url(images/bouton.gif) no-repeat;
	border:none;
	margin-top:20px;
}
#contenu .corpForm label.normal{
	font-weight:normal;
	float:left;
	width:85px;
}

#contenu .corpForm select{
	width:250px;
}
#contenu .corpForm textarea{
	width:95%;
	border:solid 1px #CCCCCC;
	height:70px;
}

#contenu .autreschamps{
	background:#F7F4F0 url(images/notes.jpg) top right no-repeat;	
	padding:10px;
}
#contenu input.boutonradio{
	margin-left:30px;
	width:auto;
}
#contenu input.champprix{
	width:50px;
}
#contenu .contact{
	background:#F9F2F2;	
	padding:10px;
}
#contenu .corpForm .champsphotos{
	padding:10px;
	padding-left:100px;
	margin-top:10px;
	margin-bottom:10px;
	background:#F4F4F4 url(images/photos.jpg) left no-repeat;	
}
#contenu .corpForm .champsphotos .file{
	width:250px;
}
#contenu .corpForm .court{
	width:80px;
}
#contenu .corpForm .focuscourt{
	width:80px;
	background:#F5F5F5;
}
/* généalogie */
#saisieGene {
	width:100%;
}

#saisieGene img {
	border:none;
}
#saisieGene td{
	text-align:center;
	padding-top:5px;
}
#saisieGene .male{
	background:#F0F0FF;
}
#saisieGene .femelle{
	background:#FFF0F8;
}
#saisieGene input{
	width:50%;
}
