body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	background: url(images/bg.jpg) top;
}

.clearer {
	clear: both;
}

img {
	border: 0;
}

#header {
	margin: 0 auto;
	padding: 10px 0 0 10px;
	width: 920px;
	height: 100px;
}

#header h1 {
	margin: 30px 0 0;
	padding: 0;
	color: #fff;
	font-size: 400%;
}

#titre {
	float: left;
}

#description {
	float: right;
	width: 360px;
	font-size: 150%;
	color: #fff;
}

#conteneur {
	clear: both;
	margin: 0 auto;
	width: 950px;
}

#acc_cv {
	float: left;
	padding: 0 0 0 20px;
	width: 299px;
	height: 490px;
	background: url(images/background-bouton-acc-cv.png);
}

#acc_joueur {
	float: left;
	width: 310px;
	height: 490px;
	background: url(images/background-bouton-acc-joueur.png);
}

#acc_medias {
	float: left;
	padding: 0 20px 0 0;
	width: 301px;
	height: 490px;
	background: url(images/background-bouton-acc-medias.png);
}

#cv_content_h2 {
	margin: 305px 0 0;
	padding: 0 0 0 10px;
	height: 86px;
	background: #000;
	opacity : 0.8;
	filter : alpha(opacity=80); 
}

#joueur_content_h2 {
	margin: 170px 0 0;
	padding: 0 0 0 10px;
	height: 86px;
	background: #000;
	opacity : 0.8;
	filter : alpha(opacity=80); 
}

#medias_content_h2 {
	margin: 345px 0 0;
	padding: 0 0 0 10px;
	height: 86px;
	background: #000;
	opacity : 0.8;
	filter : alpha(opacity=80); 
}

h2 {
	font-size: 300%;
	color: #fff; 
}

#titre_page {
	padding: 25px 40px 0 40px;
	width: 870px;
	height: 42px;
	background: url(images/background-page-top.png);
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 200%;
	color: #fff; 
}

#sidebar {
	width: 950px;
	height: 181px;
}

#page_content {
	width: 950px;
	min-height: 100px;
	background: url(images/background-content.png);
}

#page_content strong {
	color: #302e2e;
}

#page_content_img {
	margin: 0 auto;
	padding: 0 0 0 20px;
	width: 890px;
	background: url(images/background-content-page-joueur.png) right bottom no-repeat;
}

#page_bottom {
	clear: both;
	width: 950px;
	min-height: 33px;
	background: url(images/background-page-bottom.png);
}

#sidebar_cv {
	float: left;
	width: 319px;
	height: 180px;
	background: url(images/background-bouton-page-cv.png);
}

#sidebar_medias {
	float: left;
	width: 310px;
	height: 180px;
	background: url(images/background-bouton-page-medias.png);
}

#sidebar_joueur {
	float: left;
	width: 310px;
	height: 180px;
	background: url(images/background-bouton-page-joueur.png);
}

#sidebar_joueur_2 {
	float: left;
	width: 310px;
	height: 180px;
	background: url(images/background-bouton-acc-joueur-2.png);
}

#sidebar_contact {
	float: left;
	width: 321px;
	height: 180px;
	background: url(images/background-bouton-page-contact.png);
}

#sidebar_cv h2 {
	margin: 100px 0 0 20px;
	padding: 0 0 0 10px;
	height: 56px;
	background: #000;
	font-size: 210%;
	opacity : 0.8;
	filter : alpha(opacity=80); 
}

#sidebar_medias h2 {
	margin: 30px 0 0;
	padding: 0 0 0 10px;
	height: 56px;
	background: #000;
	font-size: 210%;
	opacity : 0.8;
	filter : alpha(opacity=80); 
}

#sidebar_joueur_2 h2 {
	margin: 30px 0 0;
	padding: 0 0 0 10px;
	height: 56px;
	background: #000;
	font-size: 210%;
	opacity : 0.8;
	filter : alpha(opacity=80); 
}

#sidebar_contact h2 {
	margin: 90px 20px 0 0;
	padding: 0 0 0 10px;
	height: 56px;
	background: #000;
	font-size: 210%;
	opacity : 0.8;
	filter : alpha(opacity=80); 
}

#sidebar_joueur h2 {
	margin: 90px 0 0 20px;
	padding: 0 0 0 10px;
	height: 56px;
	background: #000;
	font-size: 210%;
	opacity : 0.8;
	filter : alpha(opacity=80); 
}

#page_content table {
	color: #8e8e8e;
}

#page_content table th {
	padding: 20px 0 0;
	font-size: 200%;
	color: #302e2e;
	text-align: left;
}

#tableau_cv_gauche {
	float: left;
	margin: 0 0 0 40px;
	width: 415px;
}

table tr td {
	padding: 2px 0;
	background: url(images/points.png) bottom repeat-x;
}

#tableau_cv_droite {
	float: right;
	margin: 0 40px 0 0;
	width: 415px;
}

#tableau_cv_droite table {
	width: 415px;
}

#page_content_medias {
	padding: 0 40px;
}

#page_content_medias small {
	display: block;
	margin: 5px 0 10px;
}



