/*#####################################################*/
/* Le body
/*#####################################################*/
.le_body
{
	text-align:left;
	background-color : #F8FCFD;
	background-image: url('../images/fond4.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

:focus {
	outline-style: none;
}

a img { border: 0px; }


/* *************************** */ 

#menuint a
{
color:#5a99ea;
font-size:13px;
text-decoration:none;
}
.menurubactif {
background:url(../images/menu_actif.png) top left no-repeat;
width:178px;
height:28px;
text-align:right;
padding-top:3px;}
.menurubactif a {
margin-right:10px;
vertical-align:middle;}

.menurubindex {
/*background:url(../images/menu_off.png) top left no-repeat;*/
width:178px;
/*height:28px;*/
text-align:right;
padding-top:3px;
}

#menuintindex a
{
/*color:#5a99ea;*/
font-size:13px;
text-decoration:none;
}

.rub1 {
background:url(../images/menuindex1.png) top left no-repeat;
height:31px;
padding-top:15px;}
.rub1 a {
color:#FFFFFF;
margin-right:5px;
}
.rub2 {
background:url(../images/menuindex2.png) top left no-repeat;
height:27px;
padding-top:5px;}
.rub2:hover {
background:url(../images/menuindexon.png) top left no-repeat;
height:27px;
padding-top:5px;}
.rub2 a {
color:#FFFFFF;
margin-right:5px;
}
.rub3 {
background:url(../images/menuindex3.png) top left no-repeat;
height:27px;
padding-top:5px;}
.rub3:hover {
background:url(../images/menuindexon.png) top left no-repeat;
height:27px;
padding-top:5px;}
.rub3 a {
color:#FFFFFF;
margin-right:5px;
}
.rub4 {
background:url(../images/menuindex4.png) top left no-repeat;
height:27px;
padding-top:5px;}
.rub4:hover {
background:url(../images/menuindexon.png) top left no-repeat;
height:27px;
padding-top:5px;}
.rub4 a {
color:#FFFFFF;
margin-right:5px;
}

.rub5 {
background:url(../images/menuindex5.png) top left no-repeat;
height:27px;
padding-top:5px;}
.rub5:hover {
background:url(../images/menuindexon.png) top left no-repeat;
height:27px;
padding-top:5px;
color:#FFFFFF;
}

.rub5 a {
color:#003399;
margin-right:5px;
}
.rub5:hover a {
height:27px;
padding-top:5px;
color:#FFFFFF;
}
.rub5 a:hover {
color:#fff;
margin-right:5px;
}

.rub6 {
background:url(../images/menuindex6.png) top left no-repeat;
height:27px;
padding-top:5px;}
.rub6:hover {
background:url(../images/menuindexon.png) top left no-repeat;
height:27px;
padding-top:5px;
color:#FFFFFF;}

.rub6 a {
color: #003399;
margin-right:5px;
}
.rub6:hover a {
height:27px;
padding-top:5px;
color:#FFFFFF;
}
.rub6 a:hover {
color:#fff;
margin-right:5px;
}

.rub7 {
background:url(../images/menuindex7.png) top left no-repeat;
height:27px;
padding-top:5px;}
.rub7:hover {
background:url(../images/menuindexon.png) top left no-repeat;
height:27px;
padding-top:5px;}
.rub7 a {
color:#FFFFFF;
margin-right:5px;
}
.rub8 {
background:url(../images/menuindex8.png) top left no-repeat;
height:27px;
padding-top:5px;}
.rub8:hover {
background:url(../images/menuindexon.png) top left no-repeat;
height:27px;
padding-top:5px;}
.rub8 a {
color:#FFFFFF;
margin-right:5px;
}
.rub9 {
background:url(../images/menuindex9.png) top left no-repeat;
height:35px;
padding-top:5px;}
.rub9:hover {
background:url(../images/menuindexonbas.png) top left no-repeat;
height:35px;
padding-top:5px;}
.rub9 a {
color:#FFFFFF;
margin-right:5px;
}

.menurub {
background:url(../images/menu_off.png) top left no-repeat;
width:178px;
height:28px;
text-align:right;
padding-top:3px;}
.menurub:hover {
background:url(../images/menu_on.png) top left no-repeat;
width:178px;
height:28px;
text-align:right;
padding-top:3px;}
.menurub a {
margin-right:10px;
vertical-align:middle;}


#menuint .menusousrub a.sousmenurubactive {
color:#000000;
text-align:right;
font-size:11px;

}
.menusousrub{
text-align:right;
margin-bottom:15px;
}
#menuint .menusousrub a {
text-align:right;
font-size:11px;

}
#menuint .menusousrub a:hover {
text-align:right;
font-size:11px;

color:#000000;
}

