﻿/* nom de l'entreprise */

.top .bleu h1 span
{
    font-size: 17px;
    text-transform: uppercase;
    color: White;
    font-weight: bold;
}


/* pour annuler les css parents */

.blocAsecond .content .marges
{
    margin: 0;
    padding: 0;
}

/* pour caler le contenu dans un bloc de type A */

.fiche .content .marges
{
    width: 676px;
    margin-left: 10px;
}


/* Page Entreprise détail */

.fiche .content .marges .break {
	clear:both;
}

.fiche .content .marges .presentation {
	padding-top:24px;
	padding-left:10px;
}

.fiche .content .marges .presentation .haut {
	background:url(../images/fonds/pages-details/haut.gif) no-repeat;
	width:627px;
	height:16px;
	padding-left:27px;
	color:#464646;
	text-transform:uppercase;
}

.fiche .content .marges .presentation .contenu {
	background:url(../images/fonds/pages-details/bg.gif) repeat-y;
	width:627px;
	padding-top:15px;
	padding-left:32px;
	padding-bottom:10px;
}

.fiche .content .marges .presentation .contenu .visuel {
	float:left;
	padding-right:14px;
	padding-bottom:10px;	
}

.fiche .content .marges .presentation .contenu .texte {
	color:#464646;
	padding-right:30px;
}

.fiche .content .marges .presentation .bas {
	background:url(../images/fonds/pages-details/bas.gif) no-repeat;
	width:659px;
	height:17px;
}

.fiche .content .marges .titre {
	color:#464646;
	padding-top:25px;
	padding-bottom:18px;
	padding-left:14px;
	text-transform:uppercase;
}

.fiche .content .marges .titre strong {
	font-size:11px;
}

.fiche .content .marges .texte2 {
	color:#464646;
	margin-left:14px;
	padding-bottom:22px;
	width:654px;
	border-bottom:1px #cfcece solid; 
}

.fiche .content .marges ul.texte2 li {
	background:url(../images/navigation/puce.gif) 0px 3px no-repeat;
	padding-left:10px;
}

.fiche .content .marges .texte2.no-border {
	border:0;
}

.fiche .content .marges p.bouton {
	
	width:176px;
	height:20px;
	float:right;
	margin-right:14px;
}

.fiche .content .marges p.bouton a {
	color: #FFFFFF;
	font-size:11px;
	background:url(../images/boutons/btn-bg-bleu-176-20.gif) no-repeat 0 0;
	text-indent: 20px;
	padding-top:2px;
	height:18px;
	width:176px;
	display: block;
}

.fiche .content .marges p.bouton a:hover
{
    background-position: 0 100%;
}


/* Bloc Image left and right */

.fiche .content .marges .bloc-img-left, .fiche .content .marges .bloc-img-right, .fiche .content .marges .bloc-img-none {
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
}

.fiche .content .marges p.titre-detail {
	padding-bottom:22px;
	font-size:14px;
	color:#4780b4;/*#859d0c;*/
}

.fiche .content .marges p.titre-detail strong {
	font-size:14px;
}

.fiche .content .marges p.visuel-detail {
	float:left;e
	margin-right:30px;
}

.fiche .content .marges p.visuel-detail-right {
	float:right;
	margin-left:20px;
}

.fiche .content .marges p.texte-detail {
	color:#464646;
}

.fiche .content .marges p.texte-detail a {
	color:#464646;
	text-decoration:underline;
}

.fiche .content .marges p.sous-titre-detail {
	color:#7f7f7f;
	padding-bottom:18px;
}

.fiche .content .marges p.sous-titre-detail.top {
	padding-top:18px;
}

.fiche .content .marges span.legende {
	font-size:10px;
	color:#7f7f7f;
	padding-top:6px;
	display:block;
}