body {
font-family:Arial, Helvetica, sans-serif;
margin: 0px;
padding-top:10px;
font-size: 100%;
font-size: 13px;
/*background-color: #000000;*/
background-image: url(/images/background.jpg);
background-attachment:fixed;
color:#000000;
}
a:link     { color: #000; text-decoration: none; }
a:visited  { color: #000; text-decoration: none; }
a:hover    { color: #CC0000; text-decoration: none; }
a:active   { color: #000; text-decoration: none; }
a:focus    { color: #000; text-decoration: none; }


/* ---------- */
/* BALISES Hx */

h1 {
font-size:12px;
margin:0;
padding:0;
color:#000000;
padding-left:10px;
padding-right:10px;
} 

h2 {
font-size: 16px;
color:#000000;
margin:0;
padding:0;
padding-left:0px;
padding-top: 0px;
padding-bottom: 0px;
}

h3 {
font-weight: lighter;
font-size: 12px;
margin:0;
padding:0;
color: #000000;
padding-left:0px;
padding-top: 0px;
padding-bottom: 0px;
}

/* ------ */
/* TEXTES */
.titre {
font-weight: normal;
font-size: 12px;
color: #FFFFFF;
}
a.titre:link     { color: #FFFFFF; text-decoration: none;}
a.titre:visited  { color: #FFFFFF; text-decoration: none;}
a.titre:hover    { color: #FFFFFF; text-decoration: none;}
a.titre:active   { color: #FFFFFF; text-decoration: none;}



.contenu_site 	{
	width:900px;
}

/* haut */

.contenu_haut 	{
	width:900px;
	position:relative;
	margin:0 auto;
	padding:0px;
		height:100px;
background-image: url(/images/logo_casini_en_ligne.jpg);
background-repeat:no-repeat;
}

.left_haut {
 	float: left;
	width:170px;
	color:#FFFFFF;
 }


.right_haut {
 	float: right;
	width:730px;
 }






/* contenu */
.contenu 	{
	width:900px;
	position:relative;
	margin:0 auto;
	padding:10px;
	background-color:#333333;

}

.left {
 	float: left;
	width:570px;
	color: #000000;
 }

.left p {
 	text-align: center;
  }

.right {
 	float: right;
	width:300px;
 }

.right p {
 	text-align: center;
  }
  
  
/* bas */

.contenu_site 	{
	width:900px;
	position:relative;
	margin:0 auto;
	
}

/* haut */

.contenu_bas 	{
	width:900px;
	position:relative;
	margin:0 auto;
	padding:0px;
	background-color:#333333;
	
}

.left_bas {
 	float: left;
	width:140px;
	color:#000000;
 }


.right_bas {
 	float: right;
	width:730px;
color:#000000;
 }
