
/*---------------------------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:164px;
	background:url(../images/home/fd_bottom_actu.png) bottom left no-repeat;
	padding:0 20px 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: 155px;
}

.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;
}

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

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

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

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

/*---------------------------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:-12px;
	left:747px;
	width:223px;
}

#bloc1_right {
	margin-top: 11px;
	height: 200px;
}

.valider_homepresse {

    width:145px;
    margin-top:5px;
}

#bloc1_right #sidentifier {
	height: 150px;
	/height:155px;
}

#bloc1_right #sidentifier h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#bloc1_right #sidentifier form input, #bloc1_right #logue form input {
	width:145px;
	height: 18px;
	border:1px solid #959494;
	font:normal 10px verdana;
	color:#525252;
	padding: 3px 0 0 5px;
}

#bloc1_right #sidentifier form input#valid, #bloc1_right #logue form input#valid {
	width:19px;
	height: 19px;
	background:url(../images/home/fleche_bleufonce.gif) top right no-repeat;
	border:none;	
	float:right;
}

#bloc1_right #sidentifier a {
	text-decoration:underline;
	float:left;
}

#bloc1_right #sidentifier p {
	margin:0 0 2px 0;
}

#bloc1_right #sinscrire {
	border-top:1px solid #ededed;
	width: 155px;
	
}

#bloc1_right #sinscrire a {
	display:block;
	width:155px;
	height: 20px;
	background:url(../images/home/fleche_bleufonce.gif) top right no-repeat;	
}

.bloc_ombre #logue h3 em, .bloc_ombre #logue h3 strong {
	font-size:15px;
}

#bloc2_right {
	margin-top: 19px;
	height: 285px;
}

