@import url(inc/front/carouselActus.inc.css);
@import url(inc/front/presentation.inc.css);

@import url(inc/front/diaporama-accueil.inc.css);


/*
 *Diaporama Top Accueil 
 * */
#accueil-diaporama {
	width:100%;
	height:317px;
	float:left;
}


/*
 *Div bottom globale
 * */
#accueil-bottom {
	float:left;
	width:100%;
}

/*
 *Bloc Gauche
 * */
#accueil-bottom #accueil-left {
	background:url("../../images/css/pages/accueil/bg_produits_acc.png") no-repeat;
	float:left;
	width:445px;
	margin-right:0px;
}
#accueil-bottom #accueil-left #accueil-left-top {
	
}
#accueil-bottom #accueil-left #accueil-left-bottom {
	margin-left: 12px;
	float:left;
	height:160px;
}
#accueil-bottom #accueil-left #accueil-left-bottom #nos-produits {
 	background: url("../../images/css/pages/accueil/onglet_orange.png") no-repeat scroll left top transparent;
    color: white;
    height: 27px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    width: 116px;
    margin-left: 22px;
}

#accueil-bottom #accueil-left #accueil-left-bottom #produits-acc {
	background: url("../../images/css/pages/accueil/bg_nos_produits.png") no-repeat scroll left top transparent;
    height: 131px;
    width: 426px;
    border-top:1px solid #FC9535;
}

#accueil-bottom #accueil-left #accueil-left-bottom #produits-acc .cont-produits {
	float: left;
    height: 33px;
    margin: 15px 0 10px 15px;
    width: 198px;
}

#accueil-bottom #accueil-left #accueil-left-bottom #produits-acc .cont-produits h3 span {
    color: #FF740A;
    float: left;
    font-size: 0.9em;
    font-weight: bolder;
    padding-right: 4px;
    text-transform: uppercase;
}

#accueil-bottom #accueil-left #accueil-left-bottom #produits-acc .cont-produits h3 {
	color:#034F60;
	text-transform: uppercase;
	font-size:0.9em;
	margin:2px 0 0 58px;
}


#accueil-bottom #accueil-left #accueil-left-bottom #produits-acc .cont-produits a {
	color:#034F60;
	text-decoration: none;
	font-size:0.8em;
	margin:7px 0 0 53px;
	float:left;
}
#accueil-bottom #accueil-left #accueil-left-bottom #produits-acc .cont-produits a:hover {
	color:#FF740A;
	text-decoration: none;
	font-size:0.8em;
	margin:9px 0 0 53px;
	float:left;
}





/*
 *Bloc centre
 * */

#accueil-bottom #accueil-center {
	background:url("../../images/css/pages/accueil/bg_carte_acc.png") no-repeat;
	float:left;
	width:325px;
	height:353px;
	margin-right:0px;
	margin-top:2px;
}

#accueil-bottom #accueil-center #carte {
	background: url("../../images/css/pages/accueil/carte_france.png") no-repeat scroll left top transparent;
    height: 222px;
    width: 272px;
    position:relative;
    margin-left: 18px;
}

#accueil-bottom #accueil-center #carte #nogent {

    float: left;
    height: 32px;
    left: 90px;
    position: absolute;
    text-decoration: none;
    top: 61px;
    width: 36px;
}
#accueil-bottom #accueil-center #carte #ballancourt {    
    float: left;
    height: 22px;
    left: 129px;
    position: absolute;
    text-decoration: none;
    top: 55px;
    width: 70px;
}

#accueil-bottom #accueil-center h2 {
	padding: 15px 15px 0 24px;
}

#accueil-bottom #accueil-center h3 {
	color:#5B5957;
	font-size:0.9em;
	font-weight:bold;
	border-bottom:1px solid #FF740A;
	margin:0 17px;
}

#accueil-bottom #accueil-center p {
	font-size:0.8em;
	text-align:justify;
	margin:0 20px;
	line-height: 1em;
}
#accueil-bottom #accueil-center a#plus {
	font-size:0.8em;
	text-decoration:none;
	color:#5B5957;
	float:right;
	margin: -1px 20px 0;
}
#accueil-bottom #accueil-center a#plus:hover {
	color:#FF740A;
	text-decoration:none;
} 




/*
 *Bloc right
 * */

#accueil-bottom #accueil-right {
	float:left;
	width:226px;
}


