body {
	margin: 0px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:white;
	background-color: #19130E;
	background-image:url(../images/communs/background.jpg);
	background-position:top center;
	
	background-repeat:no-repeat;
}

form {
	margin:0;
	padding:0;
}
#leftBorder {
	background-image:url(../images/communs/leftBackground.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:292px;
	float:left;
	visibility:visible;	
}

#main {	
	width:1000px;
	visibility:hidden;
	margin:0 auto;	
	background-color:black;
}

#rightBorder {
	background-image:url(../images/communs/rightBackground.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:292px;
	float:left;	
	visibility:visible;	
	
}
#logo {
	width:350px;
	height:266px;
	float:left;
}
#date {
	width:273px;
	height:266px;
	float:left;
}
#achat {
	width:160px;
	height:266px;
	float:left;
}
#invites {
	width:217px;
	height:266px;
	float:left;
}
#menu {
	width:1000px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li {
	float:left;
	margin:0;
	padding:0;
}

#content {
	width:1000px;
}

#contentLeft {
	width:332px;
	margin:0 0px 0 0;
	padding:22px 0 22px 0;
	background-color:#2c1509;
	float:left;
}

#content ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	
}

#content ul li {
	margin:0;
	padding:5px 0 5px 10px;	
	
	
}

#content ul li:hover {
	margin:0 ;
	padding:5px 0 5px 10px;	
	background-color:#080200;
	cursor:hand;
	
	
}

#contentCenter {
	width:330px;
	margin:0 0px 0 3px;
	padding:22px 0 22px 0;
	background-color:#2c1509;
	float:left;
}


#contentRight {
	width:332px;
	margin:0 0px 0 3px;
	padding:22px 0 22px 0;
	background-color:#2c1509;
	float:left;
}



#content h1 {
	background-color:#080200;
	height:18px;
	margin:0;
	padding:3px 0 0 10px;
	text-transform:uppercase;
	color:white;
	font-size:12px;
}

#content h2 {
	background-color:#080200;
	height:18px;
	margin:5px 0 5px 0;;
	padding:3px 0 0 10px;
	text-transform:uppercase;
	color:white;
	font-size:12px;
}


#content p {
	padding:10px;
	margin:0 10px 0 0 ;
}

#content a:link, #content a:visited {
	color:#d13a28;
	text-decoration:none;
}


#contentCenter a:link, #contentCenter a:hover, #contentCenter a:active, #contentCenter a:visited {
	color:white;
	text-decoration:none;
}

#content a:hover, #content a:active {
	color:#d13a28;
	text-decoration:underline;
}
#bandePartenaires {
	width:1000px;
	height:47px;
	background-color:black;
}
#bandeConcepteurs {
	width:990px;
	height:10px;
	font-size:9px;
	padding:5px 0 5px 10px;
	
}
#bandeConcepteurs a:link, #bandeConcepteurs a:visited {
	color:#6d6e71;
	text-decoration:none;
}
#bandeConcepteurs a:hover, #bandeConcepteurs a:active {
	color:#6d6e71;
	text-decoration:underline;
}

#thumbnails {
	width:333px;
	margin:202px 0 0 0;
}

#imgThumbnail {
	width:34px;
	height:34px;
	margin:0 3px 3px 0;
	float:left;
	background-color:black;
}
#imgThumbnail:hover {
	width:34px;
	height:34px;
	margin:0 3px 3px 0;
	float:left;
	background-color:gray;
	cursor:hand;
}

#contentCenter h2 {
}