div#contenu {
	/*background:			url(../images/fond_parkerstore.jpg) no-repeat left top;*/
	padding-top:		15px;
	font-weight:		normal;
	padding-left:		0;
}

div.pagination {
    padding: 3px;
    margin: 3px
}
div.pagination a {
    /*background-color: #fff;
    border: 1px solid #9aafe5;
    color: #105cb6;*/
    margin: 1px;
    padding: 2px 5px;
    /*text-decoration: none*/
}
div.pagination a:hover,active {
    /*background-color: #9aafe5;
    border: 1px solid #9aafe5;*/
    color: red;
    margin: 1px;
    padding: 2px 5px
}
div.pagination span.courante {
    /*background-color: #90cc12;
    border: 1px solid #90cc12;
    color: #fff;*/
    font-weight: bold;
    margin: 1px;
    padding: 2px 5px
}
div.pagination span.desactive {
    /*background-color: #fff;
    border: 1px solid #eee;*/
    color: #888888;
    margin: 1px;
    padding: 2px 5px
}

table.damier {
	font:				12px Arial, Helvetica, sans-serif;
}
table.damier a {
	text-decoration:	none;
}
table.damier a:hover {
	text-decoration:	underline;
}


/** Menu gauche **/


ul#menu_gauche {
	width:				180px;
	height:				100%;
	/*background-color:	#e1eeff;*/
	margin:				0 10px 0 0;
	padding:			10px;
	/*position:			relative;*/
	list-style-type:	none;
	font:				12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:			left;
	float:				left;
	border-right:		2px solid #438bdf;	
	/*border-top:			2px solid #438bdf;
	border-bottom:		2px solid #438bdf;*/
}
ul#menu_gauche li {
	background-color:	white;
}
ul#menu_gauche li a {
	text-decoration:	none;
	font-weight:		bold;
}
ul#menu_gauche li:hover {
	/*background-color:	#e1eeff;*/
}
ul#menu_gauche li#menu_gauche_actif {
	font:				14px;
	/*background-color:	#e1eeff;*/
}

/** Tableau articles **/
table#articles {
	border-style:		solid; 
	border-width:		1px; 
	border-color:		#888888;
	border-collapse:	collapse;
}
table#articles td {
    padding: 			2px;
    border: 			0;
	font:				11px Verdana, Arial, Helvetica, sans-serif;
}
table#articles td.titre {
    padding: 			2px;
	border-style:		solid;
    border: 			1px;
	border-color:		#888888;
	background-color:	#C0C0C0;
	text-align:			center;
	font-weight:		bold;
	font:				10px Verdana, Arial, Helvetica, sans-serif;
	color:				black;
	font-weight:		bold;
}

/** Formulaires **/
input, textarea {
	font:				12px Arial, Helvetica, sans-serif;
}
input:focus, textarea:focus {
	background-color:	#e1eeff;
	color:				black;
}

