/* Couleurs Rhone :
Orange : #ED6A00
Orange : #FF8400 (couleur pour le texte "recherche avancé/annuaire" en page interieure bandeau sous le champ "recherchez")
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	/* IE : alignement centré. */
	text-align: center;
}
a {
	text-decoration: none;
}
a img {
	border: 0px;
}
div {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
}
span {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
}
h1 {
	font-size: 18px;
	margin-left: 0px;
	margin-top: 20px;
}
h2 {
	font-size: 14px;
	margin-left: 0px;
	color: #000000;
}
h3 {
	font-size: 12px;
	margin-left: 20px;
	color: #000000;
}
blockquote {
	margin-left: 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
form input.submit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	width: 121px;
	height: 15px;
	border: none;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	padding-left: 25px;
	margin-top: 15px;
	font-weight: bold;
	
	padding-bottom: 5px;
}
table {
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 12px;
}

.stabyloRose {
	background-color: #FF99FF
}
div#Aide {
	position: absolute;
	visibility: hidden;
	z-index: 9000;
	background-color: #FFFFE0;
	padding: 1px;
	border: #000000 1px solid;
	margin:1px;
	width: 350px;
}

/* Conteneur generale de toute la page. */
/* Les menus sont inclus dans la page. */
div#page {
	/* FF : alignement centré. */
	margin-right:auto;
	margin-left:auto;
	width: 984px;

	text-align: left;
	/*border: 3px solid #FF0000;*/
}
div#page div.contenu {
	float: left;
	width: 710px;
	margin: 0px 20px 2px 40px;
}

div#page div.paragraphe {
	/*float: left;*/
	clear: both;
	font-size: 12px;
	text-align: justify;
}
div#page div.paragraphe table {
	font-size: 12px;
}
div#page div.paragraphe img {
	margin: 10px 10px 10px 10px;
}
div#page div.paragraphe img.droite {
	float: right;
	margin: 0px 0px 10px 10px;
}
div#page div.paragraphe img.gauche {
	float: left;
	margin: 0px 10px 10px 0px;
}

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

h2.actu {
	margin: 0px;
	margin-top: 12px;
}
h2.actu a {
	font-size: 12px;
}
p.date {
	margin: 0px;
	font-style:normal;
	font-size: 10px;
	text-decoration:underline;
}
p.actu {
	margin: 0px;
	font-style:normal;
	font-size: 11px;
}
a.actuSuite {
	font-style:normal;
}

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

div#Tetiere {
	height: 148px;
	padding-left: 40px;
}

div#Tetiere div.ongletG {
	float: left;
}
div#Tetiere div.ongletD {
	float: right;
	padding-top: 5px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
div#Tetiere div.ongletBordGauche {
	background-repeat: no-repeat;
	float: left;
	width: 8px;
	height: 17px;
}
div#Tetiere div.ongletCentre {
	background-repeat: repeat-x;
	float: left;
	height: 17px;
	padding-top: 2px;
}
div#Tetiere div.ongletCentre a {
	color: #FFFFFF;
}
div#Tetiere div.ongletBordDroit {
	background-repeat: no-repeat;
	float: left;
	width: 8px;
	height: 17px;
	margin-right:5px;
}

div#Tetiere div#EnTete {
	clear: both;
	/* le margin ne fonctionne pas sous FF. */
	padding-top: 16px;
	/*border: 3px solid #FF0000;*/
}
div#Tetiere div#nomAnnuaire {
	/*float: left;*/
	height: 67px;
}
div#Tetiere div#recherchez {
	width: 250px;
	height: 67px;
	float: right;
	padding-top: 10px;
	text-align: left;
	font-size: 10px;
}
div#Tetiere div#recherchez input {
	font-family: Arial;
	font-size: 10px;
	width: 200px;
	padding-left: 10px;
	background-position: left center;
	background-repeat: no-repeat;
}
div#Tetiere div#recherchez input.submit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	width: 28px;
	height: 22px;
	border: none;
	padding: 0px;
	margin: 0px;
}
div#Tetiere div#recherchez img {
	vertical-align: middle;
}
/* Bouton de soumission de la recherche. */
div#Tetiere div#recherchez img.submit {
	vertical-align: bottom;
}
/* Liens vers recherche avancée et annuaire. */
div#Tetiere div#recherchez a {
	text-decoration: none;
}
div#Tetiere span.recherchez {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

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

