/* 
Theme Name: Artisans du Patrimoine Fr
Theme URI: http://www.artisans-patrimoine.fr/
Description: Thème réalisé à partir de Defaut Fr
Version: 1.0
Author: TWD
Author URI: http://www.artisans-patrimoine.fr
Tags: Artisans, Patrimoine, Rouge, Gris, Blanc cassé

/// Tous droits réservés ///

Ce fichier est un complément de style-common.css

/* ////////////////////////////////////////////// */
/* 		Mise en page principale					  */
/* ////////////////////////////////////////////// */

#entete #titre {
	max-width:1200px;	
	min-width:760px;
	/* Le reste est défini dans style-common.css */
}

#bordure {					
	max-width:1200px;
	min-width:760px;
	/* Le reste est défini dans style-common.css */
}

#corps {
	max-width:1200px;
	min-width:760px;
	/* Le reste est défini dans style-common.css */
}

/* ////////////////////////////////////////////// */
/* 		Sépcificités colonne gauche				  */
/* ////////////////////////////////////////////// */


/* La colonne gauche */
/*
#colgauche {
	width:200px;
	float:left;
	color:#4C4C4C;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
*/

/*
#colgauche h2 {
	color:#333333;
	margin:10px 0 5px 0;
	border:none;
	font-size: 120%;
}
*/

/* Non utilisé
#colgauche h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}
*/

#colgauche p {
	margin: 0;
}

#colgauche p.news {
}

/*
#colgauche p.news a.more {
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	/* padding:10px 0;
}
*/

#colgauche a.news {
	color:#4C4C4C;
}

#colgauche a.news:hover {
	color:#990000;
}

#colgauche p.news a {
	color:#4C4C4C;
}

#colgauche p.news a:hover {
	color:#990000;
}

/* Les cadres de pub interne en colonne gauche */
.inscription {
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #F1EBDE;
	margin-top: 10px;
	margin-right: 20px;
	/* margin-left: -10px; */ /* Ne marche pas avec IE */
}

/*
#colgauche .subnav {
}

#colgauche .subnav li {
	list-style:none;
}

#colgauche .subnav li a {	
	color:#4C4C4C;
	text-decoration:none;
}

#colgauche .subnav li a:hover {
	color:#990000;
	text-decoration: underline;
}
*/

/*
#colgauche .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#colgauche .subnav li a:hover b {
	display:inline;
}
*/

/* La colonne droite */

/*
#coldroite {
	width:170px;
	float:right;
	padding:10px 0 0 20px;
}
*/

#coldroite p {		/* utilisé ? */
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
}

/*
#coldroite h2 {
	color:#333333;
	margin:10px 0;
	border:none;
	font-size: 120%;
}
*/

#coldroite ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#coldroite ul li {
	margin:5px 0;
}

#coldroite a {
	color:#444;
	text-decoration:none;
}

#coldroite a:hover {
	text-decoration: underline;
	color:#990000;	
}

/*
#recherche {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
*/

#nuage {
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #F1EBDE;
}

/* ////////////////////////////////////////////// */
/* 		Sépcificités contenu du milieu			  */
/* ////////////////////////////////////////////// */

/* Ecrase style common */
#content.single {
	margin:0 0 0 200px;
}

#titrecategorie {
	text-align: center;
	width: 98%;
}

#message {
	text-align: left;
}

/*
p {
	margin:15px 0;
	line-height:22px;
}

h2 {
	color:#990000;
	border-bottom:2px solid #f6f6f6;
	font-size: 160%;
}


a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% "Trebuchet MS";
	margin:10px 0;
}

hr {
	clear: both;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
*/

#content ul {
	margin-bottom: 3px;
	color:#333;
}
#content ul span {
	color:#444;
}

/*
img {
	padding:1px;
	border: 0px;
}

form {
	padding:10px;
	border:1px solid #ccc;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	padding: 2px;
/*	border :1px solid #ccc; 
	font:90% Verdana;
	color:#666;
}

textarea {
	padding:4px;
	font:90% Verdana;
	border:1px solid #CCCCCC;
/*	height:200px; 
	display:block;
	color:#666;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {			/* A priori pas utilisé 
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}
*/

/* Liens catégories */
a.cat_display {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color:#990000;
	padding-left: 20px;
}

a.cat_display:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
	color:#222;
	padding-left: 20px;
}

