@CHARSET "US-ASCII";
#global{
	width:1024px;
	/*height: 600px;*/
	min-height: 700px;	
	border: 1px solid #cccccc;
	/*border: 1px solid red;*/
	font-size: 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 1024px;
	height: 100px;
/*	border: 2px solid #333;*/
/*	background-color: #c60000;*/
	background:transparent url(img/bandeau2.png) no-repeat scroll 0pt;
/*	background-image: img/bandeau.jpg;*/
	
}

 body{
 	text-align: center;
 }
#page{
	width:1024px;
	height: 500px;
	
}
h1{
	font-size: 1.02em;
	color: red;
	text-transform:uppercase;
}

h2{
	font-size: 1.01em;
	color: red;
	text-transform:uppercase;
}

h3{
	font-size: 1em;
	color: red;
	text-transform:uppercase;
}

.menu{
	height: 460px;
	width: 240px;
	border: 0;	
	border-bottom: 1;
}
#menu-top, #menu-top ul{
	float: left;

	list-style: none;

/*	line-height: 1.5em;*/

	background: white;

/*	font-weight: bold;*/

	padding: 0;

	/*border: solid #7c89a7;*/

/*	border-width: 1px 1px;*/

	margin: 0px 0 0px 0;

	width: 764px;
	font-size: 0.8em;
	font-weight: bold;
}

#menu-top li{
	float: left;
	padding-right: 0px;
	/*padding: 5px 0px, 5px, 0px;
	border: solid #CCCCCC;
	border-width: 1px 1px;
	border-bottom-width: 0;*/

	
	}


#menu-top a {
	width: 184px;
	w\idth: 184px;
	text-transform:uppercase;
	list-style: none;
	font-size: 1em;
	font-weight: bold;	
	color: black;
	text-decoration: none;
	/*height: 40px;*/
	display: block;
	/*padding-top: 10px;*/
	text-align: center;
	/*padding-left: 5px;*/
	padding: 5px 0px, 5px, 0px;
	border: solid #CCCCCC;
	border-width: 1px 1px;
	border-bottom-width: 0;
}

#menu-top .activeitemtop {
	background: rgb(236,236,237);
	/*margin-top: 2px;
	margin-bottom: 2px;*/
	padding: 5px 0px, 5px, 0px;
	}

#menu-top a:hover{
	/*background: red;*/
	background:transparent url(img/bg-table.png) repeat scroll 0pt;
	color: white;
	/*margin-top: 2px;
	margin-bottom: 2px;*/
	padding: 5px 0px, 5px, 0px;
	}

/*#menu-top li:hover, #menu-top li.sfhover, #menu-top li.on {
	/*background: rgb(0,106,178);*/
	/*background: rgb(236,236,237);
}*/

#menu{
	margin-top: 20px;
	width: 240px;
	height: 560px;
	float:left;
	font-family: arial;
}

#menu ul{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 10px;
	list-style: none;
	font-size: 0.65em;
	font-weight: bold;
	height: 560px;
	
}

#menu li{
	display: block;
	vertical-align: middle;
/*	height: 25px;*/
	border-bottom: solid 1px;
	text-transform:uppercase;
/*	padding-left: 5px;*/
/*	padding-top: 10px;	*/
}

#menu a {
	width: 235px;
	w\idth: 235px;
	text-transform:uppercase;
	list-style: none;
	font-size: 1em;
	font-weight: bold;	
	color: black;
	text-decoration: none;
	/*height: 22px;*/
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#menu .activeitem {
	background: rgb(236,236,237);
	}
	
#menu a:hover{
	/*background: red;*/
	background:transparent url(img/bg-table.png) repeat scroll 0pt;
	color: white;
	}



#menu li:hover, #menu li.sfhover, #menu li.on {
	/*background: rgb(0,106,178);*/
	background: rgb(236,236,237);
}


#content{
	margin-top: 20px;
	width: 764px;
	height: 560px;
/*	min-height: 460px;	*/
	background: rgb(236,236,237);
	/*border: solid 1px;*/
	float:left;
	margin-bottom: 20px;
/*	overflow: auto;*/
	font-family: arial;
}

.hide{
	display: none;
}

.show, #menu li .hide{
	display: block;
}

