html, body {
	background-color:#504A48;
	color:#424242;
	font:normal 11px Arial, Helvetica, sans-serif;
	behavior:url("csshover.htc");
}
option, select {
	background-color:#FFFFFF;
	color:#000000;
	font: 11px Arial, Helvetica, sans-serif;

}
hr {
clear: both;
/*visibility: hidden;*/
border-bottom:1px solid #aaac96;
border-right:0px solid #aaac96;
border-left:0px solid #aaac96;
border-top:0px solid #aaac96;
margin-bottom:5px;
padding:0;
}
div#main{
	position: relative;
	top:0px;
	width: 950px;
  margin:30px auto auto auto;
}
h1 {
	color:#F06700;
	line-height:16px;
	font: normal 18px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
h2 {
	color:#F06700;
	font-size:13px;
}
h3 {
	color:#000000;
}
h4 {
	margin:0;
	padding:0;
	line-height:14px;
	font:bold 13px Arial, Helvetica, sans-serif;
}
h5 {
	margin:0;
	padding:0;
	line-height:14px;
	font:bold 13px Arial, Helvetica, sans-serif;
}
a {
	color:#F06700;
	text-decoration:underline;
}
a:hover {
	color:#424242;
	text-decoration:none;
}
a.lien_gris {
	color:#424242;
	text-decoration:none;
}
a.lien_gris:hover {
	color:#F06700;
	text-decoration:underline;
}
.upper{
	text-transform:uppercase;
}
div.right {
	text-align:right;
}
div.div_relative {
	position:relative;
	padding:0;
	margin:0;
}
input.bouton_court {	
	font-size:12px;
	font-weight:700;
	background-image:url(../../../images/site_institutionnel/boutonCourt.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	width:69px;
	height:22px;
	cursor:pointer;
	border-width:0px 0px 0px 0px;
	border:none;
}	
input.bouton_long {
	font-size:12px;
	font-weight:700;
	background-image:url(../../../images/FondContinuerBt.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 10px;
	width:86px;
	height:22px;
	cursor:pointer;
	border-width:0px 0px 0px 0px;
	border:none;
	text-align:left;
}
input.bouton_tres_long {
	font-size:12px;
	font-weight:700;
	background-image:url(../../../images/site_institutionnel/boutonTresLong.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	width:142px;
	height:22px;
	cursor:pointer;
	border-width:0px 0px 0px 0px;
	border:none;
}
/*--------------------------------- HEADER ---------------------------------*/
div#header{
	margin:0;
	padding:0;
	width:950px;
	height:113px;
	background-color:#000000;
	text-align: left;
	color:#FFFFFF;	
}

div#header h1{
	position: absolute;
	top:45px;
	left:553px;
	padding: 0;
	margin:0;
	width:450px;
	font:normal 16px Arial, Helvetica, sans-serif;
	color:#F06700;
}
div#header h2{
	position: absolute;
	top:5px;
	left:400px;
	padding: 0;
	margin:0;
	width:550px;
	font: bold 13px Arial, Helvetica, sans-serif;
}

#connexion_partenaire{
	position:absolute;
	background:#F4F4F4;
	color:#F06700;
	z-index:100;
	width:169px;
	height:100px;
	text-align:left;
	left:50%;
	margin-left:305px;
	top:160px;
	visibility:hidden;
	border:1px solid #000000;
}
#connexion_partenaire label{
	margin-left:17px;
	line-height:18px;
	vertical-align:bottom;
}
#connexion_partenaire input{
	margin-left:17px;
	font-size:10px;
	width:127px;
	padding:0;
	height:16px;
	vertical-align:middle;
	line-height:16px;
}
#connexion_partenaire a{
	margin-left:10px;
	text-decoration:none;
	line-height:17px;
	color:#F06700;
}
#connexion_partenaire a:hover{
	text-decoration:underline;
}
#connexion_partenaire .submit{
	color:#F06700;
	border:none;
	background:none;
	padding:0;
	margin:0;
	line-height:12px;
	margin-left:50px;
	width:auto;
	cursor:pointer;
	font-size:11px;
}
#connexion_partenaire .submit:hover{
	text-decoration:underline;
}
/* zone menu */

#menu {
	float: left;
	height: 18px;
	border-top: 1px solid #2F2F2F;
	background-color: #000000;
	text-align: center;
	font-size: 11px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

div.menu_css ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	/*width: 950px; For KHTML*/
	list-style: none;
	height: 18px;
	text-align: left;
}

div.menu_css ul li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 18px;
	z-index: 10;
}

div.menu_css ul ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	/*width: 160px;*/
	width: 150%;
	list-style: none;
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	background-color:#F5F5F5;
}

div.menu_css ul ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/ 0px serif;
	content: �.�;
	height: 0;
	visibility: hidden;
}

div.menu_css ul ul li {
	width: 160px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	height:auto;
}

/* Root Menu */
div.menu_css ul a {
	border: 1px solid #FFF;
	border-width: 0px 0px 0px 0px;
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #000000;
	color: #FFFFFF;
	font: bold 11px/ 18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
div.menu_css ul a:hover,div.menu_css ul li:hover a,div.menu_css ul li.iehover a
	{
	background-image:url(../../../images/site_institutionnel/img_menus/fondMenu_over.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}

/* 2nd Menu */
div.menu_css ul li:hover li a,div.menu_css ul li.iehover li a {
	float: none;
	background: #F5F5F5;
	color: #F06700;
	text-transform: none;
	font-weight: normal;
}

/* 2nd Menu Hover Persistence */
div.menu_css ul li:hover li a:hover,div.menu_css ul li:hover li:hover a,div.menu_css ul li.iehover li a:hover,div.menu_css ul li.iehover li.iehover a
	{ /*background: #CCC;*/
	color: #000000;
}

/* 3rd Menu */
div.menu_css ul li:hover li:hover li a,div.menu_css ul li.iehover li.iehover li a
	{
	background: #F5F5F5;
	color: #F06700;
}

/* 3rd Menu Hover Persistence */
div.menu_css ul li:hover li:hover li a:hover,div.menu_css ul li:hover li:hover li:hover a,div.menu_css ul li.iehover li.iehover li a:hover,div.menu_css ul li.iehover li.iehover li.iehover a
	{
		background: #F5F5F5;
		color: #000000;
}

div.menu_css ul ul ul,div.menu_css ul ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}

/* Do Not Move � Must Come Before display:block for Gecko */
div.menu_css ul li:hover ul ul,div.menu_css ul li:hover ul ul ul,div.menu_css ul li.iehover ul ul,div.menu_css ul li.iehover ul ul ul
	{
	display: none;
}

div.menu_css ul li:hover ul,div.menu_css ul ul li:hover ul,div.menu_css ul ul ul li:hover ul,div.menu_css ul li.iehover ul,div.menu_css ul ul li.iehover ul,div.menu_css ul ul ul li.iehover ul
	{
	display: block;
}

.ddsmoothmenu {
	font: bold 11px Arial;
	background-color: #000000; /*background of menu bar (default state)*/
	width: 100%;
	height: 38px;
}

.ddsmoothmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	background: #000000; /*background of menu items (default state)*/
	/*border-right: 1px solid #CCC;*/
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding:2px 5px 0px 5px;
	height:16px;
}

