body {
	background-color:#0A1B2A;
}

div#container {
  background-color:white;
	width:900px;
  margin-left:auto;
  margin-right:auto;
}

div#toplink{
  height:50px;
	padding:20px 10px 0 10px;
}

div#warning{
  border:3px solid crimson;
  padding: 0px 15px;
	margin:0 20px 50px 20px; 
  background-color:#F8E0EC;
}

div#main {
	margin:50px 20px;
}

div#title {
	width:860px;
	margin-left:auto;
	margin-right:auto;
}

div.textbloc01{
	margin: 20px 0 20px 0;
	padding: 0 30px;
}

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

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

div#profile {
  float: none;
	height: 320px;
	margin: 20px 20px 0 20px;
}


h1  {
    height:30px;
    vertical-align:middle;
    font-size: 20px;
    font-family:sans-serif;
    font-weight:500;
    text-align:center;
    background: #8bb2ba; /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(2%,#8bb2ba), color-stop(100%,#a9cecd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #8bb2ba 2%,#a9cecd 100%); /* IE10+ */
    background: -webkit-linear-gradient(45deg, #8bb2ba 2%, #a9cecd 100%); /* IE10+ */
    background: linear-gradient(45deg, #8bb2ba 2%,#a9cecd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bb2ba', endColorstr='#a9cecd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #FFF;
    margin: 40px 0px 10px 0px;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom:5px;
}

#warning p {
    padding: 0px 10px;
    font-size:13px;
    font-weight:600;
    text-align:justify;
}

#warning strong{
  font-size:20px;
  color:crimson;
  line-height:40px;
}

#warning span {
    font-weight:900;
    color:crimson;
    text-decoration:underline;
}

#title p {
    font-size:26px;
    font-family:serif;
    font-weight:500; 
    text-align:center;
    margin:5px;
}

#title img {
	width:100%;
}

#title strong {
    font-size:32px;
    font-weight:900;    
}

.textbloc01 p {
	font-family:sans-serif;
	font-size:14px;
	color:#585858;
	margin-top:24px;
	text-align:justify;
}
.textbloc01 strong {
  font-size:1.5em;  
	font-weight:800;
	color:#8A0808;
}

.textbloc01 span.emp{
	font-weight:900;
	color:#088A85;
}

.textbloc01 span.caution{
	color:#B40404;
}

.textbloc01 ul {
    padding-left:0px;
    list-style-type:none;
    font-size:14px;
}

.textbloc01 li {
  margin-bottom:5px;
	color:#585858;
}



#profile img{
    width: 200px;
    height:200px;
    float:left;
}

#profile ul {
  margin-left:200px;
  margin-top:0px;
  list-style-type:square;
  font-size:14px;
	color:#585858;
}

#profile strong {
    font-size:24px;
}
