/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(http://www.aftaehm.fr/images/bg2.gif);
	background-color:#FFFFFF;
}
#content {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background-color:#FFFFFF;
}
#logo{float:left; background-image:url(http://www.aftaehm.fr/images/logo2.gif); width:274px; height:213px;}
#topheader{float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:526px; height:32px; background-image:url(http://www.aftaehm.fr/images/bg_menu.gif); background-repeat:repeat-x;}
#menu a { text-decoration:none; }
.menu a:hover, .menu a:focus{ color:#FF0000; text-decoration:none; }
.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus { color:#0054a6; text-decoration:none; }
#submenu{float:right; width:526px; height:32px; background-image:url(http://www.aftaehm.fr/images/bg_submenu.gif); background-position:top; background-repeat:repeat-x; background-color:#FFFFFF; }
#contenttext{ float:right; width:526px; background-color:#FFFFFF; height:442px; overflow:auto; }
#leftpanel{ float:left; width:274px; background-color: #FFFFFF; height:390px; }
#footer{float:left; width:780px; background-color:#F0F0F0; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.button{
	font-size:10px;
}
.smallbluetext{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
.smallbluetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#0000CC;
	text-decoration:none;
}
.smallbluetext a:hover{
	color:#666666;
	text-decoration:underline;
}
/* ---------------------------- */
.menu, .ssmenu {
	border:0;
	padding:0;
	padding-top:9px;
/* width et margin sont au cas où le javascript est désactivé. */
	width:14%;
	margin:1em;
}
/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu a {
	text-align:center;
	color:#FFFFFF;
}
/* .ssmenu = Les parties "déroulantes" qui s'affiche au survol d'un .menu */
.ssmenu a {
	color:#999999;
	text-align:center;
}

.menu span, .ssmenu span {
/* Ne pas toucher
	C'est pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. 
	font-family:"MS Sans Serif", "sans-serif", Verdana, Arial;*/
	text-decoration:none;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding:0px;
/* Ne pas modifier le block */
	display:block;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
	width:100%;
}
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;
}
/* spécificité au menu image pour ne pas avoir d'espace autour des images...*/
.menu a, .menu a:visited {
	padding:0;
}

.ssmenu img {
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:0px;
}

.ssmenu img.hr {
/* Encore un peu expérimental, un <hr /> entre deux items pour faire un "séparateur"... */
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
}

.menu a, .menu a:visited {
	padding:0;
}

#danse {
	position:relative;
	width:526px; height:32px;
}

#h3sForm fieldset 
{
	background-color:#EEEEEE;
	display:block;
	margin:0pt 0pt 3em;
	padding:1em;
	/* width:17em; */
}

#h3sForm fieldset.submit 
{
	background-color:transparent;
	border:medium none;
	text-align:center;
}

#h3sForm fieldset.radio 
{
	background-color:#DDDDDD;
	padding-top:0px;
	/* width:15em; */
}

#h3sForm fieldset.radio input {
	clear:both;
	float:left;
	width:auto;
}

#h3sForm fieldset.radio label 
{
	font-weight:normal;
	width:150px;
}

#h3sForm fieldset.radio input 
{
	display:block;
}

#h3sForm label 
{
	display:block;
	font-weight:bold;
	margin-bottom:1em;
}

#h3sForm select 
{
	display:block;
	width:15em;
}

#h3sForm div
{
  float:left; 
  margin-right:25px; 
}
