
/*---------------------------BLOC PRINCIPAL : FIXE---------------------------*/

#middle_content {
	height: 505px;
}

#bottom_content {
	position:absolute;
	top:559px;
	left:0;
}

#social{
    width: 95px;
    float: left;
    margin-top: 20px;
/*    z-index: 1;*/
}

/*---------------------------COMMUN aux parties gauche et droite de la home---------------------------*/

/*-----bloc_ombre-----*/

.bloc_ombre {
	width:174px;
	background:url(../images/home/fd_bottom_actu.png) bottom left no-repeat;
	padding:0 10px 0 27px;
	position:relative;
}

.bloc_ombre h2 {
	font-size:12px;
	color:#ffffff;
}

.bloc_ombre h2 span {
	padding:0 5px 3px 5px;
	background-color: #226e9c;
}

.bloc_ombre h3 {
	margin-top: 5px;
	line-height: 16px;
	margin-bottom: 8px;
	color:#398dc0;
}

.bloc_ombre h3 em, .bloc_ombre h3 strong {
	font-size:16px;
	text-transform: uppercase;
}

.bloc_ombre h3 strong {
	position: relative;
	/top:-2px;
}

.bloc_ombre h3 a {
	color:#398dc0;
}

.bloc_ombre p {
	font:normal 10px verdana;
	color:#2f2f2f;
	margin-top: 7px;
	line-height: 14px;
	/letter-spacing: -1px;
	width: 165px;
}

.bloc_ombre p.point {
	background:url(../images/home/point_bleufonce.gif) 0 3px no-repeat;
	padding-left: 15px;
	width: 150px;
}

.bloc_ombre p.icone_fleche {
	background:url(../images/espace_enseignant/petite_fleche.gif) 0 3px no-repeat;
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 0;
	width: 135px;
}

.bloc_ombre a.plus {
	display:block;
	width:20px;
	height: 20px;
	position:absolute;
	right:24px;
	bottom:20px;
	background:url(../images/home/plus_bleufonce.gif) top left no-repeat;
}

.bloc_ombre .un_lien {
	position:relative;
	padding-bottom: 20px;
	height: 40px;
	width: 160px;
}

.bloc_ombre .un_lien a.plus {
	position:absolute;
	bottom:0;
	right: 0;
}

/*---------------------------partie gauche---------------------------*/

#blocs_left {
	position:absolute;
	top:-5px;
	left:0;
}

#bloc1_left {
	margin-left:23px;
	height: 275px;
}

#bloc2_left {
	margin-left:23px;
	margin-top:27px;
	height: 205px;
}

/*---------------------------partie centrale---------------------------*/

#bloc_middle {
	position:absolute;
	top:3px;
	left:234px;
	width:512px;
	height:500px;
	background:url(../images/home/fd_centre.png) bottom left no-repeat;
	z-index: 500;
}

/*-----carousel-----*/

#carousel {
  	width: 449px;
  	overflow: hidden;
  	margin-left:31px;
  	position:relative;
  	z-index: 500;
}

#carousel ul {
	height: 300px;
	width: 449px;
  	overflow: hidden;
}

#carousel ul li {
 	list-style: none;
  	display: block;
   	height: 290px;
  	width: 450px;
   	position: relative;
}

#carousel ul li h2 {
	position:absolute;
	bottom:15px;
	left:0;
}

#carousel ul li h2 {
	font-size:12px;
	color:#ffffff;
}

#carousel ul li h2 span {
	padding:0 5px 3px 5px;
	background-color:#226e9c;
}

/*-----NAV petits ronds-----*/

#carousel_nav {
  	width: 50px;
	position:absolute;
	top:300px;
	left:50%;
	margin-left:-25px;
}

#carousel_nav a {
    width: 9px;
    height: 9px;
    display: block;
    float:right;
    background: url(../images/home/point_gris.gif) no-repeat center center;
    margin-left: 3px;
    cursor: pointer;
}

#carousel_nav .current {
    background: url(../images/home/point_bleufonce.gif) no-repeat center center;
}

/*-----NAV flèches gauche / droite-----*/

a#nav_slide_left {
	display:block;
	width:50px;
	height: 50px;
	background:url(../images/home/slide_left.png) bottom left no-repeat;
	position:absolute;
	top:155px;
	left:3px;
	z-index: 300;
}

a#nav_slide_right {
	display:block;
	width:50px;
	height: 50px;
	background:url(../images/home/slide_right.png) bottom left no-repeat;
	position:absolute;
	top:155px;
	right:3px;
	z-index: 300;
}

a#nav_slide_left:hover {
	background:url(../images/home/slide_left_on2.png) bottom left no-repeat;
}

a#nav_slide_right:hover {
	background:url(../images/home/slide_right_on2.png) bottom left no-repeat;
}

/*-----texte-----*/

#carousel_text {
	position:absolute;
	top:315px;
	left:11px;
	width:490px;
	height: 140px;
	text-align: center;
}

#carousel_text h3 {
	font-size:26px;
	text-transform: uppercase;
	color:#398dc0;
}

#carousel_text h3 strong {
	position: relative;
	/top:-2px;
}

#carousel_text p {
	color:#2f2f2f;
	font:normal 11px verdana;
	margin-top: 15px;
	padding: 0 30px;
}

#carousel_text a.plus {
	display:block;
	width:20px;
	height: 20px;
	position:absolute;
	right:30px;
	bottom:0;
	background:url(../images/home/plus_bleufonce.gif) top left no-repeat;
}

.none {
	display:none;
}

#carousel_text .block {
	display:block;
}

/*---------------------------partie droite---------------------------*/

#bloc_right {
	position:absolute;
	top:-5px;
	left:747px;
	width:223px;
}

#bloc1_right {
	height: 160px;
}

#bloc2_right {
	height: 150px;
	margin-top: 15px
}

#bloc3_right {
	height: 170px;
	margin-top: 12px
}

