* {
	margin: 0;
	padding: 0;
	}

html {
	position: relative;
	}

body 
{
    font-family: Verdana;
	font-size: 12px;
	color: #6d798b;
	 background-image: url("degrade2.png");
		}

	
	
	#menu
{
     height: 20px;
	 background-color: #fce2fa;
	     
}


#onglet, #onglet ul /* Liste */     
{
		float: left;
		height: 30px;
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on défini une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#onglet /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
}

#onglet a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : #fce2fa; /* couleur de fond */        
        color : black; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 144px; /* largeur */
}

#onglet li /* Elements des listes */      
{ 
        float : left; 
        /* pour ie qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #onglet li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#onglet li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolu */
        width: 144px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoi loin du champ de vision */
}


#onglet li ul li /* Eléments de sous-listes */
{
        /* pour ie qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #onglet li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#onglet li ul ul 
{
        margin    : -22px 0 0 144px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour ie qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* ie ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #onglet li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#onglet a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #000; /* On passe le texte en noir ... */
        background: #fff; /* ... et au contraire, le fond en blanc */
}

#onglet li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#onglet li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* 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 */
{
        left: auto; /* Repositionnement normal */
}





a {
	text-decoration: none;
	color: #6d94d7;
	border: 0;
	}

a:hover {
	text-decoration: none;
	
	
	}

ul {
	list-style: none;
	}

ul li {
	margin-bottom: 5px;
	}

.clear {
	clear: both;
	}

p {
	padding-bottom: 15px;
	}
	
.center {
	text-align:center;
    }
    
.green a:hover {
    text-decoration: none;
	color: #ffffff;
	background-color: #86ad34;
}
	
td {
	padding: 5px;
	}

td.centcinquante {
	width: 150px;
	text-align:right;
	}
	
.noborder 
{
    padding:0;
}
/*--------------------------------------*/

#wrap {
	background: #f2f7ff url(/templates/bg_body2.gif) repeat-x top;
	padding-top:40px;
	}

#container {
	width: 765px;
	margin: 0 auto;
	position: relative;
	
	}

#header {
	position: relative;
	height: 106px;
	margin:auto;
	font-size: 10px;
	}



#logo {
	display: block;
	margin:auto;
	height: 106px;
	width: 765px;
	}



#columnmain {
	float: left;
	}

#columnright {
	float: right;
	}

.banner_small {
	margin-bottom: 9px;
	}

/*------ Search ------------------------------------------------*/
#immobilier-details {
    margin: 0 auto;
    padding-bottom: 15px;
}
/* ----- TABS - home -------------------------------------------*/

#tabsWrap {
	height: 55px;
	margin: 0;
	}

#tabs {
	height: 50px;
	position: absolute;
	left: 15px;
	top: 19px;
	}


	
#tabs ul li {
	float: left;
	}

#tabs ul li a {
	display: block;
	float: left;
	height: 24px;
	width: 112px;
	color: #264300;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	background: url(/templates/tab_home.gif) no-repeat;
	}

#tabs ul li a:hover, #tabs ul li a.selected {
	background-position: 0 -39px;
	}

	#tabs ul li a.tabs_2liner {
		padding: 7px 5px 0 5px;
		height: 32px;
		width: 102px;
		}



/* ----- BOX 1 -------------------------------------------*/

.box1 {
	width: 540px;
	background: url(/templates/bg_box1_middle.gif) repeat-y;
	margin-bottom: 9px;
	}

.box1Wrap {
	padding: 10px 12px;
	}

	.box1_top {
		height: 9px;
		width: 540px;
		background: url(/templates/bg_box1_top.gif) no-repeat;
		}
		
	.box1_top_light {
	    height: 9px;
	    width: 540px;
	    background: url(/templates/bg_box1_top_light.gif) no-repeat;
	}

	.box1_bottom {
		height: 9px;
		width: 540px;
		background: url(/templates/bg_box1_bottom.gif) no-repeat;
		}
		
	.box1_home {
		background: url(/templates/bg_box1_home.gif) no-repeat bottom;
		padding-bottom: 30px;
		}

	#box1_title_gallery {
		height: 22px;
		background: url(/templates/bg_box1_title_gallery.gif) no-repeat;
		padding: 10px 0 0 15px;
		color: #7c933e;
		font-size: 11px;
		font-weight: bold;
		}

	#box1_title_blog {
		height: 22px;
		background: url(/templates/bg_box1_title_blog.gif) no-repeat;
		padding: 10px 0 0 15px;
		color: #7c933e;
		font-size: 11px;
		font-weight: bold;
		}

	.list_blog {

		}

	.list_blog li {
		padding-left: 20px;
		background: url(/templates/i_bullet1.gif) no-repeat 0 2px;
		}

