html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#page{
	width: 938px;
	margin: 0em auto;
	text-align: left;
}

#paiement{
	width: 938px;
	margin: 0em auto;
	text-align: left;
      background: #ffff;
      color: inherit;
	float: right;
	color: #000;
	font-size: 100%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 2px solid #DDD;
}




#top{
	height: 107px;
	margin: 0em auto; 
	width: 938px; 
	text-align: left;
} 


#topg{
	height: 107px;
	margin: 0em auto;	
	width: 206px; 
	float: left;
	background: #EEE url(img/topg.png) no-repeat right top;
}

#flag{
  float: left;
  padding-top: 50px;
  padding-left: 80px;
}


#topd{
	height: 107px;
	margin: 0em auto;	
	float: right;
	width: 732px; 
	background: #EEE url(img/topd.png) no-repeat left top;
}


#main{
	float: right;
	width: 650px;
}

#content{
	margin: 0 30px 0 0;
	padding: 1em 0 0 0;
}

#sidebar{
	float: left;
	width: 220px;
	margin: 1em 3ex auto;	
	padding-bottom: 3em;
}

#footer{
	padding: 1ex 1em 1ex 1em;
	margin : 0;
	clear: both;
}


body {
	background: #EEE;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 2px solid #DDD;
}

td, table, tr {
	color: #000;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

form input{
	border: 1px solid #999;
      -moz-border-radius: 5px; 
	text-align: center;
}

form textarea{
	border: 1px solid #999;
      -moz-border-radius: 5px; 
	text-align: center;
  background-color: #F2F3FF;
}

form input:focus, form textarea:focus{
     background-color: #F2F3FF;
     }

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

#page{
	background: #fff url(img/page.png) repeat-y center top;
  color: inherit;
}
 
.post-title{
	color: #F90;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #F90;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-info-co{
	text-align: right;
}

#sidebar div{
	color: inherit;
	margin: 0 0 0 5px;
	padding: 1ex 1em;
}


#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar div ul a{
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
        background: #EEE;
        background-position: left;
}

#sidebar div ul a:hover{
	background: #DDD;
	text-decoration: none;
}

#sidebar div ul a:visited{
	text-decoration: none;
}


#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}


#footer{
	height: 13px;
	width: 938px; 
        background: #EEE url(img/q.png) no-repeat left top;

}

