/* CSS */

* { margin: 0; padding: 0; border: 0;}

html {
	height: 90%;
}

.reference
{
	border:thin solid #666666;
	border-collapse:collapse;
}

body { 
	/* background: #EDEDED; */
	background:#FFFFFF;
	color: #FFF;
	margin: 16px 0;
	height: 95%;
}

#all_area {
	width: 95%;
	min-width: 770px;
	max-width: 95%;
	margin: 0 auto;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, FreeSans, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #CCCCCC; /* Bug firefox 1.0.7 */
	height: 90%;
}

/* Header */

.header_top {
	height: 130px;
	width: 100%;
	vertical-align: top;
	background-color:#FFFFFF;
}

#header {
	position: relative;
	height: 146px;
	width: 100%;
	background-color: #C0C0C1;
}

#logo_logware {
	position: absolute;
	right: 2px;
	top: 2px;
	background-color: #C0C0C1;
}

#main_menu {
	position: absolute;
	left: 25px;
	bottom: 36px;
	z-index: 1;
	font: 900 12px small-caps;
}

.top_menu {
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
	text-align: center;
	border-spacing:0px;
}



.sub_menu {
	border-collapse: collapse;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	margin: auto;
	font: 900 11px small-caps;
	color: #FFFFFF;
}

.navl {
	width: 5px;
	background-color: #FFFFFF;
}

.sp {
	width: 5px;
	padding: 0;
}

#header TH {
	text-align: center;
	vertical-align: middle;
	padding: 0 15px 5px 15px;
	font-family: Tahoma, Arial, Helvetica, FreeSans, sans-serif;
	font-size: 11px;
}



#header a:link, #header a:visited, #header a:hover { 
	font: 900 11px small-caps;
	color: #FFFFFF;
	text-decoration: none;
}

#topheader a:link, #topheader a:visited, #topheader a:hover { 
	font: 900 11px small-caps;
	color: #000000;
	text-decoration: none;
}

#header th.current a:link, #header th.current a:visited, #header th.current a:hover { font-weight: bold; color: #FFFFFF; }

.navr {
	background-repeat: no-repeat;
	background-position: left;
	width: 10px;
	background-color: #FFFFFF;
}

/* Contenu du cadre principal */

.content {
	width: 100%;
	height: 90%;
	vertical-align: top;
	background-color: #EFEFEF;
}

a:link, a:visited
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
}

.menu_left {
	height: 100%;
	width: 200px;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
}

.spacer_red_v {
	width: 2px;
	background-image: url("img/spacer.png");
	background-repeat: repeat-y;
	height: 100%;
}

.spacer_red_h {
	height: 2px;
	background-image: url("img/spacer.png");
	background-repeat: repeat-x;
	vertical-align: bottom;
}

.menu_right {
	height: 400px;
	padding: 10px;
/*	text-align: justify;
	vertical-align: top;
*/}

#menu_bottom {
	height: 70px;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
}

#menu_bottom ul {
	list-style-type: none;
	margin-left: 15px;
}

#menu_bottom li {
	list-style: square outside url("img/puce_n.png");
	font-weight: normal;
}

li{
	
	list-style-position:inside;
	list-style-type:inherit;
	font-weight: normal;}



/* textes */

.paragraph {
	padding: 0px 0px 5px 0px;
}

.paragraph a:link, a:visited
{
	text-decoration: none;
	color:#000000;
}



.paragraph a:hover
{
	text-decoration: underline;
}

.paragraph ul {
	margin-left: 15px;
}

.paragraph_space {
	padding: 0px 30px 30px 0px;
	font-size:11px;

}

.trois_points {
	float: left;
	margin-right: 10px;
}

.titre_2 {
	font: small-caps bolder 14px arial;
	color: #ff3d3d;
}

.titre_3 {
	font: small-caps bolder 14px arial;
	color: #ff6f00;
}

.titre_4 {
	font: small-caps bolder 14px arial;
	color: #6564ff;
}

.titre_5 {
	font: small-caps bolder 14px arial;
	color: #d88aff;
}

.main_titre {
	font-stretch: ultra-expanded;
	font: small-caps bolder 16px arial;
	color: #999999;
}

/* Administration */

input  
{
 color: #000000;
 background-color: #efefef;
 border: 2px solid #9f9f9f;
}

.liste_articles
{
	text-decoration: none;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-style: small-caps 900;
	font-weight: normal;
}


.titre
{
	font: small-caps 900 12px Verdana;
}

.noir:link,  .noir:visited, .noir:hover
{
	color:#000000
}
.admin_sub_menu
{
	 border: 2px solid #9f9f9f;
	 width: 100%;
	 empty-cells: hide;
}
.admin_var_list
{
	 border: 2px solid #9f9f9f;
	 empty-cells: hide;
	 width:100%;
}