﻿/* CSS Document */

/* pour annuler les css parents */

.blocAsecond .content .marges
{
    margin: 0;
    padding: 0;
}

/* pour caler le contenu dans un bloc de type A */

.espacepro .content .marges
{
    width: 948px;
    margin-left: 10px;
}


/* Page Espace Pro Sommaire */

.espacepro .content .marges .break {
	clear:both;
}

.espacepro .content .marges .titre {
	color:#7f7f7f;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:32px;
}

.espacepro .content .marges .texte {
	color:#464646;
	padding-left:32px;
	padding-right:32px;
	padding-bottom:50px;
}

.espacepro .content .marges ul.lien-rubrique {
	margin-left:135px;
}

.espacepro .content .marges ul.lien-rubrique li {
	margin-right:42px;
	float:left;
	margin-bottom:40px;
}

/* liens */

.espacepro .content .marges ul.lien-rubrique a.btn-entreprise
{
    text-align: center;
    padding-top: 13px;
    height: 29px;/*42 - 13 */
    width:195px;
    background: url(../images/boutons/btn-espace-entreprises.gif) no-repeat 0 0;
    display:block;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

.espacepro .content .marges ul.lien-rubrique a:hover.btn-entreprise
{
    background-position: 0 100%;
}

.espacepro .content .marges ul.lien-rubrique a.btn-partenaire
{
    text-align: center;
    padding-top: 13px;
    height: 29px;/*42 - 13 */
    width:195px;
    background: url(../images/boutons/btn-espace-partenaires.gif) no-repeat 0 0;
    display:block;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

.espacepro .content .marges ul.lien-rubrique a:hover.btn-partenaire
{
    background-position: 0 100%;
}

.espacepro .content .marges ul.lien-rubrique a.btn-presse
{
    text-align: center;
    padding-top: 13px;
    height: 29px;/*42 - 13 */
    width:195px;
    background: url(../images/boutons/btn-espace-presse.gif) no-repeat 0 0;
    display:block;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

.espacepro .content .marges ul.lien-rubrique a:hover.btn-presse
{
    background-position: 0 100%;
}

/**/

.espacepro .content .marges ul.lien-rubrique li img.visuel {
	margin-bottom:15px;
}