a.subcat_display {
	text-decoration: none;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.lien {
	text-align: justify;
}

.lien a {
	font-size: 14px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

.lien a:hover {
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.lien span {
	color: #330000;
}

.ariane {
	color: #666;
}

.ariane a {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

.ariane a:hover {
	color: #A9A9A9;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

.cadresite {
	width: 100%;
	border: 1px solid #CCCCCC;
	vertical-align : top;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	/* font-size: 12px; */
	color: #4C4C4C;
	padding-right: 5px;
}

.cadresite a {
}

.cadresite p {
	margin: 0;
/*	margin-bottom: 0px;
	margin-top: 10px; */
}

.imagesite {
	border: 1px solid #CCCCCC;
}

#photoannonce {
	width: 160px;
}

.imagesomesite {
	border: 1px solid #CCCCCC;
	margin-top: 8px;
}

.warning {
	background: #F1EBDE;
	border: 2px solid #000;
	text-align: center;
	margin: 1em 5% 10px;
	padding: 10px;
	font-family: tahoma, verdana;
	font-weight: bold;
	max-width: 780px;
}

.fichemoment {
	max-width: 160px;
	text-align: left;
}

.fichemoment a {
	color: #990000;
}

/* Fiche site  */
#fichesite {
	list-style-type: none;
	text-align: left;
/*	border: 1px solid #CCCCCC; */
	padding-top: 8px;
	margin-right: -20px;
}

#fichesite h1 {
	font-size: 2em;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	/* border-style: none; */
}

#fichesite h2 {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	/* border-style: none; */
	font-size: 100%;
	font-weight: bold;
}

/* Navigation dans la pagination */
#pages {
	margin-bottom: 20px;
}

/* Autres catégories proposées en bas de page */
#othercat {
	width: 98%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#othercat h2 {
	color:#333333;
	margin:10px 0 10px 0;
	border:none;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 120%;
}
#othercat a {
	color:#4C4C4C;
	text-decoration: none;
}

#othercat a:hover {
	color:#990000;
	text-decoration: underline;
}

/* ////////////////////////////////////////////// */
/* 		Fonctions spéciales						  */
/* ////////////////////////////////////////////// */

.validform {
	display:none;
}

/* ////////////////////////////////////////////// */
/* 		Google maps								  */
/* ////////////////////////////////////////////// */

#gmapmarker {
	/* font: normal small verdana, arial, helvetica, sans-serif; */
	font-size: 10pt;
	margin: 0px;
	width: auto;
	height: auto;
	overflow:auto;
}

#gmapmarker p{
	margin : 0;
	padding : 2px 0 2px 0;
}

#gmapmarker a {text-decoration: none; color: #0066CC; background-color: transparent;}

#gmapmarker a:hover {color: #F60; background-color: transparent;}

#gmapmarker h1 {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-weight: bold;
	font-size: 13px;
	color: #990000;
	padding : 2px;
	margin : 0;
	text-decoration: underline;
}
#gmapmarker h1:hover {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-weight: bold;
	font-size: 13px;
	color: #990000;
	padding : 2px;
	margin : 0;
	text-decoration: none;
}

/*div qui contient la carte */
#map {
	float : left;
	border: 1px solid #CCCCCC;
}

/* ////////////////////////////////////////////// */
/* 		Galerie single							  */
/* ////////////////////////////////////////////// */

div#galerie 
{ 
/*    width: 410px ; 
    background: #eed ; 
    border: 1px solid #dcb ; 
    padding: 15px ; 
    margin: 15px 30px ; 
    text-align: center ; 
    font: 0.9em Georgia, serif ; 
	*/
} 
 
ul#galerie_mini 
{ 
    /*
	margin: 0 ; 
    padding: 0 ; 
	*/
    list-style-type: none ; 
} 
 
ul#galerie_mini li 
{ 
    float: left ; 
} 
 
ul#galerie_mini li a img 
{ 
	margin: 2px 1px ; 
    /*
    border: 1px solid #dcb ; 
	*/
} 
 
dl#photo 
{ 
    clear: both ;
    margin: 0 auto ; 
} 
 
dl#photo dt 
{ 
    /*
	font: italic 2.5em/1.5em Georgia, serif ; 
    color: #dcb ; 
	*/
} 
 
dl#photo dd 
{ 
    margin: 0 ; 
} 
 
dl#photo img 
{ 
    /*
	border: 1px solid #dcb ; 
	*/
} 

img.vendu {
	position: absolute;
	margin: 0 0 0 0;
}

/* ////////////////////////////////////////////// */
/* 		Pagination								  */
/* ////////////////////////////////////////////// */
.pagination {
/*	line-height:2em; */
	font-weight:bold;
}
.pagination a,
.pagination span {
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.pagination a {
	border:1px solid #CCCCCC;
	color:#4C4C4C;
	text-decoration:none;
}
.pagination a:hover {
	border:1px solid #990000;
	color:#990000;
}
.pagination .prevnext {
	font-weight:bold;
}
.pagination span.disabled { 
	border:1px solid #DDDDDD;
	color:#999999;
}
.pagination span.current {
	border:1px solid #990000;
	background-color:#990000;
	color:#FFFFDD;
	/* font-weight:bold; */
}

/* ////////////////////////////////////////////// */
/* 		Zone User								  */
/* ////////////////////////////////////////////// */
#usernav {
/*	clear: both; */
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	color: #990000;
}

#usernav a {
	text-decoration: none;
/*	font-weight: bold;  */
	padding: 4px 8px;
/*	font-family: Arial;
	font-size: 120%; */
	color: #990000;
	border:1px solid #CCCCCC;
}

#usernav a:hover {
	background-color: #4C4C4C;
	color: #FFFFDD;
}

#usernav li {
	display: inline;
	list-style: none;
}