/* ----- BOX 2 -------------------------------------------*/

.box2 {
	width: 217px;
	background: url(/templates/bg_box2_middle.gif) repeat-y;
	margin-bottom: 9px;
	font-size: 11px;
	}

.box2Wrap {
	padding: 15px 15px;
	}

	.box2_top {
		height: 9px;
		width: 217px;
		background: url(/templates/bg_box2_top.gif) no-repeat;
		}

	.box2_bottom {
		height: 9px;
		width: 217px;
		background: url(/templates/bg_box2_bottom.gif) no-repeat;
		}

/* ----- BOX Day Property -------------------------------------------*/

.box_dayproperty {
	width: 217px;
	background: url(/templates/bg_box_dayproperty_middle.gif) repeat-y;
	margin-bottom: 9px;
	}

.box_dayproperty_Wrap {
	padding: 10px 12px;
	}

	.box_dayproperty_bottom {
		height: 9px;
		width: 217px;
		background: url(/templates/bg_box_dayproperty_bottom.gif) no-repeat;
		}

	#box_dayproperty_title_gallery {
		height: 22px;
		background: url(/templates/bg_box_dayproperty_title_2.gif) no-repeat;
		padding: 10px 0 0 15px;
		color: #7c933e;
		font-size: 11px;
		font-weight: bold;
		}
		
/*----- HOME - gallery -------------------------------------------*/

.gallery_tmb 
{
    cursor:pointer;
    height: 132px;
	border: 1px solid #e5e5e5;
	float: left;
	font-size: 11px;
	padding: 5px;
	background: url(/templates/bg_gallery_tmb.gif) repeat-x bottom;
	/*margin-right: 5px;*/
	}
	.gallery_tmb img {
		margin-bottom: 3px;
		}

	.gallery_goleft {
		padding-top: 40px;
		float: left;
		margin-right: 20px;
		}

	.gallery_goright {
		padding-top: 40px;
		float: left;
		}

#footer_caption 
{
	height: 25px;
	background: url(/images/template/bg_footer_caption.gif) repeat-x top;
	font-size: 11px;
	padding: 11px 10px 0 10px;
	}
/*
	#footer_caption a {
		color: #6d94d7;
		}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 100px;
	background: url(/images/template/bg_body_grass.png) repeat-x bottom;
	width: 100%;
	z-index: 50;
	}
*/

#body_grass {
	background: #f2f7ff url(/images/template/bg_body_grass2.jpg) repeat-x bottom;
	height: 100px;
	padding-top: 20px;
	}


/* ----- BOX 4 -------------------------------------------*/

.box4 {
	margin-top: 20px;
	width: 765px;
	background: url(/templates/bg_box4_middle.gif) repeat-y;
	margin-bottom: 9px;
	}

.box4Wrap {
	padding: 5px 12px;
	}

	.box4_top {
		height: 9px;
		width: 765px;
		background: url(/templates/bg_box4_top.gif) no-repeat;
		}

	.box4_bottom {
		height: 9px;
		width: 765px;
		background: url(/templates/bg_box4_bottom.gif) no-repeat;
		}
	.box4Wrap ul {
	    margin:0 0 20px 40px;
	}
	.box4Wrap li {
	    margin:0 0 10px 0;
	    /*text-decoration: underline;*/
	}

/* ----- BOX ACTION ---------------------------------------*/
.boxaction 
{
    width: 540px;
	background: url(/templates/bg_boxaction_middle.gif) repeat-y;
	}
.boxaction_home {
	background: url(/templates/bg_boxaction2_home.gif) no-repeat bottom;
	padding-bottom: 30px;
	}	
