@charset "UTF-8";
/*___ COULEUR ___*/
/*
turquoise: 		#6bd6d6;
bleu_clair : 	#bbcede;
bleu_fonce : #648b9b;
rose : 				#e1c6df;
vert : 				#3d4548
*/

/*__________________________________________________________*/
/*_________________________ GENERAL _________________________*/
/*__________________________________________________________*/

html, body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color :#3d4548;
	text-align:center;
	margin:0px;
	padding:0px;
	font-size : 12px;
	background:url("/images/background.jpg");
}
div, p, form, table, ul, li, ol {
	margin:0px;
	padding:0px;
}
img {
	border : none;
}
.img_middle {
	vertical-align:middle;
}
.img_milieu {
	text-align:center;
	margin-right : auto;
	margin-left:auto;
}
label {
	float:left;
	width:150px;
}
.margin-left {
	margin-left:6px;
}
.small {
	font-size:10px;
}

a {   outline: none; }

/*______________________________________________________________________________*/
/*_______________________________ BLOCS PRINCIPAUX _______________________________*/
/*______________________________________________________________________________*/

#conteneur {
	width:1024px;
	margin:0px;
	padding:0px;
	margin-right : auto;
	margin-left:auto;
	text-align:left;
	min-height : 500px;
	background: transparent  none repeat scroll 0 0;
	/*background:#FFFFFF none repeat scroll 0 0;*/
	position : relative;
}

#conteneur_light, #conteneur_light2 {
	background-color : #ffffff;
	text-align:left;
	padding : 20px;
	margin-top : 2px;
}



.pagination {
	text-align:right;
	padding-right : 50px;
	margin: 10px;
}
/*____ header _____*/


#header {
	/*height:116px;*/
 	width:100%;
 	background-color: #ffffff;
	background-image:url(/images/bg_header.jpg);
	background-repeat:no-repeat;
	background-position : top left;
	height:1%;
}
#bloc_logo {
	width : 195px;
	padding-left : 20px;
	padding-top : 20px;
	height : 84px;
	float : left;
}

#bloc_header_lien{
	width : 400px;
	float:left;
	margin-top : 5px;
	margin-left : 10px;
	margin-right : 2px;
	padding-bottom : 5px;
	font-size:11px;
	
}

#bloc_header_faire_part{
	width : 380px;
	float:left;
	margin-top : 10px;
	margin-left : 15px;
	margin-right : 2px;
	padding-bottom : 5px;
	font-size:11px;
	
}

.bloc_header_lien1 {
	width : 600px;
	float : left;
	margin-left : 20px;
	padding-top : 5px;
	font-size : 11px;
	}

.bloc_header_lien2 {
	float:right;
	text-align:right;
	width : 410px;
	margin-left : 10px;
	font-size:11px;
		
}

#bloc_header_lien ul li, .bloc_header_lien1 ul li, #bloc_header_contact ul li{
	display:inline;
	float:left;
}

#bloc_header_contact {
	width : 250px;
	padding-right : 5px;
	float:right;
	padding-top : 5px;
	margin-right : 2px;
	font-size : 11px;
	line-height : 1.3;
	text-align:right;
}
#bloc_header_contact .tel {
	font-size : 12px;
	font-weight : bold;
}

#bloc_menu_top {
	float:left;
	height:40px;
	margin-left:15px;
	padding-bottom:2px;
	position:relative;
	width:794px;
}

#slogan {
	position : absolute;
	margin-top : 30px;
	font-size : 11px;
	text-transform : uppercase;
	/*color : #f2f3f5;*/
	color : #d1d1d1;
}

#slogan h1 {
	margin : 0px;
	padding : 0px;
	font-weight : normal;
	font-size : 11px;
	text-transform : uppercase;
	color : #d1d1d1;
	text-decoration : none;
}

#bloc_menu_big {
	margin-top : 10px;
	margin-bottom : 10px;
}
/*____ contenu _____*/
#contenu {
	padding:  10px;
	padding-top : 0px;
}
#contenu_principal {
	background-color: #ffffff;
	padding-bottom : 10px;
	padding-top : 10px;
}
#contenu_principal_big {
	padding-bottom : 10px;
	padding-top : 20px;
	background-color: #ffffff;
	background-image:url(/images/fond_contenu2.png);
	-background-image:url(/images/fond_contenu2_ie.png);
	background-repeat: repeat-x;
	margin-top :-13px;
	/margin-top : -30px;
}
#colonne_principale {
	width:586px;
	margin-left : 10px;
	margin-right : 10px;
	float:left;
}
#colonne_principale2 {
	margin-right : 10px;
	float:left;
	width : 817px
}
#colonne_gauche {
	width:221px;
	float:left;
}
#colonne_droite {
	width:197px;
	float:right;
}
/*____ footer _____*/

#footer {
	width:100%;
	background-color : transparent;
	background-image:url(/images/bg_footer.png);
	-background-image:url(/images/bg_footer_ie.png);
	background-repeat:no-repeat;
	background-position : top left;
	padding-top : 40px;
	margin-top:-1px;
}
#footer .colonne_gauche {
	width : 300px;
	float: left;
	margin-right : 10px;
	margin-left : 20px;
}
#footer .colonne_droite {
	width : 664px;
	float: left;
	margin-right : 20px;
	margin-left : 10px;
}
#footer .texte_footer {
	padding: 20px;
}
 .div_lien_partenaire {
	padding-right : 20px;
	padding-left : 20px;
	list-style-type:none;
	text-align:center;
	padding-top : 5px;
}
.div_lien_footer {
	background-color : #3d4548;
	color : #ffffff;
	padding: 5px;
	text-align : center;
}


.div_lien_footer a, .div_lien_footer a:hover,
 .div_lien_footer ul li a,  .div_lien_footer ul a:hover{
	color : #ffffff;
	text-decoration :none;
}
 .div_lien_footer ul li {
	display:inline;
	margin-right : 10px;
}
/*______________________________________________________________________________*/
/*_____________________________MENU HEADER (AIDE)________________________________*/
/*______________________________________________________________________________*/

.aide_menu_sub a:hover {
	color:#2CAEAF;
}
#aide_menuul {
	float:right;
}

#aide_menuul li{
	margin-right : 10px;
}

#aide_menuul li ul {
	position:relative;
	text-align:right;
	left:-999em;
	padding-bottom:5px;
}
#aide_menuul li:hover ul {
	text-align:right;
	left:0;
	padding-bottom:5px;
}
#bloc_header_lien .selected {
	color:#2CAEAF;
}
.aide_menu {
	float: left;
	margin-left:35px;
}
.aide_menu_sub li:hover {
	margin:0;
	padding-bottom:3px;
	left:0;
}
/*______________________________________________________________________________*/
/*___________________________________MENU TOP___________________________________*/
/*______________________________________________________________________________*/

#menu_top, #menu_top ul {
	padding : 0;
	margin : 0;
	list-style : none;
	line-height : 21px;
	text-align : center;
	
}

#menu_top {
border-bottom:1px solid #2CAEAF;
	overflow: hidden;
}


