/* == CONSIGNES LIÉES AU GABARIT == */

	/* -- CONSIGNES GÉNÉRALES -- */

body {
	margin: 0px;
	border-width: 0px;
	padding: 0px;
	background-color: rgb(136, 222, 245);
}
body,
input,
select,
option {
	font-family: Arial, Helvetica, sans-serif;
}
body,
input {
	font-size: 12px;
}
select,
option {
	font-size: 10px;
}
body,
a {
	color: rgb(32, 52, 57);
}
td {
	vertical-align: top;
}
#iMAIN {
	position: relative;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 780px;
}
#iHEADER {
	height: 120px;
}
#iLEFT {
	width: 210px;
}
#iSEARCH {
	position: relative;
	margin-top: 10px;
	height: 19px;
}
#iMENU {
	margin-top: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: rgb(122, 200, 220);
	overflow: auto;
}
#iUPDATE {
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	text-align: center;
	background-color: rgb(122, 200, 220);
}
#iPAGE {
	position: absolute;
	left: 210px;
	top: 120px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 509px;
	background-color: rgb(255, 255, 255);
	overflow: auto;
}
#iPAGE p {
	text-align: justify;
}

	/* -- CONSIGNES POUR DIALOGUE DE RECHERCHE -- */

.WAS_SEARCHINPUT {
	position: absolute;
	left: 0px;
	top: 1px;
	border: 1px inset rgb(136, 222, 245);
	width: 137px;
	height: 15px;
	font-size: 11px;
}
.WAS_SEARCHBUTTON {
	display: block;
	position: absolute;
	left: 144px;
	top: 0px;
	border: 1px outset rgb(88, 146, 160);
	padding-top: 4px;
	width: 64px;
	height: 13px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	background-color: rgb(88, 146, 160);
}
.WAS_SEARCHBUTTON:hover {
	text-decoration: underline;
}

	/* -- CONSIGNES POUR MENU -- */

.WAS_MENU {
	margin-left: 10px;
}
.WAS_MENULEVEL1 {
	margin-left: -10px;
}
.WAS_MENU a {
	text-decoration: none;
}
.WAS_MENU a:hover {
	text-decoration: underline;
}
.WAS_MENUITEMISCURRENT {
	background-color: rgb(88, 146, 160);
}
.WAS_MENUNOCHILD,
.WAS_MENUCLOSEDCHILDREN,
.WAS_MENUOPENCHILDREN {
	margin-top: 2px;
	background-repeat: no-repeat;
	padding-left: 17px;
}
.WAS_MENUCLOSEDCHILDREN {
	background-image: url(../medias/m199.gif);
	background-position: 7px 1px;
}
.WAS_MENUOPENCHILDREN {
	background-image: url(../medias/m200.gif);
	background-position: 5px 3px;
}
.WAS_MENUNOCHILD {
	background-image: url(../medias/m201.gif);
	background-position: 6px 3px;
}

	/* -- CONSIGNES POUR RÉSULTATS DE RECHERCHE -- */

.WAS_SEARCHNOTE {
	margin: 5px;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	color: rgb(57, 52, 57);
}
.WAS_SEARCH_RESULTS {
	margin: 5px;
	margin-left: 2px;
	margin-right: 2px;
}
.WAS_SEARCH_RESULTS td {
	vertical-align: top;
}
.WAS_SEARCH_RESULTS .WAS_PAGELOCATION {
	display: block;
	font-size: 9px;
	color: gray;
}
.WAS_SEARCH_RESULTS a {
	display: block;
	text-decoration: none;
}
.WAS_SEARCH_RESULTS a.WAS_SEARCHCURRENT {
	background-color: rgb(88, 146, 160);
}
.WAS_SEARCH_RESULTS a:hover {
	text-decoration: underline;
}
.WAS_SEARCH_OCCS {
	font-size: 10px;
	font-style: italic;
	color: rgb(57, 52, 57);
}
.WAS_SEARCH_OCCS_WORD {
}
/* == FIN DES CONSIGNES LIÉES AU GABARIT == */

.cPAGE { /* pour le fond des pages en cours d'édition */
	background-color: rgb(255, 255, 255);
}

/* essai de composition de style de base */

.cPAGE b i {
	background-color: rgb(255,0, 0);
}

/* image de type float */

.cPAGE h2 {
	float: left;
	margin-right: 20px;
}

/* titre calé à gauche */

.cPAGE h3 {
	display: inline;
	padding: 2px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgb(122, 200, 220);
	color: white;
}

/* image float à droite */

.cPAGE h5 {
	float: right;
	margin-left: 20px;
}

/* Bloc de brèves */

.cPAGE h6 {
/*	float: left;*/
	margin: 5px;
	margin-left: 10px;
	padding: 1em;
	width: 50%;
	background-color: rgb(88, 146, 160);
	font-size: 14px;
	font-weight: bold;
}