* html .ddsmoothmenu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

/*
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}
*/ /*.ddsmoothmenu ul li a.selected{ 
background: black; 
color: white;
}
*/
.ddsmoothmenu ul li a:hover {
	background-image:	url(../../../images/menu/fondMenu_over.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	text-align: left;
	border: 1px solid #D2D2D2;
	padding: 0 0 4px 0;
	margin:0;
	width: 162px;
	background-color:#F5F5F5;
	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a, #menu ul li.lien_menu_actif ul li a {
	font-size: 11px;
	font-weight: normal;
	/*width: 160px;*/ /*width of sub menus*/
	padding: 4px 0px 0px 10px;
	margin: 0;
	border-top-width: 0;
	/*border-bottom: 1px solid gray;*/
	color: #F06700;
	background-color: #F5F5F5;
	text-transform: none;
	height:auto;
	background-image:none;
}

.ddsmoothmenu ul li ul li a:hover, #menu ul li.lien_menu_actif ul li a:hover {
	background: none;
	background-color: #F5F5F5;
	color: #424242;
	text-transform: none;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
}  /*Holly Hack for IE7 and below*/
	/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}
li.sous_menu_separation {
	background-color:#DEDEDE;
	height:1px;
	width:135px;
	margin:1px 0px 1px 12px;
	padding:0px 0px 0px 0px;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
}
li.menu_separation {
	float: left;
	width:1px;
	height:18px;
	margin:0px;
	padding:0px;
	background-image:url(../../../images/menu/separateurMenu.png);
	background-repeat:no-repeat;
}

#menu ul li.lien_menu_actif a{
	background-image:	url(../../../images/menu/fondMenu_over.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}
#menu_deconnexion {
	position:absolute;
	top:115px;
	right:0px;
	margin-right:5px;
}
#menu_deconnexion:hover {
	color:#FFFFFF;
}

#menu_utilisateur {
	position:absolute;
	top:100px;
	left:0px;
	width:350px;
	text-align:right;
	margin-left:595px;
	padding:0px 5px 0px 0px;
}
/* acces_partenaires */
div#acces_partenaires {
	position:absolute;
	right: 0px;
	top: 100px;
	background-color:#000000;
}

div#acces_partenaires a {
	color : #FFFFFF;
	text-decoration:none;
}

/* zone container */
div#container {
	float:left;
	padding:0;
	margin:0;
	text-align:left;
	width:950px;
	min-height:450px;
	background-image:url(../../images/fond-container.jpg);
	background-position:left;
	}
div#container_gauche {
	float:left;
	padding:0;
	margin:0;
	width:700px;
	min-height:600px;
}
div#container_droite {
	float:right;
	padding:15px 0px 14px 0px;
	margin:0;
	width:249px;
}
div#container_droite_flash {
	float:right;
	padding:0px 30px 0px 0px;
}
div#container_droite_actu {
	float:right;
	padding:15px 30px 0px 0px;
}
div#container_droite_prog {
	float:right;
	padding:15px 30px 0px 0px;
}
div#bloc_fixe {
	float:right;
	width:220px;
	height:400px;
	margin:0px 41px 0px 0px;
}
div#bloc_fixe_actu {
	float:right;
	padding:10px 0px 0px 0px;
	width:218px;
	margin:0px 0px 0px 0px;
}

div#footer {
	float:left;
	text-align:center;
	width:950px;
	color : #FFFFFF;
	background-color:#000000;
	margin-bottom:20px;
}

div#footer a {
	color : #FFFFFF;
	text-decoration:none;
}
/*--------------------------------- BLOC DROITE ----------------------------------*/
div#bloc_actu {
	width:219px;
}
a.bloc_titre {
	float:left;
	width:217px;
	margin:0;
	padding: 0 0 0 0px;
	color:#FFFFFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align:center;
	border-top:1px solid #2F2F2F;
	border-left:1px solid #2F2F2F;
	border-right:1px solid #2F2F2F;
}
div#bloc_actu_container {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px;
	max-height:121px;
	width:217px;
	border:1px solid #2F2F2F;
	background-image:url(../../../images/site_institutionnel/fondActualites.jpg);
	background-repeat:repeat-x;
}
div.bloc_actu_texte {
	float:left;
	margin:3px 5px 0px 5px;
}
div#bloc_actu_trait {
	float:left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 3px 10px;
  border-bottom: 1px solid #DFDFDF;
	width:190px;
	height:2px;
}
div#bloc_prog {
	width:219px;
}
div#bloc_prog_container {
	float:left;
	width:217px;
	border:1px solid #2F2F2F;
}

