/* TEMP */
#sidebarlogin { }
/* doc récents */
#recentdocsctnr { display: none; }
#ajaxmenu { display: none; } 

/* Gadgets admin */
a.QE_Link {
	margin-right: 70px;
}

img {
	border: 0;
}

table {
	border-spacing: 0px; 
	border-collapse: collapse; 
	margin: 0; 
	border: 0; 
}

td { 
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0;
	padding-left: 0;
}

a															{ text-decoration: none; }
a:link												{ color: #C60; }
a:visited											{ color: #C60; } 
a:hover												{ color: #F90; text-decoration: underline; }
a:active											{ color: #F90; }

body {
	margin: 0;
	background: #630 url(gfx/bg3.jpg) repeat-y top center;
	font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #000;
}

#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
}

#header {
	background: transparent url(gfx/bg-header.jpg) no-repeat top right;
}

#sidebar {
	width: 200px;
	background: transparent url(gfx/bg2.gif);
}

#sidebar h3 { 
	padding: 2px 2px 2px 5px; 
	background: #C60;
	color: #FFF;
}

#sidebar .menuV2 {
	font-weight: bold;
	}

#sidebar h3:first-letter { color: #FC0; font-size: 120%; }	

.sidebar-inner {
	padding: 5px;
	border-left: 5px solid #CCC;
}

#content {
	background: transparent url(gfx/taches.gif) no-repeat bottom right; width: 550px;
}

.content-inner {
	padding: 5px;
	overflow: hidden;
}

.attention {
	border: 3px solid #F00;
	padding: 5px;
	font-size: 115%;
	font-weight: bold;
	background: #FFF;
}

/* ######### menuV1 ########## */
div.menuV1                		{ }
div.menuV1 ul									{ margin: 0; padding: 0; }
div.menuV1 li									{ display: inline; margin: 0; padding: 0; font-weight: bold; width: 100%; }
div.menuV1 li a 							{ display: block; width: auto; padding-left: 10px; text-decoration: none; }
div.menuV1 li a:link      		{ background: transparent url(gfx/puceh.gif) no-repeat center left; }
div.menuV1 li a:visited   		{ background: transparent url(gfx/puceh.gif) no-repeat center left; }
div.menuV1 li a:active    		{ background: transparent url(gfx/puceh.gif) no-repeat center left; }
div.menuV1 li a:hover     		{ background: transparent url(gfx/puce.gif) no-repeat center left; }	

/* ######### menuV2 ########## */
div.menuV2                		{ }
div.menuV2 ul									{ margin: 0; padding: 0; }
div.menuV2 li									{ margin: 0; padding: 0; padding-left: 8px !important; padding-top: 5px !important; width: 100%; list-style-type: none; 
																font-size: 15px; font-weight: bold; background: transparent url(gfx/puceh.gif) no-repeat 0 12px; }
div.menuV2 li li							{ font-weight: normal; font-size: 11px; font-weight: normal;  padding-top: 0 !important; background: transparent url(gfx/puce.gif) no-repeat 0 4px; }

#footer {
	text-align: center;
	padding: 5px;
}

.clr {
	clear: both;
}

.center {
	text-align: center;
}

.right	{ text-align: right; }

.left	{ text-align: left; }

.LIn_desc {
	display: block;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
	font-size: 90%;
}