
/* © 2010 Bexter Vaince CSS */

/* ------------------------------------------------ FONT */
/*@font-face {font-family:myfontAUGIE; src:url("augie.eot");}
@font-face {font-family:myfontAUGIE; src:url("augie.TTF");}*/

/* ------------------------------------------------ CSS */
html{
	padding: 0px;
	margin: 0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	padding: 0px;
	margin: 0px;
	background: #f5f5f5 url(../images/fond.jpg) repeat-x;
	background-position: top center;
}

/* ------------------------------------------------ TITRE : h1 */
h1{
	font-size: 24px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #016eb3;
	font-weight: normal;
	border-bottom: 1px dotted #016eb3;
}

h1 a, h1 a:hover{
	color: #bca996;
	text-decoration: none;
}

/* ------------------------------------------------ TITRE : h2 */
h2{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 17px;
	color: #016eb3;
}

h2 a, h2 a:hover{
	color: #016eb3;
	text-decoration: none;
}

/* ------------------------------------------------ TITRE : h3 */
h3{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #5b5b5b;
	border-bottom:1px solid #5b5b5b;
	text-align: justify;
}

h3 a, h3 a:hover{
	color: #016eb3;
	text-decoration: none;
}

/* ------------------------------------------------ TITRE : h4 */
h4{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	font-size: 14px;
	color: #016eb3;
	text-align: left;
}

h4 a, h4 a:hover{
	color: #016eb3;
	text-decoration: none;
}

/* ------------------------------------------------ TITRE : h5 */
h5,h6{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	color: #016eb3;
	text-align: left;
}

h5 a, h5 a:hover{
	color: #781c34;
	text-decoration: none;
}

h6 a, h6 a:hover{
	color: #eb5602;
	text-decoration: none;
}

/* ------------------------------------------------ PARAMETRES : defaut */

/* Hack FF pour masquer les contours pointillés sur les liens 
---------------------------------------------------------- */ 
a{
	outline: none;
}

:focus{
	-moz-outline-style: none;
}

a {
	color: #016eb3;
	text-decoration: none;
}

a:hover{
	color: #016eb3;
	text-decoration: underline;
}

p{
	margin: 0px;
	padding: 0px;
}

ol{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	list-style-position: outside;
	list-style-position: outside;
	text-align: justify;
}

ol li{
	margin: 0px 0px 10px 20px;
	padding: 5px 0px 0px 0px;
}

ul{
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	list-style-position: outside;
	list-style-image: url(../images/puce-li-grey.jpg);
	text-align: justify;
}

ul li{
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}

strong{
	color: #f87912;
	font-weight: bold;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/*---------------------------------------------------------------------*/
/* PARAMETRES : site  */
/*---------------------------------------------------------------------*/
#site{
	width: 990px;
	padding: 0px;
	margin-left: -495px;
	z-index: 99;
	position: absolute;
	left: 50%;
	background: transparent url(../images/bg-site.jpg) no-repeat;
}

#header{
	float:left;
	width: 990px;
	height: 274px;
	margin: 0px;
	background: transparent url(../images/header.jpg) no-repeat;
}

.lienretourdyn{
	float: left;
	width: 100px;
	height: 19px;
	margin:10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: transparent url(../images/retour.gif) center left no-repeat;
	font-weight: bold;

}

.bbdynasuite{
	float: right;	
	height: 15px;
	width: 70px;
	padding: 0px 20px 0px 0px;
	font-style: italic;
	background: transparent url(../images/puce.gif) center right no-repeat;
}

.wash{
	margin: 0px;
	padding: 0px;
	clear: both;
}


/*--------------------------------------------------------------------*/
/* GESTION : contenu */
/*--------------------------------------------------------------------*/
#contenu{
	float: left;
	width: 974px;
	height: 300px;
	height: auto !important;
	min-height: 300px !important;
	margin: 0px 0px 0px 8px !important;
	margin: 0px 0px 0px 4px;
	padding: 10px 0px 0px 0px;
	background: transparent url(../images/contenu.jpg) repeat-y;
}

