/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	a: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a{
	outline: none;
}
html {
	width: 100%;
	height: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	min-height:580px;
	min-width: 1200px;
	background:#fff;
	height: 100%;
	margin:0;
}
.Degrade {
	background: none repeat scroll 0 0 transparent;
    height: 100%;
	width: 100%;
	min-width: 1200px;
    position: absolute;
    top: 0;
    z-index: -5;
}
.Degrade > div {
	margin: 0;
    padding: 0;
    position: absolute;
}
#bande_HG, #bande_HD, #bande_BG, #bande_BD {
    z-index: -3;
}
#bande_HG {
    background: url("/images/haut-gauche.png") no-repeat scroll 0 0 transparent;
    width: 537px;
	height: 447px;
	left: 0;
    top: 0;
}
#bande_HD {
	background: url("/images/haut-droit.png") no-repeat scroll 0 0 transparent;
    width: 537px;
	height: 447px;
	right: 0;
    top: 0;
}
#bande_BG {
	background: url("/images/bas-gauche.png") no-repeat scroll 0 0 transparent;
    width: 537px;
	height: 447px;
	bottom: 0;
    left: 0;
}
#bande_BD {
	background: url("/images/bas-droit.png") no-repeat scroll 0 0 transparent;
	width: 537px;
	height: 447px;
    bottom: 0;
    right: 0;
}
#CoinDroit {
	position:fixed;
	top:8px;
	right:8px;
	z-index: 199;
}
#CoinGauche {
	position:fixed;
	bottom:8px;
	left:8px;
	z-index: 199;
}
#page_container{
	position:relative;
	top:0px;
	width:100%;
	z-index:20;
	height: 100%;
}
.PageContent {
	width:100%;
	height:100%;
	display:none;
	border:0;
	position:relative;
	/*z-index: 3;*/
	overflow: hidden;
}
#BordureLeft, #BordureTop, #BordureRight, #BordureBottom {
	position:fixed;
	z-index: 15;	/* entre MenuContainer & page_container */
	background:#ffffff;
}
#BordureLeft {
	top:0;
	left:0;
	width:8px;
	height:100%;
}
#BordureTop {
	top:0;
	left:0;
	width:100%;
	height:8px;
}
#BordureRight {
	top:0;
	right:0;
	width:8px;
	height:100%;
}
#BordureBottom {
	bottom:0;
	left:0;
	width:100%;
	height:8px;
}
/* ie fRequiemText s14 c565656 ls0 */
p {
	margin:0;
	padding:0;
}
.cFFFFFF{
	color:#FFFFFF;
}
.cCCCCCC{
	color:#CCCCCC;
}
.cF26522{
	color:#F26522;
}
.c2C2C2C{
	color:#2C2C2C;
}
.cC00554{
	color:#C00554;
}
.cD07180{
	color:#D07180;
}
.c565656 {
	color:#909090;
}
/*  */
.s13{
	font-size:13px;
}
.s14{
	font-size:14px;
}
.s15{
	font-size:15px;
}
.s16{
	font-size:16px;
}
.s18{
	font-size:18px;
}
.s21{
	font-size:21px;
}
.s22{
	font-size:22px;
}
/****************/
.fRequiemText{
	font-family: 'RequiemTextRoman';
}
.fRequiemDisplay{
	font-family: 'RequiemDisplayRoman';
}
@font-face {
    font-family: 'RequiemTextRoman';
    src: url('/fonts/requiemtext-htf-roman.eot');
    src: url('/fonts/requiemtext-htf-roman.eot?#iefix') format('embedded-opentype'),
         url('/fonts/requiemtext-htf-roman.woff') format('woff'),
         url('/fonts/requiemtext-htf-roman.ttf') format('truetype'),
         url('/fonts/requiemtext-htf-roman.svg#requiemtext-htf-viniumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RequiemDisplayRoman';
    src: url('/fonts/requiemdisplay-htf-roman.eot');
    src: url('/fonts/requiemdisplay-htf-roman.eot?#iefix') format('embedded-opentype'),
         url('/fonts/requiemdisplay-htf-roman.woff') format('woff'),
         url('/fonts/requiemdisplay-htf-roman.ttf') format('truetype'),
         url('/fonts/requiemdisplay-htf-roman.svg#requiemdisplay-htf-viniumRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* helpers */
.box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap, .wrap_abs {
	position: relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.wrap_abs{
	position: absolute;
}
.vahelp{
	display:inline-block;
	width: 0px;
	height:100%;
	vertical-align:middle;
}
.cb{
	clear: both;
}
.ib {
	display: inline-block;
	vertical-align: middle;
}
/**/
#Titre .header, #Titre .legende {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.wysiwyg-text-align-left{
	text-align: left;
}

.wysiwyg-text-align-center{
	text-align: center;
}

.wysiwyg-text-align-right{
	text-align: right;
}

.wysiwyg-text-align-justify{
	text-align: justify;
}