div#bloc_prog h3 {
	margin:0;
	padding: 0 0 0 0px;
	background-image:url(../../../images/site_institutionnel/fondRubriques.jpg);
	background-repeat:repeat-x;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align:center;
	border-top:1px solid #2F2F2F;
	border-right:1px solid #2F2F2F;
	border-left:1px solid #2F2F2F;
}
div#bloc_prog h3 a{
	color:#FFFFFF;
	text-decoration:none;
}
div#bloc_prog_texte1{
	float:left;
	width:209px;
	height:36px;
	color:#F06700;
	font: normal 13px Arial, Helvetica, sans-serif;
	padding:2px 4px 2px 4px;
	margin:0px 0px 0px 0px;
	background-color:#2F2F2F;
}
div#bloc_prog_texte1 img{
	float:right;
	text-align:right;
}

div#bloc_prog_image{
	float:left;
	height:112px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

div#bloc_prog_texte2{
	float:left;
	width:217px;
	height:14px;
	padding:0px 0px 8px 0px;
	margin:0px 0px 0px 0px;
	background-color:#2F2F2F;
	overflow:hidden;
}

div#bloc_prog_texte2 a{
	float:right;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 5px 0px 0px;
}

div#bloc_prog_texte2 h1{
	float:left;
	width:217px;
	color:#FFFFFF;
	font: bold 17px Arial, Helvetica, sans-serif;
	padding:0px 0px 4px 4px;
	margin:0px 0px 0px 0px;
	height:18px;
	text-align:center;
}
/*--------------------------------- ACCUEIL DECONNECTE ----------------------------------*/
div#fc_bloc_haut {
	float:left;
	height:219px;
	padding:15px 0px 0px 52px;
}
div#fc_bloc_haut_gauche {
	float:left;
	height:219px;
	width:325px;
	background-image: url(../../images/accueil/Fond-Connexion.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
div#fc_bloc_haut_gauche h2{
	float:left;
	font-size:16px;
	width:100%;
	padding:px 0px 0px 0px;
	margin:15px 0px 20px 20px;
}
div#fc_bloc_haut_gauche_form {
	float:left;
	padding:0px 0px 0px 80px;
	width:180px;
}
td.libelle_td{
	color:#606060;
	width:85px;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

td.libelle_td2{
	color:#FFFFFF;
	width:85px;
	text-align:right;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 0 10px;
}
div.div_valider input, input.input_valider {
	font-size:12px;
	font-weight:700;
	background-image: url(../../images/FondContinuerBt.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 14px 4px 0px;
	width:86px;
	text-align:center;
	cursor:pointer;
	border-width:0px 0px 0px 0px;
	height:22px;
}

div#fc_bloc_haut_droite {
	float:left;
	width:526px;
	height:219px;
	background-image:url(../../images/accueil/Fond-Inscription.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
div#fc_bande_devenir_partenaire {
	position:relative;
	top:170px;
	left:20px;
	background-color:#000000;
	background-image:url(../../images/accueil/Fond-Inscription3.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:461px;
	height:25px;
	padding:5px 10px 0px 10px;
}
a.fc_lien_orange {
	color:#F06700;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	float:left;
}
a.fc_lien_blanc {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	float:right;
}
div#fc_bloc_milieu {
	float:left;
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 52px;
}
div#fc_bloc_bas {
	float:left;
	margin:30px 0px 30px 52px;
	width:550px;
}
div#fc_bloc_bas h2{
	margin:0px 0px 20px 20px;
	font-size:16px;
}
div#fc_bloc_bas p{
	text-align:justify;
	font-size:11px;
}

div#fc_bloc_bas img{
	float:left;
	padding-right:30px;
}

div#fc_flash {
	float:right;
	width:250px;
	height:250px;
	margin:30px 52px 20px 0px;
}
/*--------------------------------- ACCUEIL ----------------------------------*/
div#accueil_recherche {
	float:left;
	width:851px;
	height:275px;
	background-image:url(../../images/fondRecherche.jpg);
	background-repeat:no-repeat;
	margin:25px 0px 0px 50px;
}
div#accueil_recherche_gauche {
	float:left;
	width:450px;
	padding-top:10px;
}
div#accueil_recherche_gauche label {
	float:left;
	width:130px;
	margin:0px 0px 0px 40px;
}
#accueil_submit {
	position:relative;
	top:0px;
	left:400px;
}
a#accueil_btn_nouveautes {
	position:absolute;
	top:250px;
	left:20px;
}
div#accueil_simulation {
	float:left;
	margin:80px 0px 0px 75px;
	color:#F06700;
	font-size:12px;
	font-weight:bold;
	height:0px;
	width:300px;
	background-color:#999999;
}
div#accueil_promo {
	float:left;
	width:500px;
	margin:30px 0px 0px 100px;
}
div#accueil_flash {
	float:left;
	margin:90px 0px 0px 90px;
}
div#accueil_texte_milieu {
	float:left;
	width:450px;
	/*height:300px;*/
	margin:20px 20px 20px 110px;
}
div.accueil_bloc_nouveaute {
	float:left;
	border:1px solid #F06700;
	width:417px;
	height:117px;
	-moz-border-radius:5px; 
  -webkit-border-radius:5px; 
  border-radius:5px;
	z-index:3;
}
.accueil_bloc_nouveaute_image {
	float:left;
	width:241px;
	height:117px;
	z-index:0;
	-moz-border-radius: 4px 0 0 4px; 
  -webkit-border-radius: 4px 0 0 4px; 
  border-radius: 4px 0 0 4px;         
  -webkit-border-top-left-radius: 4px; /* pour Chrome */ 
  -webkit-border-bottom-left-radius: 4px; /* pour Chrome */ 
}
div.accueil_bloc_nouveaute_droite {
	float:left;
	text-align:left;
	background-color:#000000;
	color:#FFFFFF;
	width:161px;
	height:107px;
	-moz-border-radius:0 4px 4px 0; 
  -webkit-border-radius:0 4px 4px 0; 
  -webkit-border-top-right-radius: 4px; /* pour Chrome */ 
  -webkit-border-bottom-right-radius: 4px; /* pour Chrome */
	border-radius:4px;
	padding:10px 5px 0px 10px;
/*	behavior: url("border-radius.htc"); */
}
div.accueil_bloc_nouveaute_loi {
	position:relative;
	top:98px;
	height:18px;
	padding:2px 0px 0px 5px;
	background-color:#F06700;
	-moz-border-radius: 0px 0 0 4px; 
  -webkit-border-radius: 0px 0 0 4px; 
  border-radius: 0px 0 0 4px;         
  -webkit-border-top-left-radius: 0px; /* pour Chrome */ 
  -webkit-border-bottom-left-radius: 0px; /* pour Chrome */ 
}
div.accueil_bloc_nouveaute_loi a{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
div#accueil_carte {
	float:right;
}
div#accueil_carteDOM{
	float:right;
	margin:0px 15px 0px 20px;
}
div#bloc_chercher_intro {
	float:left;
	width:600px;
	padding:15px 0px 0px 30px;
}