div#menuDroit {
	width: 200px;
	margin-left:10px;
}
div#menuDroit span {
	font-size: 10px;
}
div#menuDroit span#utilisateur1 {
	color: #000000;
	font-style: italic;
}
div#menuDroit span#utilisateur2 {
	color: #000000;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	width: 180px;
}
div#menuDroit form {
	margin: 0px;
}
div#menuDroit form input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
div#menuDroit form input.submit {
	background-repeat: no-repeat;
	width: 121px;
	height: 15px;
	border: none;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	padding-left: 25px;
	margin-top: 5px;
}
div#menuDroit form input.deconnexion {
	background-repeat: no-repeat;
	width: 121px;
	height: 15px;
	border: none;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	padding-left: 9px;
	margin-top: 5px;
	padding-bottom: 5px;
}
div#menuDroit a {
	display: block;
	margin-top: 4px;
	text-decoration: none;
}
div#menuDroit a.bouton {
	background-position: left;
	text-align: left;
	cursor:  pointer;
}
div#menuDroit img {
	margin: 0px;
}
div#menuDroit a img {
}
div#menuDroit div.infos {
	text-align: left;
	color: #5a5a5a;
	font-size: 11px;
}
div#menuDroit div.infos a.lien {
	color: #5a5a5a;
	font-size: 11px;
	text-align: left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
}

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

div#Pied1 {
	clear: both;
	margin-top: 20px;
}
div#Pied1 div#EnTete {
	clear: both;
	width: 984px;
	height: 106px;
}
div#Pied1 div#EnTete img {
	margin-top: 1px;
}
div#Pied1 div.recherche {
	float: left;
	margin-left: 20px;
	font-family: Arial;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
div#Pied1 div.recherche span {
	margin-left: 20px;
}
div#Pied1 div.recherche form {
	margin: 0px;
	margin-left: 20px;
	/* border: 3px solid #FF0000; */
}
div#Pied1 div.recherche input {
	font-size: 10px;
	width: 150px;
	padding-left: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 20px;
}
div#Pied1 div.recherche select {
	font-size: 10px;
	vertical-align: middle;
	height: 20px;
}
/* Bouton de soumission de la recherche. */
div#Pied1 div.recherche img.submit {
	vertical-align: middle;
}
div#Pied1 div.recherche a {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

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

table.Form {
	font-size: 11px;
}
table.Form td.LabelForm {
	white-space: nowrap;
	vertical-align: top;
}
table.Form td.InputForm {
	vertical-align: middle;
}
table.Form td.separation {
	height: 15px;
}
table.Form div.posTab {
	display: compact;
	width: 170px;
	float: left;
}
table.Form input {
	background-repeat:no-repeat;
	padding-left: 22px;
	font-size: 11px;
}
table.Form select {
	font-size: 11px;
}
table.Form input.radio {
	background-image: none;
}
table.Form input.checkbox {
	background-image: none;
}
table.Form textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.Form input.submit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	width: 121px;
	height: 15px;
	border: none;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	padding-left: 25px;
	margin-top: 15px;
	font-weight: bold;
	
	padding-bottom: 5px;
}

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

div.fiche h2 {
	margin: 0px;
	font-size: 18px;
	margin-bottom: 2px;
}
div.fiche div.tetiere {
	/* largeur fonction de l'image haut de la fiche. */
	width: 661px;
	height: 25px;
	background-repeat: no-repeat;
}
div.fiche div.rubrique a.boutonD {
	float: right;
	display: block;
	background-repeat: no-repeat;
	width: 121px;
	height: 15px;
	padding-left: 25px;
	text-decoration: none;
	cursor: pointer;
}

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

/* Moteur de recherche bas de page. */
/*==================================*/
div.KeyWordsDivHidden {
	background-color:white;
	border-color:#999999;
	border-style:solid;
	border-width:1;
	color:black;
	display:block;
	height:10em;
	position:absolute;
	width:24em;
	overflow:hidden;
	text-indent:-1;
	visibility:hidden;
	z-index:9000;
}
div.KeyWordsDivVisible {
	background-color:white;
	border-color:#999999;
	border-style:solid;
	border-width:1;
	color:black;
	display:block;
	height:12em;
	position:absolute;
	width:24em;
	overflow:hidden;
	text-indent:-1;
	visibility:visible;
	z-index:9999;
}
tr.KeyWordSelected {
    font-family:Tahoma;
    font-size:10;
    font-weight:normal;
    color:black;
    text-indent:2px;
    background-color:#336699;
    color:white;
    cursor:default;
}
tr.KeyWordNormal {
    font-family:Tahoma;
    font-size:10;
    font-weight:normal;
    color:black;
    text-indent:2px;
    background-color:white;
    cursor:default;
}
b.KeyWordBold {
	color:red;
}