.arianesep {
color:#FF6600; font-size:12px; font-weight:bold;
font-family:"Trebuchet MS", Arial, sans-serif;}

a.ariane {
color:#5b9aea;
font-size:10px;
font-weight:normal;
}



/* *************************** */
/*#####################################################*/
/* Tableau qui englobe tout le site
/*#####################################################*/
.tableau_du_site
{
	/*background-image : url('../images/fond_page.jpg');*/
	background-position: 0px 78px;
	background-repeat: no-repeat;
}

.ColonneExtremeGauche
{

}

.tableau_du_site_colonne_extreme_droite
{
	vertical-align:top;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	background-color : #FFFFFF;
}
.tableau_du_site_colonne_extreme_droite_div_qui_suit_le_scroll_IE
{
	/*position:expression('absolute');*/
	/*left:763px;*/
	/*top:expression(eval(document.body.scrollTop)+1);*/
}
.tableau_du_site_colonne_extreme_droite_div_qui_suit_le_scroll_PAS_IE
{
	position:fixed;
}

/*#####################################################*/
/* Tableau général de l'index
/*#####################################################*/
.TableauGeneralIndex
{
	height: 30%;
	border: 0px;
}

.Hauteur1erLigneTableauGeneralIndex
{
	padding:0px;
	margin : 0px;
	height: 50px;
}
/*#####################################################*/
/* Tableau qui englobe le menu de navigation
/*#####################################################*/
.menu_tableau
{
      position: absolute;top: 65px;
      padding-left: 200px;
      background-repeat: no-repeat;
	  z-index:5000;
}

/*#####################################################*/
/* EspaceAvantColonneGauche
/*#####################################################*/

.EspaceAvantColonneGauche
{

}

/*#####################################################*/
/* EspaceApresColonneDroite
/*#####################################################*/

.EspaceApresColonneDroite
{

}

/*#####################################################*/
/* Colonne de separation entre colonne centre et droite
/*#####################################################*/

.EspaceEntreColonneGaucheEtCentre
{
	
}


/*#####################################################*/
/* Colonne de separation entre colonne centre et droite
/*#####################################################*/

.EspaceEntreColonneDroitEtCentre
{
	
}

/*#####################################################*/
/* Colonne qui contient les modules de gauche
/*#####################################################*/

.module_site_gauche
{
	margin:0px;
	padding:0px;
	 width:178px;
}

.module_liens_utiles_tableau_page
{
text-align:center;
}
/*#####################################################*/
/* Colonne qui contient les modules de droite
/*#####################################################*/

.module_site_droite
{
        padding-top:13px;
}


/*#####################################################*/
/* Style de la barre de navigation
/*#####################################################*/
/*----------------------------------------------------*/
/* Style de la police du lien de navigation courant
/*----------------------------------------------------*/
td.navigation_haut {
	font-family: Arial;
	font-size: 10px;
	font-weight:normal;
	color: #215493;
	padding-left:256px;
	padding-top:60px;
	padding-right:0px;
	padding-bottom:5px;
}
/*----------------------------------------------------*/
/* Style de la police du lien de navigation 
/* de la branche ascendante !!!
/*----------------------------------------------------*/
a.chemin:link,a.chemin:visited,a.chemin:active,a.chemin:hover
{
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
	text-transform: none;
	color: #215493;
}


/*#############################################################*/
/* Style du titre de la page dans le cas avec une image de fond
/*############################################################*/

