/* Import des styles systeme */
@import "/systeme/css/ui-lightness/jquery-ui-1.7.2.custom.css";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 	background-color: #A9BA90;
}

.sys_ContourSite {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	/*border: 1px solid #CCC;*/
}
div#sys_Header{
	background-color:#FFF;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:10px;
}
div#sys_Menu{
	position:relative;
	z-index:2000;
}
div#sys_Contenu_Page {
	position:relative;
	overflow:auto;
	background-image: url(/site/1/Charte/fond-rochat.png);
	background-repeat: repeat-y;	
}
#sys_Footer{
	background-image: url(/site/1/Charte/fond-rochat-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sys_Copyright {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

/*
Mise en forme texte et paragraphe
*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

/*
Alignement formulaire
*/
table.uiTable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
table.uiTable th{
	color: #FFF;
	background-color: #06C;
	padding:2px;
	text-align:left;
}
table.uiTable td{
	padding:2px;
}

form.css fieldset {
	padding: 1em;
}

form.css label {
	display: inline;
	float: left;
	width: 100px;
}
/*
Tableau couleur alternative
*/
.jqLigneSelected {
	background-color: #E7EEF3;
}

.relover:hover {
	background-color: #D0DEE8;
}
/* contextMenu */
/* Generic context menu styles */
.contextMenu {
	position: absolute;
	width: 120px;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	display: none;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}

.contextMenu LI.hover A {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}

/*
	Adding Icons
	
	You can add icons to the context menu by adding
	classes to the respective LI element(s)
*/

.contextMenu LI.edit A { background-image: url(/systeme/js/contxtMenu/images/page_white_edit.png); }
.contextMenu LI.zindexplus A { background-image: url(/systeme/images/icones/16x16/shape_move_front.png); }
.contextMenu LI.zindexmoins A { background-image: url(/systeme/images/icones/16x16/shape_move_back.png); }
.contextMenu LI.quit A { background-image: url(/systeme/js/contxtMenu/images/door.png); }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {
	color: #666666;
}

#TB_window a:visited {
	color: #666666;
}

#TB_window a:hover {
	color: #000;
}

#TB_window a:active {
	color: #666666;
}

#TB_window a:focus {
	color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:999997;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {
	background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 999999;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title {
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal {
	padding:15px;
}

#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* --- END THICKBOX -----------------------------------------------------------------------------------------------*/


/****/
/*
JQuery Alert
*/
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(/systeme/images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/systeme/images/info.gif);
}

#popup_content.confirm {
	background-image: url(/systeme/images/important.gif);
}

#popup_content.prompt {
	background-image: url(/systeme/images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #4C8E01;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table{
	border: 1px solid #4C8E01;
	}
caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #CCC;
	background-color: #4C8E01;
	}
th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	background-color:#A4DD70;
}
tr{}

/* Basic code - don't modify */
/* contour div du menu */ 
div#divDroppy{
	background-image: url(/aDocsBases/menu-vert-rochat.png);
	background-repeat: no-repeat;
	height:30px;
	padding:7px;
	z-index:2000;
	padding-left:20px;
}
#navdroppy {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
/* 1er niveau */
#navdroppy li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	text-align:center;
	/*width:100px;  pour donner une largeur fix au menu 1er niveau*/
	padding-right:5px;
	padding-left:5px;
	margin-right:5px;
}
#navdroppy span {
	display: block;
	text-align:left;
	width:90px;
}
/* 2em niveau décalalge des sous menus */
#navdroppy ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #navdroppy ul {
	line-height: 0;
} /* IE6 "fix" */

#navdroppy ul span {
	zoom: 1;
} /* IE6/7 fix */

#navdroppy ul li {
	float: none;
}

/* 2em niveau et + */
#navdroppy ul ul {
	top: 0; /* Décalage des sous menu 2em niveau et + */
}

/* Essentials - configure this */

#navdroppy ul {
	width: 180px; /* Largeur du sous menu */
}

#navdroppy ul ul {
	left: 131px;
}

/* Everything else is theming */
 
#navdroppy {
	background-color: none;/*#30A8C3*/
	height: 24px; /* Hauteur du conteneur du menu*/
}

#navdroppy *:hover {
	background-color: none; /* couleur au relover sur span  :none;=transparent */
}
/* 1er niveau */
#navdroppy span {
	border-right: 0px solid white; /* border cellule 1er niveau*/
	padding: 6px;
	line-height: 1;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	font-size: 12px;
	color: white;
}
#navdroppy span a{
	color: #FFF;
	text-decoration: none;
}
/* 1er niveau */
#navdroppy li.hover span {
	background-color: none;/*#B1E385 Couleur du fond hover 1er niveau*/
}

/* Sous Menu 2em niveau */
#navdroppy ul {
	top: 29px; /* Decalage sous menu vers bas */
}

/* 2er niveau - couleur */
#navdroppy ul li span {
	background-color: #4F9501;/*fond 2em niveau et +  */
	width:180px;
}

/* espace ment des sous menus */
#navdroppy ul span {
	border-bottom: 0px solid white;
	border-right: none;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);	
}
/* 2em niveau et + */
#navdroppy ul li span:hover {
	background-color: #4F9501;/* Couleur hover sous menu*/
	-moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);	
}
/* #navdroppy ul a { border-bottom: none; } - I also needed this for IE6/7 */
