body
{
	width: 1000px;
	margin-top: 10px;
	margin: auto;
	margin-bottom: 0px;
	background-color : #f4f0ed;
	font-family: Verdana, Arial, serif;
}

.corps
{
	background-image: url(images/parchemin.jpg);
	width : 1000px;
	background-repeat : repeat-y;
}

.corps2
{
	font-size: 11px;
	font-weight: normal;
	text-align : left;
	padding-top : 0;
	padding-right : 50px;
	width : 600px;
	float:left;
}

.footer
{
	line-height : 25px;
	vertical-align : middle;
	text-align : center;
	background: url(images/footer.png);
	height : 25px;
	width : 1001px;
	font-size : 12px;
	background-repeat : no-repeat;
	clear : left;
}
/*Fin corps*/

/*Header*/
.header
{
	background: url(images/header.jpg);
	height: 180px;
}

.liens_admin
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	width: 1000px;
	text-align : center;
}
/*Fin Header*/

/* Debut trucs menu */
.menu
{
	width: 200px;
	padding-left : 60px;
	float : left;
}

.lien_menu
{
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-size: 10px;
	font-weight: normal;
	background-image: url(images/bouton.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: top;
	height: 22px;
	width: 138px;
	line-height: 21px;
	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 0px;
	list-style: none;
	margin: 0;
}

.titre_menu
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	line-height : 47px;
	text-decoration: none;
	background-image: url(images/titre_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	height: 47px;
	width: 138px;
}

.menu_bas
{
	background-image: url(images/pied_menu.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 47px;
	width: 138px;
	line-height: 10px;
	margin-bottom : 5px;
}

.menu2
{
	background-image: url(images/fond_menu.png);
	background-repeat: repeat-y;
	background-position: center left;
	width: 138px;
	margin : 0;
	padding-left : 0px;
}
/*Fin trucs menu*/

/* Blocs généraux*/
.bloc
{
	width:550px;
	clear : both;
}

.interieur
{
	background-image: url(images/fond_article.png);
	width : 600px;
	background-repeat: repeat-y;
	background-position : 1px 0px;
	padding-top : 2px;
	padding-left : 30px;
	padding-bottom : 5px;
}

.titre
{
	font-family: "Lucida Sans",Verdana;
	font-size: 10px;
	line-height: 60px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/articletitre.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: bottom;
	height: 54px;
	width: 600px;
}

.footer_article
{
	background-image: url(images/footer_article.png);
	background-repeat : repeat-x;
	background-position: center center;
	height: 29px;
	width: 600px;
}

.form_cache
{
	display : none;
	overflow:hidden;
}
/*Fin blocs généraux*/

/* News*/
.auteur_news
{
	font-size:95%;
	float:right;
	padding-right:30px;
	padding-top:10px;
}

.titre_news
{
	font-size : 105%;
	font-weight : bold;
	float : left;
	vertical-align: bottom;
	padding-left : 30px;
	padding-top:10px;
}

/*Fin news*/

/*Balises et form*/
table
{
	border-collapse : collapse;
}

th
{
	text-align : center;
}

a
{
	font-family: Verdana;
	font-size: 11px;
	color:#525252;
	text-decoration : none;
}

a:hover
{
	text-decoration : none;
	color:#848484;
}

input, textarea, select
{
	border : 1px solid #c38220;
	background-color: #f6d692;
}

img, img:hover
{
	border : none;
}

acronym
{
	font-family: Verdana;
	font-size: 11px;
	color:#525252;
	text-decoration : none;
}

label
{
	display:block;
	width:180px;
	float:left;
}
/*Fin balises et form */

.tr_chat
{
	border : 3px;
}

.admin
{
	color : #7b281e;
}

.modo
{
	color : #264374;
}

.protec
{
	color : #4f522e;
	font-style : italic;
}

.rep_chat
{
	margin-left: 250px;
	font-family: Verdana;
	font-size: 11px;
	color:#525252;
	text-decoration : none;
}

.rep_chat:hover
{
	text-decoration : underline;
}

.tr_voy
{
	border : 2px solid black;
}

.form_connec
{
	text-align : center;
	margin-left : 50px;
}

.ctxt_chiffres
{
	text-align : center;
}

.gauche
{
	float : left;
}

.droite
{
	float : right;
	padding-right : 7px;
}

.droite2
{
	float : right;
	padding-right : 11px;
}

/*Classement*/
.gauche_cl
{
	float : left;
	padding-left : 35px;
}

.droite_cl
{
	float : right;
	padding-right: 35px;
}

.cl_color
{
/*	border-bottom: 1px solid #848484;*/
	border-collapse : collapse;
}

.cl_color tr:hover, .cl_color  td:hover
{
	background-color : #e4dc88;
}

.cl_color th:hover
{
	background-color : transparent;
}