/***** menu CSS *****/

body { /* police et taille de toutes les pages */
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	text-align: justify; 
	}

body {
	scrollbar-face-color: #330099;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #EBE1FF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #EBE1FF;
	scrollbar-arrow-color: #FFFF00;
	background-color: #EBE1FF;
	background-image: none;

}

.ssmenu a, .ssmenu a:visited {
	padding-left:5px;
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width:auto;
}


h1 {
	color: #330099;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	background-image: none;
	background-color: #FFFFFF;

}

h2 { /* taille et couleur du sous-titre */
	color: #330099;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	top: 175px;
	}

h3 { /* taille et couleur du sous-sous-titre */
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.titre {
	width: 820px;
	top: 141px;
	left: 150px;
	border-bottom: 3px solid #330099;
	border-right: 3px solid #330099;
	border-top: 1px solid #330099;
	border-left: 1px solid #330099;
	background-color: #FFFFFF;

}

.titre1 { /* position du calque du sous-titre couleur et bordures */
	width: 820px;
	left: 150px;
	background-color: ; /* couleur fond sous titre */
	border-bottom: 0px solid #267726;
	border-right: 0px solid #267726;
	border-top: 0px solid #267726;
	border-left: 0px solid #267726;
	top: 196px;
}

#titguide { /* position du calque du titre couleur et bordures */
	width: 450px;
	top: 80px;
	left: 300px;
	background-color: #FFFFFF;
	border: 2px solid #FF9900;;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	color: #000099;
	padding: 5px;
}

#texte {
	width: 750px;
	top: 235px;
	left: 150px;
	padding: 6px;
	background-color: #ffffcc;
	border: 0px none #000000;
	white-space: normal;
	height: 326px;
	z-index: auto;

	}


.texte {
	text-align: justify;
	font-size: 1,5;
	line-height: 1.2em;
	color: #330099;
	padding: 6px;
	top: 225px;
	left: 155px;
	width: 801px;
}
.texteTable {
	text-align: justify;
	font-size: 14px;
	line-height: 1.2em;
	color: #330099;
	padding: 6px;
	top: 511px;
	left: 172px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;


}
.tableContact {
	width: 600px;
	color: #006600;

}
/***** DEBUT comportement des liens dans BODY *****/
.liens a { /* format des liens */
	color: #330099;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
.liens a:hover { /* format des liens au survol */
	color: #FFCC33;
	background-color: #;
	text-decoration: none;
}

.liens a:visited { /* format des liens quand on a cliqué */
	color: #CC9933;
	}

.lien a { /* format des liens au rechargement de la page */
	color: #330099;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;

}
.lien a:hover { /* format des liens au survol au rechargement de la page */
	color: #ffcc00;
	background-color: #;
	text-decoration: none;
}

div#tooltip {
	position:absolute;
	visibility:hidden;
	z-index:100;
	background-color:#006600;
	border:1px none #FF0000;
	color: #FFFF00;
	padding-left:0.5em;
	padding-top:0.2em;
	padding-right:0.5em;
	padding-bottom:0.2em;
	font-size:0.9em;
	cursor: auto;
}

}
.img table { /* format des images bordure A VOIR */
	text-align: justify;
	font-size: 14px;
	line-height: 1.2em;
	color: #006600;
	padding: 6px;
	top: 226px;
	left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dotted #660000;
}

