
body{
	background:#000 url(images/background-nostripes.jpg) repeat-y top;
	margin:0px;
	text-align:center;
}
body a{ text-decoration:none; }
body a:hover{ cursor:hand; }
body img{ border:0; }
/* -------------------------------------------------------------------- */
#entete,#rightcol{
	/*overflow:hidden;*/
	display:inline block;
}
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
.conteneur{	
	text-align:left;
	
	width:800px;
	
	margin-right:auto;
	margin-left:auto;
} 
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
#rightcol{
	float:right;
	display:inline;
	margin-top:20;
	
	width:170px;
}
#rightcol p{

	margin-top:5;
	margin-bottom:5;
	margin-left:2;
	padding-top:17;
	
	text-align:center;
	font-family:Verdana;
	font-size:16px;
	
	width:152;
	height:52;
		
	background-image:url(images/bgButton.gif);
	background-repeat:no-repeat;
}
#rightcol a{
	color:black;
	font-size:20;
}
#rightcol img{ margin-top:30; }
/* -------------------------------------------------------------------- */
#leftcol div p {
	font-size:16px;
}

#leftcol{
	background-image:url(images/bgLeftCol.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;	
	
	border-left:2px solid #050707;
	border-top:2px solid #050707;
	border-right:2px solid #050707;
	border-bottom:2px solid #050707;
	
	float:left;
	margin-top:20;
	display:inline;
	
	font-family:Verdana;
	font-size:12px;
	
	width:615px;
	height:900px;
}
html>body #leftcol {
	height:auto;
	min-height:900px;
}
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
.boite{
	margin-top:20;
	margin-bottom:10;
}
#message{
	font-family:"Monotype Corsiva";
	margin-top:0;
}
.boite h3{ text-align:left; }

#language {
	position: relative;
	top: 30px;
	right: 10px;
	float: right;
	font-weight: bold;
}
