/***********************************
 * 2008 - SYRACUSE - GROUPE HEXAFI *
 ***********************************/

/*** SQUELETTE ***/
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #E1F2F4;
}
#conteneur {
	position: relative;
	width: 1000px;
	margin: 2px auto;
	background-color: #FFFFFF;
	border: 1px solid #765;
	padding: 5px;
}

#header {
	height: 40px;
	background-color: #FFFFFF;
	background: url(images/logo.gif) no-repeat left top;
	z-index: 1;
}

#gauche {
	position: absolute;
	left: 0;
	width: 170px;
	padding-left: 5px;
	font-size: 12px;
	z-index: 1;
}

#centre {
	background-color: #FFFFFF;
	margin-left: 170px;
	min-height: 650px;
	z-index: 1;
}

#contenu {
	background-color: #FFFFFF;
	border-left: 1px solid #765;
	border-right: 1px solid #765;
	border-bottom: 1px solid #765;
	padding: 10px;
	margin: 0;
	clear:both;
	font-size: 11px;
	z-index: 1;
	min-height: 600px;
	overflow: auto;
}

#footer {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	z-index: 1;
}

/*** MENU HEADER ***/
#menu {
	position: absolute;
	margin-left: 180px;
	margin-top: 10px;
	z-index: 2;
}

dl,dt,dd,ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dl {
	float: left;
	width: 125px;
	margin: 0 2px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	height: 25px;
	width: 125px;
	background: #fff url(images/menu.gif) no-repeat top left;
	font-size: 12px;
}

#menu dd {
	font-size: 12px;
	background:url(images/submenu_01.gif) no-repeat top;
	padding-top: 8px;
	display: none;
}

#menu ul {
	padding-bottom: 8px;
	background:url(images/submenu_03.gif) no-repeat bottom;
}

#menu li {
	text-align: left;
	background: #fff;
	padding: 0 8px;
	background:url(images/submenu_02.gif) repeat-y top;
}

#menu li a,#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dt a:hover {
	background: url(images/menu_over.gif);
}

#menu li a:hover {
	background: #eeee55;
}

/*** MENU GAUCHE - BOUTONS ***/
#loginfo {
	padding-top:10px;
	margin-bottom: 10px;
	width: 95%;
}
#boutons {
	text-align: center;
	color: #333;
	z-index: 1;
	width: 95%;
}

#boutons a {
	display: block;
	margin-top: 10px;
}

/*** TAB MENU ***/
#tabmenu {
	float: left;
	width: 100%;
	background: url(images/bg.gif) repeat-x bottom;
	font-size: 11px;
	line-height: normal;
	z-index: 1;
}

#tabmenu ul {
	margin: 0;
	padding: 20px 0;
	list-style: none;
}

#tabmenu li {
	float: left;
	background: url(images/left_both.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #765;
}

#tabmenu a {
	float: left;
	display: block;
	width: .1em;
	background: url(images/right_both.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
	white-space: nowrap;
}

#tabmenu>ul a {
	width: auto;
}

#tabmenu li.current {
	background-position: 0% -150px;
	border-width: 0;
}

#tabmenu li.current a {
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #000;
}

#tabmenu li.actif {
	background-position: 0% -150px;
}

#tabmenu li.actif a {
	background-position: 100% -150px;
}

#tabmenu li.actif a:hover {
	color: #000;
}

/*** AUTRES ID ***/
#icons {
	width: 100%;
	text-align: center;
}

#loader {
	width: 250px;
	height: 50px;
	position: absolute;
	color: #000000;
	text-align:center;
	top: 0;
	left: 0;
	/*filter:alpha(opacity=75);  
	-moz-opacity:0.75;
  	opacity: 0.75;*/
  	background-color: #fff;
  	border: 1px solid #333;
  	z-index: 3;
  	padding-top: 10px;
  	font-size: 12px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	display: none;
}
#erreur {
	width: 450px;
	height: 150px;
	position: absolute;
	color: #000000;
	top: 0;
	left: 0;
	/*filter:alpha(opacity=75);  
	-moz-opacity:0.75;
  	opacity: 0.75;*/
  	background-color: #ffff99;
  	border: 1px solid #333;
  	z-index: 3;
  	padding-top: 5px;
  	font-size: 12px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	display: none;
  	overflow: auto;
}
#fermer {
	position: absolute;
	text-align:center;
	top: 0;
	left: 0;
	background-color: #fff;
  	z-index: 2;
  	display: none;
}
#notsend {
	position: absolute;
	text-align:center;
	top: 0;
	left: 0;
	background-color: #fff;
  	z-index: 2;
  	display: none;
}	
	
