/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	background: #1E2222;
	width: 100%;
}
#container{
	margin: auto;
	width: 1000px;
	background: #282D2D;
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
	position: relative;
}
.actu{
        width: 241px;
        height: 107px;
        padding: 10px 10px 10px 10px;
        color: #95A0A2;
}
.actu img{
        border: 0;

}
#actuhome{
        width: 920px;
        padding: 10px 10px 10px 40px;
        color: #95A0A2;
        float:top;
}
.toiles{
        width: 241px;
        height: 107px;
        padding: 10px 10px 10px 10px;
        color: #95A0A2;
        text-align: center;
}
.toiles img{
        border: 0;

}
.toiles a{
        text-align: center;
}
.bio{
        padding: 10px 20px 10px 10px;
        width: 500px;
        height: 107px;
        color: #95A0A2;
        text-align: left;
}
.bio2{
        padding: 10px 20px 10px 10px;
        width: 300px;
        height: 400px;
        color: #95A0A2;
        text-align: left;
}
.bio img{
        text-align: center;
}

.label{
	font-size: 14px;
	font-family: Century Gothic,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}


/* BOTTOM --------------------------------------------------- */
#bottom{
	background: url(/footerannabel.jpg) no-repeat top left;
	height: 28px;
	position: relative;
}