/*.titre_page
{
	
	font-family: Arial;
	font-size: 15px;
	text-align: left;
	font-weight:bold;
	color: #000000;
	padding-left: 	18px;
	padding-right: 	25px;
	padding-top: 	15px;
	padding-bottom: 0px;
	height:45px;
	letter-spacing:3px;
}
.titre_pointille
{
	background-image: url('styles/images/titre_page_ste_marie_1.gif');
	background-repeat : no-repeat;
	height: 40px;
}

.trait_sous_titre
{
	background-image: url('styles/images/titre_page_ste_marie_1.gif');
	background-repeat : no-repeat;
	height: 40px;
}

.pointille
{
	background-image: url('styles/images/titre_page_ste_marie_1.gif');
	background-repeat : no-repeat;
	height: 40px;
}	*/


/*#############################################################*/
/* Style du titre de la page dans le cas avec pointillés
/* L'image doit être réalisée en taille 650 pixel avec une partie blanche
/*############################################################*/

.titre_page
{
  background: url('../images/titre_page.jpg') no-repeat 7px bottom ;
	font-family: Arial;
	font-size: 15px;
	text-align: left;
	font-weight:bold;
	color: #215493;
	padding-left: 	7px;
	padding-right: 	25px;
	padding-top: 	10px;
	padding-bottom: 26px;
	letter-spacing:1px;
}
.titre_pointille
{
	background-image: url('../images/pointilles_bleu_verticaux_.gif');
	line-height: 1px;
}

.trait_sous_titre
{
	background-image: url('../images/pointilles_bleu_verticaux_.gif');
	height: 1px;
}

.pointille
{
	background-image: url('../images/pointilles_bleu_verticaux_.gif');
}	


/*#####################################################*/
/* Style des paragraphes
/*#####################################################*/
/*----------------------------------------------------*/
/* Paragraphes de type "text"
/*----------------------------------------------------*/
.paragraphe, .texte
{
	font-size: 11px;
	font-family: Arial;
	color: #707070;
	line-height:15px;
	padding-left: 	7px;
	padding-right: 	7px;
	padding-top: 	0px;
	padding-bottom: 10px;
	
}

.TableauParagrapheImage
{
	padding-left: 	25px;
	padding-right: 	25px;
}

.paragraphe_image {

	border-left-width:		15px;
	border-right-width:		15px;
	border-bottom-width:	5px;
	border-top-width:		0px;	
	border-left-color:#ffffff;
	border-right-color:#ffffff;
	border-bottom-color:#ffffff;
	border-top-color:#ffffff;
}

.LegendePhotoParagraphe
{
	font-size: 10px;
	font-family: Arial;
	font-style:italic;
	color: #000000;
	text-align: center;
	padding-top:5px;
}


/*----------------------------------------------------*/
/* Paragraphes de type "titre"
/*----------------------------------------------------*/
.paragraphe_titre
{	
	font-size: 13px;
	font-family: Arial;
	font-weight:bold;
	color: #384792;
	padding-left: 	0px;
	padding-right: 	0px;
	padding-top: 	0px;
	padding-bottom: 10px;
}
h2
{	
	font-size: 13px;
	font-family: Arial;
	font-weight:bold;
	color: #384792;
	margin-bottom: 5px;
	padding-left: 	20px;
	padding-right: 	0px;
	padding-top: 	0px;
	padding-bottom: 0px;
	/*background:url(../images/puce_titre.jpg) no-repeat left;*/
}
/*----------------------------------------------------*/
/* Paragraphes de type "lien_enfant"
/*----------------------------------------------------*/
.paragraphe_lien_enfant
{		
	padding-left: 	7px;
	padding-right: 	7px;
	padding-top: 	0px;
	padding-bottom: 10px;
}
.lien_enfant
{
	font-size: 11px;
	font-family: Arial;
	font-weight:bold;
	color: #537EAB;
}
a.lien_enfant:link,a.lien_enfant:visited,a.lien_enfant:active
{
	font-size: 11px;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;
	color: #537EAB;
}

a.lien_enfant:hover
{
	font-size: 11px;
	font-family: Arial;
	font-weight:bold;
	text-decoration:underline;
	color: #537EAB;
}