.content{
	float: left;
	width: 635px;
	height: 300px;
	height: auto !important;
	min-height: 300px !important;
	margin: 6px 2px 0px 20px !important;
	margin: 3px 1px 0px 10px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.droite{
	float: right;
	width: 280px;
	height: 300px;
	height: auto !important;
	min-height: 300px !important;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	text-align: justify;
}

.blocTOP{
	float:left;
	width:280px;
	height:17px;
	margin:0px;
	padding:0px;
	background: transparent url(../images/blocTOP.jpg) no-repeat;
}

.blocMIDDLE{
	float:left;
	width:240px;/*280*/
	height: 10px;
	height: auto !important;
	min-height: 10px !important;
	margin:0px;
	text-align:left;
	padding:0px 20px 0px 20px;
	background: transparent url(../images/blocMIDDLE.jpg) repeat-y;
}

.blocBOTTOM{
	float:left;
	width:280px;
	height:17px;
	margin:0px;
	padding:0px;
	background: transparent url(../images/blocBOTTOM.jpg) no-repeat;
}

.bloc-newsletterTOP{
	float: left;
	width:280px;/*300*/
	height:25px;/*38*/
	margin: 0px;
	padding:13px 0px 0px 0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:url(/images/bloc-newsletterTOP.jpg) no-repeat;
}

.bloc-newsletterMIDDLE{
	float: left;
	width: 250px;/*300*/
	height: 10px;
	height: auto !important;
	min-height: 10px !important;
	margin: 0px 0px 0px 0px;
	padding: 10px 35px 0px 15px;
	background: transparent url(/images/bloc-newsletterMIDDLE.jpg) repeat-y;
}

.bloc-newsletterBOTTOM{
	float: left;
	width: 280px;/*300*/
	height: 17px;/*10*/
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: transparent url(/images/bloc-newsletterBOTTOM.jpg) no-repeat;
}

.actualite{
	float: left;
	margin: 5px 0px !important;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	border-bottom:1px dotted #c0c0c0;
}

.titre-actu h4{
	text-align:left;
}

.actu-photo{
	float: left;
	width: 85px;
	height: 73px;
	margin: 0px 10px 0px 0px;
	padding: 2px;
	border: 1px solid #7a7a7a;
}

.actu-savoir{
	margin: 5px 0px;
	text-align: right;
	font-style: italic;
}

.actu-globale{
	float: left;
	width:247px;
	margin: 0px 0px 5px 0px !important;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	text-align:center;
	background: transparent url(../images/actu-globale.jpg) top no-repeat;
}

.avantages{
	float: left;
	margin: 5px 0px 5px 0px !important;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom:1px dotted #c0c0c0;
}

.avantages-fin{
	float: left;
	margin: 5px 0px 5px 0px !important;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.texte-avantages{
	float: right;
	width: 200px;
	height: 10px;
	text-align:justify;
	height: auto !important;
	min-height: 10px !important;
}

.icone-avantages{
	float: left;
	width: 30px;
	height: 30px;
	margin: 0px 10px 0px 0px;
}

.txt-gauche{
	float:left;
	width:310px;
	margin-bottom:20px;
}

.txt-droite{
	float:right;
	width:310px;
}

.txt-droite-form{
	float:right;
	width:270px;
	/*border-left: solid 1px #bfc1c0;        */
	margin: 0px 20px 0 0;
	padding-left: 10px;

}
.txt-droite-form h4{
	font-size:12px;
	letter-spacing:1px;
	margin: 6px 0 3px 0;
}

.border-photo{
	margin: 0px;
	padding: 2px;
	border: 1px solid #bfc1c0;
}

/*---------------------------------------------------------------------- PAGE : index.htm */
.titre-accueil{
	text-align:center;
	margin-bottom:10px;
	padding:10px 0px;
	font-size:15px;
	font-weight:bold;
	border-top:1px dotted #c0c0c0;
	border-bottom:1px dotted #c0c0c0;
}

.titre-accueil h1{
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#f87912;
	text-transform:uppercase;
	font-size:23px;
	font-weight:bold;
	text-align:center;
	border:none;
}

.titre-accueil strong{
	color: #016eb3;
	font-weight: bold;
}

.financement-etape1{
	float:left;
	width:550px;/*637*/
	height:136px;/*166*/
	margin:0px 0px 10px 0px;
	padding:30px 0px 0px 87px;
	background: transparent url(../images/financement-entreprise-etape1.jpg) no-repeat;
}

.financement-etape2{
	float:left;
	width:550px;/*637*/
	height:136px;/*166*/
	margin:0px 0px 10px 0px;
	padding:30px 0px 0px 87px;
	background: transparent url(../images/financement-entreprise-etape2.jpg) no-repeat;
}

.financement-etape3{
	float:left;
	width:550px;/*637*/
	height:166px;/*196*/
	margin:0px 0px 10px 0px;
	padding:30px 0px 0px 87px;
	background: transparent url(../images/financement-entreprise-etape3.jpg) no-repeat;
}

.financement-etape1 ul, .financement-etape2 ul, .financement-etape3 ul{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	list-style-position: outside;
	list-style-image: url(../images/puce-li-white.jpg);
	text-align: justify;
}

.financement-etape1 ul li, .financement-etape2 ul li, .financement-etape3 ul li{
	margin: 0px 0px 10px 20px;
	padding: 5px 0px 0px 0px;
}

.titre1-etape{
	float:left;
	font-size:19px;
	line-height:19px;
	color:#016eb3;
}

.titre2-etape{
	float:left;
	font-size:25px;
	line-height:18px;
	height:18px;
	color:#016eb3;
	font-weight:bold;
}

.titre2-etape a{
	text-decoration:underline;
}

/*---------------------------------------------------------------------- PAGE : mecanique.htm */
.mecanique-tableau{
	margin:10px 0px 0px 0px;
	padding:2px;
	border:1px dotted #4d99ca;
	width:635px;/*635*/
	display:block;
}

.mecanique-tableau strong{
	text-transform:uppercase;
}

.tr-body{
	display:block;
	width:629px;
	padding:10px 0px 5px 0px;
	background-color:#ebebeb;
}

.tr-titre{
	background: #4d99ca;
	height:25px;
	display:block;
}

.tr-titre h4{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height:14px;
}

.mecanique-1-td{
	width:129px;/*149*/
	padding:0px 10px 10px 10px;
}

.mecanique-2-td{
	width:220px;/*240*/
	padding:0px 10px 10px 10px;
}

.mecanique-3-td{
	width:220px;/*240*/
	padding:0px 10px 10px 10px;
}

.mecanique-4-td{
	width:480px;/*500*/
	padding:0px 10px 10px 10px;
}


/*---------------------------------------------------------------------- PAGE : notre-equipe.htm */
.stephane-taunay{
	float:left;
	width: 635px;
}

.stephane-taunay-txt{
	float:right;
	width:530px;
}


.camille-brodhag{
	float:left;
	margin-top:30px;
	width: 635px;
}

.camille-brodhag-txt{
	float:right;
	width:530px;
}


/*---------------------------------------------------------------------- PAGE : questionnaire.htm */
#questionnaire{
	float: left;
	width: 310px;
}

#questionnaire input{
	 width: 120px;
	 margin: 2px 0px;
	 border: 1px solid #c0c0c0;
	 padding: 2px;
	 color: #737373;
}

