/* . = class
*   # = id
*/
body
{
	/* Pour tester les images et transparences */
	width: 1024px;
	height:auto;
	margin:auto;
	background-color: aliceblue;
	background-image: url(img/background_dialconf.png); 
	font-family: "Arial";
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
	/*border: solid #2db6e3;*/
}

.background_img{
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 2;
}

#etat
{
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color:#e85b2a;
	font-size: 12pt;
}

.titre
{
    font-weight: bold;
}

.padded
{
    padding: 5px
}
.right
{
    text-align: right;
}
.left
{
    text-align: left;
}

a
{
    text-decoration: none;
    color:#e85b2a;
}

.lien
{
    cursor: pointer;    
}

div .colored p
{
    color:black;
}

#text2, #text3
{
    display : none;
}

.pos_menu
{
    position: absolute;
    top: -10px;
    left: 10px;
    z-index:5;
}

.pos_contenu
{
    z-index:4;

}

#conteneur_principal
{
	height:auto;
	background-color: white;
	border:none;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.5),
		0 -1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.5),
		0 -1px 0 rgba(255,255,255,0.4);
	box-shadow:0 0 10px rgba(0,0,0,0.5),
		0 -1px 0 rgba(255,255,255,0.4);
	width: 1024px;
}

/*********************************
*         STYLES DU MENU         *
*********************************/
#menu
{
    position : fixed;
    padding-left : 0px;
    max-width: 100%;
    height: 65px;
    z-index: 20;
    margin-top: -17px;
}

.menu_droite
{
	position:fixed;
	margin-left: 805px;
}

cleaner{
    clear: both;
}

ul.menu a.btn_public, ul.menu a.btn_private, ul.menu a.btn_actif, ul.menu a.btn_admin
{
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

ul.sous_menu a.btn_public, ul.sous_menu a.btn_private, ul.sous_menu a.btn_actif
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn_public, .btn_private, .btn_actif
{
	border:none;
	width:auto;
	overflow:visible;
	text-align:center;
	white-space:nowrap;
	line-height: 28px;
        height: 30px;
	display: block;
        float: left;
	padding-left : 10px;
	padding-right : 10px;
	margin-left:10px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.5),
		0 -1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.5),
		0 -1px 0 rgba(255,255,255,0.4);
	box-shadow:0 0 10px rgba(0,0,0,0.5),
		0 -1px 0 rgba(255,255,255,0.4);
	color:white;
	font-weight: bold;
	
}

ul.menu li
{
    list-style-type: none;
    float: left;
}

.sous_menu
{
    position:absolute;
    margin-left: 50px;
    padding: 0px;
    width:122px;
    top:8px;
    list-style-type: none;
    visibility: hidden;
    background-color: #fe9900;
    opacity:0.95;
    filter:alpha(opacity=95)
}

.sous_menu li
{
    list-style-type: none;
    padding-top: 10px;
}

.espace_client
{
    padding:10px;
    color: white;
	
}


.contenu_liste
{
    list-style-type: none;
    list-style: none;
    padding: 0;
}
ul li a
{
    text-decoration: none;
}


.btn_private
{
	background: #fe9900 no-repeat;
}

.btn_public
{
	background: #2db6e3 no-repeat;
}

.btn_admin
{
    background : hotpink no-repeat;
}

.btn_public:hover, .btn_private:hover , btn_admin:hover
{
	background: #e85b2a no-repeat;
}

.btn_actif
{
	background: #96bd0d no-repeat;
}

/*******************************
*	FIN DU STYLE DU MENU       *
*******************************/


/*********************************
*   STYLE DU MENU DE CONNECTION  *
*********************************/
div.erreur{
    font-weight: bold;
    color : red;
}

div.succes{
    font-weight: bold;
    color : #54FF9F;
}

div#menu_connect{
    position : absolute;
    right : 5px;
    top : 5px;
    border : 1px solid black;
    z-index: 2;
}

/******************************
* STYLE DES CONTENEUR CENTRAUX*
******************************/
#conteneur_texte
{
    clear:both;
    position : relative;
    margin-right: 20px;
    margin-top: 20px;
    left : 10px;
    top : 10px;
    width : auto;
    max-width: 100%;
    z-index: 1;
    padding: 40px;
}
#conteneur_texte_ombre
{
    clear:both;
    position : relative;
    margin-right: 20px;
    margin-top: 20px;
    left : 10px;
    top : 10px;
    width : auto;
    max-width: 100%;
    z-index: 1;
    padding: 40px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4);
}


#conteneur_texte_complet
{
    position : relative;
    left : 20px;
    top : 5px;
    width : 100%;
    max-width: 100%;
    z-index: 1;
}

#conteneur_accueil
{
	clear: both;
	position: absolute;
}

#conteneur_milieu
{
	background: url("img/dialconf_background") no-repeat scroll center;
	min-height: 800px;
	height:auto;
	padding: 10px;
}


#conteneur_milieu_vide
{
	margin-right: -20px;
	min-height: 800px;
	height:auto;
}

#conteneur_logo
{
	width : 30%;
	float:left;
}

#conteneur_logo img
{
	width: 340px;
	margin-top: 30px;
}

#conteneur_chapeau
{
	float:left;
	position : relative;
	width: 70%;

}
.texte_chapeau
{
	position: absolute;
	padding-left: 50px;
	padding-right: 50px;
	top : 40px;
	font-style: oblique;
        max-height: 170px;
        height: 170px;
        width: 550px;
        overflow: auto;
}

#conteneur_chapeau img
{
	margin-top: -20px;
	position :absolute;
	width: 100%;
	height:auto;
	min-height: 320px;
}


