body{
  background:#38444D;
}
#main,#flagholder{
  position:relative;
  width:940px;
  margin:auto;
  /*2eme technique de centrage*/
  left:50%;   /*pour centre le coté gauche du block*/
  margin-left:-475px;
}
/*
#main{
  height:545px;
  border:1px solid;
  background:#E9E8E9;  
}
*/
#flagholder{
  text-align:right;
}

#imglinks{
  margin:10px 0 0 0 ;
}

#content, #toplinks{
width:660px;
margin:0 140px 20px 140px;
}

#toplinks{
  width:670px;
  margin-top:20px;
}

#toplinks table{
  height:160px;
  width:100%;  
}
#topl{
  background:url('../img/vig_prince_1.gif') no-repeat;
}
#topr{
  background:url('../img/vig_lefeve_1.gif') no-repeat;
}
#fbcntl{
  margin:38px 0 0 150px;
}
#fbcntr{
  margin:38px 0 0 68px;  
}
#cvrcntl{
  margin:23px 0 0 107px;
}
#cvrcntr{
  margin:23px 0 0 17px;
}

.sexyincontent{
  display:none;
}

#buttons_below{
  margin:0 30% 0 34%;
}
.errormsg{
  color:red;
  display:none;
}

/* round buttons css*/
.rbutton {
	cursor: pointer;
	display: -moz-inline-box;
	display: inline-block;
	padding-left: 5px;
	padding-bottom: 1px;
	line-height: 19px;
	background-position: lef top;
	background-repeat: no-repeat;
}

	.rbutton span {
		padding-left: 10px;
		display: -moz-inline-box;
		display: inline-block;
		padding-right: 15px;
		padding-bottom: 1px;
		line-height: 19px;
		background-position: right top;
		background-repeat: no-repeat;
	}

/* skin */
.red {
	background-image: url(../img/buttons/red-left.gif);
}
	.red span {
		background-image: url(../img/buttons/red-right.gif);
	}

.green {
	background-image: url(../img/buttons/green-left.gif);
}
	.green span {
		background-image: url(../img/buttons/green-right.gif);
	}

.blue {
	background-image: url(../img/buttons/blue-left.gif);
}
	.blue span {
		background-image: url(../img/buttons/blue-right.gif);
	}

/* font size and family */
.rbutton {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
