html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #3f4440;
	font-family: Verdana, Tahoma, Arial, sans serif;
	font-size: 10pt;
	color: #FFF;
}

/******************************************************************** configuration de le page *******************************************************************/
#header{
	width : auto;
	height:125px;
	background: #3f4440;
}

#en_tete{
	width:1008px;
	height:100px;
	background-image : url(top.png);
}

#logo{
	width:1008px;
	height:100px;
}

#menu{
	background:#252525;
	width: 1008px;
	height: 25px;
}

#connexion{
	background:#3f4440;
	height:20px;
	width:1008px;
	text-align:left;
}

#contenu{
	height: auto;
	width:1008px;
 	background : #1f1f1f;
	text-align:left;
	text-indent:20px;
}

#separation{
	position:realtive;
	height:10px;
	_height:5px;
	width:1008px;
	background-image:url(bottom.gif);
}

#pied_de_page{
	height:auto;
	width:1008px;
	text-align:left;
	text-indent:20px;
	background : #1f1f1f;
}

#fin_de_page{
	height:40px;
	width:auto;
	background:#3f4440;

}

/******************************************************************** fin configuration page *******************************************************************/

/******************************************************************** configuration de l'interrieur de la page *******************************************************************/

#text{
	position:relative;
	width:978px;
	left:15px;
	right:15px;
}

#post{
	position:relative;
	width:600px;
	border:1px solid #7da60d;
}

#textpost{
	position:relative;
	width:500px;
}

#admin{
	position:relative;
	width:978px;
	left:15px;
	right:15px;
}

.imggauche{
	float:left;
}

.imgdroite{
	float:right;
}

#paneladmin{
	width:970px;
}

#left{
	float:left;
	width:49%;
	border:1px solid #7da60d;
}

#right{
	float:right;
	width:49%;
	_width:48%;
	border:1px solid #7da60d;
}

#titre{
	background-image:url("titre.gif");
	height:20px;
	width:100%;
	font-size: 10pt;
	font-weight: bold;
	color:black;
}

#news_acceuil{
	width:85%;
	text-align:left;
	border:1px solid #7da60d;
}


#text_news{
	width:97%;
	text-align:left;
}



/******************************************************************** fin configuration de ll'interrieur de la page *******************************************************************/

/******************************************************************** configuration de l'apparence des liens *******************************************************************/


#menu a{
	text-decoration: none;
	color:white;
	font-size:16px;
	border-left:1px solid white;
	border-right:1px solid white;
}

#menu a:hover{
	text-decoration: none;
	color:#ccff42;
	font-size:16px;
	border-left:1px solid #ccff42;
	border-right:1px solid #ccff42;
}

#connexion a{
	text-decoration: none;
	color:white;
}

#connexion a:hover{
	text-decoration:none;
	color:white;
	border-bottom:1px solid #ccff42;
}

a{
	text-decoration: none;
	color:#ccff42;
}

a:hover{
	text-decoration:none;
	color:#ccff42;
	border-bottom:1px solid #ccff42;
}

#left a{
	text-decoration: none;
	color:white;
}

#right a{
	text-decoration: none;
	color:white;
}

#left a:hover{
	text-decoration:none;
	color:white;
	border-bottom:1px solid #ccff42;
}


/******************************************************************** fin configuration de l'apparence des liens *******************************************************************/

/******************************************************************** configuration de l'apparence des titres *******************************************************************/

h1{
	color:#ccff42;
	text-align:center;
	text-indent:0px;
	font-size: 13pt;
}

h2{
	color:#ccff42;
	font-size: 12pt;
}

h3{
	color:#ccff42;
	font-size: 11pt;
}

h4{
	color:#ccff42;
	font-size: 10pt;
}

/******************************************************************** fin configuration de l'apparence des titres *******************************************************************/

table{
	font-size: 10pt;
	border-collapse: collapse;
}

#admin table {
	font-size: 15px;
	border-collapse: collapse;
}



