﻿
/**Titre**/
.TitreCegos {
	background-image: url('../Images/CegosImages/Cegos_Titre2.gif');
	background-repeat: no-repeat;
	background-position: left top;	
	padding-left: 60px;
	padding-top: 0px;
	color: #DA0206;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 0;
}

.TitreCegosSansPuce{
	padding-top: 5px;
	color: #F60D10;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.TitreNewsCegos {
	background-image: url('../Images/CegosImages/Cegos_TitreNews.gif');
	background-repeat: no-repeat;
	background-position: left top;	
	padding: 0 0 0 35px;
	margin: 0 0 0 0;
	color: #DA0206;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 0;
}


/**Liens**/
.LienCegos{
	font-family: Verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #F60D10;
	text-decoration: none;
	text-align: left;
}

.LienCegos a, .LienCegos a:link, .LienCegos a:visited{
	font-family: Verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #F60D10;
	text-decoration: none;
}

.LienCegos a:hover{
	font-family: Verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #52525A;
	text-decoration: underline;
}

/**Date**/
.DateCegos{
	font-family: Verdana, helvetica, tahoma, arial, sans-serif;
	padding-top: 5px;
	font-size: 11px;
	vertical-align: bottom;
	font-style: italic;
	color: #313131;
}

.CegosPhotoTemoignage td{
	border: 0px;
	background-image: url('../Images/CegosImages/CegosPhotoTemoignage.gif');
	background-repeat: no-repeat;
	background-position: center top;
	width: 92px;
	max-width: 92px;
	height: 131px;
	max-height: 131px;
}

.CegosPhotoTemoignage {
	border: 0px;
	background-image: url('../Images/CegosImages/CegosImgTemoignage.gif');
	background-repeat: no-repeat;
	background-position: center top;
	width: 92px;
	max-width: 92px;
	height: 131px;
	max-height: 131px;
	
}

.CegosPhotoTemoignage img{
	vertical-align: middle;
	border: 0px;
	/*width: 80px;
	max-width: 80px;
	height: 120px;
	max-height: 120px;*/
}

/**Générique **/
img{
	border:0;
}

/*Espace News*/

.AccueilNewsCegos{
	font-family: Verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 11px;
	color: #52525A;	
	line-height: normal;
	width: 645px;
	max-width: 645px;
	text-align: left;
}

CegosTitleCssClass{
	
	font-size: 70px;
}

.CegosBodyCssClass{
	font-size: 25px;
}

/* Attribut à utiliser pour les styles des webparts de la page Accueil News et Accueil
- CegosTitleCssClass (élément titre)
- CegosTableCssClass (élément table)
- CegosTdCssClass (tous les éléments td sauf ceux contenant l'image et le texte de la news, car ceux-ci sont surchargées par les suivants), attention chaque td à un valign:top par défaut (je peux le modifier si besoin)
- CegosImageCssClass (appliqué sur la td contenant l'image)
- CegosBodyCssClass (appliqué sur la td contenant le texte de la news)
- CegosLinksCssClass (élément a)*/
