body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(pain-bg.jpg);
	background-repeat: no-repeat;
	border-color: #0000ff;
	margin: 0;
	padding: 0;
	/*position: relative;*/
}

div#flags {
	display: block;
	/*position:fixed !important; /* fixed to top left (only good browsers) */
	/*position:absolute;*/
  	float:right;
	top:10px;
	right:0;
	width: 110px;
    margin-left: 1em;
    /*margin-left: 50 px;*/
    /*border-style: solid;*/
    /*border-color: #ff0;*/
}

div#w3c {
	display: block;
  position:fixed !important; /* fixed to top left (only good browsers) */
  position:absolute;
  /*float:top;*/
  bottom:0;
  right:0;
  width: 90px
}

div#ab {
	display: block;
  position:fixed !important; /* fixed to top left (only good browsers) */
  position:absolute;
  /*float:top;*/
  bottom: 5px;
  left:5px;
}

div#links {
  position:fixed !important; /* fixed to top left (only good browsers) */
  position:absolute;
  /*top:0;*/
  /*left:0;*/
	border-color: #00ff00;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	height: 600px;
	left: 0;
	/*position: absolute;*/
	top: 50px;
	width: 166px;
	z-index: 100;
}

div#links a {
	background-color: transparent;
	border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 5px;
	color: #ffe9d2;
	display: block;
	font-size: 1em;
	font-weight: 900;
	margin-bottom: 1px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
}

div#links a:hover {
	background-color: transparent;
	border-right-color: #ff0000;
	border-right-style: double;
	border-right-width: 5px;
	color: #ffff00;
	font-size: 104%;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	text-decoration: none;
}

div#links a span {
	display: none;
}

div#links a:hover span {
	color: #ffff00;
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	left: 0;
	margin: 10px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 230px;
	width: 125px;
	z-index: 100;
}

div#content {
	/*display: none;*/
	background-color: #fff; /*#ffdbb7;*/
	background-image: url(bg3.jpg);
	/*background-attachment: fixed;*/
	/*background-repeat: no-repeat;*/
    
	border-collapse: collapse;
	border-color: #fff;
	/*border-style: none; solid;*/
	border-style: solid;
	border-width: 5px;
	color: #00f;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	left: 161px;
	/*outline-color: fuchsia;*/
	/*outline-style: outset;*/
	/*outline-width: 2px;*/
	padding: 10px;
	position: absolute;
	right: 166px; /*25px;*/
	top: 26px;
}

div#content p {
	/*color: #000;*/
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
}

div#content h2 {
	color: #f00;
	font-weight: bold;
}

div#content h3 {
	display: block;
	color: #ffae00;
	/*background-color: #0f0;*/
	font-weight: bold;
	margin-bottom: 0.25em;
    /*width: 50%;*/
}

div#content h4 {
	/*background-color: #00f;*/
	color: #0fb900;
	margin-bottom: 0.25em;
    /*width=25%;*/
}

h1 {
	background-color: #ffe9d2;
	color: #f00;
	font-size: 25px;
	font-weight: bold;
	height: 28px;
	/*letter-spacing: 0.5em;*/
	margin-bottom: 0.5em;
	margin-left: -9px;
	margin-right: 2em;
	margin-top: -9px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 5px;
	padding-top: 15px;
	text-align: right;
	/*text-decoration: blink;*/
	vertical-align: middle;
	/*white-space: nowrap;*/
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 0.66em;
}

div#content a:link {
	color: white;
}

div#content a:visited {
	color: #c0c0c0;
}

div#content a:link:hover {
	color: #FF0;
}

div#content a:visited:hover {
	color: #804000;
}

code, pre {
	color: #000000;
	font-size: 110%;
}

div.formation p.duree { font-weight: bold; font-style: italic; }
div.formation p.eff { font-weight: bold; font-style: italic; }
div.formation p.prix { font-weight: bold; font-style: italic; }

p.pointfort { font-weight: bold; font-style: italic; }

p:first-letter {
	font-weight: bold; 
}



