/* standard elements */
a {
	color: #000;
	text-decoration: none;
}
body {
	
	background: #fff url(img/bg.png) repeat;
	text-align: center;
	font: normal 11px sans-serif,Arial;
	
}
.gfx a {
	/*
	background:#000; background-image:url(bg.jpg);
	*/
	display: block; width:800px; height: 450px; text-align:center;
	background-color:#FFF;

}

.logo {
	margin-top:30px;
	text-align:center;

}

/* header */
.header {
	background: #FFF;
	font: bold 12px Arial;
	line-height: 3em;
}

/* main */
.main {
	border-top: 5px solid #FFF;
	border-bottom: 3px solid #FFF; 
	background: #FFF;  
	margin: 0px auto 4px auto; 
	text-align: left;
	width: 820px; 
}
.container {
	margin: 11px;
}

/* menu */
.rouge {
	color:#09F;
}
.rouge a {
	color:#09F;
}
.rouge a:hover {
	color:#000;
}

.choix {
	color:#333;
}

.menu a {
	font-size:10px;
	background: #EEE;
	border-right: 1px solid #FFF;
	border-top: 1px solid #fff;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 82px;
	height: 26px;
	text-align:center;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #fff;
	color: #555;
}
.menu a#last {
	border-right: none;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 10px sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #ffffff url(img/bgitem.gif) repeat-x;
	padding: 10px;
}

/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #444;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}