	/* copyright notice and filename */
* body { 
        font-family: helvetica,arial,sans-serif;
        font-size: 10pt;
        background-color:silver;
background-image: url("../images/back.png");
background-repeat : repeat x repeat y;
        margin:0px;
        height:100%;
}
ol {
  margin:0px;
  padding:0px;
  list-style:none;
}

pre {
	color:green;
	font-family:Courier New;
	font-size:11px;
	font-variant:normal;
}

/* title of page*/
.DocTitle{display:none}

.lang {
	position : absolute;
	top : 52px;
	width:100%;
}
.lang .P2 {
	margin:0px;
	text-align:right;
	font-size:11px;
}
.lang .P2 a {
	text-decoration:none;
	color:#0066CC;
}
.lang .P2 a:hover {
	background-color:#0066CC;
	color:white;
}

/* menu */
.menu {
/*  position: absolute;*/
	top : 20px;
	height : 26px;
	background-repeat:repeat-x;
	background-image: url("../images/myWebSite.png");
	border-top: 1px solid white;
	border-bottom : 1px solid #CFCFCF;
	z-index : 1;
  margin-bottom:60px;
  margin-top:20px;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 5px #666;
}

/* titre page dans menu */
.menu ol li:first-child a {
	font-size: 20px;
	float:left;
	font-family : Monospace;
  margin-right:80px;
}

.menu a {
	text-decoration: none;
}

.menu ol a strong {
/*	display: absolute;*/

}
.menu a, .menu a strong {
	position : relative;
	display: inline;
	top : 0px;
	height : 26px;
	/*left:100px;*/
	letter-spacing: 1px;
	line-height: 24px;
	font-weight:bold;
	/*font-variant: small-caps;*/
	padding-left: 16px;
	padding-right: 16px;
	/*border-left: 1px solid black;
	border-right: 1px solid black;*/
	z-index : 2;

}
.menu a {
	float: left;
	font-size : 12px;
	color:#0066CC;
	text-shadow: grey -2px -2px 4px;
}

.menu a:hover, .menu a strong {
  display:block;
	line-height: 24px;
	background-repeat:repeat-x;
	background-image: url("../images/myWebSite.png");
	color: white;
}

.menu a:hover {
	color:#0066CC;
	background-color:grey;
	text-shadow: grey 2px 2px 1px;
}

.menu a strong {
	background-color:#0066CC;
	text-shadow: #0066CC 2px 2px 1px;
}

.page {
	position:relative;
	display:block;
	width: 600px;
	margin:auto;
/*  margin-left:10%;*/
	background-color: white;
	border-top: 2px silver solid;
	border-right: 2px silver solid;
	border-left: 2px silver solid;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 15px;
	text-align: left;
	min-height:400px;
	-webkit-border-top-right-radius:9px;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
	-webkit-box-shadow: 0px 0px 9px #666;
/*  min-height: 400px;*/
	}

/*liens dans page*/
.page a {
	color:#555555;
	text-decoration:none;
	border-bottom:1px dotted;
	padding-bottom:0px;
}

.page a:hover {background-color:#DDDDDD; border-bottom:solid 1px;}

a img {border:none}

/* titres de la page */
.page .L2 {
	font-size: 36px;
	font-weight: bold;
	color : #0066CC;
	font-variant: small-caps;
	text-shadow: grey 0px 0px 8px;
	margin-bottom: 0px;
	text-align: left;
	font-family: Gill Sans;
} 

.page .L3 > a,.page .L4 > a {
	color : #0066CC;
}

.page .L3 {
	font-size:11pt;
	font-family: Gill Sans;
	color:#555555;
	color : #0066CC;
	font-variant: small-caps;
	text-shadow: none;
	font-weight: bold;
	text-align:justify;
	margin-top:30px;
} 
.page .L3 ol {
  margin-top:10px;
}

.page .L4 {
	font-size:10pt;
	font-family: serif;
	color:#555555;
	color : #0066CC;
	font-variant: normal;
	text-shadow: none;
	font-weight: normal;
  text-align:justify;
} 

.page .L5 {
	color:#555555;
}

.page .L3 ol {
  list-style-image:url('http://www.oxymium.net/newsletters/2007-02/list-style-image-1-3.gif');
  margin:15px;
}

P {
	font-size:10pt;
	font-family: serif;
	color:#555555;
	margin-bottom: 10px;
	font-variant: normal;
	text-shadow: none;
	font-weight: normal;
  text-align:justify;
  margin-left:-15px;
}

.L2 > ol > p {
  margin-left:0px;
}


.page .L2 > ol:first-child {
  margin-top:50px;
}
/* encart page */

/* image ou petit texte */
.page > ol > li:first-child {
  position:relative;
  display:block;
  float:right;
  width:180px;
  margin-left:10px;
  font-size:11px;
  font-variant:normal;
  color:black;
  margin-bottom:10px;
  text-shadow:none;
}

/* centrage de l'image */
.page > ol > li:first-child img {
  display:block;
  margin:auto;
}

/*encart sous l'image */
.page > ol > li:first-child img + ol {
  position:relative
	display:block;
	background-color:#DDDDDD;
	padding-left:20px;
  padding-top:15px;
	border: 2px solid grey;
	width:130px;
  margin:auto;
	-webkit-border-radius:9px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	-moz-border-radius:9px;
}


/* titre dans l'encart */
.page > ol > li:first-child > ol > .L3 {
  font-size:12px;
  text-shadow:none;
  font-weight:bold;
  color:black;
  font-variant:normal;
  font-family: serif;
  margin-bottom:15px;
}

/*lien dans l'encart*/
.page > ol > li:first-child > ol > .L3 a {
	font-family:monospace;
	color:#0066CC;
	font-weight:bold;
}

.page > ol > li:first-child > ol > .L3 a:hover {
	background-color:#AAEEFF 
}
.pied {
  position:relative;
  display:block;
	width: 600px;
  margin:auto;
  margin-bottom:50px;
/*  margin-left:10%;*/
	background-color: white;
	border-bottom: 2px silver solid;
	border-left: 2px silver solid;
	border-right: 2px silver solid;
	padding-bottom: 50px;
	padding-left: 50px;
	-webkit-border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-box-shadow: 0px 6px 9px #666;
	padding-right: 50px;
	text-align: left;
/*  min-height: 400px;*/
	}


/*autre*/
.important, .important a {color:red; font-weight:bold}

.fold {
	font-family:monospace;
	vertical-align:middle;
	text-align:center;
	background:silver;
	color:white;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	padding:0px 2px 1px 2px;
	font-size:9px;
	margin-left:10px;
	cursor:pointer
}