div#bloc_chercher_contenu {
	float:left;
	padding:50px 0px 30px 30px;
	height:400px;
	width:650px;
}
div#bloc_chercher_contenu_gauche {
	float:right;
	width:360px;
	padding:40px 0px 0px 30px;
	margin:0;
	height:230px; 
}
a#recherche_btn_nouveautes {
	position:absolute;
	top:580px;
	left:320px;
}

/*--------------------------------- RUBRIQUE ---------------------------------*/
div#bloc_rubrique_haut {
	float:left;
	padding:0;
	margin:0px 0px 0px 15px;
	height:41px;
	width:600px;
	border-bottom:1px solid #DFDFDF;
	padding-bottom:2px;
}

#bloc_rubrique_haut h1{
	position:relative;
	top:20px;
	left:30px;
	padding:0;
	margin:0;
	width:400px;
}

div#bloc_rubrique_contenu {
	float:left;
	margin:0;
	padding:25px 50px 20px 60px;
	width:590px;
	line-height:17px;
	text-align:left;
}
div#bloc_rubrique_contenu_950 {
	float:left;
	margin:0;
	padding:0px 0px 0px 0px;
	width:950px;
	text-align:justify;
}
div#bloc_rubrique_bas {
	float:left;
	height:50px;
	width:600px;
	margin:0px;
	padding:10px 50px 0px 60px;
}
div#fleche_rubrique_gauche {
	float:left;
	padding:0;
	margin:0;
	width:200px;
	line-height:16px;
}
div#fleche_rubrique_droite {
	float:right;
	width:100px;
	height:50px;
	padding:0px 0px 0px 0px;
	margin:0;
	line-height:16px;
	text-align:right;
}
span.texte_jaune{
	padding:0;
	margin:0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#424242;
	line-height:16px;
}
div#bloc_rubrique_contenu ul{
	margin:10px 0 0 0;
	padding:0;
	list-style-position: inside;
	list-style-type:none;
}

div#bloc_rubrique_contenu ul li a:hover{
	color:#F06700;
}
/*------ EDITO ------*/
div#bloc_soc_portrait {
	float:left;
	width:150px;
	margin:20px 0px 0px 0px;
	padding:0;
}
div#bloc_soc_contenu {
	float:left;
	margin:20px 0px 0px 0px;
	text-align:justify;
	width:430px;
}
div#bloc_soc_contenu span{
	padding:0;
	margin:0;
	font: bold 13px Arial, Helvetica, sans-serif;
	color:#F06700;
}
/*--------------------------------- COMMUNICATION ---------------------------------*/
div.bloc_contenu_communication {
	margin: 20px 0px 0px 35px;
	width:540px;
}

div.date_communication {
	float:right;
}

div.titre_communication a{
	float:left;
	padding:0;
	margin:0;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#424242;
}

/*--------------------------------- RESULTATS RECHERCHE PROGRAMMES ---------------------------------*/

div.recherche_programme_2 {
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	width:570px;
	height:90px;
	position:relative;
	top:0;
	left:0;
	margin: 20px 0 0 0;
}
div.recherche_programme_2_livre {
	background-color: #FFFFFF;
	border:2px solid #F06700;
	width:570px;
	height:90px;
	position:relative;
	top:0;
	left:0;
	margin: 20px 0 0 0;
}

div.recherche_programme_haut_milieu_2{
	float:left;
	width:282px;
	height:42px;
	padding:10px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	color:#000000;
	font: bold 15px Arial, Helvetica, sans-serif;
}
div.recherche_programme_haut_milieu_2 a{
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	line-height:18px;
}

div.recherche_programme_haut_droit_2{
	float:right;
	width:103px;
	height:42px;
	padding:10px 10px 0px 20px;
	margin:0px 0px 0px 0px;
	text-align:right;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

div.recherche_programme_haut_droit_2 a{
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

div.recherche_programme_bas_milieu_2{
	float:left;
	width:324px;
	height:38px;
	background-image:url(../../images/prog_liste/ListeProg_basgauche.jpg);
	background-position:top left;
	background-repeat:no-repeat;
  color:#000000;
}
div.recherche_programme_bas_milieu_2 span{
  float:left;
	padding:1px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#000000;
}
div.recherche_programme_bas_milieu_2 h1{
	font: bold 13px Arial, Helvetica, sans-serif;
	padding:4px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}

#lot_dispo {
	float:left;
 	color:#F06700;
	font-weight:bold;
	/*padding-left:10px;*/
}

div.recherche_programme_bas_milieu_2 h2{
	font: 10px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:4px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	float:left;

}

div.recherche_programme_bas_droit_2{
	float:right;
	width:113px;
	height:38px;
	background-image:url(../../images/prog_liste/ListeProg_basdroit.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

div.recherche_programme_nouscontacter_2{
	float:right;
	width:101px;
	height:19px;
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:right;
	font: 10px Arial, Helvetica, sans-serif;
}
div.recherche_programme_nouscontacter_2 a{
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

div.recherche_programme_nouscontacter_2 a:hover{
	text-decoration:underline;
}

div.recherche_programme_savoirplus_2{
	float:right;
	width:110px;
	height:16px;
	text-align:right;
	padding:3px 3px 0px 0px;
	margin:0px 0px 0px 0px;
}

div.recherche_programme_savoirplus_2 a{
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

div.recherche_programme_savoirplus_2 a:hover{
	text-decoration:underline;
}

div.recherche_programme_image_2 img{
	position:relative;
	width:133px;
	height:90px;
	float:left;
	text-align:center;
}
/*--------------------------------- DEFISCALISATION ---------------------------------*/
div#bloc_liste {
	float:left;
	padding:0;
	margin:0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width:600px;
	line-height:16px;
	text-align:justify;
}
div#bloc_liste ul li a {
	font: bolder 12px Verdana, Arial, Helvetica, sans-serif;
	color:#F06700;
	text-decoration:none;
	overflow:auto;
	height:200px;
}

div#bloc_liste ul li a:hover{
	color:#000000;
}

div#bloc_liste_defi_image {
	position:absolute;
	top:260px;
	left:430px;
	padding:0;
	margin:0;
	line-height:16px;
	width:180px;
}
/*--------------------------------- DETAIL LOI / FINANCIER ---------------------------------*/
div#bloc_menu{
	float:left;
	width:195px;
}
div#bloc_texte{
	float:left;
	width:415px;
	padding:0px 20px 15px 25px;
	text-align:justify;
}
div#bloc_texte ul {
	margin:0;
	padding:0;
	list-style-position: inside;
	list-style-type:square;
}
div#bloc_menu ul {
	margin:0;
	padding:0;
	list-style-position: outside;
	list-style-type:none;
	list-style-image: none;
}

