body {
    margin: 0;
    padding: 0;
    color: #333;
    font: 13px "Trebuchet MS", Verdana, Helvetica, Tahoma, "Lucida Sans Unicode", Arial, sans-serif;
    background: #e2ebed;
    text-align: center;
}

a {
	color: #307082;
}

a:hover {
	color: #D60808;
}

a img {
	border: none;
}

#container
    {
    margin: 0 auto;
    width: 740px;
    position: relative;
    background: #ffffff;
    text-align: left;
    }
* html #container {
    width: 740px;
}

#header {
    position: absolute;
    top: 25px;
    left: 40px;
}

#header h1 {
	font-size: 24px;
}

#header h2 {
	font-size: 20px;
}

#header h2 a{
	color: #333;
    text-decoration: none;
}

#header p{
	position: absolute;
	top: 35px;
	left: 300px;
	width: 350px;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}



#menu {
	position: absolute;
  top: 140px;
  left: 0;
  width: 160px;
	padding-right: 40px;	
	background: #ffffff;
	color: #333;
	display:block;
}

#menu h3 {
	font-size: 14px;
	padding-left: 40px;
}

#menu ul {
    list-style-type: none;
	padding-bottom: 10px;
}

#menu ul li{
    font-size: 12px;
    border-bottom: 1px solid #E6EEF0;
	padding-top: 1px;
	padding-bottom: 5px;
}

#menu ul li a{
    font-size: 13px;
	display: block;
}


#menu img{
	padding-left: 40px;
}


span.nuage {
	padding-top: 15px;
}

#nuage_tags {
    text-decoration: none;
	font-size: 11px;
	padding-top: 10px;
}

#nuage_tags p {
	padding-left: 40px;
}


#main {	
	margin-left: 200px;
	padding-top: 150px;
	display: block;
}

#nextprev {
 /* top right bottom left */
	padding: 15px 10px 10px 20px;
	border-left: 1px solid #E6EEF0;
	text-align: justify;
}

#nextprev a {
	margin: 0px 85px 0px 85px;
	padding: 0px 25px 0px 25px;
	text-decoration: none;
	background-color:  #e2ebed;
}


#prevnext {
 /* top right bottom left */
	padding: 15px 10px 10px 20px;
	border-left: 1px solid #E6EEF0;
	text-align: justify;
}

#prevnext a {
	margin: 0px 85px 0px 85px;
	padding: 0px 25px 0px 25px;
	text-decoration: none;
	background-color:  #e2ebed;
}

#content {
 /* top right bottom left */
	padding: 15px 10px 10px 20px;
	border-left: 1px solid #E6EEF0;
}

#content h3 {
	margin-top: -10px;
}

#content h3 a {
    color: #333;
      text-decoration: none;
}


#content h4 {
	margin-top: 0;
	font-size: 11px;
}

#content h5 {
	margin-top: 0;
	font-size: 11px;
}

#content code {
	/*font: 10pt courier ;*/
	background: #e2ebed;
	border: dashed 1px;
	display: block;
	padding-left: 5px;
	margin: 10px;
	white-space: pre;

}

#content hr {
	border: solid 1px #307082;
	margin: 30px 160px 30px 160px;
}

#footer {
    height: 25px;
	width: 300px;
	background: #e2ebed;
	margin-left: 310px;
    text-align: center;
    padding: 0 10px 0 10px;
    line-height: 26px;
    font-size: 11px;
	border: 1px solid #E6EEF0;
}

#footer a
    {
	color: #307082;
    text-decoration: none;
}

#footer a:hover
    {
    text-decoration: underline;
}

div.eq {text-align:center;}
span.eq {vertical-align:bottom;}