.lien_enfant_puce_image
{
	margin-left: 	5px;
	margin-right: 	10px;
	margin-top: 	5px;
	margin-bottom:  0px;
}
.lien_enfant_puce_ol
{
	font-size: 11px;
	font-family: Arial;
	font-weight:bold;
	background-color: #ffffff;
	color: #384792;
}
.lien_enfant_puce_ul
{
	font-size: 11px;
	font-family: Arial;
	font-weight:bold;
	background-color: #ffffff;
	color: #384792;
}
.lien_enfant_separateur
{
	font-size: 11px;
	font-family: Arial;
	font-weight:bold;
	background-color: #ffffff;
	color: #384792;
	padding-left:5px;
	padding-right:5px;
}
.lien_enfant_tableau
{	
	padding-left:	0px;
	padding-right:	0px;
	padding-top:	0px;
	padding-bottom:	0px;
	width:100%;
}
.lien_enfant_tableau_interne
{	
	padding-top:	0px;
	padding-bottom:	3px;
}
.lien_enfant_td_image_gauche
{
	text-align:left;
	width:1px;
	padding-right:25px;
	font-weight:bold;
}
.lien_enfant_image_gauche
{
	border:0px;
	font-weight:bold;
}
.lien_enfant_td_image_droite
{
	text-align:right;
	width:1px;	
	padding-left:5px;
	font-weight:bold;
}
.lien_enfant_image_droite
{
	border:0px;
	font-weight:bold;
}
/*----------------------------------------------------*/
/* Paragraphes de type "lien_frere"
/*----------------------------------------------------*/
/* ------------------------ */
/* Lien Frère : gabarit n°0 */
/* ------------------------ */
.paragraphe_lien_frereGabarit0
{		
	padding-left: 	7px;
	padding-right: 	7px;
	padding-top: 	0px;
	padding-bottom: 10px;
	
}
.TableauConteneurLienFrereGabarit0
{
	/* background-color: #FF0000;
	 border: #FF0000 1px  solid;*/
	 padding-top:15px;
}
.TableauLienFrerePrecedentGabarit0
{
	
	text-align:right;
	width:1px;
}

.TableauLienFrereSuivantGabarit0
{
	text-align:left;
}

.TDConteneurLienFrerePrecedentGabarit0
{
	text-align:left;
	width:30%
}

.TDCentreTableauConteneurGabarit0
{
	width:40%;
}

.TDConteneurLienFrereSuivantGabarit0
{
	text-align:right;
	width:30%;
	
}

.TDLienFrereIconePrecedentGabarit0
{
	display: none;
}

.TDLienFrereIconeSuivantGabarit0
{
	display: none;
}


.TDLienFrereSuivantGabarit0
{
	padding-left: 14px;
        padding-right: 34px;
        border-left: #95c1e8 1px  solid;
        border-top: #95c1e8 1px  solid;
        border-bottom: #95c1e8 1px  solid;
        background-color: #f0f5fa;
	background-image: url('../images/fleche_frere_suivant.gif');
	background-repeat: no-repeat;
	background-position: right;
}


.TDLienFrerePrecedentGabarit0
{
	padding-right: 14px;
	padding-left: 34px;
        border-right: #95c1e8 1px  solid;
        border-top: #95c1e8 1px  solid;
        border-bottom: #95c1e8 1px  solid;
        background-color: #f0f5fa;
	background-image: url('../images/fleche_frere_precedent.gif');
	background-repeat: no-repeat;
	background-position: left;
}

a.LienFrerePrecedentGabarit0:link,a.LienFrerePrecedentGabarit0:visited,a.LienFrerePrecedentGabarit0:active
{
        font-size: 11px;
	font-family: Verdana, Arial;
	font-weight:bold;
	color: #2465b5;
	text-decoration:none;
}


a.LienFrerePrecedentGabarit0:hover
{
        font-size: 11px;
	font-family: Verdana, Arial;
	font-weight:bold;
	color: #2465b5;
	text-decoration:underline;
}


a.LienFrereSuivantGabarit0:link,a.LienFrereSuivantGabarit0:visited,a.LienFrereSuivantGabarit0:active
{
        font-size: 11px;
	font-family: Verdana, Arial;
	font-weight:bold;
	color: #2465b5;
	text-decoration:none;
}


