html, body {
	background-color: #D13636;
	margin: 0;
	border: 0;
	padding: 0;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	color: #FFF;
	height: 100%;
}

h1 {
	margin: 0
	border: 0;
	padding: 0;
	color: #F4E5E6;
	position:relative; 
	display:block; 
	font-weight: normal;
	font-size: 1.3em;
	font-family: arial;
	text-transform:uppercase;
}
h2 {
        font-weight: normal;
	font-size: 1.1em;
	text-transform:uppercase;
	margin: 0;
        border: 0;
        padding: 0px 0 8px 0;
}
h3 {
        font-weight: normal;
	font-size: 1.05em;
	text-transform:uppercase;
	margin: 0;
        border: 0;
        padding: 16px 0 8px 0;
}


a {
	color: #B2CFCB;
	text-decoration: underline;
}
a:hover {
	color: #FAC1C6;
	text-decoration: none;
}
a.select {
	color: #000;
}

.blocCorps .corps div .opTexte {
        margin: 0;
        border: 0;
        padding: 0;
        padding-bottom: 12px;
}

img,
.opTexteCorps img {
	background-color: transparent;
	float: none;
	border: none;
}

.hautBande {
	z-index: 99;
	position: absolute;
	top:0;
	background-image: url(img/bandeau.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 120px;
}
.hautDroit {
	z-index:100;
	position: absolute;
	top:0;
	right:16px;
        text-align: right;
}
.hautDroit a {
	color: #B2CFCB;
        text-decoration: none;
}
.hautDroit a:hover {
	color: #FFF;
        text-decoration: underline;
}
.hautGauche {
	z-index:100;
	position: absolute;
	top:0;
	width: 722px;
	height: 226px;
}
.hautGauche img {
        position: absolute;
	border: 0;
        margin: 0 0 0 8px;
}

.blocCorps {
	z-index:200;
	margin-right: 80px;
}
.blocCorps div.menu {
	float: left;
        width: 240px;
	margin: 32px 0 16px 16px;
	border: 0;
}
.blocCorps .menu ul {
	margin: 0;
	border: none;
	padding: 272px 0 0 12px;
	list-style: none;
}

.blocCorps .menu ul li {
	padding: 0;
	font-size: 1.2em;
	ext-transform:uppercase;
}
.blocCorps .menu ul li a {
	text-decoration: none;
	color: #871022;
}
.blocCorps .menu ul li a:hover {
	color: #F4E5E6;
}
.blocCorps .menu ul li a.select {
	color: #F4E5E6;
}
.blocCorps .menu ul li.sous {
	padding-left: 12px;
	font-size: .95em;
	font-weight: normal;
}

.blocCorps .corps {
	z-index: 50;
	margin: 0;
	border: 0;
	padding: 146px 240px 12px 260px;
}
.blocCorps .corps div {
	margin: 0;
        border: 0;
        padding: 0;
}
.blocCorps .opTexte {
        clear: none;
}
.blocCorps .opPlus {
        clear: none;
}
.blocCorps .corps h1 {
	margin: 0;
	border: 0;
	padding: 0 0 16px 0;
}

div#blocPied {
	z-index:101;
	position: absolute;

	right: 0;
        top: expression( (  - blocPied.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );

	height: 147px;
	width: 520px;
	background-image: url(img/musicien.gif);
	background-repeat: no-repeat;
	background-position: right top;
        margin: 0;
        border: none;
	padding: 0;
}
body > div#blocPied {
        position: fixed;
        bottom:0;
}
div#blocPiedLigne {
	position: absolute;
	width: 520px;
	bottom: 0;
	right: 0;
	text-align: right;
        border: none;
        padding: 2px 8px 2px 2px;
	font-size: .7em;
	background-color: #231F20;
}
div#blocPied,
div#blocPied a {
	color: #aaa;
	text-decoration: none;
}
div#blocPied a:hover {
	color: #fff;
	text-decoration: underline;
}


/******************************************************/
table.opQcm {
	border: 0;
}
table.opQcm td.repBon {
	color: #050;
}
table.opQcm td.repMal {
	color: #800;
}
table.opQcm td.repMoy {
	width: 60px;
	text-align: right;
	font-size: 1.4em;
}



/******************************************************/
/* overliv */

.overlib {
        color: #B2CFCB;
	border: 0;
}
.overlibFGCLASS {
        background-color:#F4ECEC;
        color:#9E1329;
        margin:0px;
        border: 4px solid #F58487;
        padding:5px;
}