.bg_accueil, #menu_top .bg_accueil a {
	background-color : transparent;
	color : #3D4548;
	width : 80px;
}
.bg_vert, .bg_vert a {
	background-color : #6BD6D6;
	color : #ffffff;
}
.bg_gris, .bg_gris a {
	background-color : #bbcede;
	color : #ffffff;
}
.bg_rose, .bg_rose a {
	background-color : #e1c6df;
	color : #ffffff;
}
.bg_recherche {
	padding-left : 1px;
}
.bg_recherche input {
	background-color:transparent;
	background-image:url("/images/bg_recherche.jpg");
	background-position:left center;
	background-repeat:no-repeat;
	border:medium none;
	height:25px;
	padding:0 0 0 30px;
	width:130px;
}
.bg_recherche button {
	background-color:#3D4548;
	vertical-align:top;
	color:#FFFFFF;
	height:22px;
	padding:3px;`

}
.bg_recherche button:hover {
	background-color : #525252;
	color : #000;
}/*#3D4548*/
#menu_top {
	font-weight : bold;
	font-size : 12px;
}
#menu_top a /* Contenu des listes */ {
	display : block;
	padding : 0;
	/*background : #005aae; 
	color : #b1d9ff; */
	text-decoration : none;
	/*width : 144px; */
	width : 168px;
	text-transform:uppercase;
}
#menu_top li {
	float : left;
	/*border-right : 1px solid #fff; /* , pour ie qui ne reconnait pas "transparent", on met une bordure blanche à droite de chaque élément */
	margin-left : 2px;
}
/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu_top li {
	/*border-right: 1px solid transparent;*/ /* on met une bordure transparante à droite de chaque élément */
}
/*____ Sous menu ____*/
#menu_top li ul {
	position: absolute;
	left: -999em;
	width: 596px;
	/*width:790px;*/
	border-top : 2px solid #fff;
}
#menu_top li ul li {
	/*float : left;*/
	border-top : 1px solid #fff;
}
#menu_top li ul li a {
	display : inline;
	margin-left : 10px;
	margin-right : 10px;
	text-transform:none;
}
html>body #menu_top li ul li {
	border-top : 1px solid transparent;
	display:inline;
}
/* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
#menu_top li:hover ul, #menu_top li li:hover ul, #menu_top li.sfhover ul, #menu_top li li.sfhover ul {
	/*left: auto; */
	left:0;
	min-height: 0; /* Corrige un bug */
}
/*___ Sous-sous menu _____*/
#menu_top li ul ul {
	/*margin		: -22px 0 0 144px ; */
	margin-top : 22px;
	border-left : 1px solid #fff;
}
html>body #menu_top li ul ul {
	border-left : 1px solid transparent;
}
#menu_top a:hover, #menu_top li ul a:hover {
	color: #3D4548;/*background: #b1d9ff; */
}
#menu_top li:hover ul ul, #menu_top li.sfhover ul ul {
	left: -999em;
}
/*______________________________________________________________________________*/
/*________________________________MENUS DROITES_________________________________*/
/*______________________________________________________________________________*/

#sous_menu_aide {
	width:230px;
	float: right;
}
#sous_menu_droite li {
	list-style:none;
	padding: 5px 10px 0;
	margin-left:15px;
}
.sous_menu_select_on {
	background:url(/images/sous_menu/guide_flechedroit.png) no-repeat left;
	-background:url(/images/sous_menu/guide_flechedroit_ie.png) no-repeat left;

	display:block;
	color:#2CAEAF;
	height:21px;
	padding:8px 26px 0;
	margin-left:-26px;
	margin-top:-6px;
	margin-bottom:-6px;
}
#sous_menu_droite ul {
	color:#3D4548;
	font-style:inherit;
}
#sous_menu_droite a:hover {
	color:#2CAEAF;
	text-decoration:none;
}
/*______________________________________________________________________________*/
/*___________________________________MENU BIG___________________________________*/
/*______________________________________________________________________________*/
#menu_big {
	margin-top:10px;
	z-index:1;
}
#menu_big_image {
	width: 1024px;
	height : 285px;
	background-repeat:no-repeat;
}
#menu_big_image img {
	max-width:1024px;
}
#menu_big .image_big {
	background-image:url(/images/bg_menu_dentelle2.png);
	-background-image:url(/images/bg_menu_dentelle2_ie.png);
	background-repeat:no-repeat;
	background-position:top right;
	float : left;
	width : 829px;
	height : 285px;
}
#menu_big .image_big #image_big_img {
	width : 825px;
	height : 263px;
	margin: 5px;
	margin-top : 6px;
	margin-left : 0px;
	background-repeat:no-repeat;
	background-position : top left;
}
#menu_big .image_big #image_big_txt, #menu_big_image #image_big_txt {
	width:170px;
	height : 150px;
	padding-top:60px;
	padding-left : 5px;
	line-height: 1.1;
}
#image_big_txt a {
	text-decoration : none;
}
#menu_big .bloc_big {
	float : right;
	width:195px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom : 1px solid #c6c4c5;
	border-top : 1px solid #c6c4c5;
}
#menu_big .bloc_big ul {
	border-bottom: 1px solid #ffffff;
}
#menu_big .bloc_big ul li {
	text-transform : uppercase;
	border-top: 2px solid #ffffff;
	list-style-type : none;
}
#menu_big .bloc_big ul li.first {
	border-top: 1px solid #ffffff;
}
#menu_big .bloc_big ul li a {
	height : 23px;
	padding-top : 9px;
	padding-left : 10px;
	padding-right : 5px;
}
#menu_big .bloc_big ul li a {
	display:block;
}
#menu_big .bg_vert li, #menu_big .bg_vert li a {
	background-color : #6BD6D6;
	color : #ffffff;
}
#menu_big .bg_vert li a:hover, #menu_big .bg_vert li, #menu_big .selected a {
	background-color : #ffffff;
	color : #3D4548;
	text-decoration : none;
}
#menu_big .bg_gris li, #menu_big .bg_gris li a {
	background-color : #bbcede;
	color : #ffffff;
}
#menu_big .bg_gris {
	background-color : #bbcede;
}
#menu_big .bg_gris li a:hover, #menu_big .bg_gris li, #menu_big .selected a {
	background-color : #fff;
	color : #3D4548;
	text-decoration : none;
}
#menu_big .bg_rose li, #menu_big .bg_rose li a {
	background-color : #D892C7;
	color : #ffffff;
}
#menu_big .bg_rose li a:hover, #menu_big .bg_rose li, #menu_big .selected a {
	background-color : #fff;
	color : #3D4548;
	text-decoration : none;
}
#menu_big .bloc_big ul li.selected a {
	background-color : #fff;
	color : #3D4548;
	text-decoration : none;
}

#menu_big .bloc_big ul li a.usl-current {
	background-color : #fff;
	color : #3D4548;
	text-decoration : none;
}

ul#slide2 {margin-top : 5px;}


/* menu big bapteme */

#bloc_big_bapteme {
	margin-top : 10px;
	margin-left : 20px;
	margin-right : 20px;
}


#bloc_big_bapteme ul.bg_rose {
	padding-top: 272px;
}

#bloc_big_bapteme ul li {
	text-transform : uppercase;
	/*border-top: 2px solid #ffffff;*/
	list-style-type : none;
	float:left;
}
#bloc_big_bapteme ul li a {
	display:block;
	height : 20px;
	padding:0px;
	padding-top : 9px;
	text-align:center;
	float : left;
	width : 482px;
	font-size : 14px;
	background-color:transparent;
	color : #ffffff;
}
#bloc_big_bapteme ul.bg_rose {
	background-color:transparent;
}
#bloc_big_bapteme ul.bg_rose li a:hover {
	color : #3D4548;
}
#bloc_big_bapteme ul.bg_rose li.selected a {
	color : #D892C7;
}

#bloc_big_bapteme #image_big_txt {position:relative;}


/* Sous -menu big */
#menu_big #sous_menu_big {
	margin-top:25px;
	margin-left : 11px;
	overflow:hidden;
}
#menu_big ul.sous_menu_big {
	text-align:center;
}
#menu_big ul.sous_menu_big  li {
	text-transform : uppercase;
	border-left: 2px solid #ffffff;
	list-style-type : none;
	width : 269px;
	float : left;
}
#menu_big ul.sous_menu_big  li.first {
	border-left : none;
}
#menu_big ul.sous_menu_big  li a {
	height : 23px;
	padding-top : 9px;
	padding-left : 10px;
	padding-right : 5px;
}
#menu_big ul.sous_menu_big  li a {
	display:block;
}
#menu_big .bg_vert li, #menu_big .bg_vert li a {
	background-color : #6BD6D6;
	color : #ffffff;
}
#menu_big .bg_vert li a:hover, #menu_big .bg_vert li, #menu_big .selected a {
	background-color : #ffffff;
	color : #3D4548;
	text-decoration : none;
}
#menu_big .bg_gris li, #menu_big .bg_gris li a {
	background-color : #bbcede;
	color : #ffffff;
}
#menu_big .bg_gris {
	background-color : #bbcede;
}
#menu_big .bg_gris li a:hover, #menu_big .bg_gris li, #menu_big .selected a {
	background-color : #fff;
	color : #3D4548;
	text-decoration : none;
}
#menu_big .bg_rose li, #menu_big .bg_rose li a {
	background-color : #E1C6DF; /*#D892C7;*/
	color : #ffffff;
}
#menu_big .bg_rose li a:hover, #menu_big .bg_rose li, #menu_big .selected a {
	background-color : #fff;
	color : #3D4548;
	text-decoration : none;
}
#menu_big .sous_menu_big ul li.selected a {
	background-color : #fff;
	color : #3D4548;
	text-decoration : none;
}


/*______________________________________________________________________________*/
/*___________________________________POLICES____________________________________*/
/*______________________________________________________________________________*/

h1, h1 a {
	font-size : 16px;
	text-transform : uppercase;
	letter-spacing:0.4px;
	color : #2CAEAF;
}

h1.vert, h1.vert a {
	color : #2CAEAF;
}

h1.rose, h1.rose a {
	color : #D892C7;
}

h1.gris, h1.gris a {
	color :#3d4548;
}

h1.gris_clair, h1.gris_clair a {
	color :#BBCEDE;
}

h1.motif {
	margin-bottom:6px;
	margin-top:0px;
	margin-left:6px;
	font-size:12px;
}
h2, h2 a {
	margin:0px;
	font-size : 16px;
	margin-bottom : 5px;
	margin-top:5px;
	font-weight : bold;
	color :#3d4548;
}

h2.titre_fleche, h2.titre_fleche_rose, h2.titre_fleche_gris, h2.titre_fleche_gris_clair  {
	background:transparent url(/images/sous_menu/guide_flechedroit.png) no-repeat scroll left center;
	_background:transparent url(/images/sous_menu/guide_flechedroit_ie.png) no-repeat scroll left center;
	color:#2CAEAF;
	padding:0 26px 0;
	margin:0;
}

h2.rose, h2.rose a, h2.titre_fleche_rose, h2.titre_fleche_rose a {
	color : #D892C7;
}

h2.vert, h2.vert a, h2.titre_fleche_vert, h2.titre_fleche_vert a {
	color : #6BD6D6;
}

h2.gris, h2.gris a, h2.titre_fleche_gris, h2.titre_fleche_gris a {
	color :#3d4548;
}


h2.gris_clair, h2.gris_clair a, h2.titre_fleche_gris_clair, h2.titre_fleche_gris_clair a  {
	color :#BBCEDE;
}




h3 {
	font-size:14px;
	font-weight : bold;
	margin:0px;
	padding:0px;
	color :#3d4548;
}


h3.rose, h3.rose a {
	color : #D892C7;
}

h3.vert, h3.vert a {
	color : #6BD6D6;
}

h3.gris_clair, h3.gris_clair a {
	color :#BBCEDE;
}

h4 {
	font-size:12px;
	font-weight : bold;
	display:inline;
}
a, a:hover {
	color:#3d4548;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
a.lien_turquoise {
	color : #2CAEAF;
}
a.lien_bleu_clair {
	color : #bbcede;
}
a.lien_bleu_fonce {
	color :  #648b9b;
}
a.lien_rose {
	color : #D892C7;
}
a.lien_vert {
	color : #2CAEAF
}
a.lien_noir {
	color : #000000;
}
.turquoise {
	color : #2CAEAF;
}
.bleu_clair, .bleu_clair a {
	color : #bbcede;
}
.gris, h2.gris, .gris a {
	color : #9EAEBC;
}
.bleu_fonce {
	color :  #648b9b;
}
.rose, h2.rose, .rose a {
	color : #D892C7;
}
.vert, h2.vert, .vert a{
	color : #2CAEAF
}
.gris_fonce, h2.gris_fonce {
	color :#3d4548;
}
.bg_turquoise {
	background-color : #2CAEAF;
}
.bg_bleu_clair {
	background-color : #bbcede;
}
.bg_bleu_fonce {
	background-color :  #648b9b;
}
.bg_rose {
	background-color : #D892C7;
}
.bg_vert {
	background-color : #6BD6D6;
}
.bg_gris_fonce {
	background-color : #3d4548;
	color : #ffffff;
}
.bg_gris_fonce a {
	color : #ffffff;
}
.message {
	margin-left:15px;
	color:green;
}
.erreur {
	margin-left:15px;
	padding-top:15px;
	color:red;
}

.big {
	font-size :14px;
}

.petit {
	font-size :10px;
}

.text_page {
	padding-left : 20px;
	padding-right : 20px;
}
#text_page {
	float:left;
	width:780px;
	padding:15px 0 0;
}
/*______________________________________________________________________________*/
/*_________________________________FORMULAIRES__________________________________*/
/*______________________________________________________________________________*/
input {
	margin:0px;
}
textarea {
	margin:0px;
}
button {
	margin:0px;
	padding : 0px;
	background-color : transparent;
	border : none;
	vertical-align:bottom;
	cursor:pointer;
}
.button {
	background:transparent url(/images/boutons/choisir_off.png) no-repeat scroll 0 0;
	-background:transparent url(/images/boutons/choisir_off_ie.png) no-repeat scroll 0 0;
	border:0 none;
	color:white;
	font-size:14px;
	font-weight:bold;
	padding:14px 51px 11px 43px;
}
.button_add {
	background:transparent url(/images/boutons/choisir_off.png) no-repeat scroll 0 0;
	-background:transparent url(/images/boutons/choisir_off_ie.png) no-repeat scroll 0 0;
	border:0 none;
	color:white;
	font-size:14px;
	font-weight:bold;
	height:44px;
	padding:15px 45px 10px 46px;
	width:135px;
}
.button_add:hover {
	background:transparent url(/images/boutons/choisir_on.png) no-repeat scroll 0 0;
	-background:transparent url(/images/boutons/choisir_on_ie.png) no-repeat scroll 0 0;
	border:0 none;
	border:0 none;
	font-size:14px;
	font-weight:bold;
	height:44px;
	padding:14px 51px 11px 43px;
	width:135px;
	color:#2CAEAF;
	text-decoration:none;
}
.button:hover {
	background:transparent url(/images/boutons/choisir_on.png) no-repeat scroll 0 0;
	-background:transparent url(/images/boutons/choisir_on_ie.png) no-repeat scroll 0 0;
	margin-right:187px;
	padding-left:43px;
	padding-top:14px;
	text-decoration:none;
	border:0 none;
	color:#2CAEAF;
	font-size:14px;
	font-weight:bold;
}
label {
	float : left;
	width:75px;
}
.label_big {
	width : 200px;
}
.bouton_vert, .bouton_vert_moyen, .bouton_vert_big, a.bouton_vert, a.bouton_vert_moyen, a.bouton_vert_big {
	background-color:transparent;
	background-image:url(/images/boutons/choisir_off.png);
	-background-image:url(/images/boutons/choisir_off_ie.png);
	background-repeat:no-repeat;
	text-transform:uppercase;
	text-align:right;
	font-size : 16px;
	color : #fff;
	height : 52px;
	width : 135px;
	padding:3px 16px 16px 3px;
		border:none;
}
.bouton_vert:hover, .bouton_vert_moyen:hover, .bouton_vert_big:hover, a.bouton_vert:hover, a.bouton_vert_moyen:hover, a.bouton_vert_big:hover {
	/*	background-image:url(/images/boutons/choisir_on.png);
*/	color : #3D4548;
}
.bouton_vert_moyen, a.bouton_vert_moyen {
	background-image:url(/images/boutons/choisir_moyen_off.png);
	-background-image:url(/images/boutons/choisir_moyen_off_ie.png);
	width : 160px;
}
.bouton_vert_moyen:hover, a.bouton_vert_moyen:hover {
	background-image:url(/images/boutons/choisir_moyen_off.png);
	-background-image:url(/images/boutons/choisir_moyen_off_ie.png);
}
.bouton_vert_big, a.bouton_vert_big {
	background-image:url(/images/boutons/choisir_big_off.png);
	-background-image:url(/images/boutons/choisir_big_off_ie.gif);
	width : 200px;
}
.bouton_vert_big:hover, a.bouton_vert_big:hover {
	background-image:url(/images/boutons/choisir_big_off.png);
	-background-image:url(/images/boutons/choisir_big_off_ie.gif);

}
.bouton_rose, .bouton_rose_moyen, .bouton_rose_big, a.bouton_rose, a.bouton_rose_moyen, a.bouton_rose_big {
	background-image:url(/images/boutons/choisir_rose_off.png);
	-background-image:url(/images/boutons/choisir_rose_off.png);
	background-color: transparent;
	background-repeat:no-repeat;
	text-transform:uppercase;
	text-align:right;
	font-size : 16px;
	color : #fff;
	height : 52px;
	width : 135px;
	padding:3px 16px 16px 3px;
	border: medium none;
}
.bouton_rose:hover, .bouton_rose_moyen:hover, .bouton_rose_big:hover, a.bouton_rose:hover, a.bouton_rose_moyen:hover, a.bouton_rose_big:hover {
	background-image:url(/images/boutons/choisir_rose_off.png);
		-background-image:url(/images/boutons/choisir_rose_off.png);

	color : #3D4548;
}
.bouton_rose_moyen, a.bouton_rose_moyen {
	background-image:url(/images/boutons/choisir_moyen_rose_off.png);
	-background-image:url(/images/boutons/choisir_moyen_rose_off_ie.png);
	width : 160px;
}
.bouton_rose_moyen:hover, a.bouton_rose_moyen:hover {
	background-image:url(/images/boutons/choisir_moyen_rose_off.png);
		-background-image:url(/images/boutons/choisir_moyen_rose_off_ie.png);

}
.bouton_rose_big, a.bouton_rose_big {
	background-image:url(/images/boutons/choisir_big_rose_off.png);
	-background-image:url(/images/boutons/choisir_big_rose_off_ie.gif);
	width : 200px;
}
.bouton_rose_big:hover, a.bouton_rose_big:hover {
	background-image:url(/images/boutons/choisir_big_rose_off.png);
		-background-image:url(/images/boutons/choisir_big_rose_off_ie.gif);

}
.bouton_gris, .bouton_gris_moyen, .bouton_gris_big, a.bouton_gris, a.bouton_gris_moyen, a.bouton_gris_big {
	background-image:url(/images/boutons/choisir_gris_off.png);
	-background-image:url(/images/boutons/choisir_gris_off_ie.png);
	background-repeat:no-repeat;
	text-transform:uppercase;
	text-align:right;
	font-size : 16px;
	color : #fff;
	height : 52px;
	width : 135px;
	padding:3px 16px 16px 3px;
}
.bouton_gris:hover, .bouton_gris_moyen:hover, .bouton_gris_big:hover, a.bouton_gris:hover, a.bouton_gris_moyen:hover, a.bouton_gris_big:hover {
	background-image:url(/images/boutons/choisir_gris_off.png);
	-background-image:url(/images/boutons/choisir_gris_off_ie.png);
	color : #3D4548;
}
.bouton_gris_moyen, a.bouton_gris_moyen {
	background-image:url(/images/boutons/choisir_moyen_gris_off.png);
	-background-image:url(/images/boutons/choisir_moyen_gris_off_ie.png);

	width : 160px;
}
.bouton_gris_moyen:hover, a.bouton_gris_moyen:hover {
	background-image:url(/images/boutons/choisir_moyen_gris_off.png);
		-background-image:url(/images/boutons/choisir_moyen_gris_off_ie.png);

}

.bouton_gris_big, a.bouton_gris_big {
	background-image:url(/images/boutons/choisir_big_gris_off.png);
		-background-image:url(/images/boutons/choisir_big_gris_off_ie.gif);

	width : 200px;
}
.bouton_gris_big:hover, a.bouton_gris_big:hover {
	background-image:url(/images/boutons/choisir_big_gris_off.png);
	-background-image:url(/images/boutons/choisir_big_gris_off_ie.gif);
}
.bouton_center {
	text-align:center;
	padding:3px 3px 16px 3px;
}
a.bouton_vert, a.bouton_vert_moyen, a.bouton_vert_big, a.bouton_rose, a.bouton_rose_moyen, a.bouton_rose_big, a.bouton_gris, a.bouton_gris_moyen, a.bouton_gris_big {
	display:block;
	height:24px;
	padding:10px 3px 10px 3px;
	text-align:center;
	line-height:24px;
	text-decoration:none;
}

a.bouton_vert_moyen, a.bouton_rose_moyen, a.bouton_gris_moyen {
	padding-left : 0px;
}


/*______________________________________________________________________________*/
/*___________________________________HOME ______________________________________*/
/*______________________________________________________________________________*/



.bloc_txt_home {
	width : 308px;
	float:left;
	min-height : 150px;
	margin-left : 30px;
	padding-top : 10px;
}
.bloc_coup_coeur {
	background-image:url(/images/home_coup_de_coeur.png);
	-background-image:url(/images/home_coup_de_coeur_ie.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	min-height:130px;
	padding-left:3px;
	padding-top:22px;
	width:220px;
}
.titre_home_img {
	width : 30px;
	height : 130px;
	float : left;
	margin-right : 10px;
}
.home_nouveaute_img {
	float:left;
	margin : 5px 2px 0;
	margin-bottom : 0px;
}
.pagination_nouveautes {
	float:right;
	height:21px;
	width:26px;
	margin-top:50px;
}
.bloc_nouveautes {
	background-image:url(/images/home_nouveautes.png);
	-background-image:url(/images/home_nouveautes_ie.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	margin-left:23px;
	top:14px;
	min-height:170px;
	padding-left:0;
	padding-top:10px;
	position:relative;
	width:564px;
	padding-bottom:10px;
}
.DN_FieldContainer {
	padding:5px 0 13px 5px;
}
.DN_FieldContainer input {
	width:230px;
}
.detail {
	text-align:right;
	padding-right : 35px;
	margin-top : 11px;
}
.detail a {
	text-decoration : underline;
}
.bloc_nouveautes .detail {
	padding-right : 5px;
	margin-top : 3px;
}
.miniature_home {
	border:1px solid #CCCCCC;
	height:102px;
	width:152px;
}
.bloc_home_tarif {
	width : 197px;
}
.bloc_home_tarif .top {
	background-image:url(/images/home_degrade_top.jpg);
	background-repeat:no-repeat;
	background-position : top right;
	height : 12px;
}
.bloc_home_tarif .middle {
	background-image:url(/images/home_degrade_middle.jpg);
	background-repeat:repeat-y;
	background-position : top right;
	padding-left : 6px;
	padding-bottom : 4px;
}
.bloc_home_tarif .bottom {
	background-image:url(/images/home_degrade_bottom.jpg);
	background-repeat:no-repeat;
	background-position : top right;
	height : 15px;
	margin-top : -10px;
}
.bloc_home_tarif p {
	margin-bottom : 4px;
	background-color: #F2F4B3;
}
.box_video_home {
	background-image:url(/images/box_video_home.png);
	-background-image:url(/images/box_video_home_ie.png);
	background-repeat:no-repeat;
	background-position : top left;
	height : 319px;
	width : 236px;
padding:6px 4px 4px 8px;}
/*______________________________________________________________________________*/
/*_______________________________BLOC EPINGLE____________________________________*/
/*______________________________________________________________________________*/


.epingle {
	background:url(/images/contact/EPINGLE_A_DROITE.png) no-repeat scroll right top transparent;
	-background:url(/images/contact/EPINGLE_A_DROITE_ie.png) no-repeat scroll right top transparent;
	height:59px;
	margin-left:272px;
	margin-top:-8px;
	position:absolute;
	width:69px;
	z-index:999;
}
.epingle_nouveaute {
	background:transparent url(/images/contact/EPINGLE_A_DROITE.png) no-repeat scroll left bottom;
	-background:transparent url(/images/contact/EPINGLE_A_DROITE_ie.png) no-repeat scroll left bottom;
	height:59px;
	margin-left:495px;
	margin-top:-29px;
	position:absolute;
	width:69px;
	z-index:999;
}
.epingle_coup_de_coeur {
	background:transparent url(/images/contact/EPINGLE_A_DROITE.png) no-repeat scroll left bottom;
	-background:transparent url(/images/contact/EPINGLE_A_DROITE_ie.png) no-repeat scroll left bottom;
	height:59px;
	margin-left:162px;
	margin-top:-34px;
	position:absolute;
	width:69px;
	z-index:999;
}
.epingle_fp {
	background:transparent url(/images/contact/EPINGLE_A_GAUCHE.png) no-repeat scroll left bottom;
	-background:transparent url(/images/contact/EPINGLE_A_GAUCHE_ie.png) no-repeat scroll left bottom;
	height:59px;
	margin-left:-6px;
	margin-top:-25px;
	position:absolute;
	width:69px;
	z-index:999;
}
.epingle2 {
	background:transparent url(/images/contact/EPINGLE_A_GAUCHE.png) no-repeat scroll left bottom;
	-background:transparent url(/images/contact/EPINGLE_A_GAUCHE_ie.png) no-repeat scroll left bottom;
	height:59px;
	margin-left:-22px;
	margin-top:261px;
	position:absolute;
	width:69px;
	z-index:999;
}
.epingle3 {
	background:transparent url(/images/contact/EPINGLE_A_DROITE.png) no-repeat scroll right bottom;
	-background:transparent url(/images/contact/EPINGLE_A_DROITE_ie.png) no-repeat scroll right bottom;
	height:59px;
	margin-left:260px;
	margin-top:261px;
	position:absolute;
	width:69px;
	z-index:999;
}
/*______________________________________________________________________________*/
/*_________________________________FAIRE-PART ___________________________________*/
/*______________________________________________________________________________*/

.tarif_prix .title {
	text-align:center
}
.grille-tarif {
	background-color:#FFFFFF;
	position:absolute;
	top:0;
	width:166px;
	z-index:10;
	border:0px
}
.grille-tarif table {
	border: 0px
}
.grille-tarif .title td {
	width:80px;
}
.grille-tarif .lig1 {
	background-color:#ECF5EC;
	height:25px;
	text-align:center;
	vertical-align:middle;
}
.grille-tarif .lig2 {
	background-color:#F2F8F2;
	height:25px;
	text-align:center;
	vertical-align:middle;
}
.barre_grise {
	background:#e4e4e4;
	height:168px;
	margin-left:273px;
	position:absolute;
	width:2px;
	z-index:150;
}
.box_fp {
	padding-top : 20px;
}
.box_fp .gauche {
	width: 288px;
	margin-right: 2px;
	float : left;
}
.box_fp .milieu {
	width: 535px;
	margin-right: 2px;
	float : left;
}
.box_fp .droite {
	width: 197px;
	float : left;
}
.box_fp .bloc_titre {
	margin-left : 31px;
}
.box_carte h1, .box_carte_detail h1, .box_carte h1 a, .box_carte_detail h1 a, 
.box_fp h1, .box_fp_detail h1, .box_fp h1 a, .box_fp_detail h1 a{
	margin : 0px;
	padding:0px;
	margin-bottom : 2px;
	text-transform : none;
	font-size : 14px;
}
/*
.box_fp h1 {
	text-transform : none;
	font-size : 14px;
	font-weight:bold;
	color : #2CAEAF;
	margin : 0px;
	padding:0px;
	margin-bottom : 2px;
}
.box_fp h1 a {
	color : #2CAEAF;
}*/
.box_fp h1 .titre_ref {
	float : right;
	margin-right : 30px;
	margin-left :20px;
}
.box_fp .photo_pliee {
	background-image:url(/images/bg_fp_ferme.png);
	-background-image:url(/images/bg_fp_ferme_ie.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:175px;
	padding-left:4px;
	padding-top:9px;
	width:300px;
}
.box_fp .photo_depliee {
	background-image:url(/images/bg_fp_ouvert.png);
	-background-image:url(/images/bg_fp_ouvert_ie.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:178px;
	padding-left:0;
	padding-top:8px;
	width:527px;
}
.img_photo_pliee {
	float:left;
	height:168px;
	margin-top:1px;
	width:252px;
}
.img_photo_depliee {
	float:left;
	height:168px;
	width:497px;
}
.box_fp .text_plie, .box_fp .text_deplie, .box_fp_detail .text_plie, .box_fp_detail .text_deplie {
	float:left;
	font-size:10px;
	margin-left:2px;
	margin-right:0px;
	margin-top:25px;
	max-width:19px;
}
.box_fp .text_deplie, .box_fp_detail .text_deplie {
	margin-left:5px;
	margin-right:2px;
	margin-top:16px;
}
.box_fp_detail .text_plie {
	margin-top : 92px;
}
.box_fp_detail .text_deplie {
	margin-top : 114px;
}
.box_fp .zoom_plie, .box_fp .zoom_deplie {
	float:right;
	font-size:13px;
	margin-right:30px;
	margin-top:-20px;
}
.box_fp .zoom_plie img, .box_fp .zoom_deplie img {
	vertical-align:middle;
}
.box_fp .zoom_deplie {
	margin-right:7px;
	margin-top:-20px;
}
.box_fp .autres_modeles {
	float : left;
	width : 330px;
	margin-left:26px;
}
.box_fp .choisir {
	float : right;
	width : 150px;
	text-align:right;
	padding-right : 5px;
	margin-right : 10px;
}
.box_fp .choisir .tarifs {
	padding-right : 8px;
	margin-bottom:6px;
	padding-bottom:5px;
}
.box_fp .autres_couleur {
	height : 30px;
}
.box_fp .conseil_graphiste {
	margin-top : 7px;
	background-image:url(/images/tiret_gris.png);
	-background-image:url(/images/tiret_gris_ie.png);
	background-repeat:no-repeat;
	background-position : top left;
	width : 195px;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 6px;
}
.box_fp .conseil_graphiste .contenu {
	padding : 5px;
	height : 98px;
}
/*.box_fp .mots_associes {
	color : #2CAEAF;
}*/
.box_fp .conseil_graphiste .bottom {
	background-image:url(/images/tiret_gris.png);
	-background-image:url(/images/tiret_gris_ie.png);
	background-repeat:no-repeat;
	background-position : bottom left;
	height : 5px;
}
.bg_fp_gris {
	background-image:url(/images/bg_fp_gris.jpg);
	background-repeat:repeat;
	background-position : top left;
}
.bg_fp_gris .bottom {
	background-color:#F1F3F2;
	background-image:url(/images/separation_fp_gris_blanc.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-top:15px;
}
.bg_fp_blanc {
	/*background-image:url(/images/bg_fp_blanc.jpg);*/
	background-color :#ffffff;
	background-repeat:no-repeat;
	background-position : top left;
}
.bg_fp_blanc .bottom {
	background-image:url(/images/separation_fp_blanc_gris.jpg);
	background-repeat:no-repeat;
	background-position : bottom left;
	padding-top : 30px;
}
.box_fp .titre_declinaison {
	font-weight : bold;
	margin-bottom : 5px;
	padding-bottom : 5px;
	background-image:url(/images/tiret_gris.png);
	-background-image:url(/images/tiret_gris.png);
	background-repeat:no-repeat;
	background-position : bottom left;
	font-size :0.8em;
}
.box_fp .box_declinaison {
	float:left;
	margin-right:12px;
}
.box_fp .miniature_declinaison {
	width: 67px;
	border : 1px solid #b0B0B2;
	height : 50px;
}
/*______________________________________________________________________________*/
/*______________________________FAIRE-PART DETAIL_________________________________*/
/*______________________________________________________________________________*/

#MB_window #conteneur_light {
	background-color :#000;
	color : #fff;
}

#MB_window #conteneur_light2{
	background-color:#fff;
	color: #3d4548;
}



#MB_window.MB_frame2 #conteneur_light {
	padding: 0px;
	background-color : transparent;	
}


#MB_window .box_fp_detail {
/*margin-left : 11px;*/
}
.box_fp_detail_droite {
	float:right;
	width:200px;
	padding-top : 10px;
}
.box_fp_detail_droite .mots_associes {
	margin-top : 20px;
}
.box_fp_detail_gauche {
	float:left;
	width:800px;
}
.box_fp_detail {
	padding-top : 10px;
	width : 790px;
	min-height : 300px;
}
.box_fp_detail .top_photo {
	float : left;
	width : 400px;
	margin-right : 20px;
}
.box_fp_detail .top_photo h1 {
	margin:0px;
	margin-bottom : 5px;
	padding-left : 15px;
	padding-right : 6px;
}
.box_fp_detail .top_photo .ref {
	float: right;
}
.box_fp_detail .top_declinaison {
	float : left;
	width : 340px;
}
.box_fp_detail .top_declinaison .contenu, #MB_window .box_fp_detail .top_declinaison .contenu {
	overflow-y : auto;
	padding-right : 20px;
	height : 250px;
}
.box_fp_detail .top_declinaison h2 {
	margin:0px;
	margin-bottom : 5px;
}
.box_fp_detail .top_declinaison h1 .ref {
	float : right;
}
#MB_window .box_fp_detail .top_declinaison h2, #MB_window .box_fp_detail, #MB_window .box_fp_detail a {
	color : #fff;
}
.box_fp_detail .ligne_fp_declinaison {
	/*	padding-bottom : 5px;
	padding-top : 5px;*/
	margin : 0px;
}
.box_fp_detail .miniature {
	float : left;
	width: 70px;
	margin-right : 5px;
	margin-bottom : 2px;
}
.box_fp_detail .miniature_declinaison {
	width : 70px;
	height : 47px;
	border : 1px solid #3D4548;
}
.box_fp_detail .fleche {
	float: left;
	width: 20px;
	margin-right : 5px;
	height: 38px;
	border-right:2px solid #3D4548;
	padding-top : 15px;
}
#MB_window .box_fp_detail .fleche {
	border-right:2px solid #fff;
}
.box_fp_detail .fleche img {
	vertical-align:middle;
}
.box_fp_detail .infos {
	float: left;
	width : 180px;
	padding-top : 15px;
	padding-bottom : 5px;
	padding-left : 5px;
}
.box_fp_detail .infos .modele {
	text-transform : uppercase;
}
.box_fp_detail .bottom {
	margin-top : 0px;
	margin-bottom : 15px;
}
.box_fp_detail .photo_fermee {
	width : 375px;
	height : 250px;
	border: 1px solid #3D4548;
}
.box_fp_detail .photo_ouverte {
	width : 750px;
	height : 250px;
	border: 1px solid #3D4548;
}
.box_fp_detail .boutons {
	text-align : right;
	min-height : 30px;
	margin-top : 10px;
}
.box_fp_detail .boutons form {
	float:right;
	margin-right : 5px;
	margin-left : 10px;
}
.box_fp_detail img.bouton_fermer {
	color:#FFFFFF;
	display:block;
	font-size:16px;
	left:715px;
	padding:0 0 0 65px;
	position:absolute;
	text-align:right;
	text-transform:uppercase;
	top:5px;
}
/* ___________ BOX RECHERCHE _____________*/
.box_recherche {
	width : 200px;
	margin-left : 5px;
	margin-right : 5px;
}
/*______________________________________________________________________________*/
/*___________________________ CARTES DE REMERCIEMENT_____________________________*/
/*______________________________________________________________________________*/

.box_carte {
	padding-top : 20px;
}
.box_carte .gauche {
	width : 300px;
	margin-left : 30px;
	float : left;
}
.box_carte .first {
/*margin-right : 10px;*/
}
.box_carte .bloc_titre {
	margin-left : 31px;
}
/*
.box_fp h1 .vert {
	text-transform : none;
	font-size : 14px;
	font-weight:bold;
	color : #2CAEAF;
	margin : 0px;
	padding:0px;
	margin-bottom : 2px;
}
.box_fp h1 a .vert {
	color : #6BD6D6;
}*/
/*
.box_carte h1 .gris {
	text-transform : none;
	font-size : 14px;
	font-weight:bold;
	color : #BBCEDE;
	margin : 0px;
	padding:0px;
	margin-bottom : 2px;
}
.box_carte h1 a .gris {
	color : #BBCEDE;
}
.box_fp h1 .rose {
	text-transform : none;
	font-size : 14px;
	font-weight:bold;
	color : #D892C7;
	margin : 0px;
	padding:0px;
	margin-bottom : 2px;
}
.box_fp h1 a .rose {
	color : #D892C7;
}*/

.box_carte h1 {
	padding-top:3px;
}

.box_carte h1 .titre_ref {
	float:right;

}
.petite_gauche {
margin-right : 30px;
}
.petite_droite {
/*	float:right;*/
	/*width : 160px;
	margin-left : 120px;*/
	width : 300px;
	margin-top : 5px;
}

.carte_coeur {
	float : left;
	width : 50px;
	margin-left : 30px;
}

.carte_variete {
	float:left;
	margin-left:50px;
	width:160px;
}


.detail_fp li {
	background:transparent url(/images/coche.png) no-repeat scroll left center;
	-background:transparent url(/images/coche_ie.png) no-repeat scroll left center;
	height:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:6px;
	padding-left:13px;
}
.box_carte .photo_pliee {
	background-image:url(/images/bg_fp_ferme.png);
	-background-image:url(/images/bg_fp_ferme_ie.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:175px;
	padding-left:0px;
	padding-top:8px;
	width:300px;
}
.box_carte .text_plie, .box_carte .text_deplie {
	float : left;
	font-size : 10px;
	margin-left:5px;
	margin-right:1px;
	margin-top:24px;
}
.box_carte .text_deplie {
	margin-right : 14px;
}
.box_carte .zoom_plie, .box_carte .zoom_deplie {
	float:right;
	font-size:13px;
	margin-right:30px;
	margin-top:-18px;
}
.box_carte .zoom_plie img, .box_carte .zoom_deplie img {
	vertical-align:middle;
}
.box_carte .zoom_deplie {
	margin-right : 25px;
	margin-top : -13px;
}
.box_carte .img_photo_pliee {
	float:left;
	height:170px;
	margin-top:0;
	width:253px;
}
.box_carte .choisir {
/*	float:right;*/
	margin-right:40px;
	margin-top:10px;
	padding-right:5px;
	text-align:right;
	width:211px;
	margin-left:60px;
}
.gauche .tarif {
	float:left;
	margin-left:22px;
	margin-top:16px;
}
.bloc_titre .petite_gauche h1 {
	margin:0
}
.box_carte .conseil_graphiste {
	margin-top : 7px;
	background-image:url(/images/tiret_gris.png);
	-background-image:url(/images/tiret_gris_ie.png);
	background-repeat:no-repeat;
	background-position : top left;
	width : 195px;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 6px;
}
.box_carte .conseil_graphiste .contenu {
	padding : 5px;
	height : 98px;
}
.box_carte .mots_associes {
	color : #2CAEAF;
}
.bg_carte_gris {
	background:#F1F3F2;
}
.bg_carte_gris .bottom {
	background-image:url(/images/separation_fp_gris_blanc.jpg);
	background-repeat:no-repeat;
	background-position : bottom left;
	padding-top : 30px;
}
.bg_carte_blanc {
	background:#FFF;
}
.bg_carte_blanc .bottom {
	background-image:url(/images/separation_fp_blanc_gris.jpg);
	background-repeat:no-repeat;
	background-position : bottom left;
	padding-top : 30px;
}
#div_fp_top_0 {
}
/*______________________________________________________________________________*/
/*_________________________________ CARTES DETAIL_________________________________*/
/*______________________________________________________________________________*/

#MB_window .conteneur_light {
	background-color :#000;
	color : #fff;
}
#MB_window .box_carte_detail {
	margin-left : 11px;
}
.box_carte_detail_droite {
	float:right;
	width:200px;
	padding-top : 10px;
}
.box_carte_detail_droite .mots_associes {
	margin-top : 20px;
}
.box_carte_detail_gauche {
	width:400px;
	margin-left : auto;
	margin-right:auto;
}
.box_carte_detail {
	padding-top : 10px;
	width : 780px;
	min-height : 300px;
}
.box_carte_detail_gauche .box_carte_detail {
	width : 400px;
}
#MB_window .box_carte_detail .top_photo {
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.box_carte_detail .top_photo h1 {
	margin:0px;
	margin-bottom : 5px;
	padding-left : 15px;
	padding-right : 6px;
}
.box_carte_detail .top_photo .ref {
	float: right;
}
.box_carte_detail .top_declinaison {
	float : left;
	width : 320px;
}
.box_carte_detail .top_declinaison h2 {
	text-transform : uppercase;
	margin:0px;
	margin-bottom : 5px;
}
#MB_window .box_carte_detail .top_declinaison h2, #MB_window .box_carte_detail, #MB_window .box_carte_detail a {
	color : #fff;
}
.box_carte_detail .ligne_carte_declinaison {
	/*	padding-bottom : 5px;
	padding-top : 5px;*/
	margin : 0px;
}
.box_carte_detail .miniature {
	float : left;
	width: 70px;
	margin-right : 5px;
}
.box_carte_detail .miniature_declinaison {
	width : 70px;
	height : 43px;
	padding-top : 5px;
	padding-bottom : 5px;
}
.box_carte_detail .fleche {
	float: left;
	width: 20px;
	margin-right : 5px;
	height: 38px;
	border-right:2px solid #3D4548;
	padding-top : 15px;
}
#MB_window .box_carte_detail .fleche {
	border-right:2px solid #fff;
}
.box_carte_detail .fleche img {
	vertical-align:middle;
}
.box_carte_detail .infos {
	float: left;
	width : 210px;
	padding-top : 15px;
	padding-bottom : 5px;
	padding-left : 5px;
}
.box_carte_detail .infos .modele {
	text-transform : uppercase;
}
.box_carte_detail .bottom {
	margin-top : 20px;
	margin-bottom : 10px;
}
.box_carte_detail .photo_fermee {
	width : 377px;
	height : 251px;
	border: 1px solid #3D4548;
}
.box_carte_detail .photo_ouverte {
	width : 756px;
	height : 252px;
	border: 1px solid #3D4548;
}
.box_carte_detail .boutons {
	min-height:30px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:410px;
}
.box_carte_detail .boutons form {
	margin-left : 10px;
}
#MB_window.box_carte_detail .boutons form {
	margin-right : auto;
	margin-left : auto;
}
.box_carte_detail a.bouton_fermer {
	float:right;
	display:block;
	height : 30px;
	text-transform:uppercase;
	color :#fff;
	background-image:url(/images/icons/picto_fermer_noir.png);
	-background-image:url(/images/icons/picto_fermer_noir_ie.png);
	background-position : left 50%;
	background-repeat : no-repeat;
	color:#FFFFFF;
	font-size:16px;
	height:30px;
	padding:13px 10px 3px 30px;
	text-align:right;
}
/*______________________________________________________________________________*/
/*________________________________ MON COMPTE___________________________________*/
/*______________________________________________________________________________*/

#menu_compte2{
	margin:auto;
	padding-top:12px;
	text-align:center;
}

#menu_compte2 img {
	width:60px;
}

#menu_compte {
	background:url(/images/mon_compte/compteclient_menu.png) no-repeat;
	-background:url(/images/mon_compte/compteclient_menu_ie.png) no-repeat;
	height:32px;
	width:845px;
	margin:auto;
	padding-top:12px;
}
#menu_compte ul li {
	list-style:none;
	font-size:15px;
	padding-left:40px;
	padding-right:40px;
	display:inline;
}
#menu_compte ul {
	text-align:center
}
#menu_compte ul li a {
	text-decoration:none;
}
#menu_compte ul li a:hover, #menu_compte ul li a.selected {
	color:#2CAEAF
}
.telecharger_catalogue {
	padding-top:47px;
}
/* MON COMPTE OK */

.conteneur_mon_compte_img {
	background:url(/images/mon_compte/compteclient_titre.png) no-repeat;
	-background:url(/images/mon_compte/compteclient_titre_ie.png) no-repeat;
	background-position : 40px 50px;
	min-height : 300px;
	padding-left : 94px;
}
.conteneur_mon_compte_img label {
	width : 110px;
}
.conteneur_mon_compte_img label.label_big {
	width : 200px;
}
.cadre_gris_img {
	width:845px;
	margin:auto;
}
.cadre_gris_img .top {
	background:url(/images/mon_compte/haut.png) no-repeat;
	-background:url(/images/mon_compte/haut_ie.png) no-repeat;
	height:26px;
}
.cadre_gris_img h1 {
	margin-top : 0px;
	text-transform : none;
	letter-spacing:0px;
	color:#2CAEAF;
}
.cadre_gris_img .middle {
	background:url(/images/mon_compte/middle.png) repeat-y;
	-background:url(/images/mon_compte/middle_ie.png) repeat-y;
	/*min-height:130px;*/
	padding-left : 40px;
	padding-right : 40px;
	padding-bottom : 15px;
}
.cadre_gris_img .bottom {
	background:url("/images/mon_compte/bas.png") no-repeat scroll 0 0 transparent;
	-background:url("/images/mon_compte/bas_ie.png") no-repeat scroll 0 0 transparent;
	height:46px;
}
.cadre_500 {
	width : 500px;
	margin-right :auto;
	margin-left : auto;
}
.cadre_vert, .cadre_rose {
	border:1px solid #2CAEAF;
	margin-bottom : 10px;
}
.cadre_rose {
	border:1px solid #E1C6DF;
}
.cadre_vert h4, .cadre_rose h4 {
	background-color:#2CAEAF;
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	padding: 2px 2px 2px 11px;
	display:block;
}
.cadre_rose h4 {
	background-color:#E1C6DF;
}
.cadre_rose .contenu, .cadre_vert .contenu {
	padding : 10px;
}
.intro {
	font-size:15px;
	font-weight:bold;
}
ul.big_fleche li {
	background:url(/images/guide_flechedroit.png) left no-repeat;
	-background:url(/images/guide_flechedroit_ie.png) left no-repeat;
	padding-left:26px;
	list-style:none;
}
ul.big_fleche a {
	color:#333333;
	text-decoration:none;
}
#commande_recap {
	border-collapse:collapse;
}
#commande_recap td, #commande_recap th {
	border:1px solid #aaaaac;
	padding:4px;
}
#commande_recap th {
	text-align :center;
	background: url("/images/mon_compte/compteclient_menu.png") 50% 50% transparent;
	-background: url("/images/mon_compte/compteclient_menu_ie.png") 50% 50% transparent;
}
.core_box_1 {
	float:left;
	width:400px;
}
.core_box_2 {
	float:left;
	width:300px;
	margin-left : 10px;
}
.oublie {
	margin-left:408px;
}
.ref_text_login {
	float:left;
}
.ref_text_login label {
	padding-left:10px;
	width:160px;
}
.commande_statut {
	text-transform : uppercase;
	font-weight : bold;
}

.retour_liste_commande {
	float:right;
	text-align:right;
	width : 150px;
	margin-right : 40px;
}


#tab_retirage {
	border-collapse:collapse;
}
#tab_retirage td, #tab_retirage th {
	border:1px solid #aaaaac;
	padding:4px;
}
#tab_retirage th {
	text-align :center;
	background: url("/images/mon_compte/compteclient_menu.png") 50% 50% transparent;
	-background: url("/images/mon_compte/compteclient_menu_ie.png") 50% 50% transparent;
}


/* ANCIEN MON COMPTE */

/*
.core_box_modif_id input[type="submit"] {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/boutons/choisir_off.png) no-repeat scroll 0 0;
	border:0 none;
	color:white;
	font-size:14px;
	font-weight:bold;
	height:44px;
	width:135px;
}
.core_box_modif_id input[type=submit]:hover {
	background:url(/images/boutons/choisir_off.png) no-repeat;
	border:0px;
	color:#6BD6D6;
}



#bouton_form_ddl input[type=submit] {
	border: 1px solid #000;
	background:url(/images/boutons/choisir_off.png) no-repeat;
	color:#fff;
	border:none;
	font-size:12px;
	width:135px;
	height:44px;
}
#bouton_form_ddl input[type=submit]:hover {
	border: 1px solid #000;
	background:url(/images/boutons/choisir_on.png) no-repeat;
	color:#6BD6D6;
	border:none;
	font-size:12px;
	width:135px;
	height:44px;
}
#bouton_form_ddl input[type=reset] {
	border: 1px solid #000;
	background:url(/images/boutons/choisir_off.png) no-repeat;
	color:#fff;
	border:none;
	font-size:12px;
	width:135px;
	height:44px;
}
#bouton_form_ddl input[type=reset]:hover {
	border: 1px solid #000;
	background:url(/images/boutons/choisir_on.png) no-repeat;
	color:#6BD6D6;
	border:none;
	font-size:12px;
	width:135px;
	height:44px;
}



.motif label {
	width:270px;
	float:right;
	margin:0;
	padding:0
}

/*
.ref_text_login button[type=submit] {
	background:url(/images/mon_compte/compteclient_petit_bouton.png) no-repeat;
	height:27px;
	width:27px;
}
.oublie [type=submit] {
	background:url(/images/mon_compte/compteclient_petit_bouton.png) no-repeat;
	height:27px;
	width:27px;
}
.ref_text_login button[type=submit]:hover {
	background:url(/images/mon_compte/compteclient_petit_bouton_hover.png) no-repeat;
	height:27px;
	width:27px;
}
.oublie [type=submit]:hover {
	background:url(/images/mon_compte/compteclient_petit_bouton_hover.png) no-repeat;
	height:27px;
	width:27px;
}
.ref_mail label {
	padding-top:4px;
	width:190px;
}
.ref_mail {
	border:1px solid #B2B2B2;
	margin-top:15px;
}
.ref_mail h4 {
	background-color:#6BD6D6;
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	padding:0 0 0 11px;
	display:block;
}
*/
/*
.warning_mail {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-left:35px;
}*/

/*
.intro {
	font-size:15px;
	font-weight:bold;
}
.info_client {
	margin-left:100px;
	margin-top:15px;
}
.info_client ul li {
	background:url(/images/guide_flechedroit.png) left no-repeat;
	padding-left:26px;
	list-style:none;
}
.info_client ul a {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.bloc_adresse {
	border:1px solid #D02B79;
	width:74%;
}
.bloc_adresse h4 {
	background-color:#D02B79;
	display:block;
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	padding:0 0 0 11px;
}
.bloc_adresse p {
	margin:0;
	text-transform:uppercase;
	padding:10px;
}
.box_middle_login h1 {
	color:#6BD6D6;
	font-size:16px;
	letter-spacing:0.4px;
	text-transform:uppercase;
	padding-bottom:15px;
	padding-left:35px;
	margin:0
}
#login {
	width:845px;
	margin:auto;
}
.box_haut_login {
	background:url(/images/mon_compte/haut.png) no-repeat;
	height:26px;
}
.box_middle_login {
	background:url(/images/mon_compte/middle.png) repeat-y;
	min-height:130px;
}
.box_bas_login {
	background:url("/images/mon_compte/bas.png") no-repeat scroll 0 0 transparent;
	height:46px;
}*/

/*
.puce_verte {
	color:#6BD6D6
}

.validation_bouton form {
	padding-top:11px;
}
.box_bas_commande {
	background:url(/images/mon_compte/bas.png) no-repeat;
	height:23px;
	border-bottom: 1px dotted #000
}
.box_bas_detail {
	background:url(/images/mon_compte/bas.png) no-repeat;
	height:23px;
}
.selected {
	color:#6BD6D6;
}
.corriger_bat {
	background:url(/images/boutons/choisir_moyen_gris_off.png) no-repeat;
	height:44px;
	width:160px;
}
.accepter_bat {
	background:url(/images/boutons/choisir_moyen_rose_off.png) no-repeat;
	height:44px;
	width:160px;
}
/*
#numero_commande .text_commande {*/

/*
.box_compte .text_commande {
	color:#6BD6D6;
	font-weight:bold;
	font-size:14px
}
.box_comptee h1 {
	font-size:14px;
	text-transform: none;
}
.bat {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-weight:bold;
	display:inline;
	padding-left:50px;
}
.petite_ref {
	float:left;
	padding-left:50px;
}
.petite_bat {
	float:left;
	padding-left:211px;
}
.validation_bat {
	border-top:1px dotted #000;
	width:804px;
	margin:auto
}
.corriger_bat {
	color:#FFFFFF;
	font-size:14px;
	padding:3px 16px 16px 3px;
	text-align:center;
	text-transform: capitalize;
	border:none;
}
.accepter_bat {
	color:#FFFFFF;
	font-size:14px;
	border:none;
	padding:3px 16px 16px 3px;
	text-align:center;
	text-transform: capitalize;
}
.contenu_id_ok {
	margin:auto;
	text-align:center;
}
.validation_bouton {
	float:right;
}
/*#numero_commande .ref_text_commande {
	float:left;
}
*/


/*
#ref_text_recap table {
	text-align:center;
	width:576px;

}
#ref_text_recap tr {
 font-style:
}
#ref_text_recap th {
	border-bottom:1px solid #AAAAAC;
	border-right:1px solid #AAAAAC;
	text-align:left;
	padding:4px;
}
#ref_text_recap td {
	border:1px solid #AAAAAC;
}
#ref_text_recap {
	width:575px;
	border:1px solid #AAAAAC;
	margin-left:auto;
	margin-right:auto;
	margin-top:43px;
}*/

/*
#numero_commande .carac_text_commande {

display:inline;
}
.carac_text_commande table {
	width:715px;
	border-collapse:collapse;
}
.carac_text_commande .th_center {
	text-align:center;
}
.td_right {
	padding-right:32px;
	text-align:right;
}
.carac_text_commande th {
	height:45px;
}
#numero_commande .carac_text_commande ul li {
	list-style:none;
	display:inline;
	padding:50px;
}
#numero_commande .total {
	color:#D892C7;
	font-size:15px;
	font-weight:bold;
	padding-left:150px;
}
#numero_commande .total_num {
	color:#D892C7;
	font-size:15px;
	font-weight:bold;
}
.impossible {
	cursor:no-drop;
}

.box_compte {
	width:845px;
}
#numero_commande {
	width:832px;
	margin:auto;
}
.box_haut_commande {
	background:url(/images/mon_compte/haut.png) no-repeat;
	height:26px;
}
.box_middle_commande {
	background:url(/images/mon_compte/middle.png) repeat-y;
	min-height:130px;
}


.core_box {
	padding-bottom:15px;
	padding-left:35px;
}
.core_box_modif_id {
	padding-bottom:15px;
	padding-left:35px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
.ref_add {
	border-left:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	padding:15px;
}*/

/*______________________________________________________________________________*/
/*________________________________ PRENOMS _____________________________________*/
/*______________________________________________________________________________*/

#choix_annees {
	background:url("/images/pointille.png") repeat-y scroll left center transparent;
	-background:url("/images/pointille_ie.png") repeat-y scroll left center transparent;
	float:left;
	margin-left:6px;
	min-height:311px;
	width:86px;
}
#choix_annees ul li {
	list-style:none;
	margin-left:-5px;
	padding-left:15px;
	line-height:24px;
}
#choix_annees ul li a {
	color:#9AB4CE;
	font-size:1.1em;
	font-weight:bold;
}
#choix_annees ul li a:hover {
	text-decoration:none;
	color:black
}
#choix_annees h1 {
	color:#709FCE;
	font-size:1em;
	margin-left:7px;
}
#choix_annees .selected {
	background:#9ab4ce;
	color:#fff;
}
#choix_annees .selected a {
	color:#fff;
}
.genre {
	float:left;
	margin-right:14px;
	min-height:386px;
	width:370px;
}
#contenu_genre {
	width:870px;
	min-height:387px;
	margin-left:130px;
}
.genre .box_haut {
	background:url("/images/genre/genre_haut.png") no-repeat center;
	-background:url("/images/genre/genre_haut_ie.png") no-repeat center;
	height:45px;
	width:373px;
}
.genre .box_middle {
	background:url("/images/genre/genre_middle.png") repeat-y center;
	-background:url("/images/genre/genre_middle_ie.png") repeat-y center;
	min-height:450px;
	width:373px;
}
.genre .box_bas {
	background:url("/images/genre/genre_bas.png") no-repeat bottom;
	-background:url("/images/genre/genre_bas_ie.png") no-repeat bottom;
	width:373px;
	height:16px;
}
.conteneur_picto_fille {
	background:url("/images/picto_fille.png") no-repeat scroll 50% 50% transparent;
	-background:url("/images/picto_fille_ie.png") no-repeat scroll 50% 50% transparent;
	min-height:300px;
	width:370px;
}
.conteneur_picto_garcon {
	background:url("/images/picto_garcon.png") no-repeat scroll 50% 50% transparent;
	-background:url("/images/picto_garcon_ie.png") no-repeat scroll 50% 50% transparent;
	min-height:300px;
	width:370px;
}
.genre .box_haut h1 {
	border-bottom:1px dotted black;
	margin:auto;
	padding-bottom:10px;
	padding-top:13px;
	text-align:center;
	width:364px;
}
.rose_fille {
	color:#d490c2;
}
.bleu_garcon {
	color:#35b0bb;
}
.recherche_prenoms {
	margin-left:401px;
	padding-top:187px;
	float:left;
}
.recherche_prenoms label {
	color:#FFFFFF;
	float:none;
	padding-left:14px;
	text-transform:uppercase;
	width:204px;
}
.input_recherche {
	width:170px;
}
#menu_big_image button {
	background-color:#3D4548;
	color:#FFFFFF;
	padding:3px;
	vertical-align:top;
}
#menu_big_image button:hover {
	background-color : #2CAEAF;
	color : #3D4548;
}
.telechargement{
float:left;
height:45px;
margin-left:308px;
margin-top:162px;
width:45px;}
.recherche_multiple {
	padding-top:8px;
}
.recherche_multiple input {
	width:138px;
}
.recherche_multiple select {
	width:144px;
}
.recherche_multiple h1 {
	color:#FFFFFF;
	margin-top:20px;
	margin-left:32px;
	margin-bottom:12px;
	font-size:13px;
}
.recherche_multiple label {
	color:#FFFFFF;
	text-align:right;
	font-size:13px;
	width:140px;
}
.sous_menu_prenom {
	float:left;
	padding-left:10px;
}
.sous_menu_prenom ul li {
	float:left;
	text-align:center;
	list-style:none outside none;
}
.sous_menu_prenom ul li {
	color:#FFFFFF;
}
.sous_menu_prenom ul li a {
	display:block;
	font-size:16px;
	height:32px;
	line-height:21px;
	vertical-align:middle;
	width:335px;
	color:#fff;
}
.sous_menu_prenom .selected {
	background-color:#FFFFFF;
	color:#99B5C3;
}
.sous_menu_prenom ul li a:hover {
	color:#99B5C3;
	text-decoration:none;
	background-color:#FFFFFF;
}
.sous_menu_prenom ul {
	margin-top:47px;
}
.tableau1 {
	float:left;
	margin-left:16px;
	width:127px;
	padding-left : 30px;
}
.tableau2 {
	border-left:1px dotted black;
	float:left;
	padding-left:40px;
	width:156px;
}
.num {
/*	padding-left:23px;
	width:51px;*/
	width : 20px;
	text-align:right;
	padding-right : 10px;
	}
.prenom {
}


.liste_lettre {
	text-align: center;
	margin-bottom : 10px;
	margin-top : 5px;
}

.pagination_prenom{
	text-align:center;
	margin: 10px;
}


.conteneur_prenom_detail, .conteneur_prenom_detail2 {
	float:left;
	width:450px;
	padding-left : 10px;
	padding-right : 10px;
	min-height:303px;
	margin-top:30px;

}

.conteneur_prenom_detail {
	border-right:2px dotted #cdcdcd;
	margin-right:2px;
}

.conteneur_prenom_detail2 {
	width:490px;
}


.prenom_detail .epingle {
	background:url("/images/contact/EPINGLE_A_GAUCHE.png") no-repeat scroll left bottom transparent;
	-background:url("/images/contact/EPINGLE_A_GAUCHE_ie.png") no-repeat scroll left bottom transparent;
	height:59px;
	margin-left:-60px;
	margin-top:-28px;
	position:absolute;
	width:69px;
	z-index:999;
}

.prenom_detail {
	background:#c9d4d6;
	height:49px;
	position:relative;
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 3px;
	padding-bottom : 2px;
	font-size : 14px;
}

.conteneur_prenom_detail2 .prenom_detail {
	padding-top : 8px;
	height:44px;
	width : 390px;
}

.prenom_detail h1 {
	margin: 0px;
	padding:0px;
	font-size:24px;
	color : #3D4548;
	text-transform : none;
}
.prenom_detail h4 {
	float:right;
	margin-right : 0px;
}


.source {
	margin-top : 5px;
	color:#268E9B;
	float:right;
	font-size:8px;
}

.bloc_fp_choisi {
	background-color :#F4F4F4;
	/*padding : 5px;*/
	padding-left : 10px;
	margin-top : 20px;
	min-height : 100px;
}

.bloc_fp_choisi #galleryContainer {
	height:120px;
}

.bloc_fp_choisi #arrow_right {
	top:0px;
	height:45px;
}

.bloc_fp_choisi #arrow_left {
	top:67px;
	height:82px;
}



/*.date{color:#9AB4CE;
font-size:1.1em;
font-weight:bold;}
.date:hover{text-decoration:none}
*//*______________________________________________________________________________*/
/*________________________________ INSCRIPTION ___________________________________*/
/*______________________________________________________________________________*/

.mention {
	font-size:12px;
	font-weight:bold;
}
.bandeau_gris {
	/*background:#ECF5EC;*/
	background:#F4F4F4;
	padding:6px;
	width:758px;
}
.inscription_formilaire_1 {
	display:inline;
	margin-left:37px;
	text-align:center;
}
#formulaire_inscription {
	margin-left:12px;
/*	text-align:right;
	width:596px;*/
}



#formulaire_inscription label {
	padding-top:3px;
	width:217px;
		text-align:right;
		padding-right : 10px; 
}
#formulaire_inscription input[type=text], #formulaire_inscription input[type=password] {
	width:300px;
}

/*#formulaire_inscription select {
	margin-right:182px;
	text-align:left;
}
#formulaire_inscription input[type=submit] {
	background:url(/images/boutons/choisir_off.png) no-repeat;
	-background:url(/images/boutons/choisir_off_ie.png) no-repeat;
	height:44px;
	width:135px;
	border:0px;
	color:white;
	font-size:14px;
	font-weight:bold;
}
#formulaire_inscription input[type=submit]:hover {
	background:url(/images/boutons/choisir_on.png) no-repeat;
	-background:url(/images/boutons/choisir_on_ie.png) no-repeat;
	border:0px;
	color:#2CAEAF;
}*/
#formulaire_modif_add {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:596px;
	padding:15px;
}
#formulaire_modif_add label {
	padding-top:3px;
	width:130px;
}
#formulaire_modif_add input[type=text] {
	width:300px;
}
#formulaire_modif_add input[type=password] {
	width:300px;
}
#formulaire_modif_add select {
	margin-right:182px;
	text-align:left;
}
#formulaire_modif_add input[type=submit] {
	background:url(/images/boutons/choisir_off.png) no-repeat;
	-background:url(/images/boutons/choisir_off_ie.png) no-repeat;
	height:44px;
	width:135px;
	border:0px;
	color:white;
	font-size:14px;
	font-weight:bold;
	border:0 none;
	color:white;
	margin-left:243px;
	margin-top:20px;
}
#formulaire_modif_add input[type=submit]:hover {
	background:url(/images/boutons/choisir_on.png) no-repeat;
	-background:url(/images/boutons/choisir_on_ie.png) no-repeat;
	border:0px;
	color:#2CAEAF;
}
#ConnectForm input[type=submit] {
	background:#E2EBED;
	border:1px solid #BBCEDE;
}
.adresse_liv {
	margin-left:150px;
	padding-left:300px;
	padding-top:15px;
}
/*______________________________________________________________________________*/
/*___________________________________DIVERS_____________________________________*/
/*______________________________________________________________________________*/

.text_page_guide {
	float:left;
	width:750px;
	padding-top:15px;
	padding-left : 20px;
	padding-right : 0px;
}
.intro_guide{
	padding-left:230px;}
.text_page_faq {
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:0;
	padding-top:15px;
	width:750px;
}
.titre_papillon {
	border-bottom:1px dotted #3D4548;
	border-top:1px dotted #3D4548;
	display:block;
	font-size:17px;
	font-weight:bold;
	letter-spacing:0.4px;
	margin-left:60px;
	margin-top:8px;
	padding:10px;
	text-transform:uppercase;
	width:500px;
}
.papillon {
	background: url(/images/guide_papillon.png) no-repeat left;
	-background: url(/images/guide_papillon_ie.png) no-repeat left;
	margin-bottom:10px;
}
.coordonees h2 {
	margin-left:20px;
}
.coordonees {
	float:left;
	margin-right : 10px;
	margin-left : 5px;
}
/*
.motif {margin-left : 15px;}*/

.bloc_non_membre {
	background:url(/images/contact/CADRE-DENTELLE_page-contact.png) no-repeat;
	-background:url(/images/contact/CADRE-DENTELLE_page-contact_ie.png) no-repeat;
	height:240px;
	width:318px;
	/*margin-top:45px;*/
	position:relative;/*	padding:30px 0 0 21px;*//*	padding:30px 20px 0;*/
}
.formulaire_catalogue {
	background:url(/images/CADRE-DENTELLE_page-telecharger_catalogue.png) no-repeat;
	height:280px;
	-background:url(/images/CADRE-DENTELLE_page-telecharger_catalogue_ie.png) no-repeat;
	width:307px;
	margin-top:45px;
	padding-left:13px;
	position:relative;/*	padding:30px 0 0 21px;*//*	padding:30px 20px 0;*/
}
.formulaire {
	padding-left:27px;
	padding-top:30px;
}
/*.formulaire input[type=radio]{
	margin:0px;
}
*/
.formulaire_telecharger {
	padding-left:10px;
	padding-top:15px;
	width:264px;
}

.label_80{width:80px;}

.bloc_non_membre label {
	padding-left:12px;
}

.date_et_enfant {
	width:245px
}
.souhait {
	width:85px;
}
.bloc_non_membre label {
	width: 90px;
}

/*.variete {
float:left;
margin-left:-15px;}*/

.variete li {
	background:url(/images/coche.png) left no-repeat;
	-background:url(/images/coche_ie.png) left no-repeat;
	list-style:none;
	padding-left:13px;
	margin-top:6px;
	height:11px;
}

/* Plan du site*/
.plan_du_site ul{
	margin-left : 30px;
}

.plan_du_site .plan_colonne_gauche {
	margin-left : 5px;
	margin-right : 5px;
	width : 300px;
	float : left;
}


/*______ TEXTES EXEMPLES__________*/
.tableau_textes {
	border-collapse:collapse;
}

.tableau_textes td{
	border:none;
	border-top : 1px dotted #7f7f7f;
	width : 380px;
	padding : 10px;
	text-align:left;
}

.tableau_textes .td1 {
	border-right : 1px dotted #7f7f7f;
}

.tableau_textes .td_first {
	border-top : none;
}


/*______ picto aide _______*/
.boutique_aide {
	text-align:right;
	color : #2CAEAF;
}

.boutique_aide a img {
	max-width : 32px;
}

.boutique_aide a {
	color : #2CAEAF;
	font-weight : bold;
	text-decoration : underline;
}

.boutique_aide a.noir {
color : #000000;
}

.compte_aide {
	float:right;
	text-align:right;
	color : #2CAEAF;
	width : 100px;
	margin-right : 140px;
}


/* ____ AUTOCOMPLETE 2 _________*/

#menu_top li  #div_update_autocomplete {
/*border: 1px solid #999;
background-color: #fff;
width : 170px;
z-index : 9999;*/
}

#menu_top li #div_update_autocomplete ul {
list-style: none;
margin:0;
padding:0;
width : 150px;
border: 1px solid #999;
background-color: #fff;
width : 170px;
z-index : 9999;
}


#menu_top li #div_update_autocomplete ul li,
#div_update_autocomplete li {
margin:0;
padding:1px;
padding-left : 5px;
display:block;
border : none;
width : 165px;
text-align:left;
line-height : auto;
float : none;
cursor : default;
}

#div_update_autocomplete strong {
font-weight: bold;
text-decoration: underline;

}
#menu_top li #div_update_autocomplete ul li.selected,
#div_update_autocomplete li.selected {
background-color: #6BD6D6;
cursor : default;
}



/* POP UP REDUCTION */
.box_popup_reduc {
	background-color:#fff;
	background-image:url("/images/bg_remise_newsletter_modal.jpg");
	background-repeat : no-repeat;
	background-position : top left;
	width : 660px;
	height : 460px;
	/*width:650px;
	height:425px;*/
	color : #fff;
	margin-left:auto;
	margin-right:auto;
}

.box_popup_reduc_fermer {
	font-size : 18px;
	text-transform : uppercase;
	text-align : right;
	color : #fff;
	font-weight : bold;
}

.box_popup_reduc_fermer a.bouton_fermer, .box_popup_reduc_fermer a, .box_popup_reduc_fermer a:hover {
	color : #fff;
}


.box_popup_reduc .erreur, .box_popup_reduc .message {
	color : #d5114c;
	font-weight : bold;
	padding-top:0px;
	padding-left:0px;
	margin-left : 0px;
}
/*
.box_popup_reduc .texte {
	height : 1%;
	text-align : center;
	padding-top : 65px;
	height : 90px;
	-height : 160px;
}
*/
.box_popup_reduc .texte h2 {
	font-size : 34px;
}

.box_popup_reduc .texte .rose {
	font-size : 56px;
	color : #d5114c;
}

.box_popup_reduc .texte .sous_titre {
	font-size : 17px;
}

.box_popup_reduc .formulaire .rose {
	font-size : 17px;
	color : #d5114c;
	font-weight : bold;
	text-align:center;
}

.box_popup_reduc .formulaire {
	width : 430px;
	-height:190px;
	min-height: 190px;
	margin-left : 110px;
	margin-top : 130px;
	padding:0px;
	font-size : 14px;
}

.box_popup_reduc .formulaire p{
	font-size : 14px;
}	

/*
.box_popup_reduc .formulaire button{
	background-image:url("/images/boutons/remise_bouton_envoyer_off.png");
	background-repeat : no-repeat;
	background-position : top left;
	width : 187px;
	height : 34px;
	color : #fff;
	font-size : 20px;
	text-transform : uppercase;
	text-align : left;
	padding-left:35px;
	padding-top:0;
}

.box_popup_reduc .formulaire button:hover {
background-image:url("/images/boutons/remise_bouton_envoyer_on.png");
}*/

/*.box_popup_reduc .bouton_vert_moyen {background-image:url("/images/boutons/remise_bouton_on.png");}
.box_popup_reduc .bouton_vert_moyen:hover {background-image:url("/images/boutons/remise_bouton_off.png");}
*/

.box_popup_reduc .formulaire p {margin-bottom : 10px;}

.box_popup_reduc .formulaire label {
	font-size : 16px;
	float : left;
	width : 80px;
	font-weight : bold;
}


.box_popup_reduc .formulaire input {
	/*height : 34px;*/
	font-size : 14px !important;
	padding : 3px;
	padding-bottom : 3px;
}

 .box_popup_reduc .formulaire select{
 	font-size : 11px;
 	padding-top : 1px;
 	font-size : 14px;
	padding-bottom : 1px;
	margin-bottom : 9px;
 }

.select_jj {width : 50px;}
.select_aa {width : 70px;}
.input_jj {width : 30px;}
.input_aa {width : 30px;}

/*
.box_popup_reduc .formulaire select {
	font-size : 14px !important;
	padding-top : 5px !important;
	padding-bottom : 5px !important;
	padding-right : 8px;
}*/
