/*================================
    Styles for Quality Cabinents
   ================================*/

/*------------ Styles for Portfolio ---------------------*/

/* Styles utilisés par le pager */
.nav { background: #eee; border-top: 1px solid #ccc; padding: 5px; text-align:center; margin-top:20px }
.nav a { padding: 0 5px; }
.nav a.highlight { color:Fuchsia; font-weight: bold;}		
.nav a:active { color:Fuchsia; font-weight: bold;}

/* Style de l'aide dans les formulaires */
.ipHelp
{
    color: green;    
}
.ipHelp:link,.ipHelp:visited,.ipHelp:active
{
    color: green;
    font-weight: normal
}

/* Label utilisé dans le détail des propriétés */
.ipLabel
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: gray
}

/* Texte des markers dans la google map */

/*.markerLabel
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: indigo;
	vertical-align: middle;
	text-align: center;
}*/

/* Lien utilisé dans l'arborescence des zones de la googlemap */

.ipLink:link,.ipLink:visited,.ipLink:active
{
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}
.ipLink:hover
{
	cursor: pointer;
	color: red;
}

/*.ipH1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #666644;
}

.ipH2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #0066CC;
}

.ipH3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}*/

/* Style des articles */
.ipArticleLink1,.ipArticleLink1:link,.ipArticleLink1:visited,.ipArticleLink1:active
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.ipArticleLink1:hover
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}

.ipArticleTitle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
	margin-top: 5px;
}

.ipArticleH1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #003366;
	margin-top: 25px;
}

.ipArticleH2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #7BA1D8;
	margin-bottom: 5px;
	margin-top: 25px;
}

.ipArticleH3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

.ipArticleDate
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: gray;
}

.ipArticleBlock
{
	padding-top:7px;
	padding-bottom:5px;
	background-image: url(/Portals/0/Images/ArticleTitleBackground.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: top;
}