a.LienFrereSuivantGabarit0:hover
{
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight:bold;
	color: #2465b5;
	text-decoration:underline;
}
/* ------------------------ */
/* Lien Frère : gabarit n°1 */
/* ------------------------ */
.paragraphe_lien_frereGabarit1
{	
	padding-left: 	0px;
	padding-right: 	0px;
	padding-top: 	10px;
	padding-bottom: 10px;	
}
.TableauConteneurLienFrereGabarit1
{	
	 padding-top:15px;
}
.lien_frere_tableauGabarit1
{	
	border-top:1px solid #507CBD;
	padding-left:	0px;
	padding-right:	10px;
	padding-top:	10px;
	padding-bottom:	0px;
	width:100%;
}
.lien_frere_td_image_gaucheGabarit1
{
	text-align:left;
	width:1px;
	padding-right:25px;
}
.lien_frere_image_gaucheGabarit1
{
	border:0px;
}
.lien_frere_tableau_interneGabarit1
{	
	padding-top:	0px;
	padding-left: 5px;
	padding-bottom:	3px;
	
}
.lien_frere_puce_imageGabarit1
{
	margin-left: 	0px;
	margin-right: 	10px;
	margin-top: 	5px;
	margin-bottom:  0px;
}
.lien_frereGabarit1
{
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight:bold;
	background-color: #ffffff;
	color: #507CBD;
}
/*#####################################################*/
/* Style pour bloc site (espace entre bloc)*/
/*#####################################################*/

.espace_entre_modules
{
height: 15px;
}

.module_banniere_site_espace_inter_banniere_skyscrapper
{
line-height: 10px;
}

/*#####################################################*/
/* Style Généraux qui seront surchargés par les modules*/
/*#####################################################*/

input {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000;
	border: 1px solid #376eb5;
	background-color: #65a0eb;
}
.boutoncontacteffacer {
	background:#8ab4ea;
	color:#1c58a4;
	border:ridge;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor:pointer;
}
	
.boutoncontactenvoi {
	background:#5796e6;
	color:#ffffff;
	border:ridge;
	font-size:16px;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor:pointer;
}

textarea {
	background-color: #EEF2F8;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #384792;
	border: 1px solid #384792;
}

select {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #384792;
	border: 1px solid #384792;
	width: 160px;
	outline-color:#384792;
}

/* a supprimer dans ceratains modules ***/
.bouton_ok {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #384792;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}


/*#####################################################*/
/* Style du pied de page (footer)
/*#####################################################*/
/*----------------------------------------------------*/
/* Espace entre page et footer
/*----------------------------------------------------*/
.hauteur_footer_page_specifique
{
	height: 8px;
}
/*----------------------------------------------------*/
/* Trait de séparation entre page et footer
/*----------------------------------------------------*/
.ligne_en_haut_du_footer {
	background-color: #990000;
}
/*----------------------------------------------------*/
/* Séparateur entre les liens
/*----------------------------------------------------*/
td.footer {
	position:relative;
	float:left;
	background: url('../images/footer.jpg') no-repeat top left #fff;
	width:1001px;
	font-family: Arial;
	font-size: 11px;
	color: #7c7c7c;
	height: 115px;
}

#footer1, #footer2
{
	position:relative;
  float: left;
  padding-top: 90px;
  z-index:10;
}

#footer1
{
  padding-left: 20px;
}

#footer2
{
  padding-left: 190px;
}
/*----------------------------------------------------*/
/* Les liens de bas de page
/*----------------------------------------------------*/
a.footer:link,a.footer:visited,a.footer:active { 
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	text-transform: none;
	color: #7c7c7c;
}

a.footer:hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration:underline;
	text-transform:none;
	color : #7c7c7c;
}

.espace_avant_footer
{
	height:15px;
}