div#bloc_menu ul li {
	padding:0;
	margin: 0 0 10px 0;
}

div#bloc_menu ul li a{
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#424242;
	text-decoration:none;
}

div#bloc_menu ul li.menu_actif{
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#F06700;
	text-decoration:none;
}

div#bloc_menu ul li a:hover, div#bloc_menu ul li.menu_actif a:hover{
	color:#F06700;
}
div.titre_defi, div.titre, h2.titre_defi{
	padding:0;
	margin:0 0 5px 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#F06700;
	border-bottom:1px solid #CCCCCC;
}

div#bloc_produit_gauche {
	float:left;
	width:400px;
}
div#bloc_liste_produit_image {
	float:left;
	padding:0;
	margin:0;
	line-height:16px;
	font: 11px Arial, Helvetica, sans-serif;
	width:180px;
}

/*--------------------------------- INVESTIR EN FRANCE ---------------------------------*/
div#bloc_rubrique_fond {
	position:relative;
	top:0;
	left:0;
	padding:0;
	margin:0;
	background-color:#003C82;
	background-image:url(../../../images/site_institutionnel/investir/FondTitreRubrique003C82.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	height:31px;
	width:724px;
}
#bloc_titre_rubrique_fond {
	position:absolute;
	top:15px;
	left:30px;
	padding:0;
	margin:0;
	line-height:16px;
	font: bolder 11px Arial, Helvetica, sans-serif;
	width:400px;
}
div#bloc_rubrique_fond_lien {
	float:right;
	padding:14px 10px 0px 0px;
}
div#bloc_rubrique_fond_lien a{
	float:right;
}
div#investir_maison {
	float:right;
	width:285px;
	height:148px;
}
div#investir_menu {
	float:left;
	width:275px;
	height:296px;
	font:bold 13px Arial, Helvetica, sans-serif;
	padding:10px 0px 0px 10px;
}
div#investir_menu a{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#F06700;
	text-decoration:none;
}
div#investir_menu a:hover{
	text-decoration:underline;
}
div#investir_menu br{
	line-height:10px;
}
div#investir_intro {
	float:left;
	width:365px;
	height:128px;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:20px 0px 0px 15px;
	color:#424242;
}
div#investir_descriptif {
	float:left;
	width:410px;
}
div#investir_descriptif h2{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#F06700;
}
div#investir_descriptif p{
	margin:0px 0px 15px 5px;	
}
div#investir_descriptif ul{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 20px;	
}
div#bloc_lien_rubrique {
	float:right;
	text-align:right;
}

/*--------------------------------- DEFISCALISATION ---------------------------------*/
div.defisc_bloc_profil {
	float:left;
	width:423px;
	height:130px;
	border:1px solid #CCCCCC;
	margin:50px 0px 0px 33px;
}
div.defisc_bloc_profil_image {
	float:left;
	width:185px;
	height:130px;
}
div.defisc_bloc_profil_droite {
	float:left;
	width:218px;
	height:130px;
	background-image:url(../../../images/site_institutionnel/defiscalisation/fondBloc_defisc.jpg);
	background-repeat:repeat-x;
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
}
div.defisc_bloc_profil_droite a{
	text-decoration:none;
	font-size:12px;

}
div.defisc_bloc_profil_droite h3{
	font-size:15px;
	font-weight: normal;
	padding:0px;
	margin:10px 0px 25px 0px;
}
/*--------------------------------- CONTACTEZ-NOUS ---------------------------------*/
div#gauche_contacter {
	width:400px;
	height:360px;
	float:left;
	padding:30px 0px 0px 0px;
	margin:0;
}
div#droite_contacter {
	width:550px;
	padding:20px 0px 0px 0px;
	margin:0;
	float:right;
}
div#contacter_formulaire {
	float:left;
	margin: 10px 0 0 0;
}
#texte_cnil{
	float:left;
	width:950px;
	height:29px;	
	padding:0;
	margin:0;
	text-align:center;
}

#texte_cnil div {
	width:860px;
	margin:0 auto;
	font: normal 9px Arial, Helvetica, sans-serif;
	text-align:justify;
}
td.libelle_2{
	width:90px;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:right;
}

td.libelle_2 ul{
	list-style:none;
	margin:0;
	padding:0;
}

td.libelle_2 li{
	float:left;
	margin:0;
	padding:0;
}

