﻿/*****************************************************************************/
/* shtCSIL001_Defaut.css                                                     */
/*****************************************************************************/

/*****************/
/* Remise à zéro */
/*****************/
/* Tous les contrôles */
*{
	border: 0px none transparent;
	float: none;
	line-height: 0px;
	margin: 0px 0px 0px 0px;
	/*outline: 0px;*/
	padding: 0px 0px 0px 0px;
	position: static;
	text-align: left;
	visibility: visible;
	z-index: 1;
}

area,
base,
basefont,
head,
meta,
noembed,
param,
script,
style,
title{
	display: none;
}

a,
body,
dir,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
isindex,
map,
menu,
p,
ul{
	display: block;
}

li{
	display: list-item;
}


a{
	text-decoration: none;
}

a:active,
a:focus,
a:hover{
	border: 0px none transparent;
	outline: 0px none transparent;
}

ul{
	clear: both;
	list-style: none none outside;
}

/******************************************/
/* Valeurs communes pour toutes les pages */
/******************************************/
body{
	background: transparent url(/_img/General/fndNavigateur.png) repeat-x scroll 0px 0px;
}

a,
div,
dl,
dt,
em,
h1,
h2,
h3,
h4,
h5,
h6,
i,
input,
label,
p,
select,
span,
sup,
textarea{
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 15px;
}

b,
strong{
	font: bolder 12px Helvetica, Arial, sans-serif;
	line-height: 15px;
}

i,
em{
	font-style:italic;
}

br{
	line-height: 15px;
}

.cssAfficher{
	display: block;
}

.cssMasquer{
	display: none;
}

input[type="text"],
textArea{
	border: solid 1px #E1E1E1;
}

input{
	border: solid 1px #E1E1E1;
	color: #000000;
}

input.cssErreur,
select.cssErreur{
	border: 1px solid #F35831;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"]{
	background: #FFFFFF none no-repeat scroll 0px 0px;
	border: solid 1px #E1E1E1;
	color: #000000;
}

button:active,
button:focus,
button:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover{
	background-color: #E1E1E1;
	cursor: pointer;
}

input[disabled],
textarea[disabled],
option[disabled],
optgroup[disabled],
select[disabled]{
/*-moz-user-focus:ignore;
-moz-user-input:disabled;*/
	background-color: threedface;
/*color:graytext;
cursor:inherit;*/
}

select{
	background: #FFFFFF none no-repeat scroll 0px 0px;
	border: solid 1px #E1E1E1;
	color: #000000;
}

/***********/
/* La page */
/***********/
#ctl00_divPage,
#ctl00_ctl00_divPage{
	background: transparent url(/_img/General/fndPage.png) repeat-y scroll 0px 0px;
	margin : 0px auto 0px auto;
	padding: 0px 15px 0px 15px;
	position: relative;
	width: 967px;
}

/****************************/
/* Zone variable d'une page */
/****************************/
#divMiddle{
	clear: both;
	min-height: 300px;
	padding: 40px 20px 40px 15px;
}

/**************************/
/* Zone gauche d'une page */
/**************************/
#divZoneGauche{
	float: left;
	padding: 0px 0px 0px 30px;
	width: 185px;
}

/*****************************/
/* Zone du milieu d'une page */
/*****************************/
#divZoneMilieu{
	float: left;
	padding: 0px 0px 0px 20px;
	width: 527px;
}

/**************************/
/* Zone droite d'une page */
/**************************/
#divZoneDroite{
	float: right;
	padding: 20px 0px 0px 0px;
	width: 205px;
}