/*** CLASSES ***/
.error {
	color: #ff0000;
	font-weight: bold;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bloc {
	padding-bottom:10px;
}
.bloctitre {
	font-weight:bold;
	font-size:11px;
	color: #333;
	padding:5px;
	padding-left:10px;
	background:url('images/bloc.gif');
	border:1px solid #B1A482;	
}
.bloctitre2 {
	font-weight:bold;
	font-size:11px;
	color: #333;
	padding:5px;
	padding-left:10px;
	background:url('images/bloc2.gif');
	border:1px solid #B1A482;
	text-align: center;	
}
.blocinfo {
	padding:5px;
	background:#F1EBE3;
	display: block;
	border:1px solid #B1A482;
	border-top:0px;
}

.row_head {
	background-color: #aaaaff;
	font-size: 11px;
	font-weight: bold;
	/*border-bottom: 2px solid #F1EBE3;*/
	/*white-space : nowrap;*/
}
.row_data {
	background-color: #ccccff;/*#ffff99;*/
	font-size: 11px;
	/*border-bottom: 2px solid #F1EBE3;*/
}
.row_data_over {
	background-color: #ffff99;/*#ffff00;*/
	font-size: 11px;
	/*border-bottom: 2px solid #F1EBE3;*/
}
.row_data_select {
	background-color: #ffff00;/*#99ff00;*/
	font-size: 11px;
	/*border-bottom: 2px solid #F1EBE3;*/
}
.row_foot {
	background-color: #aaaaff;
	font-size: 11px;
	font-weight: bold;
	/*border-top: 2px solid #F1EBE3;*/
	/*white-space : nowrap;*/
}

.row_data_green {
	background-color: #99ff99;
	font-size: 11px;
	/*border-bottom: 2px solid #F1EBE3;*/
}
.row_data_orange {
	background-color: #ffcc66;
	font-size: 11px;
	/*border-bottom: 2px solid #F1EBE3;*/
}
.row_data_red {
	background-color: #ff5555;
	font-size: 11px;
	/*border-bottom: 2px solid #F1EBE3;*/
}
.readonly {
	background-color: #C0C0C0;
	border: 1px solid #FFFFFF;
	padding-left: 2px;
}
.pointeur {
	cursor: pointer;
}
.rouge {
	color: #ff0000;
}
.fieldset {
	border: 1px solid #969696;	
}
.fill {
	width: 100%;
}
.unfill {
	width: 1px;
}
.label {
	width:100px;
}
.label2 {
	width:200px;
}
.label3 {
	width:250px;
}
.categorie {
	text-align: center;
	font-weight: bold;
	font-size: 11px;	
}
.separateur {
	height:1px;
	width:100%;
}
.pieces {
	width: 100%;
	max-height: 250px;
	overflow: auto;
}
.newsletter {
	width: 625px;
	height: 500px;
}
/*** BALISES ***/
p {
	margin: 0 0 10px 0;
}
a img {
	border: 0;
}
a {
	color: #000;
}
table,tr,td,thead,th,tbody,tfoot {
	padding: 1px;
	margin: 1px;
	white-space : nowrap;
}
th {
	text-align:center;
	/*border-right: 1px solid #fff;*/
}
table {
	border-spacing: 1px;
	/*border-collapse: collapse;*/
}
fieldset {
	border: 0;
}
input {
	width: 200px;
}
input.button {
	background:#cfe8f5 url('images/button.gif') repeat-x center left;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #4a95c9;
	margin-right:0;
	width: auto;
}
input.normal {
	width: auto;
	border: 0;
}
input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right:10px;
	border: 1px solid #999;
	padding: 1px;
}
textarea {
	width: 625px;
	height: 100px;
}
