#content {
    background-image:none;
    padding:0;
    padding-top: 100px;
    height: 600px;
}

#header {
	position: absolute;
}

#anim {
	z-index:0;
	position: absolute;
}

#animContainer {
	width: 1000px;
	height: 370px;
	top: 100px;
	position:absolute;
	z-index: 0;
}

#blocs {
	z-index: 100;
    height: 155px;
    position:absolute;
    top: 470px;
}


#blocs>div {
	float: left;
    z-index:50;
    top:0;
    width: 249px;
    height: 150px;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}

#b1 {
	background: url(../img/layout/blocs/left-background.png);
}

#b2 {
	background: url(../img/layout/blocs/middle-background.png);
}



#blocs .titre, #blocs .sous-titre {
	color: #AAA;
	position: absolute;
	bottom: 26px;
	right: 15px;
}

#blocs .sous-titre {
	color: #888;
	bottom: 6px;
}

#blocs .go {
	position: absolute;
	left: 10px;
	bottom: 41px;
}

#blocs a.btnGo, #blocs #slideshow a.btnGo {
	margin:0;
	padding:0;
}

#blocs .content.green 	{ background: url(../img/layout/blocs/green-content.jpg);}
#blocs .content.blue	{ background: url(../img/layout/blocs/blue-content.jpg); }
#blocs .content.orange	{ background: url(../img/layout/blocs/orange-content.jpg); }

#blocs .content {
	position: absolute;
	top:6px;
	left: 7px;
	width: 235px;
	height: 100px;
}

#blocs .content img {
	position: absolute;
	bottom: 0;
	right:0;
}

#blocs .nom {
	color: white;
	font-size: 1.2em;
	font-weight: normal;
}
#blocs .domaine {
	color: white;
	font-size: 0.8em;
	font-weight: bold;
}

/*-----------------------------/
SLIDESHOW
/-----------------------------*/
#blocs #slideshow {
    width:470px;
    height: 150px;
    background: url(../img/layout/slideshow/background.png) no-repeat top left;

	color: #AAA;
}

#blocs #slideshow .titre {
	top: 60px;
	left: 230px;
	right: auto;
}

#blocs #slideshow .sous-titre {
	top: 75px;
	left: 215px;
	width: 247px;
	overflow: hidden;
	font-size: 1.05em;
}

#blocs #slideshow .desc {
	position: absolute;
	font-size: 0.7em;
	color: #AAA;
	width: 250px;
	left: 215px;
	top:100px;
	
}


#blocs #slideshow img {
	position: relative;
	margin-top: 6px;
	margin-left: 7px;
	height: 136px;
}

#blocs #slideshow .go {
	left: auto;
	position: absolute;
	right: 40px;
	bottom: 40px;
}

#footer{ display:none; }