.forms{
/*	position: absolute;*/
	width: 764px;
	left: 150px;
	clear: left;
	margin: 10px;
/*	padding: 5px 0 8px 0;*/
	padding-left: 155px; /*width of left column containing the label elements*/
/*	border-top: 1px dashed gray;*/
	height: 1%;	
}



.tableforms{
	overflow: auto;
/*	position: absolute;*/
	width: 760px;
/*	left: 150px;*/
	clear: left;
	margin: 5px;
	padding: 5px 0 8px 2px;
/*	padding-left: 155px; /*width of left column containing the label elements*/
/*	border-top: 1px dashed gray;*/
	height: 520px;
}

.tableforms th{
		text-align: center;
	}
.tableforms td {
		text-align: left;
		text-decoration: none;
		font-style: normal;
	}
.tableforms tr{
		vertical-align: top;
	}
	


.forms label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

/*.forms input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
/*	width: 180px;
	border: 1px solid gray;
}*/

.forms .inputbox,.tableforms .inputbox{
	width: 190px;
	border: 1px solid gray;
}

 .forms .error,.tableforms .error{
	width: 50px;
	border: 1px solid gray;
	background-color: #FF5555;
	color: white;
	margin-left: 5px;
	margin-right: 5px;	
}

.forms .littlebox, .tableforms .littlebox{
	width: 50px;
	border: 1px solid gray;
	margin-left: 5px;
	margin-right: 5px;
}

.forms .submitbox,.tableforms .submitbox, .navigation{
	border: 1px solid gray;
}

.forms textarea{
	width: 250px;
	height: 150px;
	border: 1px solid gray;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

table.tableau{
	border: red 0.5px solid;
	border-bottom: red 1px solid;
	border-top: red 1px solid;
	border-spacing: 0px;
	width: 99%;
	/*background: rgb(250,250,250);*/
	background:transparent url(img/bg-table.png) repeat scroll 0pt;
}
table{
	width: 100%;
}

td.center{
	text-align: center;
}
.tableau td{
	border-left:  red 0.5px solid;
	border-right:  red 0.5px solid;
	background: rgb(250,250,250);
}

.tableau td.center{
	border-left:  red 0.5px solid;
	border-right:  red 0.5px solid;
	text-align: center;
	background: rgb(250,250,250);
}

.tableau td.left{
	border-left:  red 0.5px solid;
	border-right:  0px;
	background: rgb(250,250,250);
}

.tableau td.right{
	border-left:  0px;
	border-right: red 0.5px solid;
}

.tableau td.left-CGA{
	border-left:  red 0.5px solid;
	border-right:  0px;
	background: rgb(250,250,250);
	text-align: center;
}

.tableau td.right-CGA{
	border-left:  0px;
	border-right: red 0.5px solid;
	text-align: center;
}

table.notable{
		border:0px;
			
}

.notable td{
	border:0px;
}

.adminforms table{
	width: 500px;
}

table.list{
	border: black 1px solid;
	width: 750px;
}
.tableau th{
	text-align: center;
	/*background-color: red;*/
	color: white;
	font-size: 12px;
	font-weight:bolder;
	
}
th.th1{
	width: 55px;
}
th.th2{
	width: 55px;
}

th.th3{
	width: 250px;
}

th.th4{
	width: 250px;
}

th.th5{
	width: 50px;
}

input.editName{
	border: black 1px solid;
	width: 260px;
	background-color: rgb(236,236,237);	
}

input.editValue{
	border: black 1px solid;
	width: 50px;
	background-color: rgb(236,236,237);
}

input.error{
	border: black 1px solid;
	background-color: red;
}

input.white{
	border: black 1px solid;
	background-color: white;
}

input.valid{
	border: black 1px solid;
	background-color: green;	
}

.adminforms td.left{
	color: red;
	text-align: left;
	width: 200;	
}

.adminforms td.right{
	color: red;
	text-align: right;
	width: 200;	
}

.waiton{
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 300px;
	/*left: 50%;*/
	width: 100%;
	height: 100%;
	background: white;
	color: black;
	font-size: 20px;
	border: solid black 1px;
	text-decoration: blink;
	filter:alpha(opacity=90);
	moz-opacity:.90;
	opacity:.90;
}


.centre{
	text-align: center;
}

.errorBox{
	position: relative;
	top: -350px;
	width: 400px;
	min-height: 200px;
	background-color: white;
	border: 1px solid red;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#divagree{
	overflow: auto;
	height: 400px;	
}
