@CHARSET "ISO-8859-1";
/********************************************************/
/* 						Beyer Jérémie					*/
/********************************************************/

 
/* La page css permet la definition du graphisme du site */
body{
	/* couleur de fond du site gris/vert #5d596d */
	text-align:center;
	background-color: #5d596d;
	padding: 0px;
	margin-top: 0px;

}

/* tableau principal dans lequel tout les autres elements sont contenus */
/* definition des elements qui composent ce tableau*/

#tab_ppl{
	
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	
}

#bordGauche{
	background-image: url("../images/coinGauche.jpg");
	width: 12px;
	background-repeat: repeat-y;
	background-position: left;
}

#bordDroit{
	background-image: url("../images/coinDroit.jpg");
	width: 12px;
	background-repeat: repeat-y;
	background-position: right;
}

#tabBarreGrise{
	margin: 0;
}

/* barre grise */
#barreGrise{
	width: 897px;
	height: 26px;
	background-image: url("../images/barreGrise.png");
	background-repeat: no-repeat;
}

/* barre avec logo et pub */
#tabLogo{
	margin-top: 3px;
	background-color: white;
	width: 897px;
	height: 156px;
	
}

#logo{
	background-image: url("../images/logosite.png");
	width: 231px;
}

#logoSep{
	width: 3px;
}

#pub{
	width:663px;
	background-color: #afb2cd;
	background-image:url("../images/band.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

/* affichage de la partie avec trois barres de couleurs */

#tabTroisBar{
	margin-top: 3px;
	
}

#troisBar{
	background-image: url("../images/3bar.png");
	width: 897px;
	height: 26px;
	background-repeat: repeat-x;
}

/*	mise en page de la partie centrale */


#tabContenu{
	
	vertical-align:text-top;
	margin-top:3px;
	width: 897px;
	background-color: #faeaea;
}

/* colones contenant le menu */

#tabCol{
	width: 100%;
	height: 100%;
}

#coloneGauche{
	width: 198px;
}

#coloneSep{
	width: 35px;
}

#coloneDroit{
	
	width: 664px;

}


.tabMenu{
	width: 198px;
	margin-left: 15px;
	margin-top: 15px;
	
}

.menuHead{
	background-image: url("../images/menuhead.png");
	height: 20px;
	width: 198px;
}

.menuBody{
		
	background-color: #eae0f1;
	border-bottom:#666699 2px solid;
}

/* tableau qui contien les articles etc... */

.tabBody{

	background-color: white;
	width: 649px;
	height: 420px;
	margin-right: 15px;
	margin-top: 15px;
	
}

.headBodyGauche{
	background-image: url("../images/graphContenuGauche.jpg");
	background-repeat: no-repeat;
	height: 23px;
	width: 15px;
}

.headBody{
	font-family: verdana;
	font-weight:bold;
    color: #552b9b;
    font-stretch: condensed;
}

.headBodyDroit{
	background-image: url("../images/graphContenuDroit.jpg");
	background-repeat: no-repeat;
	height: 23px;
	width: 15px;
}

td.cdhtml{
	text-align:left;
	vertical-align:text-top;
	
}

div.cdhtml{
	
	margin-top:0px	;
	padding-top:0;	
}

table.messagerie{
	background-color:#FFFFEC;
	margin-left:auto;
	margin-right:auto;
}
input.messagerie, textarea.messagerie{
	border:2px solid #006699;
	background-color:#FFF9D5;
}

div.messagerie{
	font-weight:bold;
}

a.messagerie{
	color:#FF0000;
}

ul.menu{
	margin:0;
	list-style:none;
	padding:0;
}

li.menu{
	margin:0;
	background-color:#eae0f1;	
	color:#FFFFFF;
	height:25px;
}

li.menu:hover{
	background-color:#66CCFF;
}

a.menu{
	color:#336666;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

a.listePage{
	text-decoration:none;
}

table.listePage{
	margin-left:auto;
	margin-right:auto;
	width:500px;
}
tr.listePage{
background-color:#00FFFF;
}

tr.listePageHead{
	background-color:#99FFCC;
}

div#motcle{
	color:#5d596d;
	font-size:5px;
}