/*###########################################################################
#                                                                           #
#                           Les styles particuliers                         #
#                              à certaines pages                            #
#                                                                           #
###########################################################################*/

/*--------------------------------------------------------------------------+
+ Styles communs à plusieurs pages                                          +
+--------------------------------------------------------------------------*/
.chapeau {
	border-left:4px solid #D9D9D1;
	margin-bottom:1em;
	margin-left:3em;
	padding-left:0.5em;
}
.gros-encadre {
	display:block;
	padding:15px;
	background:#fff;
	border:1px solid #d9d9d1;
	text-align:center;
	font-size:1.2em;
}
.lettrine:first-letter {
	font-size:3em;
}
h3 {
	margin-top:20px;
	margin-bottom:6px;
}
.logo{
	float:right;
}

/*
	les pages testimonials
*/

img.testipic {
	float:left;
	padding:1px;
	border:1px solid #888;
	margin-bottom:10px
}
/*--------------------------------------------------------------------------+
+ La page 'Nos Produits'                                                    +
+--------------------------------------------------------------------------*/
#produits {
	margin-bottom:15px;
}
#produits li {
	list-style-type:none;
}
#produits a {
	display:block;
	padding-left:80px;
	min-height:69px !important;
	height:69px;
}
#produits .titre {
	font-size:1.5em;
	font-weight:bold;
}
#produits #transmission a {
	background:url(../images/transmission_off.png) top left no-repeat;
}
#produits #transmission a:hover {
	background-image:url(../images/transmission_on.png);
}
#produits #financement a {
	background:url(../images/financement_off.png) top left no-repeat;
}
#produits #financement a:hover {
	background-image:url(../images/financement_on.png);
}

/*--------------------------------------------------------------------------+
+ La page 'La société'                                                      +
+--------------------------------------------------------------------------*/
#societe p {
	text-align:justify;
}
#pub {
	display:block;
	float:right;
	margin:0 0 5px 15px;
}
#premiere_citation {
	width:255px !important;
	width:245px;
}

/*--------------------------------------------------------------------------+
+ La page 'Confidentialité'                                                 +
+--------------------------------------------------------------------------*/
#kbis {
	background:url(../images/kbis.png) center no-repeat;
	padding:10px;
	border:1px solid #f6f6f2;	
}
#kbis p {
	text-align:justify;
}

/*--------------------------------------------------------------------------+
+ La page 'Contact'                                                         +
+--------------------------------------------------------------------------*/
#contact_name, #contact_email {
	width:125px;
}
#contact_subject {
	width:50%;
}
#contact_text {
	width:450px;
}
#image_contact {
	padding:1px;
	border:1px solid #d9d9d1;
}