#menu_navigation
{
margin:0;
padding:0;
border:0;
list-style-type:none;
display:block;
min-height:0;
color:#ffffff;
zoom:1;
font-family:arial, verdana, sans-serif;
font-size:11px;
font-weight:bold;
z-index:10000;
}
#menu_navigation ol
{
margin:0;
padding:0;
border:0;
list-style-type:none;
display:block;
visibility:hidden;
position:absolute;
z-index:10;
left:0;
top:0;
min-height:0;
width:160px;
zoom:1;
}
#menu_navigation li
{
margin:0;
padding:0;
border:0;
display:inline;
float:left;
position:relative;
z-index:5;
}
#menu_navigation .separateur
{
color:#1d4c81;
padding-top:1px;
}
#menu_navigation li:hover
{
z-index:10000;
white-space:normal;
}
#menu_navigation li:focus
{
z-index:10000;
white-space:normal;
}
#menu_navigation li li
{
float:left;
border:0px;
width:100%;
margin:0;
}
#menu_navigation li:hover>ol
{
	visibility:visible;
	top:100%;
}
#menu_navigation li:focus>ol
{
	visibility:visible;
	top:100%;
}
#menu_navigation li:active>ol
{
	visibility:visible;
	top:100%;
}
#menu_navigation li li:hover>ol
{
	top:0px;
	left:100%;
}
#menu_navigation li li:focus>ol
{
	top:0px;
	left:100%;
}
#menu_navigation:after
{
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}
#menu_navigation ol:after
{
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}
#menu_navigation ol ol
{
	padding:0;
	margin:0;
}
#menu_navigation ol li
{
	color:#ffffff;
	background-color:#3F83CE;
}
#menu_navigation ol li a
{
	color:#ffffff;
}
#menu_navigation a
{
	text-decoration:none;
	color:#1d4c81;
	padding:2px 5px;
	margin:0;
	display:block;
	position:relative;
}
#menu_navigation .li_w_c
{
	background-image:url('../images/arrow.gif');
	background-repeat:no-repeat;
	background-position:96% 50%;
}
#menu_navigation a:hover
{
	color:#2966a5;
	background-color:#FFFFFF;
}
#menu_navigation li:hover>a
{
	color:#2966a5;
	background-color:#FFFFFF;
}
#menu_navigation a:focus
{
	color:#2966a5;
	background-color:#FFFFFF;
}
#menu_navigation li:focus>a
{
	color:#2966a5;
	background-color:#FFFFFF;
}
#menu_navigation ol>li + li
{
	border-top:0;
}
#menu_navigation .li_visible>ol
{
	visibility:visible;
	top:100%;
}
#menu_navigation li .li_visible>ol
{
	top:0px;
	left:100%;
}
#menu_navigation li.ie6hover
{
	z-index:10000;
}
#menu_navigation .ie6hoverUL
{
	visibility:visible;
	top:100%;
	left:0;
}
#menu_navigation .ie6hoverUL .ie6hoverUL
{
	top:0px;
	left:100%;
}
#menu_navigation ol a
{
	zoom:1;
}
#menu_navigation .ie6hoverA
{
	color:#2966a5;
	background-color:#FFFFFF;
}

#div_popup
{
	
	-moz-box-sizing: border-box;
	font-family:Verdana;
	font-size:11px;
	border:1px solid #3071b3;
	background:#fff; 
}
.div_attente
{
	background-color:#fff;
	border:1px solid #3071b3;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	display:none;
}

#div_popup .titre
{
	
	-moz-box-sizing: border-box;
	left:0%;
	width:100%;
	background-color:#3071b3;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	position:absolute;
	padding:2px 10px;
}

#div_close_popup{
  display:none;
}
#div_close_popup a {
  color:#fff;
}

#div_popup .contenu
{
	
	-moz-box-sizing: border-box;
	clear:both;
	padding-left:10px;
	padding-right:10px;
	padding-top:35px;
	padding-bottom:5px;
	background-color:#FFF;
	color:#000;
	height:80%;
}

#div_popup a, #div_popup a:hover
{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#div_popup .boutons
{
	
	-moz-box-sizing: border-box;
	text-align:center;
	height:30px;
	background-color:#FFF;
}

#div_popup .message
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#0168b8;
	font-weight:bold;
}

#div_popup input
{
	border: 1px solid #3071b3;
}

#bg_popup {
	background-color: rgb(0, 0, 0);
	z-index: 1001;
}

.decouverte {
	font-size:14px;
}

.decouverte .titre {
	font-size:19px;
	color:#3366CC;
	height:30px;
}

.decouverte span {
	font-size:14px;
	color:#666666;
	font-style:italic;
}

.decouverte .retour{
	text-align:right;
	margin-top:25px;
	border-top:0px solid #3366CC;
	border-bottom:1px solid #3366CC;
}

.decouverte .retour a{
	font-size:12px;
	color:#3366CC;
}

.decouverte p{
	font-size:12px;
}

.decouverte p.soustitre{
	font-size:18px;
	text-align:center;
}

.decouverte .images img{
	margin:5px;
	border:1px solid #0066CC;
}
