html, body {
margin: 0;
padding: 0;
height: 100%;
text-align:center;
}

body {
background-image:url('images/lightgray1.gif');
font-family: 'Droid Sans', arial, serif;
}

ul{ list-style-image: url("images/bullet-red.png"); 
}


/* COULEURS ------------------------------------------------------------------------------------------- */

600 ou 990000 - bordeaux
ccc - gris moyen
fff - blanc
eee - gris pale (fond)

/* TITRES !!!ne fonctionne pas--------------------------------------------------------------------------------------------- */



h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	}
h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
	}
h6 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	}

/* ENTETE--------------------------------------------------------------------------------------------- */

#header {
	width:100%;
	height:200px auto;
	margin:0px auto;	
	padding:8px;
	text-align:center;
	}
#logo {
	width:137px;
	margin-left:15px;
	padding:0px;
	float:left;
	}
#labels {
	width:300px;
	margin-right:auto;
	float:right;
	padding:0px;
	}
#banner {
	margin-left:165px;
	margin-right:350px;
	padding:0px;
	background-color:#fff;
	}

/* MENU ------------------------------------------------------------------------------------------- */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;}

/* Main Container ----------------------------------------------------------------------------------------- */

#Content {
	width:80%;
	height:95% auto;
	margin:0px auto;
	padding:0px;
	text-align:center;
	background-color:#fff;
	}

/* Main Container ----------------------------------------------------------------------------------------- */

#Fullbox {
	height: auto;
	padding:30px;
	text-align:left;
	background-color:#fff;
	}

/* Deux colonnes ----------------------------------------------------------------------------------------- */

#leftcolumn{
float:left;
padding:30px;
width: 40%;
height: auto;
background: #fff;
text-align: left;
}

#rightcolumn{
float:right;
padding:30px;
marge-left:555px;
width:40%;
height: auto;
background: #fff;
text-align: left;
}

/* Boite coins arrondis ---------------------------------------------------------------------------------- */

#boite{
width:66%; margin-left: auto; margin-right: auto; background-color: #ccc; -moz-border-radius: 10px; -webkit-border-radius: 10px; border: 0px solid #000; padding: 10px;
}


/* Spacing ----------------------------------------------------------------------------------------- */

#spacing{
width: 100%;
height: 50px;
background: #fff;
clear:both;
}
/* Stretcher---------------------------------------------------------------------------------------- */

#stretcher{
width: 100%;
height: 0px;
background: #fff;
clear:both;
}

/* BAS DE PAGE ------------------------------------------------------------------------------------- */

#footer
{
position:relative;
width: 100%;
margin:0px auto;
height:20px;
text-align:center;
clear:both;
background-color:#600;
color:#fff
}