td.libelle_2 li.vide{
	width:20px;	
		margin:0;
	padding:0;
}
td.libelle{
	width:90px;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.textarea_td textarea{
	width:350px;
}
.textarea_td span {
	font: normal 10px Arial, Helvetica, sans-serif;
}

.textarea_td input{
	width:10px;
	vertical-align:middle;
}
/*--------------------------------- FICHE PROGRAMME ---------------------------------*/
div#programme_gauche {
	float:left;
	width:430px;
}
div#programme_haut_gauche{
	float:left;
	width:420px;
	/*height:400px;*/
}
div#programme_fiche_accroche_2{
	position:absolute;
	z-index:2;
}
div#programme_fiche_prog_big_pict{
	float:left;
	width:382px;
	height:259px;
}
img#big_pict{
	position:relative;
	top:0px;
	z-index:0;
}
div#programme_haut_droite{
	float:left;
	width:420px;
	padding:0px 0px 0px 10px;
}
div#programme_haut_droite h1{
	float:left;
	text-align:left;
	font-size:20px;
	color:#000000;
	margin:0px 0px 0px 0px;
	width:450px;
}
div#programme_haut_droite h2{
	float:left;
	margin:0px 0px 0px 0px;
	padding:40px 0px 0px 0px;
	width:250px;
	font-size:15px;
}
div#programme_haut_droite_trait{
  float:left;
	width:100%;
  padding:0px 0px 0px 0px;
  margin:20px 0px 20px 0px;
  border-bottom: 1px solid #E5E5E5;
}
div#programme_haut_droite_loi{
	float:right;
	background-color:#F06700;
	color:#FFFFFF;
}
div#programme_haut_droite_loi a{
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 3px 3px 3px;
}
div#programme_fiche_descriptif{
	float:left;
	text-align:justify;
	margin:10px 0px 15px 0px;
	line-height:15px;
	min-height:100px
}
div#programme_fiche_descriptif ul{
	float:right;
	text-align:justify;
}
div#programme_fiche_descriptif li{
	list-style:none;
}
div#programme_fiche_descriptif li a{
	text-decoration:none;
	
}

div#programme_bas_gauche{
	float:left;
	width:400px;
	text-align:left;
}
div#programme_bas_gauche h1{
	color:#000000;
	font-size:18px;
	margin:20px 0px 0px 0px;
}
div#programme_bas_gauche h2{
	font-size:13px;
	margin-top:0px;
}

div#programme_bas_droite{
	float:left;
	width:400px;
	height:200px;
	margin:50px 0px 0px 20px;
}
div#programme_fiche_identite {
	float:left;
	text-align:left;
	padding:0px 0px 20px 0px;
	min-height:250px;
	width:280px;
}
div#programme_fiche_identite span{
	color:#F06700;
}

div#programme_lien_retour{
	float:left;
	width:100%;
	padding:0px 0px 15px 0px;
	height:30px;
}
div#gauche_fiche_prog_miniature {
	float: left;
	padding:10px 0px 0px 0px;
}

div#gauche_fiche_prog_miniature ul {
	padding:0px 0px 0px 0px;
	margin:0 0 0 0; 
	list-style-type:none;
 }

div#gauche_fiche_prog_miniature ul li {
	margin:0 0 0 0px; 
	padding:0px 15px 0px 0px;
	width:90px;
	float:left;
}

div#programme_plus{
	float:left;
	background-color:#000000;
	width:250px;
	height:136px;
}
div#programme_plus h3{
	float:left;
	color:#F06700;
	font-size:13px;
	font-weight:bold;
	width:240px;
	height:15px;
	margin:5px 10px 10px 10px;
	border-bottom:1px solid #4E4E4E;
}
div#programme_plus span{
	color:#FFFFFF;
}
div#programme_plus ul{
	float:left;
	list-style-type:none;
	padding:0px 5px 0px 15px;
	margin:0px 0px 0px 0px;
	width:195px;
}
div#programme_plus li{
	padding-bottom:3px;
	text-align:left;
	color:#FFFFFF;
}
div#programme_bouton_info{
	position:absolute;
	top:40px;
	right:0px;
	z-index:2;
}
div#programme_ambiance{
	float:left;
	width:146px;
	height:136px;
}
a#programme_lien_minisite{
	float:left;
	height:30px;
	width:150px;
	font-size:12px;
	font-weight:bold;
	padding:10px 0px 0px 0px;
	text-decoration:none;
	text-align:left;
}
#programme_lien_fiche {
	position:absolute;
	width:150px;
	left:300px;
	top:0px;
	text-decoration:none;
}
#programme_document_bouton {
	position:absolute;
	left:775px;
	top:300px;
	cursor:pointer;
/*	top:280px;
	left:750px;*/
}
div#programme_document {
	position:absolute;
	top:319px;
	left:780px;
	z-index:10;
	width:150px;
}
div#programme_document table{
	border:1px solid #F06700;
}
div#programme_document ul{
	padding:0px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	list-style:none;
	}
div#programme_document li{
	margin:4px 0px 0px 0px;
	text-align:left;
	}

div#programme_document a{
	color:#606060;
}
div#programme_document a:hover{
	color:#F06700;
}
#programme_infos_bouton {
	float:left;
	margin:45px 0px 15px 150px;
}
div#programme_bloc_demande {
	float:left;
	background-color:#F06700;
	/*height:330px;*/
	width:420px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 20px 20px;
	-moz-border-radius: 5px 5px 5px 5px; 
  -webkit-border-radius: 5px 5px 5px 5px; 
  border-radius: 5px 5px 5px 5px;         
  -webkit-border-top-left-radius: 5px; /* pour Chrome */ 
  -webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
  -webkit-border-top-right-radius: 5px; /* pour Chrome */ 
  -webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 

}
div#programme_bloc_demande h2{
	width:100%;
	text-align:center;
	color:#FFFFFF;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:18px;
}
div#programme_bloc_demande span{
	color:#FFFFFF;
	font-size:12px;
}
div#programme_bloc_demande ul{
	padding:0;
	margin:0;
}
div#programme_bloc_demande li{
	color:#000000;
	list-style-type:none;
	padding:0;
	margin:0;
}
div#programme_bloc_demande a{
	color:#FFFFFF;
	font-size:14px;
	padding:0;
	margin:0;
}
div#programme_inscription{
	width:100%;
	text-align:right;
}
div#programme_inscription a{
	cursor:pointer;
	margin:50px;
}

