body{
	text-align: center;
	font: normal 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(../i/bgtile.jpg);
	padding: 0px;
	margin: 0px;
}
#header span{
	display: none;
}
/*main divs*/
#container{
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background: #fff;
	font-size: 1em;
}
#header{
	width: 800px;
	height:150px;
	background: transparent URL(../i/header-acceuil.jpg) no-repeat;
}
#leftCol{
	position: absolute;
	top:151px;
	border-top: solid 0px #fff;
	left:0px;
	width: 150px;
	height: 675px;
	padding: 0px;
	margin:0px;
	background: transparent url(../i/col-acceuil-1.jpg) no-repeat ; 

}
#rightCol{
	position: absolute;
	border-top: solid 0px #fff;
	top: 151px;
	right: 0px;
	width: 150px;
	height: 675px;
	padding: 0px 0px 0px 0px;
	margin:0px;
	background: transparent url(../i/col-acceuil-2.jpg) no-repeat ; 
}
#content{
	height: 675px;
	margin: 0px 150px 0px 150px;
	padding: 0px;
	font-size: 1em;
	background-color: #fcfcd6;
	background-image: url(../i/bgtile2.jpg);
	background-repeat: repeat-y;
}
#footer{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background: #000 url(../i/footer-acceuil.jpg);
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 2px;
	font-size: 1em;
	color: #fff;
	clear: both;
	margin-top: 0px !important;
	margin-top: 0px;
}

#footer a{
	color:#fff;
	text-decoration: none;
}
#footer a:hover{
	color:#000;
}

.contenuCol{
	padding: 20px 10px 10px 10px;
	text-align: center;
}



a:link, a:visited{
	color: #999;
	text-decoration: none;
	font-size: 1em;
}

a:hover{
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	color: #000;
	font-size: 1em;
}

#active a:link, #active a:visited, #active a:hover{
	color: #000;
	font-size: 1em;
}


h1{
	font: bold 2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #000000;
	color: #000;
}
h2{
	font: bold 1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #000000;
	color: #000;
}
h3{
	font: bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #000000;
	color: #000;
}
.contenuCol a.link{
	margin: 10px 0px 20px 0px;
	padding: 2px;
	display: block;
	text-decoration: none;
	font: bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: solid 0px #fff;
	border-top: solid 0px #fff;
	color: #FFFFFF;
}
.contenuCol .styled{
	margin: 10px 0px 10px 0px;
	padding: 2px;
	display: block;
	text-decoration: none;
	font: bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.contenuCol a.link:hover{
	color: #fff;
	background: #fff url(../i/butt-bg2.jpg);
}


p a{
color: #000;
text-decoration: none;
font-size: 1em;
}
p a:hover{
color: #000000;
text-decoration: none;
font-size: 1em;
}

