body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #FFCC66;
	color:#000;
}
#header {
	height: 110px;
	background-color: #FFFFFF;
	background-image: url('/images/logo-securigestes.gif');
	background-repeat: no-repeat;
	background-position: center; 
}
#conteneur {
	position: relative;
	width: 950px;
	margin: 0 auto; 
	background-color: #FFF;
	border : 2px solid #ff3009;
}
#centre {
	background-color:#fff;
	margin-left: 200px;
	padding: 0 15px 10px 10px;
	border-top: 1px solid #ffd603;
	min-height:670px;
	_height:670px;
	text-align:justify;
}
#gauche {
	position: absolute;
	left:0;
	width:200px;
	border-top: 1px solid #ffd603;
}

#pied {
	height: 15px;
	background-color: #ff3009;
	color : #FFFFFF;
	font-size : 90%;
	text-align:center;
}
#pied a {
	color : #fff;
	text-decoration: none;
}
#pied a:hover {
	text-decoration: underline;
}

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

a {
	color : #02009f;
	text-decoration: none;
}
a:hover {
	background-color: #c0b3d8;
}

p {
	margin: 0 0 10px 0;
}

/********************* Menu deroulant *********************************/

#menu {
	color:#ff3009;
	position: absolute;
	top: 0;
	left: 5px;
	width: 190px;
}
#menu dt {
	cursor: pointer;
	margin: 5px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ff3009;
	background: #ffd603;
}
#menu dd {
	border: 1px solid #ff3009;
	margin: -6px 0 0 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#menu li {
	text-align: center;
	background: #fff;
}

#menu li a, #menu dt a {
	color: #ff3009;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu li a:hover, #menu dt a:hover {
	background: #ff3009;
	color:#fff;
}

#menu a.active{
	background: #ff3009;
	color:#fff;
	font-weight:bold;
}


/******************* FORMULAIRES ***********/

#titreForm, #piedForm {
	margin: 0;
	padding: .5em;
	text-align: center; 
}
#piedForm input {
	margin-left: 1em;
} 
#piedForm input.submit {
	font-weight: bold; 
} 
#corpsForm {	
	border: 2px solid #02009f;
	color: black;
	background: #ccc5d8;
	margin: 0;
	padding: 1em;
}
#corpsForm input, #corpsForm textarea, #corpsForm select  {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
}

#corpsForm fieldset {	
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
}
#corpsForm legend {	
	font-weight: bold;
	color: black;
	background: transparent;
}
#corpsForm p {
	clear: both;	
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#corpsForm label {	
	float: left;	
	width: 25%;	
	text-align: right;	
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	
}
#corpsForm label:hover, #piedForm input {
	cursor: pointer;	
}
#corpsForm label.oblig {
	color : #CE0000;	
}

#corpsForm .selectionne {
	color: #0001B2;
	line-height: normal;
}
#corpsForm .legende {
	font-style: italic;
	color: #666;
	margin: 0;
	padding: 0;
}
#corpsForm a.aide {
	text-decoration: none;
}
#corpsForm a.aide img {	
	margin: 0;
	padding: 0;
	border: 0;
}
#corpsForm a.aide:hover {	
	cursor: help;
}
#corpsForm .focus {	
	background: beige;
	color: black;
}
#corpsForm .normal {
	background: white;
	color: #4e3e1f;
}
#corpsForm .normalselect {	
	background: white;
	color: black;
}
#corpsForm .disabl {
	background: white;
	color: silver;
}
#corpsForm .techfocus {	
	background: beige;
	color: black;
	text-align: right;
}
#corpsForm .technormal { 
	background: white;
	color: #0001B2;
	text-align: right;
}
#corpsForm .technormalselect { 
	background: white;
	text-align: right;
	color: black;
}
#corpsForm .techdisabl {
	background: Silver;
	color: black;
	text-align: right;
}

#corpsForm .alerte {
	border: 1px solid #CE0000;
}
#corpsForm .messageAlerte {
	display: block;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
	color: #CE0000;
	font-weight: bold;
	background: url('icon_alert.gif') no-repeat left center;
}
#corpsForm .cachebloc {
	display:none;
}
#corpsForm .affichebloc {
	display:block;
}

/******************* TABLEAU ***********************/
table {
	font-size : 1em;
	border-collapse : collapse;
	margin : 0 0 1em 0;
}
tr.line:hover {
	background : #ddd;
}
tr.clickline:hover {
	background : #ccc5d8;
	cursor: pointer;
}
th, td {
	border-width : 0 0 1px 0;
	border-style : solid;
	border-color : #ccc;
	padding : 2px 5px;
	vertical-align : top;
}
th {
	text-align : left;
	border-bottom-color : #666;
}

.noborder td, td.noborder, .noborder th, th.noborder {
	border-width : 0;
}

table .maximal, table.maximal {
	width : 100%;
}
table .minimal {
	width : 1px;
}

table .nowrap {
	white-space : nowrap;
}

td.status {
	vertical-align: middle;
}
td.status img {
	margin-bottom: -2px;
}

tr.line img.expand {
	margin-right: 10px;
	margin-bottom: -2px;
}
tr.expand td {
	border-bottom: none;
}
td.expand {
	padding: 1em;
}

.dragable {
	border-collapse: separate;
}
.dragable tbody td {
	
}
.handle {
	padding : 0;
}
.handler {
	cursor : move;
	background : transparent url(drag.png) no-repeat 0 50%;
	padding-left : 15px;
}
table img {
	border:0;
	vertical-align: middle; 
}


/******************************************/




#ariane {
	border-bottom: 1px solid #ffd603;
	padding-bottom: 5px;
	margin: 5px 0;
	color: #ff3009;
}

h1 {
	margin : 0 0 5px 0;
	font-size:160%;
	color: #ff9900;
}
h2 {
	font-size:140%;
}

blockquote {
	border-left: 2px solid #ff3009;
	padding-left: 5px;
	font-style:italic;
}
#centre li {
	margin-left:30px;
	padding:0;
}
#centre ul, ol {
	margin: 10px 0 10px 20px;
	padding:0;
}
#centre ol li {
	list-style-type: decimal;
}

#centre ul li {
	list-style-type:square;
}
.lien {
	vertical-align:bottom;
	border:0;
}


.displaynone {
	display : none !important;
}
.displayblock {
	display : block !important;
}
.displaytablerow {
	display : table-row !important;
}


#fiche dt {
	font-weight:bold;
	text-decoration : underline;
}
#fiche dd {
	margin : 0 0 15px 10px;
}
#flashinfo dt {
	font-weight:bold;
	font-variant : small-caps;	
}
#flashinfo dd {
	margin : 0 0 15px 10px;
}
.vert {
	color : green;
}
.rouge {
	color : red;
}