﻿/************************************** MEMO *******************************************

# => ID : un id s'applique à un objet unique, il ne peut pas y avoir deux mêmes id dans une page 
. => Classe : une classe peut désigner plusieurs objets identiques.

****************************************************************************************/

/******************************** Pour toutes les pages ********************************/

/* Corps des pages */
body
{
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
	color: #333333;
	text-align: left;
	margin: 0;
    height: 100%;
	background:#bdbdbd url('../images/fond/fond_general_x990.gif') top center repeat-y;
}

input
{
	font-size: x-small;
	color: #333333;
	font-family: Tahoma;
}

select
{
	font-size: small;
	color: #333333;
}

table
{
	font-size: small;
	color: #333333;
}

p
{
	text-align: justify;
}


/* Liens */
a
{
	text-decoration: none;
	color: #FF0066;
}

a:link
{
	text-decoration: none;
	color: #FF0066;
}
		
a:visited
{	
	text-decoration:none;
	color:#FF0066;
}	
		
a:active
{
	text-decoration: none;
	color: #808080;
}
a:hover
{
	text-decoration: none;
	color: #808080;
}

/* Titres de page */

.title
{
	font-size: small;
	font-weight: bold;
	color: #FF0066;
	margin-top: 0px;
}

/* Textes */
.text
{
	font-size: small;
	color: #333333;
}

/* Textes colorés */
.textcolor
{
	font-size: small;
	color: #FF0066;
}

/* Textes gras */
.textbold
{
	font-size: small;
	font-weight: bold;
	color: #333333;
}

/* Textes gras colorés */
.textboldcolor
{
	font-size: small;
	font-weight: bold;
	color: #FF0066;
}

/* Textes petits */
.textsmall
{
	font-size: x-small;
	color: #333333;
}

/* Textes petits colorés */
.textsmallcolor
{
	font-size: x-small;
	color: #FF0066;
}

/* Textes petits gras */
.textsmallbold
{
	font-size: x-small;
	font-weight: bold;
	color: #333333;
}

/* Textes petits gras colorés */
.textsmallboldcolor
{
	font-size: x-small;
	font-weight: bold;
	color: #FF0066;
}


/* Titres Tableaux */
.tabletitle
{
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BDBDBD;
}

.tabletitle a
{
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BDBDBD;
}


/* Tableaux */
.table-dynamic
{
}

.DataGridPager span
{
	font-weight:bold;	
}

.DataGridPager
{
	color:#FF0066;
	background-color:#BDBDBD;
}

.DataGridAnnonce a
{
	text-decoration: none;
	color: #000000;
}

.DataGridAnnonce a:link
{
	text-decoration: none;
	color: #000000;
}
		
.DataGridAnnonce a:visited
{	
	text-decoration:none;
	color: #000000;
}	
		
.DataGridAnnonce a:active
{
	text-decoration: none;
	color: #808080;
}

.DataGridAnnonce a:hover
{
	text-decoration: none;
	color: #808080;
}

/************** Page Index.htm **************/

#index-container
{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

#index-container img
{
	border-width: 0px;
	margin-left: auto;
	margin-right: auto;
}

#index-container a
{
	font-size: large;
	text-align: center;
}

/************** Pando.Master **************/

/* Cadre global de toute la page Pando.Master */
#master-main
{
	margin:auto;
    width: 965px;

}

/* Cadre ou se trouve le menu*/
#master-header

{
	margin-left: 10px;
	margin-right: 10px;
}

/* Bandeau sous le menu */
#master-bandeau
{	
	width:100%;
	height:1px;
	background-color: #CFD7DD;
	font-size:1px;
}


/* Cadre Centre  */
#master-maincontent
{
	margin-left: 10px;
	margin-right: 10px;
}

/* Cadre ou apparait le nombre d'annonce, de visites */
#master-stats
{
	padding: 5px 0px 0px 0px;
	font-size: x-small;
	height: 40px;
	width: auto;
	font-weight: bold;
}

/* Cadre Centre */
#master-content
{
	margin: 0px 5px 0px 5px;
	padding: 10px 15px 0px 15px;
	height: auto;
	background-color: #FFFFFF;
	}

/* Cadre Bas */
#master-footer
{
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	margin-top: 8px;
}

/************** Accueil.aspx **************/


#accueil
{
	
}


/************** A revoir **************/
.accueil td
{
	font-family: Verdana, Arial, Helvetica, sans-serif
}

.accueil .bodyline
{ 
	background-color: #FFFFFF; border: 1px #98AAB1 solid;
}

.accueil .forumline
{
	background-color: #FFFFFF;
	border: 2px #006699 solid;
}

.accueil td.row2
{ 
	background-color: #DEE3E7; 
}

.accueil .postbody
{
	font-size : 12px; line-height: 18px
}

.accueil td.row1
{
	background-color: #EFEFEF;
}

.accueil .style4 {
	font-size: x-small;
	line-height: 18px;
}

.accueil a
{
	color: #DB3F29;
}

.accueil .style8
{
	border-collapse: collapse;
	height: 377px;
}

.accueil .style9
{
	text-align: left;
}

.accueil .style10
{
	text-align: center;
}

.accueil .style3
{
	font-family: Verdana;
}

.accueil .style11
{
	font-size: x-small;
	line-height: 18px;
	color: #DB3F29;
}

.accueil .style12
{
	color: #DB3F29;
}

.accueil .style13
{
	color: #DB3F29;
	font-weight: bold;
}

.accueil .style14
{
	text-align: left;
	font-weight: bold;
}

.accueil a:visited
{
	color: #DB3F29;
}

.accueil a:active
{
	color: #FF0000;
}

.nouveauStyle1 {
	background-color: #EFEFEF;
}

.menuHaut a
{
	border:0px;
	margin:-2px;
}