html {
	overflow: scroll;
}

body {
	background: url(img/banner.png) repeat-x;
	background-color: #70696e;
	font: 12px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;	
	color: #3a3639;
	margin: 0; padding: 0; 
	
}

a, a:link, a:visited , a:active { 
	text-decoration: none;
	color: #ab24b4;
	text-shadow: #000;
}

a:hover {
	color: #c22acc;
}


/* Header and footer */
#content-header {
	width: 781px;
	height: 11px; 
	background: url(img/header.png) no-repeat;
}

#content-header-corp {
	width: 781px;
	height: 198px; 
	background: url(img/bg_header.png) repeat-x;
}

#content-header-catch-phrase
{
	position: absolute;
	margin-top: 90px;
	margin-left: 360px;
	width: 350px;
	height: 92px;
	font: 16px/170%  Arial, Helvetica, sans-serif;
	color: #ab24b4;
	font-weight: bold;
}

#body-content {
	width : 781px;
	height: auto;
	background-color: #bfb4bb;
}

#content-footer { 
  	height: 11px;
 	width: 781px;
 	background: url(img/footer.png) no-repeat;
	overflow: hidden;
}

#content-footer-mentions { 
  	height: 30px;
 	width: 781px;
	overflow: hidden;
	text-align: center;
}

#content-footer-mentions a {
	text-decoration: none;
	color: #bfb4bb;
	text-shadow: #000;
}

#content-footer-mentions a:hover {
	color: #cfc4cb;
}

#content-footer-padding { 
  	height: 100%;
}

#clear {
	clear: both;
}

/* Barre de menu */

#menu_bar
{
	width: 781px;
	padding:0px;
	margin:0px;
}

#menu_bar_link1
{
	position: absolute;
	background: url(img/onglet.png) no-repeat;
	text-align: left;
	margin-top: 0px;
	margin-left: 167px;
	padding-left: 22px;
	padding-top: 3px;
	width: 142px;
	height: 36px;
}

#menu_bar_link2
{
	position: absolute;
	background: url(img/onglet.png) no-repeat;
	text-align: left;
	margin-top: 0px;
	margin-left: 319px;
	padding-left: 47px;
	padding-top: 3px;
	width: 142px;
	height: 36px;
}

#menu_bar_link3
{
	position: absolute;
	background: url(img/onglet.png) no-repeat;
	text-align: left;
	margin-top: 0px;
	margin-left: 471px;
	padding-left: 37px;
	padding-top: 3px;
	width: 142px;
	height: 36px;
}

/* page */

#page {
	margin:0px auto;
	margin-top: 45px;
	width:781px;
}

/* main column */

#main {
	width:781px;
	padding: 20px;
}

#main-content {
	width:720px;
	min-height:200px;
	padding: 10px;
	margin-top: 20px;
}

#main-header h2 {
	color: #6e4061;
	font-weight:bold;
	line-height: 30px;
	font-size: 1.6em;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

h2 {
	color: #8d517c;
}

/* img */

#name_image
{
	background: url(img/name.png) no-repeat;
	position: absolute;
	margin-top: 16px;
	margin-left: 16px;
	width: 273px;
	height: 82px;
}

#logo
{
	background: url(img/logo.png) no-repeat;
	position: absolute;
	margin-top: -35px;
	margin-left: 320px;
	width: 119px;
	height: 92px;
}

#label_first
{
	position: absolute;
	text-align: center;
	margin-top: 0px;
	margin-left: 60px;
	width: 150px;
	height: 120px;
}

#label_second
{
	position: absolute;
	text-align: center;
	margin-top: 0px;
	margin-left: 285px;
	width: 150px;
	height: 120px;
	
}

#label_third
{
	position: absolute;
	text-align: center;
	margin-top: 0px;
	margin-left: 510px;
	width: 150px;
	height: 120px;
}

/*  forms styling */
.form {
	border: 1px solid #a0859e;
	background: url(img/form_background.png) repeat-x #f0d5ee;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #3a3639;
}

.form:hover {
	border: 1px solid #FFFFFF;
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}

.form:focus {
	border: 1px solid #FFFFFF;
	background: url(none) no-repeat #FFFFFF;
	color: #4a4a4a;
}


/* twitter fight */
#chart1 {
	margin: 0 auto;
	height: 500px;
	width: 500px;
}

#loader {
	display: block; 
	margin: 0 auto;
	height: 35px;
	width: 35px;
} 

/* vrac */
#label_first a img, #label_second a img, #label_third a img {
	text-decoration: none;
	border: none;
}

