﻿/***************************************************************************
Author(s)             : Louis-Gilles Lalonde               Date : 2007-05-24
Description           : CPAT - Exemple de feuille de style

Revision              : $Revision: 4 $
Last Changed By       : $Author: Slevert $
Date                  : $Modtime: 6/20/08 3:05p $
****************************************************************************/
/* titres et textes des News */
.newsTitle
{
	font-weight: bold;
	font-size: 20px;
	color: #666666;
	font-family: Verdana;
	text-decoration: none;
}
.newsTitle:hover
{
	color: #FFCC00;
}

.RSS
{
   text-align:right;
}

.newsText
{
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	font-family: Verdana;
	text-decoration: none;

}
.Header_NewsArchive{
	width:281px;
	height:54px;
	background-image: url(Images/News_TitleArchives.gif);
	background-repeat: no-repeat;
}
.Header_LatestNews{
	width:281px;
	height:54px;
	background-image: url(Images/News_TitleLatestNews.gif);
	background-repeat: no-repeat;
}

.News_DIV{
	width:366px;
	text-align:right;
}
.News_Header{
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:281px;
	height:54px;
}

.News_Body
{
   vertical-align:top;
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	width:281px;
	background-image:url(Images/News_SectionFull.gif);
	background-repeat: repeat-y;
	text-decoration: none;
}
.News_BodySelected
{
   cursor:pointer;
	text-align:left;
	width:281px;
	color: #339933;
	text-decoration: none;
}
.News_More{
	margin:none;
	padding:0 22px 0 0;
	width:281px;
	height:23px;
	background-image:url(Images/News_SectionHalfHeight.gif);
	background-repeat:no-repeat;
}
.News_Footer{
	margin:none;
	padding:0 0 0 0;
	width:281px;
	height:16px;
	background-image:url(Images/News_Bottom.gif);
	background-repeat:no-repeat;
}
/* lignes pointillées */
.greenDottedLineFull
{
	background-image: url(Images/GreenDottedLine.gif);
	background-repeat: repeat-x;
	margin: 0px 2px 5px 2px;
	padding: 0 0 0 0;
	border: none;
	width: 966px;
	height: 2px;
}
/* Style du DIV pour l'entête */
#divHeader
{
	width: 100%;
	height: 0;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
#divMainMenu
{
	width: 971px;
	height: 30px;
	margin: 0 0 0 0;
	padding:0px;
}
.imageMainMenu
{
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#divMainText
{
	background-color: White;
}
.CPATLogin
{
	border-width: 0;
	margin-top: 30px;
}
/* $Log: /VIASAT/Web/Solutions/CPAT/APP_THEMES/DEFAULT/cpat.css $
 * 
 * 4     6/20/08 4:10p Slevert
 * Changement pour CPAT 1.1
 * 
 * 3     11/05/07 10:53a Slevert
 * Correction pour CPAT
 * 
 * 2     11/02/07 1:45p Slevert
 * Mise  jour des dern�res coquilles.
 * 
 * 1     11/01/07 4:56p Slevert
 * 
 * 11    07-06-19 13:51 Mbus
 * v1-01 : Press Release: CPAT at Cable-Tec Expo 2007; changed T for P in
 * phone numbers; link to map.aspx in the contacts page
 * 
 * 10    07-06-13 14:50 Mbus
 * version initiale
 * 
 * 9     07-06-04 7:01 Mbus
 * Version pr�éliminaire. Reste à brancher encore des liens, faire la cart
 * google map,...
 * 
 * 8     07-06-03 12:03 Mbus
 * Partiel 3 juin
 * 
 * 7     25/05/07 3:07p Lglalonde
 * styles pour les images des News
 * 
 * 6     25/05/07 11:53a Lglalonde
 * centrer l'ensemble de la page
 * 
 * 5     24/05/07 5:13p Lglalonde
 * 
 * 4     24/05/07 12:17p Lglalonde
 * Ajout des tags SourceSafe
 */