﻿/*  tableau */
.contentTableau{
    text-align:left;
}

.contentTableau .header1 {
	BACKGROUND-COLOR: #FE9900;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	text-align: center;
	padding-top: 2px;
}

.contentTableau .header1 span{
	BACKGROUND-COLOR: #FE9900;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	text-align: center;
}

.contentTableau .header1 a{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.contentTableau .headerTop{
    background-color:#EFEFEF;
    height:20px;
    color:#FE9900;
    border:1px solid #E1E1E1;
}

.contentTableau .header2 {
	BACKGROUND-COLOR: #FFFFFF;
	border-top:1px solid #E1E1E1;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	font-weight: bold;
	color: #000000;
	height: 25px;
	text-align:left;
}

.contentTableau .header2 a{
	color: #000000;
	padding-right: 3px;
	text-decoration: underline;
}

.contentTableau .header2 a:hover{
	color: #000000;
	padding-right: 3px;
	text-decoration: underline;
}

.contentTableau .header2 a:visited{
	color: #000000;
	padding-right: 3px;
	text-decoration: underline;
}

.contentTableau .header2 a.lienProfil{
	color: #000000;
	padding-left: 5px;
}

.contentTableau tr td.post 
{
	background-color: #F0F0F0;
	color: #5C5C5C;
	padding:2px 5px 2px 5px;
	border-top:2px solid #E1E1E1;
	height:40px;	
	text-align:left;
}

.contentTableau tr td.post p
{
	color: #fe9900;
	width:550px;
}

.contentTableau tr td.post span
{
	color: #fe9900;
}

.contentTableau tr td.post a.lienCategorie{
    color:#5C5C5C;
}

.contentTableau tr td.post .lienTableau a
{
	color: #FE9900;
	text-decoration: none;
	font-weight:bold;
}

.contentTableau tr td.post_alt
{
	background-color: #F0F0F0;
	color: #5C5C5C;
	padding:2px 5px 2px 5px;
	border-top:2px solid #E1E1E1;
	text-align:left;
}

.contentTableau tr td.post_alt .lienTableau a
{
	color: #FE9900;
	text-decoration: none;
	font-weight:bold;

}

.contentTableau .lienSujet a
{
	color: #FE9900;
	text-decoration: none;
	font-weight:bold;
	font-style:italic;
}

.contentTableau tr td.post .lienSujet a:hover
{
	color: #FE9900;
	text-decoration: underline;
	font-weight:bold;
}

table .iconlegend
{
	margin-top: 10px;
}

.pagerStyle span
{
	font-weight: bold;
	color: #FE9900;
	font-size: 15px;
}

.pagerStyle a
{
	color: #001F39;
	text-decoration: none;
}

.postformheader 
{
	background-color: #F0F0F0;
	font-weight:bold;
	color: #5F5E5E;
	
}

.postformheader span
{
	background-color: #F0F0F0;
	font-weight:bold;
	color: #5F5E5E;
	padding-left: 3px;
}

.postheader
{
	color: #000000;
	padding-left:5px;
}

.postheader span
{
	color: #000000;
}

/*  Image */
img 
{
	border: 0;
}

DIV.divMessageForum img{
  /* Code standard */ 
  max-width: 550px;    
  /* Code spécial IE */ 
  width: expression(this.width >= 550 ? "550px": "auto");
}

.edit 
{
	width: 460px;
}



/*   lien et texte */
.textGris
{
	color : #5F5E5E;
}

.textGrisGras
{
	color : #5F5E5E;
	font-weight: bold;
}

a.lienProfil
{
	color: #FE9900;
	text-decoration:none;
}

.suivre a
{
	cursor:pointer;
	color:#5C5C5C;
	padding:2px 0 2px 20px;
	text-decoration: underline;
}

.suivre a span
{
	color:#5C5C5C;
}


.suivre a:visited
{
	text-decoration: underline;
}

.champForumaire
{
	color:#5F5E5E;
}
DIV.divChangerCat
{
	text-align: right;
}

span.bleuClairBoldGrandeTaille
{
	font-weight:bold;
	color: #FE9900;
	font-size: 17px;
}

span.bleuClairBold
{
	font-weight:bold;
	color: #00B4FF;
}

.postformheader .erreur
{
	color: Red;
}

/* SELECT */
SELECT.changerCategorie
{
	background-color:#FFFFFF;
	border:1px solid #5F5E5E;
	color:#5F5E5E;
	font-size:10px;
	font-weight:normal;
	height:20px;
}

SELECT.montrerSujet
{
	background-color:#FFFFFF;
	border:1px solid #5F5E5E;
	color:#5F5E5E;
	font-size:10px;
	font-weight:normal;
	height:20px;
}

SELECT.DepuisTopicActif
{
	background-color:#FFFFFF;
	border:1px solid #5F5E5E;
	color:#5F5E5E;
	font-size:10px;
	font-weight:normal;
	height:20px;
}

.espace
{
	height:10px;
}

div.succes
{
	font-size: 13px;
	color:#001F39;
	font-weight:bold;
	padding-bottom: 5px;
}

.pasResultat
{
	color:#FE9900;
	font-weight:bold;
	padding-top: 5px;
}
/*  PopUp */
div.popUp
{
	padding-left: 25px;
	padding-top: 25px;
	border : solid 1px #FE9900;
	color: #5F5E5E;
}


.iconlegend tr td
{
	color: #5F5E5E;
}

.PetitBoutonPublicSurNoir a:hover
{
	text-decoration: none;
}

.alignCenter
{
	text-align:center;
}

.cheminFer
{
	text-align:right;
	color:#5C5C5C;
}

.cheminFer a
{
	text-decoration: underline;
	color:#5C5C5C;
	font-weight:bold;
}

.cheminFer a:visited
{
	text-decoration: underline;
	color:#5C5C5C;
	font-weight:bold;
}

.textearea
{
	border-top:solid 2px #DDDDDD;
	border-left:solid 2px #DDDDDD;
	width:580px;
}

.tdBoutonContributionC input {
	background-image:url(../../../Design/images/Bouton/btn_orange_1px.png);
	background-position:left top;
	background-repeat:repeat-x;
	border:0 solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:22px;
	margin:0 0 5px;
	padding:0 5px 2px;
	position:relative;
	text-align:center;
	vertical-align:middle;
}

.divDiscuActive{
    border-top:1px dashed #E1E1E1;
    padding:10px 0px 10px 0px;
    width:100%;
    text-align:left;
    color:#FE9900;
    text-transform:uppercase;
    font-weight:bold;
    font-size:13px;
}
.divInfos{
    border-top:1px dashed #E1E1E1;
    padding:10px 0px 0px 0px;
    width:100%;
    text-align:left;
    color:#FE9900;
    text-transform:uppercase;
    font-weight:bold;
    font-size:12px;
}
.divInfos span{
    color:#5C5C5C;
    text-transform:none;
    font-weight:normal;
    font-size:11px;
}
