/*
Nom du theme: Credits Studio Gamboo.
Description: Theme CSS.
Version: 030310.1901
Auteur: Baptiste Jacquinet, Maxime Dehaye (Studio Gamboo SARL)
Auteur URL: http://www.studio-gamboo.com/
Auteur URL: http://www.baptistejacquinet.com/
*/

body{
	font-size: 12px;
	font-family:"Lucida Grande",Arial,Sans-serif;
	background: #ababab url(img/background.jpg) repeat-x top;
	margin:0;
	padding:0;
}
a{
	color: #747474;
	text-decoration:none;
}
	a:hover{
		color: black;
		font-weight:bold;
		background: url(img/bullet_arrow.png) no-repeat center right;
		padding-right: 18px;

	}
h1{
	font-size: 8px;
	margin:0;
	padding:0;
	color:white;
	font-weight:normal;
	display:none;
}	
h2,h3,h4,h5{
	font-size: 12px;
	font-weight: normal;
	color:black;
	margin:0;
	padding:0;
	text-align:right;
	float:left;
	width:240px;
}
ul{
	margin: 0 0 0 250px;
	padding:0 0 0 10px;
	border-left: 1px solid #6f6f6f;
	list-style: none;
	font-style: italic;
	color: #747474;
	letter-spacing: 1px;
}
	.ul_space{
		padding-bottom: 14px;
	}
	#header{
		height: 10px;
		background: black;
	}
	#content{
		width: 500px;
		margin: 0 auto 0 auto;
		padding-top: 30px;
		background: url(img/shadowlinetop.png) no-repeat center 1px !important;	
		background: none;					
		}
			#badge{
			margin-top: 10px;
			padding-bottom: 36px;
			background: url(img/shadowlinetop.png) no-repeat center bottom !important; 
			background: none;
			}	
				#badge a{
					padding-top: 36px;
					background: url(img/shadowlinebottom.png) no-repeat center top !important;		
					background: none;
					display:block;
					text-align:center;
					}
				#badge a:hover{
					padding: 36px 0 0 0;
					background: url(img/shadowlinebottom.png) no-repeat center top !important;	
					background: none;	
					}
				#badge a img{
					border:none;
					}
		