/*--------------------------------- PLAN DU SITE ---------------------------------*/
div#bloc_plan ul.rub {
	list-style-position: outside;
	list-style-type:square;
}
div#bloc_plan a {
	text-decoration:none;
}
div#bloc_plan li.plan_rubrique{
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align:justify;
	margin-top:10px;
}
div#bloc_plan ul.rub li.plan_rubrique ul {
	list-style-position: outside;
	list-style-type:circle;
}
li.plan_rubrique a{
	color:#F06700;
}
div#bloc_plan li.plan_sous_rubrique{
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align:justify;
}
li.plan_sous_rubrique a{
		color:#424242;
}
/*--------------------------------- DEVENIR PARTENAIRE ---------------------------------*/
div#associer_ambiance {
	float:left;
}
div#associer_droite {
	float:left;
	width:575px;
	margin:30px 50px 0px 50px;
}
div#associer_form {
	float:left;
	width:550px;
	margin:50px 0px 20px 50px;
}
.line_form{
	position:relative;
	width:550px;
	height:30px;
	line-height:40px;
	vertical-align:middle;
}
.libelle_td{
	position:relative;
	color:#000000;
	top:12px;
	height:16px;
	float:left;
	width:50px;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0;
	padding:2px 0px 0px 0px;
}
.libelle_td2{
	position:relative;
	color:#000000;
	top:12px;
	height:16px;
	float:left;
	width:100px;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0;
	padding:2px 0px 0px 0px;
	left:0px;
	text-align:right;
}
.input_td{
	position:relative;
	top:9px;
	float:left;
	color:#000000;
	width:150px;
	text-align:left;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0;
	padding-left:4px;
}
.input_text {
	height:14px;
	font-size:11px;
	width:150px;
}
div#associer_cnil{
	float:left;
	margin:50px 0px 0px 20px;
	width:550px;
}

/*-------modele page prog---------*/
#maquette1{
	float:left;
	width:950px;
}
#maquette1_haut{
	float:left;
	width:950px;
	height:285px;
}
#print_header{
	height:80px;
	width:950px;
	padding-top:15px;
	text-align:center;
}
#maquette1_haut_texte{
	float:left;
	position:absolute;
	left:477px;
}
#maquette1_haut_encart{
	float:left;
	height:47px;
	width:453px;
	color:#FFFFFF;
	padding:10px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius:  5px 0 0 5px;
	border-radius:  5px 0 0 5px;
	behavior: url(PIE.htc);
	position:relative;
	font-family:Lucida Sans, Lucida Grande;
	
}
#maquette1_haut_lien{
	float:left;
	color:#F06700;
	margin:4px 0 0 33px;
}
.maquette1_titre_encart{
	font-size:20px;
}
.maquette1_soustitre_encart{
	font-size:18px;
	color:#F06700;
}
#maquette1_milieu{
	float:left;
	margin:40px 40px 0 40px;
}
#maquette1_milieu_haut h2{
	font-size:20px;
	color:#333333;
	font-weight:bold;
	margin:0 0 -15px 0;
}
#maquette1_milieu_haut{
	float:left;
	width:125%;
}
#maquette1_milieu_haut font{
	font-size:16px;
	color:#F06700;
	font-weight:bold;
}
#maquette1_milieu_gauche{
	float:left;
	width:480px;
	margin-top:20px;
}
#programme_fiche_identite_g{
	float:left;
	width:220px;
}
#programme_fiche_identite_d{
	float:left;
	width:230px;
	padding-left:30px;
}
#programme_bloc_demande_g{
	float:left;
	width:230px;
	margin-top:10px;
}
#programme_bloc_demande_d{
	float:left;
	width:190px;
	margin-top:10px;
}
#maquette1_milieu_gauche_ville{
	float:left;
	margin-top:15px;
	margin-bottom:10px;
}
#maquette1_contenu_localisation_carte{
	float:left;
}
#maquette1_milieu_btn{
	width:193px;
	height:47px;
	position:relative;
	top:-7px;
	left:54px;
	background-image:url(/template/maquettes/images/fondBoutonMilieu.png);
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background-repeat:no-repeat;
	padding:13px 0 0 0;
	cursor:pointer;
	text-shadow:#000 1px 1px 1px;
	margin-top:10px;
}
#maquette1_milieu_droite{
	float:left;
	width:390px;
	margin-top:-60px;
}
#maquette1_milieu_droite_doc{
	float:left;
	height:40px;
	width:100%;
	text-align:right;
}
#maquette1_milieu_droite_img{
	float:left;
	width:100%;
	margin-top:20px;
}
#maquette1_fond{
	float:left;
	width:950px;
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-left:-40px;
	min-height:546px;
}
#maquette1_milieu_gauche_puces{
	float:left;
	width:465px;
	margin-left:15px;
}
#maquette1_milieu_gauche_puces ul li{
	color:#F06700;
}
.maquette1_bas_puces{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin:5px 0 0;
}
#maquette1_milieu_droite_txt{
	float:left;
	width:300px;
	text-align:justify;
	padding-left:93px;
}

#maquette1_infos{
	float:left;
	height:209px;
	width:870px;
	margin:20px 0 0 40px;
	background-color:#FFFFFF;
}
#maquette1_infos_img{
	float:left;
	width:323px;
	height:209px;
}
#maquette1_infos_txt{
	float:left;
	padding-left:20px;
	width:525px;
}
#maquette1_infos_txt_haut{
	float:left;
	width:100%;
}
#maquette1_infos_txt_haut h2{
	color:#333333;
	font-size:16px;
	font-weight:bold;
	font-family:Lucida Sans, Lucida Grande;

}
#maquette1_infos_txt_haut h3{
	color:#F06700;
	margin-top:0;
	margin-bottom:3px;
}
#maquette1_infos_txt_haut ul{
	list-style-type:none;
	padding-left:0px;
	margin-top:2px;
}
#maquette1_infos_txt_haut ul li{
	padding-top:5px;
}
#maquette1_infos_puce1{
	float:left;
	width:245px;
	font-size:12px;
}
#maquette1_infos_puce2{
	float:left;
	width:245px;
	margin-left:25px;
	font-size:12px;
}
#maquette1_infos_picto{
	float:left;
	width:100%;
}
#maquette1_infos_picto_haut{
	float:left;
	margin:0 70px 0 40px;
}
#maquette1_infos_picto_haut_g{
	float:left;
}
#maquette1_infos_picto_haut_d{
	float:left;
	padding:3px 0 0 8px;
}
#maquette1_infos_picto_bas{
	float:left;
}
#maquette1_infos_picto_bas_g{
	float:left;
}
#maquette1_infos_picto_bas_d{
	float:left;
	padding:3px 0 0 8px;
}
#maquette1_mentions{
	float:left;
	padding:30px 0 20px 40px;
	width:870px;
}
#maquette1_bas_coordonnee, #maquette2_bas_coordonnee {
    float: left;
    height: 45px;
    text-align: center;
    width: 100%;
	padding-top:40px;
	font-weight:bold;
}