#questionnaire textarea{
	 width: 120px;
	 margin: 2px 0px;
	 border: 1px solid #c0c0c0;
	 padding: 2px;
	 color: #737373;
}

#questionnaire fieldset{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align:justify;
	border: 0px;
	width:310px;
}

#questionnaire label{
	float: left;
	margin: 6px 0 0 0;
	padding: 0px;
	text-align: left;
}

#questionnaire h4{
	margin: 15px 0px 0px 0px;
padding:0px;
font-size:13px;
letter-spacing:1px;
line-height:14px;
}


/*---------------------------------------------------------------------- PAGE : questionnaire-ok.htm */
#questionnaire-ok{
	float: left;
	width: 310px;
}


/*---------------------------------------------------------------------- PAGE : contact.htm */
#form-contact{
	float: left;
	width: 635px;
}

#form-contact input{
	 width: 190px;
	 margin: 2px 0px;
	 border: 1px dotted #c0c0c0;
	 padding: 2px;
	 color: #737373;
}

#form-contact textarea{
	 width: 190px;
	 margin: 2px 0px;
	 border: 1px dotted #c0c0c0;
	 padding: 2px;
	 color: #737373;
}

#form-contact fieldset{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0px;
	width:635px;
}

#form-contact label{
	float: left;
	width: 90px;
	margin: 6px 0 0 0;
	padding: 0px;
	text-align: left;
}

p.message{
	font-size: 14px;
	color: ##016eb3;
	font-weight: bold;
	text-align: center;
}

p.obligatoire{
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

#coordonnes-contact{
	float: right;
	width: 635px;
}

.googleMap{
	border: 1px solid #C0C0C0;
	padding: 2px;
}

/*---------------------------------------------------------------------- PAGE : sitemap.htm */
.sitemap{
	float: left;
	width: 250px;
	margin-top: 20px !important;
	margin-top: 10px;
	padding: 30px !important;
	padding: 15px;
	border: 1px solid #B4B5B9;
	text-align: justify;
	background: #FFFFFF;
}

.sitemap ul{
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	list-style-position: outside;
	list-style-image: url(../images/puce-li-grey.jpg);
	text-align: justify;
}

.sitemap ul li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

/*---------------------------------------------------------------------- PAGE : mentions.htm */
#mentions-gauche{
	float: left;
	width: 180px;
	margin: 0px 0px 10px 0px !important;	
	margin: 0px 0px 5px 0px;				
	text-align: left;
}

#mentions-droite{
	float: right;
	width: 430px;
	margin: 0px 0px 10px 0px !important;	
	margin: 0px 0px 5px 0px;
	text-align: justify;
}


/*--------------------------------------------------------------------*/
/* GESTION : footer */
/*--------------------------------------------------------------------*/
#footer {
	float: left;
	width: 990px;/*990*/
	height:52px !important;/*66*/
	height:59px;/*66*/
	margin: 0px 0px 10px 0px !important;
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 0px 0px !important;
	padding: 7px 0px 0px 0px;
	font-weight: bold;
	color: #fff;
	background: transparent url(../images/footer.jpg) no-repeat;
}

#footer ul{
	float: left;
	width: 990px;
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	font-size: 10px;
	text-align:center;
}

#footer li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

#copyright{
	float: left;
	margin: 0px;
	width: 990px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}