#footer
{
	position:relative;
	width: 100%;
	text-align: center;
}


.bulle_bleue
{
	background: url("img/bulle_bleue.png") repeat-y;	
}

.bulle_rouge
{
	background: url("img/bulle_rouge.png") repeat-y;
}

.bulle_verte
{
	background: url("img/bulle_verte.png") repeat-y;
}

.bulle_violette
{
	background: url("img/bulle_violette.png") repeat-y;
}

.bulle_grise
{
	    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4);
}

.back_bleue{
    padding:5px;
    background-color: #2db6e3;
    color:white; 
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4);
}
/*.back_bleue
{
	background-color :#2DB6E3;
	border: 1px solid darkcyan;
}*/

.back_rouge
{
	background-color:tomato;
	border: 1px solid darkred;
}

.back_verte
{
	background-color:lightgreen;
	border: 1px solid darkcyan;
}

.back_vert
{
    margin-left: 210px;
    padding:5px;
    background-color: #96bd0d;
    color:white; 
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4);
}

.back_grise
{
	background-color:silver;
	border: 1px solid darkgray;	
}

.back_orange
{
	background-color:antiquewhite;
	border: 1px solid lightsalmon;	
}

.border_smooth
{
    border-radius: 10px 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    
}



.border_azure
{
    border: 1px solid darkcyan;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    
}

#map_dialconf
{
	border: none;
}

#img_accueil
{
	text-decoration: none;
	border : none;
    position : absolute;
    z-index: 2;
}
/******************************
* FIN DU STYLE DES CONTENEURS *
*******************************/

/******************************************
* STYLE POUR L'IMAGE DE LA PAGE D'ACCUEIL *
*******************************************/
#accueil_bulle_1, #accueil_bulle_2, #accueil_bulle_3, #accueil_bulle_4, #accueil_bulle_5
{
	display: none;
}

/**********************************
* STYLE DES BALISES DE FORMULAIRE *
**********************************/
textarea
{
    width: 97%;
	
}
div.debug{
    position : absolute;
    z-index: 99;
}

.center
{
    text-align : center;
    width: 100%;
}

.borderleft
{
    margin-left : 10px;
}

.separator
{
    padding-left: 5px;
}

input.button
{
    color : blue;
    position: relative;
}

label.green
{
    background-color : green;
}


.informations
{
    color:#5f7709;
    font-size: small;
}


.promotion_tab
{
    width: 1012px;
    padding: 5px;
    background-color: aliceblue;
    border: 1px solid darkblue;
    border-radius: 15px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.achat_tab, .maxsize
{
    width: 100%
}

.sub_bordered td
{
    border-bottom: 1px solid darkcyan;
}

.achat_tab td
{
    
    padding: 20px;
    text-align: center;
    background-color: aliceblue;
    border: 1px solid darkblue;
    border-radius: 45px; 
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
}
.achat_tab td.clear
{
    padding: 0px;
    text-align: center;
    background-color:transparent;
    border: none;
    border-radius: 0px; 
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

#showconf
{
    width: 1000px;
    padding: 5px;
    background-color :azure;
    border: 1px solid darkcyan;
    border-radius: 15px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.bulle_azure
{

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4);
    
}


.bulle_alice
{
    border: 1px solid darkblue;
    background-color: aliceblue;
    border-radius: 15px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    
}

#message
{
    margin-left: 30px;
}
.promo_list
{
    float:left;
}


.reduit_centre
{
	text-align:left;
	width:60%;
	margin:auto;
}


/*************************************
* STYLE DES BALISES DU CLICK TO CALL *
**************************************/


#contactez_nous
{
    width: 600px;
}

#click_to_call
{
    text-align: center;
    width:100%;
}

#click_to_call a
{
    text-decoration: none;
}

#click_to_call img#accroche
{
    position: relative;
    margin-top: 20px;
    min-height: 40px;
    min-width:150px;
    width:85%;
    height: 130px;
    border: none;
}
#click_to_call img#phone
{
    position: relative;
    min-height: 40px;
    width: 75px;
    height: 75px;
    border:none;
}    

#click_here
{
    font-weight: bold;
}

#click_here span
{
    font-size:14px;
}
/*************************************
*	 FENETRE DU CLICK TO CALL     *
**************************************/
#call_content
{
    background: url("img/logo_click_to_call.png") no-repeat ;
    text-align: center;
    height: 180px;
}

#ibox_wrapper
{
    background-color: azure;
}

#ibox_content
{
    background-color: aliceblue;
}

/*************************************
*	 GUIDAGE DE L UTILISATEUR    *
**************************************/

a#invit:hover div#invitation
{
    display: block;
}

#invitation
{
    position : absolute;
    right : 50px;
    bottom : 30px;
    padding : 15px 5px 15px 5px;
    text-align : center;
    text-decoration: none;
    color:black;
    font-size: small;
    background-color: lemonchiffon;
    border : 1px dashed grey;
    border-radius: 30px; 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: none;
}

a#credit:hover div#recrediter
{
    display: block;
}

#recrediter
{
    position : absolute;
    right : 50px;
    bottom : 30px;
    padding : 15px 5px 15px 5px;
    text-align : center;
    text-decoration: none;
    color:black;
    font-size: small;
    background-color: lemonchiffon;
    border : 1px dashed grey;
    border-radius: 30px; 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: none;
}

#loading {
    position:absolute; 
    top:200px; 
    z-index:10;
}

.fieldset
{
        -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: white;
    border-radius: 15px;

}

.bouton{
    padding:5px;
    background-color:#2DB6E3;
    color:white; 
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 15px;
}

.pblanc{
    width: 400px;
    padding-left: 50px;
}