/*--------maquette 2-----------------*/
#maquette2{
	float:left;
	width:950px;
}
#maquette2_haut{
	float:left;
	width:910px;
	margin:5px 20px 0 20px;
	color:#F06700;
}
#maquette2_haut_titre{
	float:left;
}
#maquette2_haut_titre h1{
	margin:0;
	font-size:14px;
}
#maquette2_haut_titre h2{
	margin:0;
	font-size:11px;
}
#maquette2_haut_rech{
	float:right;
}
#maquette2_milieu{
	float:left;
	margin:40px;
	width:870px;
}
#maquette2_milieu_gauche{
	float:left;
	width:334px;
}
#maquette2_milieu_gauche_illustr{
	float:left;
	width:334px;
}
#maquette2_milieu_gauche_illustr font{
	font-size:13px;
	font-weight:bold;
	color:#2F2F2F;
}
#maquette2_milieu_gauche_desc{
	float:left;
	margin-top:20px;
	width:334px;
	line-height:17px;
}
#maquette2_milieu_gauche_puces{
	float:left;
	margin-top:45px;
	width:360px;
}
#maquette2_milieu_gauche_puces ul{
	color:#F06700;
	margin-left:-25px;
}
#maquette2_milieu_gauche_puces ul li{
	margin-top:15px;
}
#maquette2_milieu_gauche_puces ul font{
	color:#424242;
}
.maquette2_puces{
	margin:5px 0 0;
	font-size:15px;
	font-weight:bold;
	color:#2F2F2F;
}
#maquette2_milieu_droite{
	float:left;
	width:496px;
	margin-left:40px;
}
#maquette2_milieu_droite_titre{
	float:left;
	width:496px;
}
#maquette2_milieu_droite_titre_txt{
	float:left;
}
#maquette2_milieu_droite_titre_txt h2{
	font-size:21px;
	color:#2F2F2F;
	margin:0;
}
#maquette2_milieu_droite_titre_txt font{
	color:#F06700;
	font-size:21px;
}
#maquette2_milieu_droite_doc{
	float:left;
	width:280px;
	min-height:85px;
}
.filet{
	float:left;
	border-bottom:1px solid #D1D1D1;
	width:94%;
}
#maquette2_milieu_droite_minisite{
	float:left;
	width:100%;
	margin-top:10px;
}
#maquette2_milieu_droite_minisite_g{
	float:left;
	width:240px;
}
#maquette2_milieu_droite_minisite_d{
	float:right;
	width:256px;
}
#maquette2_milieu_droite_minisite_btn{
	float:left;
	background-image:url(/template/maquettes/images/bouton_Minisite_bleu.png);
	height:47px;
	width:187px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:19px 0 0 20px;
}
#maquette2_milieu_droite_minisite_d_txt{
	float:right;
	margin-top:20px;
	text-align:right;
}
#maquette2_milieu_droite_minisite_d_img{
	float:right;
	margin-top:-7px;
}
#maquette2_milieu_droite_plus{
	float:left;
	width:489px;
	height:247px;
	padding:25px 0 0 25px;
	background-repeat:no-repeat;
	background-image:url(/template/maquettes/images/fond_PlusProduit.png);
}
#maquette2_milieu_droite_plus_txt{
	float:left;
	width:275px;
	padding-right:10px;
	
}
#maquette2_milieu_droite_plus_produit font{
	font-weight:bold;
	font-size:14px;
	color:#2F2F2F;
}
#maquette2_milieu_droite_plus_produit ul{
	list-style-type:none;
	margin-left:-40px;
}
#maquette2_milieu_droite_plus_produit ul span{
	font-size:13px;
	color:#6D6D6D;
}
#maquette2_milieu_droite_plus_img{
	float:left;
	padding-left:10px;
}
#maquette2_milieu_droite_nblots{
	float:left;
	text-align:right;
	width:216px;
}
#maquette2_infos_picto_haut{
	float:left;
	width:250px;
}
#maquette2_infos_picto_haut a{
	text-decoration:none;
} 
#maquette2_infos_picto_haut_g{
	float:left;
	margin:3px 0 0 5px;
}
#maquette2_infos_picto_haut_d{
	float:left;
	margin:6px 0 0 5px;
}
#maquette2_infos_picto_bas{
	float:left;
	width:190px;
}
#maquette2_infos_picto_bas a{
	text-decoration:none;
}
#maquette2_infos_picto_bas_g{
	float:left;
	margin:3px 0 0 5px;
}
#maquette2_infos_picto_bas_d{
	float:left;
	margin:5px 0 0 5px;
}
#maquette2_video_picto_bas_g{
	float:left;
	margin:3px 0 0 30px;
}
#maquette2_video_picto_bas_d{
	float:left;
	margin:5px 0 0 5px;
}
#maquette2_milieu_droite_plus_produit{
	float:left;
	height:160px;
	width:270px;
}
#maquette2_bas{
	margin:40px;
	width:870px;
}
#maquette2_milieu_droite_plus_print{
	float:left;
}
#maquette2_milieu_droite_plus_print_txt{
	float:left;
	margin:-210px 0 0 25px;
}