.boxaction_top {
	height: 9px;
	width: 540px;
	background: url(/images/template/bg_boxaction2_top.gif) no-repeat;
	}
	#boxaction 
	{
	    margin: 0 20px 0 40px;
	}
    #boxaction h1{
	    margin: 0 0 10px 0;
	    }
	#boxaction h2{
	    margin: 0 0 10px 0;
	    }
    #boxaction ul{
	    width: 400px;
	    }
        #boxaction li{
	        padding-left: 20px;
	        margin-right: 20px;
	        }
        #boxaction #edit{
	        background: url('/templates/page_white_edit.gif') no-repeat; 
	        height: 20px;
	        }
	    #boxaction #show{
	        background: url('/templates/icons/page_white.gif') no-repeat; 
	        height: 20px;
	        }
	    #boxaction #delete
	    {
	        height: 40px;
	        background: url('/templates/delete.gif') no-repeat; 
	        }
	    #boxaction #save{
	        background: url('/templates/page_save.gif') no-repeat; 
	        height: 20px;
	        }
	    #boxaction #cancel{
	        background: url('/templates/cancel.gif') no-repeat;
	        height: 20px; 
	        }
	    #boxaction #photos{
	        background: url('/templates/picture_add.gif') no-repeat; 
	        height: 20px;
	        }
        #boxaction .setmainphoto{
            background: url('/templates/picture_go.gif') no-repeat; 
            height: 20px;
        }

	
.boxactionpaging {
    background-color: #f2f7ff; 
    height: 20px; 
    line-height: 20px; 
    padding: 10px;
    margin: 10px;
}

.boxactionpaging2 {
    background-color: #f2f7ff; 
    height: 40px; 
    line-height: 20px; 
    padding: 10px;
    margin: 10px 16px 10px 8px;
    text-align:center;
}

.boxactionpagingorange {
    background-color: #FFEEAA; 
    height: 20px; 
    line-height: 20px; 
    padding: 10px;
    margin: 10px;  
}

.updateprogress {
    color: #FFCC33;
    font-weight: bold;
    height: 35px; 
    line-height: 35px; 
    width: 175px;
    margin-left: 20px;
    padding: 4px;
    position:relative;
    left: -10px;
    vertical-align: middle;
}

/* ----- BOX CMS -------------------------------------------*/

.boxcms {
	width: 765px;
	background: url(/templates/bg_boxcms_middle.gif) repeat-y;
	margin-bottom: 9px;
	}

.boxcmsWrap {
	padding: 10px 12px;
	}

	.boxcms_top {
		height: 9px;
		width: 765px;
		background: url(/templates/bg_boxcms_top.gif) no-repeat;
		}

	.boxcms_bottom {
		height: 9px;
		width: 765px;
		background: url(/templates/bg_boxcms_bottom.gif) no-repeat;
		}

	.boxcms_home {
		background: url(/templates/bg_boxcms_home.gif) no-repeat bottom;
		padding-bottom: 30px;
		}


/* ----- Map Create ----------------------------------------*/
.map_create 
{
    margin: 0 auto; 
    border: 1px solid #949cab;
    margin-bottom: 15px;
    }
    
* html #starburstBox 
{
    position:absolute;
    top:120px;
    left:-130px;
    text-align: center; 
    padding: 40px 0 90px 0; 
    width: 190px;
    height: 190px;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/template/starburst.png', sizingMethod='image');
    zoom: 1;
}

#starburstBox
{
    position: absolute;
    top: 120px;
    left:-130px;
    text-align: center; 
    padding: 40px 0 90px 0; 
    width: 190px;
    background: url(/images/template/starburst.png) no-repeat; font-size: 20px; color: #FFF;
}

#flags
{
    position: absolute;
    top: 142px;
    left: 450px;
}

#flags ul li {
	float: left;
	}

/* ----- BOX 2 -------------------------------------------*/

.box2Trans {
	width: 217px;
	margin-bottom: 9px;
	font-size: 11px;
	}

.box2WrapTrans {
	padding: 0px 15px;
	}

	.box2_topTrans {
		height: 9px;
		width: 217px;
		}

	.box2_bottomTrans {
		height: 9px;
		width: 217px;
		}

.map_sub 
{
    border: 3px solid #D7DCE3;
}

/*----- SHADOW IMAGES ---------------------------------------------------------------*/
.shadowed { 
  float:left;
  background: url(/templates/drop-shadow.png) no-repeat bottom right !important;
  background: url(/templates/drop-shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.shadowed img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
/*----- MODAL POPUP ---------------------------------------------------------------*/ 
.modalBackground
{
    background-color:Gray;	
    filter:alpha(opacity=80);
    opacity:0.8;
    }
	
	
label {
display:block; /*La balise devient de type block*/
width:150px;
}

/* Scroller Box */
#scroller_container {
 position: relative;
 width: 500px;
 height: 150px;
 overflow: hidden;
}

#scroller p {
 padding: 0;
}
/* Scoller Box */